paper-with-me

홈 › Papers

Annotation-Efficient Active Test-Time Adaptation with Conformal Prediction

2025-09-30 · Tingyu Shi, Fan Lyu, Shaoliang Peng arxiv

Active Test-Time Adaptation (ATTA) improves model robustness under domain shift by selectively querying human annotations at deployment, but existing methods use heuristic uncertainty measures and suffer from low data selection efficiency, wasting human annotation budget. We propose Conformal Prediction Active TTA (CPATTA), which first brings principled, coverage-guaranteed uncertainty into ATTA. CPATTA employs smoothed conformal scores with a top-K certainty measure, an online weight-update algorithm driven by pseudo coverage, a domain-shift detector that adapts human supervision, and a staged update scheme balances human-labeled and model-labeled data. Extensive experiments demonstrate that CPATTA consistently outperforms the state-of-the-art ATTA methods by around 5% in accuracy. Our code and datasets are available at https://github.com/tingyushi/CPATTA.

📄 PDF Abstract BibTeX arXiv:2509.25692

Code (0)

등록된 구현이 없습니다.

Tasks

Test-time Adaptation

Similar Papers 제목 키워드 기반

Conformal Uncertainty Indicator for Continual Test-Time Adaptation

2025-02-05 · Fan Lyu, Hanyu Zhao, Ziqi Shi, Ye Liu 외

Continual Test-Time Adaptation (CTTA) aims to adapt models to sequentially changing domains during testing, relying on pseudo-labels for self-adaptation. However, incorrect pseudo-labels can accumulate, leading to perfor…

Conformal PredictionTest-time Adaptation

EviATTA: Evidential Active Test-Time Adaptation for Medical Segment Anything Models

2026-03-15 · Jiayi Chen, Yasmeen George, Winston Chong, Jianfei Cai arxiv

Deploying foundational medical Segment Anything Models (SAMs) via test-time adaptation (TTA) is challenging under large distribution shifts, where test-time supervision is often unreliable. While active test-time adaptat…

Medical Image SegmentationTest-time Adaptation

FOCAL: A Cost-Aware Video Dataset for Active Learning

2023-11-17 · Kiran Kokilepersaud, Yash-yee Logan, Ryan Benkert, Chen Zhou 외

In this paper, we introduce the FOCAL (Ford-OLIVES Collaboration on Active Learning) dataset which enables the study of the impact of annotation-cost within a video active learning setting. Annotation-cost refers to the …

Active Learning

Exploring Human-in-the-Loop Test-Time Adaptation by Synergizing Active Learning and Model Selection

2024-05-29 · Yushu Li, Yongyi Su, Xulei Yang, Kui Jia 외

Existing test-time adaptation (TTA) approaches often adapt models with the unlabeled testing data stream. A recent attempt relaxed the assumption by introducing limited human annotation, referred to as Human-In-the-Loop …

Active LearningModel SelectionTest-time Adaptation

Online Conformal Inference with Retrospective Adjustment for Faster Adaptation to Distribution Shift

2025-11-06 · Jungbin Jun, Ilsang Ohn arxiv

Conformal prediction has emerged as a powerful framework for constructing distribution-free prediction sets with guaranteed coverage assuming only the exchangeability assumption. However, this assumption is often violate…