Go Wider: An Efficient Neural Network for Point Cloud Analysis via Group Convolutions
Can Chen, Luca Zanotti Fragonara, Antonios Tsourdos

TL;DR
This paper introduces ShufflePointNet, a deep-wide neural network using group convolutions and channel shuffling to efficiently analyze point clouds, achieving high accuracy with reduced complexity.
Contribution
The paper proposes a novel deep-wide neural network architecture that employs group convolutions and channel shuffling for efficient point cloud analysis, improving performance and reducing redundancy.
Findings
Outperforms state-of-the-art methods on shape classification and segmentation tasks.
Reduces computational complexity while maintaining high accuracy.
Demonstrates effectiveness across multiple large-scale datasets.
Abstract
In order to achieve better performance for point cloud analysis, many researchers apply deeper neural networks using stacked Multi-Layer-Perceptron (MLP) convolutions over irregular point cloud. However, applying dense MLP convolutions over large amount of points (e.g. autonomous driving application) leads to inefficiency in memory and computation. To achieve high performance but less complexity, we propose a deep-wide neural network, called ShufflePointNet, to exploit fine-grained local features and reduce redundancy in parallel using group convolution and channel shuffle operation. Unlike conventional operation that directly applies MLPs on high-dimensional features of point cloud, our model goes wider by splitting features into groups in advance, and each group with certain smaller depth is only responsible for respective MLP operation, which can reduce complexity and allows to…
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 · Remote Sensing and LiDAR Applications · 3D Surveying and Cultural Heritage
MethodsChannel Shuffle · Convolution
