paper-with-me

홈 › Papers

ReservoirTTA: Prolonged Test-time Adaptation for Evolving and Recurring Domains

2025-05-20 · Guillaume Vray, Devavrat Tomar, Xufeng Gao, Jean-Philippe Thiran, Evan Shelhamer, Behzad Bozorgtabar

This paper introduces ReservoirTTA, a novel plug-in framework designed for prolonged test-time adaptation (TTA) in scenarios where the test domain continuously shifts over time, including cases where domains recur or evolve gradually. At its core, ReservoirTTA maintains a reservoir of domain-specialized models -- an adaptive test-time model ensemble -- that both detects new domains via online clustering over style features of incoming samples and routes each sample to the appropriate specialized model, and thereby enables domain-specific adaptation. This multi-model strategy overcomes key limitations of single model adaptation, such as catastrophic forgetting, inter-domain interference, and error accumulation, ensuring robust and stable performance on sustained non-stationary test distributions. Our theoretical analysis reveals key components that bound parameter variance and prevent model collapse, while our plug-in TTA module mitigates catastrophic forgetting of previously encountered domains. Extensive experiments on the classification corruption benchmarks, including ImageNet-C and CIFAR-10/100-C, as well as the Cityscapes$\rightarrow$ACDC semantic segmentation task, covering recurring and continuously evolving domain shifts, demonstrate that ReservoirTTA significantly improves adaptation accuracy and maintains stable performance across prolonged, recurring shifts, outperforming state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2505.14511

Code (0)

등록된 구현이 없습니다.

Tasks

Online ClusteringSemantic SegmentationTest-time Adaptation

Similar Papers 제목 키워드 기반

APCoTTA: Continual Test-Time Adaptation for Semantic Segmentation of Airborne LiDAR Point Clouds

2025-05-15 · Yuan Gao, Shaobo Xia, Sheng Nie, Cheng Wang 외

Airborne laser scanning (ALS) point cloud segmentation is a fundamental task for large-scale 3D scene understanding. In real-world applications, models are typically fixed after training. However, domain shifts caused by…

Point Cloud SegmentationScene UnderstandingSemantic SegmentationTest-time Adaptation

A2TTA: Anchored-and-Agile Test-Time Adaptation for Evolving Traffic Sensor Networks

2026-07-28 · Du Yin, Xiachong Lin, Yue Tan, Jinliang Deng 외 arxiv

Traffic forecasting is important for efficient traffic management and route planning in smart cities. Existing traffic forecasting studies typically assume fixed sensor graphs, overlooking the continuous evolution of rea…

Test-time Adaptation

Persistent Test-time Adaptation in Recurring Testing Scenarios

2023-11-30 · Trung-Hieu Hoang, Duc Minh Vo, Minh N. Do

Current test-time adaptation (TTA) approaches aim to adapt a machine learning model to environments that change continuously. Yet, it is unclear whether TTA methods can maintain their adaptability over prolonged periods.…

DiagnosticTest-time Adaptation

CTTA-T: Continual Test-Time Adaptation for Text Understanding via Teacher-Student with a Domain-aware and Generalized Teacher

2025-12-20 · Tianlun Liu, Zhiliang Tian, Zhen Huang, Xingzhi Zhou 외 arxiv

Text understanding often suffers from domain shifts. To handle testing domains, domain adaptation (DA) is trained to adapt to a fixed and observed testing domain; a more challenging paradigm, test-time adaptation (TTA), …

Test-time AdaptationDomain Adaptation

FlashVideo: A Framework for Swift Inference in Text-to-Video Generation

2023-12-30 · Bin Lei, Le Chen, Caiwen Ding

In the evolving field of machine learning, video generation has witnessed significant advancements with autoregressive-based transformer models and diffusion models, known for synthesizing dynamic and realistic scenes. H…

Text-to-Video GenerationVideo Generation