🤖 AI Summary
This work proposes NPNet, the first fully non-parametric network for 3D point cloud classification and part segmentation, addressing the reliance of existing models on learnable parameters. By eliminating trainable weights entirely, NPNet constructs point features using only deterministic operations—such as farthest point sampling, k-nearest neighbor search, and pooling—and introduces an adaptive Gaussian-Fourier positional encoding scheme that integrates fixed-frequency Fourier features to enhance global context modeling. The method achieves state-of-the-art performance among non-parametric approaches on ModelNet40, ModelNet-R, ScanObjectNN, and ShapeNetPart benchmarks, demonstrating superior robustness under few-shot and sparse data conditions. Furthermore, NPNet significantly reduces memory consumption and accelerates inference speed compared to parameterized counterparts.
📝 Abstract
We present NPNet, a fully non-parametric approach for 3D point-cloud classification and part segmentation. NPNet contains no learned weights; instead, it builds point features using deterministic operators such as farthest point sampling, k-nearest neighbors, and pooling. Our key idea is an adaptive Gaussian-Fourier positional encoding whose bandwidth and Gaussian-cosine mixing are chosen from the input geometry, helping the method remain stable across different scales and sampling densities. For segmentation, we additionally incorporate fixed-frequency Fourier features to provide global context alongside the adaptive encoding. Across ModelNet40/ModelNet-R, ScanObjectNN, and ShapeNetPart, NPNet achieves strong performance among non-parametric baselines, and it is particularly effective in few-shot settings on ModelNet40. NPNet also offers favorable memory use and inference time compared to prior non-parametric methods