中文
相关论文

相关论文: One Pool Is Not Enough: Multi-Cluster Memory for P…

200 篇论文

Real-world vision models in dynamic environments face rapid shifts in domain distributions, leading to decreased recognition performance. Using unlabeled test data, continuous test-time adaptation (CTTA) directly adjusts a pre-trained…

计算机视觉与模式识别 · 计算机科学 2025-01-28 Sarthak Kumar Maharana , Baoming Zhang , Yunhui Guo

Test-time adaptation (TTA) seeks to tackle potential distribution shifts between training and testing data by adapting a given model w.r.t. any testing sample. This task is particularly important for deep models when the test environment…

机器学习 · 计算机科学 2022-06-01 Shuaicheng Niu , Jiaxiang Wu , Yifan Zhang , Yaofo Chen , Shijian Zheng , Peilin Zhao , Mingkui Tan

Continual Test-Time Adaptation (CTTA) enables pre-trained models to adapt to continuously evolving domains. Existing methods have improved robustness but typically rely on fixed or batch-level thresholds, which cannot account for varying…

计算机视觉与模式识别 · 计算机科学 2025-12-10 Seunghwan Lee , Inyoung Jung , Hojoon Lee , Eunil Park , Sungeun Hong

This paper presents a simple yet effective approach that improves continual test-time adaptation (TTA) in a memory-efficient manner. TTA may primarily be conducted on edge devices with limited memory, so reducing memory is crucial but has…

计算机视觉与模式识别 · 计算机科学 2023-05-24 Junha Song , Jungsoo Lee , In So Kweon , Sungha Choi

Deep neural networks often degrade under distribution shifts. Although domain adaptation offers a solution, privacy constraints often prevent access to source data, making Test-Time Adaptation (TTA, which adapts using only unlabeled test…

机器学习 · 计算机科学 2025-06-10 Linjing You , Jiabao Lu , Xiayuan Huang

Test-time Adaptation (TTA) aims to improve model performance when the model encounters domain changes after deployment. The standard TTA mainly considers the case where the target domain is static, while the continual TTA needs to undergo a…

计算机视觉与模式识别 · 计算机科学 2025-01-03 Xinru Meng , Han Sun , Jiamei Liu , Ningzhong Liu , Huiyu Zhou

Test-Time adaptation (TTA) has proven effective in mitigating performance drops under single-domain distribution shifts by updating model parameters during inference. However, real-world deployments often involve mixed distribution shifts,…

机器学习 · 计算机科学 2025-11-19 Xiao Fan , Jingyan Jiang , Zhaoru Chen , Fanding Huang , Xiao Chen , Qinting Jiang , Bowen Zhang , Xing Tang , Zhi Wang

Continual Test-Time Adaptation (CTTA) is an emerging and challenging task where a model trained in a source domain must adapt to continuously changing conditions during testing, without access to the original source data. CTTA is prone to…

机器学习 · 计算机科学 2024-05-29 Ziqi Shi , Fan Lyu , Ye Liu , Fanhua Shang , Fuyuan Hu , Wei Feng , Zhang Zhang , Liang Wang

Vision-Language Models (VLMs) demonstrate impressive zero-shot generalization through large-scale image-text pretraining, yet their performance can drop once the deployment distribution diverges from the training distribution. To address…

计算机视觉与模式识别 · 计算机科学 2025-10-23 Xiaozhen Qiao , Jingkai Zhao , Yuqiu Jiang , Xianda Guo , Zhe Sun , Hongyuan Zhang , Xuelong Li

Test-time domain adaptation aims to adapt a source pre-trained model to a target domain without using any source data. Existing works mainly consider the case where the target domain is static. However, real-world machine perception systems…

计算机视觉与模式识别 · 计算机科学 2022-03-28 Qin Wang , Olga Fink , Luc Van Gool , Dengxin Dai

State-of-the-art pre-trained language models (PLMs) outperform other models when applied to the majority of language processing tasks. However, PLMs have been found to degrade in performance under distribution shift, a phenomenon that…

计算与语言 · 计算机科学 2022-12-06 Ayush Singh , John E. Ortega

We design and study a Contextual Memory Tree (CMT), a learning memory controller that inserts new memories into an experience store of unbounded size. It is designed to efficiently query for memories from that store, supporting logarithmic…

机器学习 · 计算机科学 2019-06-04 Wen Sun , Alina Beygelzimer , Hal Daumé , John Langford , Paul Mineiro

Test-time adaptation (TTA) aims to address the distribution shift between the training and test data with only unlabeled data at test time. Existing TTA methods often focus on improving recognition performance specifically for test data…

机器学习 · 计算机科学 2024-08-28 Yongcan Yu , Lijun Sheng , Ran He , Jian Liang

Continual Test-Time Adaptation (CTTA) seeks to update a pretrained model during deployment using only the incoming, unlabeled data stream. Although prior approaches such as Tent, EATA etc. provide meaningful improvements under short…

机器学习 · 计算机科学 2026-05-26 Himanshu Mishra

Test-time adaptation (TTA) enables online model adaptation using only unlabeled test data, aiming to bridge the gap between source and target distributions. However, in multimodal scenarios, varying degrees of distribution shift across…

机器学习 · 计算机科学 2026-03-24 Jiacheng Li , Songhe Feng

Test Time Adaptation (TTA) is a pivotal concept in machine learning, enabling models to perform well in real-world scenarios, where test data distribution differs from training. In this work, we propose a novel approach called pseudo Source…

计算机视觉与模式识别 · 计算机科学 2023-11-23 Manogna Sreenivas , Goirik Chakrabarty , Soma Biswas

Since distribution shifts are likely to occur after a model's deployment and can drastically decrease the model's performance, online test-time adaptation (TTA) continues to update the model during test-time, leveraging the current test…

计算机视觉与模式识别 · 计算机科学 2024-01-03 Mario Döbler , Florian Marencke , Robert A. Marsden , Bin Yang

Remote physiological measurement (RPM) has emerged as a promising non-invasive method for monitoring physiological signals using the non-contact device. Although various domain adaptation and generalization methods were proposed to promote…

计算机视觉与模式识别 · 计算机科学 2025-11-11 Xiao Yang , Jiyao Wang , Yuxuan Fan , Can Liu , Houcheng Su , Weichen Guo , Zitong Yu , Dengbo He , Kaishun Wu

Continual Test-Time Adaptation (CTTA) seeks to adapt source pre-trained models to continually changing, unseen target domains. While existing CTTA methods assume structured domain changes with uniform durations, real-world environments…

机器学习 · 计算机科学 2025-06-09 Yunbei Zhang , Akshay Mehra , Shuaicheng Niu , Jihun Hamm

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 multiple domains.…

计算机视觉与模式识别 · 计算机科学 2026-02-06 Lingrui Li , Yanfeng Zhou , Nan Pu , Xin Chen , Zhun Zhong