SA-MLP: A Low-Power Multiplication-Free Deep Network for 3D Point Cloud Classification in Resource-Constrained Environments
Qiang Zheng, Chao Zhang, Jian Sun

TL;DR
This paper introduces SA-MLP, a low-power, multiplication-free deep neural network architecture for 3D point cloud classification, optimized for resource-constrained environments, combining shift and adder layers for efficiency and accuracy.
Contribution
The paper proposes SA-MLP, a hybrid shift-adder architecture that enhances efficiency and performance over traditional multiplication-based models for point cloud classification.
Findings
SA-MLP outperforms baseline models in accuracy.
Add-MLP and Shift-MLP achieve competitive results with Mul-MLP.
SA-MLP delivers high accuracy with reduced computational cost.
Abstract
Point cloud classification plays a crucial role in the processing and analysis of data from 3D sensors such as LiDAR, which are commonly used in applications like autonomous vehicles, robotics, and environmental monitoring. However, traditional neural networks, which rely heavily on multiplication operations, often face challenges in terms of high computational costs and energy consumption. This study presents a novel family of efficient MLP-based architectures designed to improve the computational efficiency of point cloud classification tasks in sensor systems. The baseline model, Mul-MLP, utilizes conventional multiplication operations, while Add-MLP and Shift-MLP replace multiplications with addition and shift operations, respectively. These replacements leverage more sensor-friendly operations that can significantly reduce computational overhead, making them particularly suitable…
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 · Image Processing and 3D Reconstruction · Remote Sensing and LiDAR Applications
