Rethinking Network Design and Local Geometry in Point Cloud: A Simple Residual MLP Framework
Xu Ma, Can Qin, Haoxuan You, Haoxi Ran, Yun Fu

TL;DR
This paper introduces PointMLP, a simple residual MLP framework for point cloud analysis that achieves state-of-the-art accuracy without complex local geometric extractors, resulting in faster inference and competitive performance.
Contribution
The paper proposes a pure residual MLP network with a lightweight geometric affine module, challenging the necessity of sophisticated local geometric extractors in point cloud analysis.
Findings
PointMLP surpasses previous methods on ScanObjectNN with 3.3% higher accuracy.
PointMLP trains twice as fast and tests seven times faster than CurveNet.
PointMLP achieves competitive results on ModelNet40 without complex operations.
Abstract
Point cloud analysis is challenging due to irregularity and unordered data structure. To capture the 3D geometries, prior works mainly rely on exploring sophisticated local geometric extractors using convolution, graph, or attention mechanisms. These methods, however, incur unfavorable latency during inference, and the performance saturates over the past few years. In this paper, we present a novel perspective on this task. We notice that detailed local geometrical information probably is not the key to point cloud analysis -- we introduce a pure residual MLP network, called PointMLP, which integrates no sophisticated local geometrical extractors but still performs very competitively. Equipped with a proposed lightweight geometric affine module, PointMLP delivers the new state-of-the-art on multiple datasets. On the real-world ScanObjectNN dataset, our method even surpasses the prior…
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 · Remote Sensing and LiDAR Applications · 3D Surveying and Cultural Heritage
