paper-with-me

Papers

Efficient Test-Time Adaptation through Latent Subspace Coefficients Search

2025-10-13 · Xinyu Luo, Jie Liu, Kecheng Chen, Junyi Yang, Bo Ding, Arindam Basu, Haoliang Li arxiv

Real-world deployment often exposes models to distribution shifts, making test-time adaptation (TTA) critical for robustness. Yet most TTA methods are unfriendly to edge deployment, as they rely on backpropagation, activation buffering, or test-time mini-batches, leading to high latency and memory overhead. We propose \textbf{ELaTTA} (\textit{Efficient Latent Test-Time Adaptation}), a gradient-free framework for single-instance TTA under strict on-device constraints. ELaTTA freezes model weights and adapts each test sample by optimizing a low-dimensional coefficient vector in a source-induced principal latent subspace, pre-computed offline via truncated SVD and stored with negligible overhead. At inference, ELaTTA encourages prediction confidence by optimizing the $k$-D coefficients with CMA-ES, effectively optimizing a Gaussian-smoothed objective and improving stability near decision boundaries. Across six benchmarks and multiple architectures, ELaTTA achieves state-of-the-art accuracy under both strict and continual single-instance protocols, while reducing compute by up to \emph{63$\times$} and peak memory by up to \emph{11$\times$}. We further demonstrate on-device deployment on a ZYNQ-7020 platform.

📄 PDF Abstract BibTeX arXiv:2510.11068

Code (0)

등록된 구현이 없습니다.

Tasks

Test-time Adaptation

Similar Papers 제목 키워드 기반

Test-Time Spectrum-Aware Latent Steering for Zero-Shot Generalization in Vision-Language Models

2025-11-12 · Konstantinos M. Dafnis, Dimitris N. Metaxas arxiv

Vision-Language Models (VLMs) excel at zero-shot inference but often degrade under test-time domain shifts. For this reason, episodic test-time adaptation strategies have recently emerged as powerful techniques for adapt…

Zero-shot GeneralizationTest-time Adaptation

T-VSS: Test-Time Visual Subspace Steering for Adversarial Robustness of Vision-Language Models

2026-06-22 · Jaehyuk Jang, Minseok Seo. Seungju Cho, Kangwook Ko, Changick Kim arxiv

Vision-language models (VLMs) achieve strong zero-shot recognition, but they remain highly vulnerable to adversarial perturbations. Recent test-time adaptations improve robustness without retraining, but they do not dire…

Adversarial RobustnessTest-time Adaptation

The Golden Subspace: Where Efficiency Meets Generalization in Continual Test-Time Adaptation

2026-03-23 · Guannan Lai, Da-Wei Zhou, Zhenguo Li, Han-Jia Ye arxiv

Continual Test-Time Adaptation (CTTA) aims to enable models to adapt online to unlabeled data streams under distribution shift without accessing source data. Existing CTTA methods face an efficiency-generalization trade-…

Test-time Adaptation

Efficient Test-Time Optimization for Depth Completion via Low-Rank Decoder Adaptation

2026-03-02 · Minseok Seo, Wonjun Lee, Jaehyuk Jang, Changick Kim arxiv

Zero-shot depth completion has gained attention for its ability to generalize across environments without sensor-specific datasets or retraining. However, most existing approaches rely on diffusion-based test-time optimi…

Test-time AdaptationDepth Completion

Domain Alignment Meets Fully Test-Time Adaptation

2022-07-09 · Kowshik Thopalli, Pavan Turaga, Jayaraman J. Thiagarajan

A foundational requirement of a deployed ML model is to generalize to data drawn from a testing distribution that is different from training. A popular solution to this problem is to adapt a pre-trained model to novel do…

Domain AdaptationTest-time AdaptationUnsupervised Domain Adaptation