TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Rethinking Network Design and Local Geometry in Point Clou...

Rethinking Network Design and Local Geometry in Point Cloud: A Simple Residual MLP Framework

Xu Ma, Can Qin, Haoxuan You, Haoxi Ran, Yun Fu

2022-02-15ICLR 2022 4Supervised Only 3D Point Cloud ClassificationPoint Cloud Segmentation3D Point Cloud Classification
PaperPDFCode(official)

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 best method by 3.3% accuracy. We emphasize that PointMLP achieves this strong performance without any sophisticated operations, hence leading to a superior inference speed. Compared to most recent CurveNet, PointMLP trains 2x faster, tests 7x faster, and is more accurate on ModelNet40 benchmark. We hope our PointMLP may help the community towards a better understanding of point cloud analysis. The code is available at https://github.com/ma-xu/pointMLP-pytorch.

Results

TaskDatasetMetricValueModel
Shape Representation Of 3D Point CloudsScanObjectNNMean Accuracy84.4PointMLP
Shape Representation Of 3D Point CloudsScanObjectNNOverall Accuracy85.7PointMLP
Shape Representation Of 3D Point CloudsScanObjectNNMean Accuracy81.8PointMLP-elite
Shape Representation Of 3D Point CloudsScanObjectNNOverall Accuracy83.8PointMLP-elite
Shape Representation Of 3D Point CloudsModelNet40Mean Accuracy91.4PointMLP
Shape Representation Of 3D Point CloudsModelNet40Overall Accuracy94.5PointMLP
Shape Representation Of 3D Point CloudsScanObjectNNGFLOPs31.4PointMLP
Shape Representation Of 3D Point CloudsScanObjectNNNumber of params (M)12.6PointMLP
Shape Representation Of 3D Point CloudsScanObjectNNOverall Accuracy (PB_T50_RS)85.4PointMLP
3D Point Cloud ClassificationScanObjectNNMean Accuracy84.4PointMLP
3D Point Cloud ClassificationScanObjectNNOverall Accuracy85.7PointMLP
3D Point Cloud ClassificationScanObjectNNMean Accuracy81.8PointMLP-elite
3D Point Cloud ClassificationScanObjectNNOverall Accuracy83.8PointMLP-elite
3D Point Cloud ClassificationModelNet40Mean Accuracy91.4PointMLP
3D Point Cloud ClassificationModelNet40Overall Accuracy94.5PointMLP
3D Point Cloud ClassificationScanObjectNNGFLOPs31.4PointMLP
3D Point Cloud ClassificationScanObjectNNNumber of params (M)12.6PointMLP
3D Point Cloud ClassificationScanObjectNNOverall Accuracy (PB_T50_RS)85.4PointMLP
Point Cloud SegmentationPointCloud-Cmean Corruption Error (mCE)0.977PointMLP
3D Point Cloud ReconstructionScanObjectNNMean Accuracy84.4PointMLP
3D Point Cloud ReconstructionScanObjectNNOverall Accuracy85.7PointMLP
3D Point Cloud ReconstructionScanObjectNNMean Accuracy81.8PointMLP-elite
3D Point Cloud ReconstructionScanObjectNNOverall Accuracy83.8PointMLP-elite
3D Point Cloud ReconstructionModelNet40Mean Accuracy91.4PointMLP
3D Point Cloud ReconstructionModelNet40Overall Accuracy94.5PointMLP
3D Point Cloud ReconstructionScanObjectNNGFLOPs31.4PointMLP
3D Point Cloud ReconstructionScanObjectNNNumber of params (M)12.6PointMLP
3D Point Cloud ReconstructionScanObjectNNOverall Accuracy (PB_T50_RS)85.4PointMLP

Related Papers

TSDASeg: A Two-Stage Model with Direct Alignment for Interactive Point Cloud Segmentation2025-06-26Asymmetric Dual Self-Distillation for 3D Self-Supervised Representation Learning2025-06-26Enhancing Human-Robot Collaboration: A Sim2Real Domain Adaptation Algorithm for Point Cloud Segmentation in Industrial Environments2025-06-11OpenMaskDINO3D : Reasoning 3D Segmentation via Large Language Model2025-06-05Point Cloud Segmentation of Agricultural Vehicles using 3D Gaussian Splatting2025-06-05Rethinking Gradient-based Adversarial Attacks on Point Cloud Classification2025-05-28SMART-PC: Skeletal Model Adaptation for Robust Test-Time Training in Point Clouds2025-05-26APCoTTA: Continual Test-Time Adaptation for Semantic Segmentation of Airborne LiDAR Point Clouds2025-05-15