paper-with-me

Papers

Decoupled Prototype Learning for Reliable Test-Time Adaptation

2024-01-15 · Guowei Wang, Changxing Ding, Wentao Tan, Mingkui Tan

Test-time adaptation (TTA) is a task that continually adapts a pre-trained source model to the target domain during inference. One popular approach involves fine-tuning model with cross-entropy loss according to estimated pseudo-labels. However, its performance is significantly affected by noisy pseudo-labels. This study reveals that minimizing the classification error of each sample causes the cross-entropy loss's vulnerability to label noise. To address this issue, we propose a novel Decoupled Prototype Learning (DPL) method that features prototype-centric loss computation. First, we decouple the optimization of class prototypes. For each class prototype, we reduce its distance with positive samples and enlarge its distance with negative samples in a contrastive manner. This strategy prevents the model from overfitting to noisy pseudo-labels. Second, we propose a memory-based strategy to enhance DPL's robustness for the small batch sizes often encountered in TTA. We update each class's pseudo-feature from a memory in a momentum manner and insert an additional DPL loss. Finally, we introduce a consistency regularization-based approach to leverage samples with unconfident pseudo-labels. This approach transfers feature styles of samples with unconfident pseudo-labels to those with confident pseudo-labels. Thus, more reliable samples for TTA are created. The experimental results demonstrate that our methods achieve state-of-the-art performance on domain generalization benchmarks, and reliably improve the performance of self-training-based methods on image corruption benchmarks. The code will be released.

📄 PDF Abstract BibTeX arXiv:2401.08703

Code (0)

등록된 구현이 없습니다.

Tasks

Domain GeneralizationTest-time Adaptation

Similar Papers 제목 키워드 기반

Reliable Neural Collapse Approximation for Open-World Test-Time Adaptation

2026-08-20 · Jia-Qi Lin, Yuangang Pan, Chang-Dong Wang, Haizhang Zhang 외 arxiv

Test-Time Adaptation (TTA) methods aim to bridge the domain gap between the source and target domains. However, traditional TTA methods become ineffective when the label distribution shift occurs, a challenge commonly re…

Test-time AdaptationDomain Adaptation

Ultra-Light Test-Time Adaptation for Vision--Language Models

2025-11-12 · Byunghyun Kim arxiv

Vision-Language Models (VLMs) such as CLIP achieve strong zero-shot recognition by comparing image embeddings to text-derived class prototypes. However, under domain shift, they suffer from feature drift, class-prior mis…

Test-time Adaptation

Multi-Cache Enhanced Prototype Learning for Test-Time Generalization of Vision-Language Models

2025-08-02 · Xinyu Chen, Haotian Zhai, Can Zhang, Xiupeng Shi 외 arxiv

In zero-shot setting, test-time adaptation adjusts pre-trained models using unlabeled data from the test phase to enhance performance on unknown test distributions. Existing cache-enhanced TTA methods rely on a low-entro…

Test-time Adaptation

Adapt-As-You-Walk Through the Clouds: Training-Free Online Test-Time Adaptation of 3D Vision-Language Foundation Models

2025-11-19 · Mehran Tamjidi, Hamidreza Dastmalchi, Mohammadreza Alimoradijazi, Ali Cheraghian 외 arxiv

3D Vision-Language Foundation Models (VLFMs) have shown strong generalization and zero-shot recognition capabilities in open-world point cloud processing tasks. However, these models often underperform in practical scena…

Test-time Adaptation

HydraCIL: Decoupled Class-Incremental Learning through Prototype-Guided Multi-Head Classifiers

2026-06-08 · Daniel Vila-Cruz, Laura Morán-Fernández, Verónica Bolón-Canedo arxiv

We present HydraCIL, a decoupled continual learning model based on prototype-guided multi-head classifiers, targeting sustainable deployment in embedded and resource-constrained environments. While most Class-Incremental…

class-incremental learningContinual Learning