Renrui Zhang, Liuhui Wang, Ziyu Guo, Yali Wang, Peng Gao, Hongsheng Li, Jianbo Shi
We present a Non-parametric Network for 3D point cloud analysis, Point-NN, which consists of purely non-learnable components: farthest point sampling (FPS), k-nearest neighbors (k-NN), and pooling operations, with trigonometric functions. Surprisingly, it performs well on various 3D tasks, requiring no parameters or training, and even surpasses existing fully trained models. Starting from this basic non-parametric model, we propose two extensions. First, Point-NN can serve as a base architectural framework to construct Parametric Networks by simply inserting linear layers on top. Given the superior non-parametric foundation, the derived Point-PN exhibits a high performance-efficiency trade-off with only a few learnable parameters. Second, Point-NN can be regarded as a plug-and-play module for the already trained 3D models during inference. Point-NN captures the complementary geometric knowledge and enhances existing methods for different 3D benchmarks without re-training. We hope our work may cast a light on the community for understanding 3D point clouds with non-parametric methods. Code is available at https://github.com/ZrrSkywalker/Point-NN.
| Task | Dataset | Metric | Value | Model |
|---|---|---|---|---|
| Shape Representation Of 3D Point Clouds | ScanObjectNN | Overall Accuracy | 87.1 | Point-PN |
| Shape Representation Of 3D Point Clouds | ModelNet40 | Overall Accuracy | 93.8 | Point-PN |
| Shape Representation Of 3D Point Clouds | ScanObjectNN | Number of params (M) | 0.8 | Point-PN |
| Shape Representation Of 3D Point Clouds | ScanObjectNN | Overall Accuracy (PB_T50_RS) | 87.1 | Point-PN |
| 3D Point Cloud Classification | ScanObjectNN | Overall Accuracy | 87.1 | Point-PN |
| 3D Point Cloud Classification | ModelNet40 | Overall Accuracy | 93.8 | Point-PN |
| 3D Point Cloud Classification | ScanObjectNN | Number of params (M) | 0.8 | Point-PN |
| 3D Point Cloud Classification | ScanObjectNN | Overall Accuracy (PB_T50_RS) | 87.1 | Point-PN |
| Training-free 3D Point Cloud Classification | ModelNet40 | Accuracy (%) | 82.6 | Point-NN |
| Training-free 3D Point Cloud Classification | ScanObjectNN | Accuracy (%) | 64.9 | Point-NN |
| Training-free 3D Part Segmentation | ShapeNet-Part | mIoU | 74 | Point-NN |
| 3D Point Cloud Reconstruction | ScanObjectNN | Overall Accuracy | 87.1 | Point-PN |
| 3D Point Cloud Reconstruction | ModelNet40 | Overall Accuracy | 93.8 | Point-PN |
| 3D Point Cloud Reconstruction | ScanObjectNN | Number of params (M) | 0.8 | Point-PN |
| 3D Point Cloud Reconstruction | ScanObjectNN | Overall Accuracy (PB_T50_RS) | 87.1 | Point-PN |