LCM: Locally Constrained Compact Point Cloud Model for Masked Point Modeling
Yaohua Zha, Naiqi Li, Yanzi Wang, Tao Dai, Hang Guo, Bin Chen, Zhi, Wang, Zhihao Ouyang, Shu-Tao Xia

TL;DR
This paper introduces LCM, a locally constrained compact point cloud model that replaces traditional Transformer components with local aggregation and Mamba-based decoders, achieving higher efficiency and better performance in masked point modeling tasks.
Contribution
The paper proposes a novel LCM framework with local aggregation and Mamba-based decoders, reducing complexity and parameters while improving accuracy over Transformer-based models.
Findings
Achieved 1.84% higher accuracy on ScanObjectNN variants.
Reduced model parameters by 88% and computation by 73%.
Outperformed existing Transformer-based models in efficiency and accuracy.
Abstract
The pre-trained point cloud model based on Masked Point Modeling (MPM) has exhibited substantial improvements across various tasks. However, these models heavily rely on the Transformer, leading to quadratic complexity and limited decoder, hindering their practice application. To address this limitation, we first conduct a comprehensive analysis of existing Transformer-based MPM, emphasizing the idea that redundancy reduction is crucial for point cloud analysis. To this end, we propose a Locally constrained Compact point cloud Model (LCM) consisting of a locally constrained compact encoder and a locally constrained Mamba-based decoder. Our encoder replaces self-attention with our local aggregation layers to achieve an elegant balance between performance and efficiency. Considering the varying information density between masked and unmasked patches in the decoder inputs of MPM, we…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
Topics3D Shape Modeling and Analysis · Computer Graphics and Visualization Techniques · 3D Surveying and Cultural Heritage
MethodsAttention Is All You Need · Linear Layer · Byte Pair Encoding · Label Smoothing · Adam · Residual Connection · Position-Wise Feed-Forward Layer · Multi-Head Attention · Dropout · Dense Connections
