Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Efficient Test-Time Adaptation through Latent Subspace Coefficients Search

About

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.

Xinyu Luo, Jie Liu, Kecheng Chen, Junyi Yang, Bo Ding, Arindam Basu, Haoliang Li• 2025

Related benchmarks

TaskDatasetResultRank
Image ClassificationImageNet V2--
749
Image ClassificationImageNet-C (test)
Defocus Blur Acc51.82
125
Image ClassificationImageNet-C (val)--
105
Image ClassificationImageNet-Sketch
Accuracy47.73
63
Image ClassificationImageNet-C
Accuracy (Brightness)75.67
54
Image ClassificationImageNet-R
Accuracy65.29
29
Image ClassificationDomainNet-126
Average Accuracy62.49
24
Image ClassificationImageNet-C
GFLOPs16.95
9
Image ClassificationDomainNet 126 Real as source
Accuracy (Clipart)56.5
8
Image ClassificationDomainNet-126 Clipart as source
Accuracy (Sketch Domain)47.24
8
Showing 10 of 13 rows

Other info

Follow for update