paper-with-me

Papers

DOTA: Distributional Test-Time Adaptation of Vision-Language Models

2024-09-28 · Zongbo Han, Jialong Yang, Junfan Li, QinGhua Hu, Qianli Xu, Mike Zheng Shou, Changqing Zhang

Vision-language foundation models (e.g., CLIP) have shown remarkable performance across a wide range of tasks. However, deploying these models may be unreliable when significant distribution gaps exist between the training and test data. The training-free test-time dynamic adapter (TDA) is a promising approach to address this issue by storing representative test samples to guide the classification of subsequent ones. However, TDA only naively maintains a limited number of reference samples in the cache, leading to severe test-time catastrophic forgetting when the cache is updated by dropping samples. In this paper, we propose a simple yet effective method for DistributiOnal Test-time Adaptation (Dota). Instead of naively memorizing representative test samples, Dota continually estimates the distributions of test samples, allowing the model to continually adapt to the deployment environment. The test-time posterior probabilities are then computed using the estimated distributions based on Bayes' theorem for adaptation purposes. To further enhance the adaptability on the uncertain samples, we introduce a new human-in-the-loop paradigm which identifies uncertain samples, collects human-feedback, and incorporates it into the Dota framework. Extensive experiments validate that Dota enables CLIP to continually learn, resulting in a significant improvement compared to current state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2409.19375

Code (0)

등록된 구현이 없습니다.

Tasks

Test-time Adaptation

Methods 이 논문이 사용한 방법론

Adapter 설명 없음
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

DoTA: Weight-Decomposed Tensor Adaptation for Large Language Models

2024-12-30 · Xiaolin Hu, Xiang Cheng, Peiyu Liu, Wei Liu 외

Low-rank adaptation (LoRA) reduces the computational and memory demands of fine-tuning large language models (LLMs) by approximating updates with low-rank matrices. However, low-rank approximation in two-dimensional spac…

Arithmetic ReasoningQuantizationTensor Decomposition

DOME: Learning Transferable Domain Variables from Sparse Supervision for Test-Time Adaptation

2026-06-02 · Xiaoran Xu, Yifan Xu, Yupeng Wu, Xiaoshan Yang 외 arxiv

Test-time adaptation (TTA) aims to align a model to shifting test domains using only unlabeled streaming data. Most existing methods implicitly infer a single global domain distribution, ignoring the multidimensional and…

Test-time Adaptation

One Pool Is Not Enough: Multi-Cluster Memory for Practical Test-Time Adaptation

2026-03-22 · Yu-Wen Tseng, Xingyi Zheng, Ya-Chen Wu, I-Bin Liao 외 arxiv

Test-time adaptation (TTA) adapts pre-trained models to distribution shifts at inference using only unlabeled test data. Under the Practical TTA (PTTA) setting, where test streams are temporally correlated and non-i.i.d.…

Test-time Adaptation

Scalable Multi-Task Low-Rank Model Adaptation

2026-03-02 · Zichen Tian, Antoine Ledent, Qianru Sun arxiv

Scaling multi-task low-rank adaptation (LoRA) to a large number of tasks induces catastrophic performance degradation, such as an accuracy drop from 88.2% to 2.0% on DOTA when scaling from 5 to 15 tasks. This failure is …

Hierarchical Knowledge Prompt Tuning for Multi-task Test-Time Adaptation

2025-01-01 · CVPR 2025 1 · Qiang Zhang, Mengsheng Zhao, Jiawei Liu, Fanrui Zhang 외

Test-time adaptation using vision-language models (such as CLIP) to quickly adjust to distributional shifts of downstream tasks has shown great potential. Despite significant progress, existing methods are still limi…

Test-time Adaptation