Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Point-GN: A Non-Parametric Network Using Gaussian Positional Encoding for Point Cloud Classification

About

This paper introduces Point-GN, a novel non-parametric network for efficient and accurate 3D point cloud classification. Unlike conventional deep learning models that rely on a large number of trainable parameters, Point-GN leverages non-learnable components-specifically, Farthest Point Sampling (FPS), k-Nearest Neighbors (k-NN), and Gaussian Positional Encoding (GPE)-to extract both local and global geometric features. This design eliminates the need for additional training while maintaining high performance, making Point-GN particularly suited for real-time, resource-constrained applications. We evaluate Point-GN on two benchmark datasets, ModelNet40 and ScanObjectNN, achieving classification accuracies of 85.29% and 85.89%, respectively, while significantly reducing computational complexity. Point-GN outperforms existing non-parametric methods and matches the performance of fully trained models, all with zero learnable parameters. Our results demonstrate that Point-GN is a promising solution for 3D point cloud classification in practical, real-time environments.

Marzieh Mohammadi, Amir Salarpour• 2024

Related benchmarks

TaskDatasetResultRank
Shape classificationModelNet40 (test)--
255
Object ClassificationScanObjectNN OBJ_BG
Accuracy85.2
215
Object ClassificationScanObjectNN PB_T50_RS
Accuracy86.4
195
Object ClassificationScanObjectNN OBJ_ONLY
Overall Accuracy86
166
Shape classificationScanObjectNN PB_T50_RS--
72
Few-shot classificationModelNet40
Mean Accuracy90.9
32
3D ClassificationScanObjectNN OBJ-BG
Top-1 Acc85.2
31
10-way Few-shot ClassificationModelNet40
Mean Accuracy86.4
18
5-way Few-shot ClassificationModelNet40
Mean Accuracy90.9
18
Shape classificationScanObjectNN OBJ-ONLY
Accuracy86
7
Showing 10 of 10 rows

Other info

Code

Follow for update