paper-with-me

Papers

APCoTTA: Continual Test-Time Adaptation for Semantic Segmentation of Airborne LiDAR Point Clouds

2025-05-15 · Yuan Gao, Shaobo Xia, Sheng Nie, Cheng Wang, Xiaohuan Xi, Bisheng Yang

Airborne laser scanning (ALS) point cloud segmentation is a fundamental task for large-scale 3D scene understanding. In real-world applications, models are typically fixed after training. However, domain shifts caused by changes in the environment, sensor types, or sensor degradation often lead to a decline in model performance. Continuous Test-Time Adaptation (CTTA) offers a solution by adapting a source-pretrained model to evolving, unlabeled target domains. Despite its potential, research on ALS point clouds remains limited, facing challenges such as the absence of standardized datasets and the risk of catastrophic forgetting and error accumulation during prolonged adaptation. To tackle these challenges, we propose APCoTTA, the first CTTA method tailored for ALS point cloud semantic segmentation. We propose a dynamic trainable layer selection module. This module utilizes gradient information to select low-confidence layers for training, and the remaining layers are kept frozen, mitigating catastrophic forgetting. To further reduce error accumulation, we propose an entropy-based consistency loss. By losing such samples based on entropy, we apply consistency loss only to the reliable samples, enhancing model stability. In addition, we propose a random parameter interpolation mechanism, which randomly blends parameters from the selected trainable layers with those of the source model. This approach helps balance target adaptation and source knowledge retention, further alleviating forgetting. Finally, we construct two benchmarks, ISPRSC and H3DC, to address the lack of CTTA benchmarks for ALS point cloud segmentation. Experimental results demonstrate that APCoTTA achieves the best performance on two benchmarks, with mIoU improvements of approximately 9% and 14% over direct inference. The new benchmarks and code are available at https://github.com/Gaoyuan2/APCoTTA.

📄 PDF Abstract BibTeX arXiv:2505.09971

Code (1)

gaoyuan2/apcotta 공식 구현

Tasks

Point Cloud SegmentationScene UnderstandingSemantic SegmentationTest-time Adaptation

Methods 이 논문이 사용한 방법론

ALS 설명 없음

Similar Papers 제목 키워드 기반

Evaluating Continual Test-Time Adaptation for Contextual and Semantic Domain Shifts

2022-08-18 · Tommie Kerssies, Mert Kılıçkaya, Joaquin Vanschoren

In this paper, our goal is to adapt a pre-trained convolutional neural network to domain shifts at test time. We do so continually with the incoming stream of test batches, without labels. The existing literature mostly …

Test-time Adaptation

Multi-Modal Continual Test-Time Adaptation for 3D Semantic Segmentation

2023-03-18 · ICCV 2023 1 · Haozhi Cao, Yuecong Xu, Jianfei Yang, Pengyu Yin 외

Continual Test-Time Adaptation (CTTA) generalizes conventional Test-Time Adaptation (TTA) by assuming that the target domain is dynamic over time rather than stationary. In this paper, we explore Multi-Modal Continual Te…

3D Semantic SegmentationSemantic SegmentationTest-time Adaptation

Back to Source: Open-Set Continual Test-Time Adaptation via Domain Compensation

2026-04-23 · Yingkai Yang, Chaoqi Chen, Hui Huang arxiv

Test-Time Adaptation (TTA) aims to mitigate distributional shifts between training and test domains during inference time. However, existing TTA methods fall short in the realistic scenario where models face both continu…

Out-of-Distribution DetectionTest-time AdaptationDomain Adaptation

Beyond Entropy: Style Transfer Guided Single Image Continual Test-Time Adaptation

2023-11-30 · Younggeol Cho, Youngrae Kim, Dongman Lee

Continual test-time adaptation (cTTA) methods are designed to facilitate the continual adaptation of models to dynamically changing real-world environments where computational resources are limited. Due to this inherent …

image-classificationImage ClassificationSemantic SegmentationStyle Transfer+1

Instance-Aware Test-Time Segmentation for Continual Domain Shifts

2025-12-09 · Seunghwan Lee, Inyoung Jung, Hojoon Lee, Eunil Park 외 arxiv

Continual Test-Time Adaptation (CTTA) enables pre-trained models to adapt to continuously evolving domains. Existing methods have improved robustness but typically rely on fixed or batch-level thresholds, which cannot ac…

Semantic SegmentationTest-time Adaptation