paper-with-me

Papers

Improving Entropy-Based Test-Time Adaptation from a Clustering View

2023-10-31 · Guoliang Lin, Hanjiang Lai, Yan Pan, Jian Yin

Domain shift is a common problem in the realistic world, where training data and test data follow different data distributions. To deal with this problem, fully test-time adaptation (TTA) leverages the unlabeled data encountered during test time to adapt the model. In particular, entropy-based TTA (EBTTA) methods, which minimize the prediction's entropy on test samples, have shown great success. In this paper, we introduce a new clustering perspective on the EBTTA. It is an iterative algorithm: 1) in the assignment step, the forward process of the EBTTA models is the assignment of labels for these test samples, and 2) in the updating step, the backward process is the update of the model via the assigned samples. This new perspective allows us to explore how entropy minimization influences test-time adaptation. Accordingly, this observation can guide us to put forward the improvement of EBTTA. We propose to improve EBTTA from the assignment step and the updating step, where robust label assignment, similarity-preserving constraint, sample selection, and gradient accumulation are proposed to explicitly utilize more information. Experimental results demonstrate that our method can achieve consistent improvements on various datasets. Code is provided in the supplementary material.

📄 PDF Abstract BibTeX arXiv:2310.20327

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringTest-time Adaptation

Similar Papers 제목 키워드 기반

BaFTA: Backprop-Free Test-Time Adaptation For Zero-Shot Vision-Language Models

2024-06-17 · Xuefeng Hu, Ke Zhang, Min Sun, Albert Chen 외

Large-scale pretrained vision-language models like CLIP have demonstrated remarkable zero-shot image classification capabilities across diverse domains. To enhance CLIP's performance while preserving the zero-shot paradi…

image-classificationImage ClassificationOnline ClusteringTest-time Adaptation+1

Majorization-Guided Test-Time Adaptation for Vision-Language Models under Modality-Specific Shift

2026-04-27 · Lixian Chen, Yanhui Chen, Junyi Lin arxiv

Vision-language models transfer well in zero-shot settings, but at deployment the visual and textual branches often shift asymmetrically. Under this condition, entropy-based test-time adaptation can sharpen the fused pos…

Test-time Adaptation

Augmented Contrastive Clustering with Uncertainty-Aware Prototyping for Time Series Test Time Adaptation

2025-01-01 · Peiliang Gong, Mohamed Ragab, Min Wu, Zhenghua Chen 외

Test-time adaptation aims to adapt pre-trained deep neural networks using solely online unlabelled test data during inference. Although TTA has shown promise in visual applications, its potential in time series contexts …

ClusteringTest-time AdaptationTime Series

Adaptive Debiasing Tsallis Entropy for Test-Time Adaptation

2026-02-12 · Xiangyu Wu, Dongming Jiang, Feng Yu, Yueying Tian 외 arxiv

Mainstream Test-Time Adaptation (TTA) methods for adapting vision-language models, e.g., CLIP, typically rely on Shannon Entropy (SE) at test time to measure prediction uncertainty and inconsistency. However, since CLIP …

Test-time Adaptation

Ranked Entropy Minimization for Continual Test-Time Adaptation

2025-05-22 · Jisu Han, Jaemin Na, Wonjun Hwang

Test-time adaptation aims to adapt to realistic environments in an online manner by learning during test time. Entropy minimization has emerged as a principal strategy for test-time adaptation due to its efficiency and a…

Test-time Adaptation