ASSANet: An Anisotropic Separable Set Abstraction for Efficient Point Cloud Representation Learning
Guocheng Qian, Hasan Abed Al Kader Hammoud, Guohao Li, Ali Thabet,, Bernard Ghanem

TL;DR
ASSANet introduces an anisotropic separable set abstraction module that enhances point cloud processing by significantly improving accuracy and speed, building upon and optimizing PointNet++ architecture.
Contribution
The paper proposes a novel anisotropic separable set abstraction module and integrates it into PointNet++, creating ASSANet with superior accuracy and efficiency.
Findings
ASSANet outperforms PointNet++ in accuracy by 7.4 mIoU on S3DIS Area 5.
ASSANet achieves 1.6x faster inference speed than PointNet++ on NVIDIA 2080Ti.
Scaled ASSANet surpasses KPConv with 66.8 mIoU while being 54x faster.
Abstract
Access to 3D point cloud representations has been widely facilitated by LiDAR sensors embedded in various mobile devices. This has led to an emerging need for fast and accurate point cloud processing techniques. In this paper, we revisit and dive deeper into PointNet++, one of the most influential yet under-explored networks, and develop faster and more accurate variants of the model. We first present a novel Separable Set Abstraction (SA) module that disentangles the vanilla SA module used in PointNet++ into two separate learning stages: (1) learning channel correlation and (2) learning spatial correlation. The Separable SA module is significantly faster than the vanilla version, yet it achieves comparable performance. We then introduce a new Anisotropic Reduction function into our Separable SA module and propose an Anisotropic Separable SA (ASSA) module that substantially increases…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
Topics3D Shape Modeling and Analysis · 3D Surveying and Cultural Heritage · Remote Sensing and LiDAR Applications
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
