paper-with-me

Papers

A Probabilistic Framework for Lifelong Test-Time Adaptation

2022-12-19 · CVPR 2023 1 · Dhanajit Brahma, Piyush Rai

Test-time adaptation (TTA) is the problem of updating a pre-trained source model at inference time given test input(s) from a different target domain. Most existing TTA approaches assume the setting in which the target domain is stationary, i.e., all the test inputs come from a single target domain. However, in many practical settings, the test input distribution might exhibit a lifelong/continual shift over time. Moreover, existing TTA approaches also lack the ability to provide reliable uncertainty estimates, which is crucial when distribution shifts occur between the source and target domain. To address these issues, we present PETAL (Probabilistic lifElong Test-time Adaptation with seLf-training prior), which solves lifelong TTA using a probabilistic approach, and naturally results in (1) a student-teacher framework, where the teacher model is an exponential moving average of the student model, and (2) regularizing the model updates at inference time using the source model as a regularizer. To prevent model drift in the lifelong/continual TTA setting, we also propose a data-driven parameter restoration technique which contributes to reducing the error accumulation and maintaining the knowledge of recent domains by restoring only the irrelevant parameters. In terms of predictive error rate as well as uncertainty based metrics such as Brier score and negative log-likelihood, our method achieves better results than the current state-of-the-art for online lifelong test-time adaptation across various benchmarks, such as CIFAR-10C, CIFAR-100C, ImageNetC, and ImageNet3DCC datasets. The source code for our approach is accessible at https://github.com/dhanajitb/petal.

📄 PDF Abstract BibTeX arXiv:2212.09713

Code (1)

dhanajitb/petal 공식 구현 pytorch

Tasks

Test-time Adaptation

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Efficient Meta Lifelong-Learning with Limited Memory

2020-10-06 · EMNLP 2020 11 · ZiRui Wang, Sanket Vaibhav Mehta, Barnabás Póczos, Jaime Carbonell

Current natural language processing models work well on a single task, yet they often fail to continuously learn new tasks without forgetting previous ones as they are re-trained throughout their lifetime, a challenge kn…

Lifelong learningMulti-Task LearningQuestion Answeringtext-classification+1

Dynamic Mixture of Progressive Parameter-Efficient Expert Library for Lifelong Robot Learning

2025-06-06 · YuHeng Lei, Sitong Mao, Shunbo Zhou, Hongyuan Zhang 외

A generalist agent must continuously learn and adapt throughout its lifetime, achieving efficient forward transfer while minimizing catastrophic forgetting. Previous work within the dominant pretrain-then-finetune paradi…

Lifelong learningparameter-efficient fine-tuning

ThinkFlow: Self-Evolving Probabilistic Latent Memory for Lifelong Conversational Agents

2026-09-15 · Cai Ke, Xin Liu, Han Zhang, Jiangyue Yan 외 arxiv

Lifelong conversational agents rely on memory systems to maintain deep, context-aware interactions with users. However, existing explicit textual memory pipelines suffer from a severe information bottleneck, often losing…

A probabilistic framework for online test-time adaptation

2026-06-24 · Daniel Corrales, David Ríos Insua arxiv

This paper presents a probabilistic framework for online test-time adaptation problems. In them, a model is trained on labeled data but must adapt to unlabeled data at test time under the assumption that training and tes…

Test-time Adaptation

Lifelong Self-Adaptation: Self-Adaptation Meets Lifelong Machine Learning

2022-04-04 · Omid Gheibi, Danny Weyns

In the past years, machine learning (ML) has become a popular approach to support self-adaptation. While ML techniques enable dealing with several problems in self-adaptation, such as scalable decision-making, they are a…

BIG-bench Machine LearningDecision MakingSelf Adaptive System