paper-with-me

Papers

Beyond Model Adaptation at Test Time: A Survey

2024-11-06 · Zehao Xiao, Cees G. M. Snoek

Machine learning algorithms have achieved remarkable success across various disciplines, use cases and applications, under the prevailing assumption that training and test samples are drawn from the same distribution. Consequently, these algorithms struggle and become brittle even when samples in the test distribution start to deviate from the ones observed during training. Domain adaptation and domain generalization have been studied extensively as approaches to address distribution shifts across test and train domains, but each has its limitations. Test-time adaptation, a recently emerging learning paradigm, combines the benefits of domain adaptation and domain generalization by training models only on source data and adapting them to target data during test-time inference. In this survey, we provide a comprehensive and systematic review on test-time adaptation, covering more than 400 recent papers. We structure our review by categorizing existing methods into five distinct categories based on what component of the method is adjusted for test-time adaptation: the model, the inference, the normalization, the sample, or the prompt, providing detailed analysis of each. We further discuss the various preparation and adaptation settings for methods within these categories, offering deeper insights into the effective deployment for the evaluation of distribution shifts and their real-world application in understanding images, video and 3D, as well as modalities beyond vision. We close the survey with an outlook on emerging research opportunities for test-time adaptation.

📄 PDF Abstract BibTeX arXiv:2411.03687

Code (1)

zzzx1224/beyond-model-adaptation-at-test-time-papers 공식 구현

Tasks

Domain AdaptationDomain GeneralizationSurveyTest-time Adaptation

Similar Papers 제목 키워드 기반

Beyond Generalization: A Survey of Out-Of-Distribution Adaptation on Graphs

2024-02-17 · Shuhan Liu, Kaize Ding

Distribution shifts on graphs -- the data distribution discrepancies between training and testing a graph machine learning model, are often ubiquitous and unavoidable in real-world scenarios. Such shifts may severely det…

A Comprehensive Survey on Test-Time Adaptation under Distribution Shifts

2023-03-27 · Jian Liang, Ran He, Tieniu Tan

Machine learning methods strive to acquire a robust model during the training process that can effectively generalize to test samples, even in the presence of distribution shifts. However, these methods often suffer from…

Domain AdaptationSource-Free Domain AdaptationSurveyTest-time Adaptation

Transfer Adaptation Learning: A Decade Survey

2019-03-12 · Lei Zhang, Xinbo Gao

The world we see is ever-changing and it always changes with people, things, and the environment. Domain is referred to as the state of the world at a certain moment. A research problem is characterized as transfer adapt…

Survey

Prompt-based Adaptation in Large-scale Vision Models: A Survey

2025-10-15 · Xi Xiao, Yunbei Zhang, Lin Zhao, Yiyang Liu 외 arxiv

In computer vision, Visual Prompting (VP) and Visual Prompt Tuning (VPT) have recently emerged as lightweight and effective alternatives to full fine-tuning for adapting large-scale vision models within the "pretrain-the…

Test-time AdaptationVisual Prompt TuningPoint Clouds

Continual Learning in Transition

2026-08-06 · Zhiyan Hou, Dan Zhang, Tao Feng, Liyuan Wang 외 arxiv

Classical continual learning (CL) has primarily focused on enabling models to update and retain knowledge through parameter-centric mechanisms, e.g., training strategies, architectural designs, and weight adaptation. How…

Continual Learning