paper-with-me

Papers

CloudFixer: Test-Time Adaptation for 3D Point Clouds via Diffusion-Guided Geometric Transformation

2024-07-23 · Hajin Shim, Changhun Kim, Eunho Yang

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-trained point cloud recognition models trained on clean point clouds, leading to significant performance degradation. While test-time adaptation (TTA) strategies have shown promising results on this issue in the 2D domain, their application to 3D point clouds remains under-explored. Among TTA methods, an input adaptation approach, which directly converts test instances to the source domain using a pre-trained diffusion model, has been proposed in the 2D domain. Despite its robust TTA performance in practical situations, naively adopting this into the 3D domain may be suboptimal due to the neglect of inherent properties of point clouds, and its prohibitive computational cost. Motivated by these limitations, we propose CloudFixer, a test-time input adaptation method tailored for 3D point clouds, employing a pre-trained diffusion model. Specifically, CloudFixer optimizes geometric transformation parameters with carefully designed objectives that leverage the geometric properties of point clouds. We also substantially improve computational efficiency by avoiding backpropagation through the diffusion model and a prohibitive generation process. Furthermore, we propose an online model adaptation strategy by aligning the original model prediction with that of the adapted input. Extensive experiments showcase the superiority of CloudFixer over various TTA baselines, excelling in handling common corruptions and natural distribution shifts across diverse real-world scenarios. Our code is available at https://github.com/shimazing/CloudFixer

📄 PDF Abstract BibTeX arXiv:2407.16193

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyTest-time Adaptation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Test-Time Adaptation of 3D Point Clouds via Denoising Diffusion Models

2024-11-21 · Hamidreza Dastmalchi, Aijun An, Ali Cheraghian, Shafin Rahman 외

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 Adaptation

3D Test-time Adaptation via Graph Spectral Driven Point Shift

2025-07-24 · Xin Wei, Qin Yang, Yijie Fang, Mingrui Zhu 외 arxiv

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

COSTA: A Cluster-Centric Paradigm for Annotation-Free Open-Set Semantic Segmentation of Aerial Point Clouds with Domain Shifts

2026-08-19 · Yanghong Lin, Li Fang, Tianyu Li, Shudong Zhou 외 arxiv

Semantic segmentation of aerial point cloud is trapped in a generalization crisis under distinct domain shifts. While test-time adaptation offers a privacy-preserving and computationally efficient way to adapt pre-traine…

Point Cloud SegmentationSemantic SegmentationTest-time AdaptationPoint Clouds

SMART-PC: Skeletal Model Adaptation for Robust Test-Time Training in Point Clouds

2025-05-26 · Ali Bahri, Moslem Yazdanpanah, Sahar Dastani, Mehrdad Noori 외

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 Classification

MATE: Masked Autoencoders are Online 3D Test-Time Learners

2022-11-21 · ICCV 2023 1 · M. Jehanzeb Mirza, Inkyu Shin, Wei Lin, Andreas Schriebl 외

Our MATE is the first Test-Time-Training (TTT) method designed for 3D data, which makes deep networks trained for point cloud classification robust to distribution shifts occurring in test data. Like existing TTT methods…

3D Object ClassificationPoint Cloud Classification