paper-with-me

홈 › Papers

Dynamic Prompt Allocation and Tuning for Continual Test-Time Adaptation

2024-12-12 · Chaoran Cui, Yongrui Zhen, Shuai Gong, Chunyun Zhang, Hui Liu, Yilong Yin

Continual test-time adaptation (CTTA) has recently emerged to adapt a pre-trained source model to continuously evolving target distributions, which accommodates the dynamic nature of real-world environments. To mitigate the risk of catastrophic forgetting in CTTA, existing methods typically incorporate explicit regularization terms to constrain the variation of model parameters. However, they cannot fundamentally resolve catastrophic forgetting because they rely on a single shared model to adapt across all target domains, which inevitably leads to severe inter-domain interference. In this paper, we introduce learnable domain-specific prompts that guide the model to adapt to corresponding target domains, thereby partially disentangling the parameter space of different domains. In the absence of domain identity for target samples, we propose a novel dynamic Prompt AllocatIon aNd Tuning (PAINT) method, which utilizes a query mechanism to dynamically determine whether the current samples come from a known domain or an unexplored one. For known domains, the corresponding domain-specific prompt is directly selected, while for previously unseen domains, a new prompt is allocated. Prompt tuning is subsequently performed using mutual information maximization along with structural regularization. Extensive experiments on three benchmark datasets demonstrate the effectiveness of our PAINT method for CTTA. We have released our code at https://github.com/Cadezzyr/PAINT.

📄 PDF Abstract BibTeX arXiv:2412.09308

Code (1)

cadezzyr/paint 공식 구현 pytorch

Tasks

Test-time Adaptation

Similar Papers 제목 키워드 기반

Continual Task Allocation in Meta-Policy Network via Sparse Prompting

2023-05-29 · Yijun Yang, Tianyi Zhou, Jing Jiang, Guodong Long 외

How to train a generalizable meta-policy by continually learning a sequence of tasks? It is a natural human skill yet challenging to achieve by current reinforcement learning: the agent is expected to quickly adapt to ne…

Multi-Scale Global-Instance Prompt Tuning for Continual Test-time Adaptation in Medical Image Segmentation

2026-02-05 · Lingrui Li, Yanfeng Zhou, Nan Pu, Xin Chen 외 arxiv

Distribution shift is a common challenge in medical images obtained from different clinical centers, significantly hindering the deployment of pre-trained semantic segmentation models in real-world applications across mu…

Medical Image SegmentationSemantic SegmentationTest-time Adaptation

Budget-Adaptive Adapter Tuning in Orthogonal Subspaces for Continual Learning in LLMs

2025-05-28 · Zhiyi Wan, Wanrou Du, Liang Li, Miao Pan 외

Large language models (LLMs) often suffer from catastrophic forgetting in continual learning (CL) scenarios, where performance on previously learned tasks degrades severely while training on sequentially arriving tasks. …

Continual Learning

Is Parameter Isolation Better for Prompt-Based Continual Learning?

2026-01-28 · Jiangyang Li, Chenhao Ding, Songlin Dong, Qiang Wang 외 arxiv

Prompt-based continual learning methods effectively mitigate catastrophic forgetting. However, most existing methods assign a fixed set of prompts to each task, completely isolating knowledge across tasks and resulting i…

Continual Learning

Dynamic Cross-Modal Prompt Generation for Multimodal Continual Instruction Tuning

2026-05-11 · Tao Hu, Da-Wei Zhou arxiv

Multimodal Large Language Models (MLLMs) achieve strong performance through instruction tuning, yet real-world deployment often requires continual capability expansion across sequential tasks. In such scenarios, Multimod…