Test-Time Adaptation in Point Clouds: Leveraging Sampling Variation with Weight Averaging
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.
Code (1)
Tasks
3D Point Cloud ClassificationPoint Cloud ClassificationTest-time AdaptationSimilar Papers 제목 키워드 기반
CloudFixer: Test-Time Adaptation for 3D Point Clouds via Diffusion-Guided Geometric Transformation
3D point clouds captured from real-world sensors frequently encompass noisy points due to various obstacles, such as occlusion, limited resolution, and variations in scale. These challenges hinder the deployment of pre-t…
Computational EfficiencyTest-time AdaptationSMART-PC: Skeletal Model Adaptation for Robust Test-Time Training in Point Clouds
Test-Time Training (TTT) has emerged as a promising solution to address distribution shifts in 3D point cloud classification. However, existing methods often rely on computationally expensive backpropagation during adapt…
3D Point Cloud ClassificationComputational EfficiencyPoint Cloud ClassificationTest-Time Adaptation of 3D Point Clouds via Denoising Diffusion Models
Test-time adaptation (TTA) of 3D point clouds is crucial for mitigating discrepancies between training and testing samples in real-world scenarios, particularly when handling corrupted point clouds. LiDAR data, for insta…
DenoisingSelf-Supervised LearningTest-time AdaptationLeveraging Temporal Information for 3D Detection and Domain Adaptation
Ever since the prevalent use of the LiDARs in autonomous driving, tremendous improvements have been made to the learning on the point clouds. However, recent progress largely focuses on detecting objects in a single 360-…
Autonomous DrivingDomain Adaptation3D Test-time Adaptation via Graph Spectral Driven Point Shift
While test-time adaptation (TTA) methods effectively address domain shifts by dynamically adapting pre-trained models to target domain data during online inference, their application to 3D point clouds is hindered by the…
3D Point Cloud ClassificationTest-time AdaptationPoint Clouds