Fast Hierarchical Neural Network for Feature Learning on Point Cloud
Can Chen, Luca Zanotti Fragonara, Antonios Tsourdos

TL;DR
This paper introduces a fast hierarchical neural network architecture for 3D point cloud feature learning, balancing performance and computational efficiency for real-time applications like autonomous vehicles.
Contribution
The proposed network uses recursive farthest point sampling and local neighborhood gathering to efficiently extract features from irregular point clouds, improving speed and accuracy.
Findings
Achieves competitive shape classification accuracy on ModelNet40.
Effective segmentation performance on ShapeNet part dataset.
Balances model complexity and performance better than existing methods.
Abstract
The analyses relying on 3D point clouds are an utterly complex task, often involving million of points, but also requiring computationally efficient algorithms because of many real-time applications; e.g. autonomous vehicle. However, point clouds are intrinsically irregular and the points are sparsely distributed in a non-Euclidean space, which normally requires point-wise processing to achieve high performances. Although shared filter matrices and pooling layers in convolutional neural networks (CNNs) are capable of reducing the dimensionality of the problem and extracting high-level information simultaneously, grids and highly regular data format are required as input. In order to balance model performance and complexity, we introduce a novel neural network architecture exploiting local features from a manually subsampled point set. In our network, a recursive farthest point sampling…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Topics3D Shape Modeling and Analysis · 3D Surveying and Cultural Heritage · Computer Graphics and Visualization Techniques
