PointGST: Point cloud Graph Spectral Tuning—the proposed method that fine-tunes models in the spectral domain
PCSA: Point Cloud Spectral Adapter—the module that transforms tokens to the spectral domain, adapts them, and transforms them back
PEFT: Parameter-Efficient Fine-Tuning—adapting large pre-trained models by updating only a small subset of parameters
Graph Fourier Transform (GFT): A mathematical operation that decomposes a graph signal into orthonormal components (eigenvectors of the Laplacian matrix) representing different frequencies
Laplacian matrix: A matrix representation of a graph (L = D - W) used to analyze its structure and compute spectral bases
Spectral basis: The eigenvectors of the Laplacian matrix, serving as the coordinate system for the spectral domain
Inner confused tokens: Features from frozen pre-trained models that fail to distinguish fine-grained local structures in the spatial domain
ScanObjectNN: A challenging real-world point cloud classification dataset with background noise and occlusions
ModelNet40: A widely used synthetic point cloud classification benchmark