paper-with-me

Papers

Test-time adaptation for geospatial point cloud semantic segmentation with distinct domain shifts

2024-07-08 · Puzuo Wang, Wei Yao, Jie Shao, Zhiyi He

Domain adaptation (DA) techniques help deep learning models generalize across data shifts for point cloud semantic segmentation (PCSS). Test-time adaptation (TTA) allows direct adaptation of a pre-trained model to unlabeled data during inference stage without access to source data or additional training, avoiding privacy issues and large computational resources. We address TTA for geospatial PCSS by introducing three domain shift paradigms: photogrammetric to airborne LiDAR, airborne to mobile LiDAR, and synthetic to mobile laser scanning. We propose a TTA method that progressively updates batch normalization (BN) statistics with each testing batch. Additionally, a self-supervised learning module optimizes learnable BN affine parameters. Information maximization and reliability-constrained pseudo-labeling improve prediction confidence and supply supervisory signals. Experimental results show our method improves classification accuracy by up to 20\% mIoU, outperforming other methods. For photogrammetric (SensatUrban) to airborne (Hessigheim 3D) adaptation at the inference stage, our method achieves 59.46\% mIoU and 85.97\% OA without retraining or fine-turning.

📄 PDF Abstract BibTeX arXiv:2407.06043

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationSelf-Supervised LearningSemantic SegmentationTest-time Adaptation

Methods 이 논문이 사용한 방법론

Batch Normalization 설명 없음

Similar 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-t…

Computational EfficiencyTest-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

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

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

PointMAC: Meta-Learned Adaptation for Robust Test-Time Point Cloud Completion

2025-10-11 · Linlian Jiang, Rui Ma, Li Gu, Ziqiang Wang 외 arxiv

Point cloud completion is essential for robust 3D perception in safety-critical applications such as robotics and augmented reality. However, existing models perform static inference and rely heavily on inductive biases …

Point Cloud CompletionTest-time Adaptation