paper-with-me

Papers

Order-Aware Test-Time Adaptation: Leveraging Temporal Dynamics for Robust Streaming Inference

2026-01-28 · Young Kyung Kim, Oded Schlesinger, Qiangqiang Wu, J. Matías Di Martino, Guillermo Sapiro arxiv

Test-Time Adaptation (TTA) enables pre-trained models to adjust to distribution shift by learning from unlabeled test-time streams. However, existing methods typically treat these streams as independent samples, overlooking the supervisory signal inherent in temporal dynamics. To address this, we introduce Order-Aware Test-Time Adaptation (OATTA). We formulate test-time adaptation as a gradient-free recursive Bayesian estimation task, using a learned dynamic transition matrix as a temporal prior to refine the base model's predictions. To ensure safety in weakly structured streams, we introduce a likelihood-ratio gate (LLR) that reverts to the base predictor when temporal evidence is absent. OATTA is a lightweight, model-agnostic module that incurs negligible computational overhead. Extensive experiments across image classification, wearable and physiological signal analysis, and language sentiment analysis demonstrate its universality; OATTA consistently boosts established baselines, improving accuracy by up to 6.35%. Our findings establish that modeling temporal dynamics provides a critical, orthogonal signal beyond standard order-agnostic TTA approaches.

📄 PDF Abstract BibTeX arXiv:2601.21012

Code (0)

등록된 구현이 없습니다.

Tasks

Test-time AdaptationImage ClassificationSentiment Analysis

Similar Papers 제목 키워드 기반

Diversity-aware Buffer for Coping with Temporally Correlated Data Streams in Online Test-time Adaptation

2024-01-02 · Mario Döbler, Florian Marencke, Robert A. Marsden, Bin Yang

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 …

DiversityTest-time Adaptation

Test-Time Instance-Specific Parameter Composition: A New Paradigm for Adaptive Generative Modeling

2026-03-29 · Minh-Tuan Tran, Xuan-May Le, Quan Hung Tran, Mehrtash Harandi 외 arxiv

Existing generative models, such as diffusion and auto-regressive networks, are inherently static, relying on a fixed set of pretrained parameters to handle all inputs. In contrast, humans flexibly adapt their internal g…

Learning Topology-Aware Representations via Test-Time Adaptation for Anomaly Segmentation

2026-06-26 · Ali Zia, Usman Ali, Abdul Rehman, Umer Ramzan 외 arxiv

Test-time adaptation (TTA) has emerged as a promising paradigm for mitigating distribution shifts in deep models. However, existing TTA approaches for anomaly segmentation remain limited by their reliance on pixel-level …

Unsupervised Anomaly DetectionTest-time Adaptation

Efficient and Context-Aware Label Propagation for Zero-/Few-Shot Training-Free Adaptation of Vision-Language Model

2024-12-24 · Yushu Li, Yongyi Su, Adam Goodge, Kui Jia 외

Vision-language models (VLMs) have revolutionized machine learning by leveraging large pre-trained models to tackle various downstream tasks. Despite improvements in label, training, and data efficiency, many state-of-th…

Language ModelingLanguage ModellingOut-of-Distribution Generalization

SNAP: Low-Latency Test-Time Adaptation with Sparse Updates

2025-11-19 · Hyeongheon Cha, Dong Min Kim, Hye Won Chung, Taesik Gong 외 arxiv

Test-Time Adaptation (TTA) adjusts models using unlabeled test data to handle dynamic distribution shifts. However, existing methods rely on frequent adaptation and high computational cost, making them unsuitable for res…

Test-time Adaptation