Test-Time Adaptation in Point Clouds: Leveraging Sampling Variation with Weight Averaging
Ali Bahri, Moslem Yazdanpanah, Mehrdad Noori, Sahar Dastani, Milad Cheraghalikhani, David Osowiech, Farzad Beizaee, Gustavo adolfo. vargas-hakim, Ismail Ben Ayed, Christian Desrosiers
TL;DR
The paper tackles distribution shifts in 3D point cloud classification by proposing a fully source-free test-time adaptation method. It introduces sampling variation through FPS and KNN to create multiple input representations, adapts normalization layers per representation via entropy-minimizing TENT, and then aggregates the adapted weights by averaging to yield a robust final model. The approach aligns with flat-minima ideas and robust risk minimization, offering parallelizable adaptations and maintaining negligible memory overhead. Empirically, SVWA TTA delivers state-of-the-art performance across ModelNet-40C, ShapeNet-C, and ScanObjectNN-C with backbones Point-MAE, PointNet, and DGCNN, demonstrating strong generalization under real-world corruptions while remaining efficient.
Abstract
Test-Time Adaptation (TTA) addresses distribution shifts during testing by adapting a pretrained model without access to source data. In this work, we propose a novel TTA approach for 3D point cloud classification, combining sampling variation with weight averaging. Our method leverages Farthest Point Sampling (FPS) and K-Nearest Neighbors (KNN) to create multiple point cloud representations, adapting the model for each variation using the TENT algorithm. The final model parameters are obtained by averaging the adapted weights, leading to improved robustness against distribution shifts. Extensive experiments on ModelNet40-C, ShapeNet-C, and ScanObjectNN-C datasets, with different backbones (Point-MAE, PointNet, DGCNN), demonstrate that our approach consistently outperforms existing methods while maintaining minimal resource overhead. The proposed method effectively enhances model generalization and stability in challenging real-world conditions.
