paper-with-me

홈 › Papers

ZOTTA: Test-Time Adaptation with Gradient-Free Zeroth-Order Optimization

2026-03-15 · Ronghao Zhang, Shuaicheng Niu, Qi Deng, Yanjie Dong, Jian Chen, Runhao Zeng arxiv

Test-time adaptation (TTA) aims to improve model robustness under distribution shifts by adapting to unlabeled test data, but most existing methods rely on backpropagation (BP), which is computationally costly and incompatible with non-differentiable models such as quantized models, limiting practical deployment on numerous edge devices. Recent BP-free approaches alleviate overhead but remain either architecture-specific or limited in optimization capacity to handle high-dimensional models. We propose ZOTTA, a fully BP-free TTA framework that performs efficient adaptation using only forward passes via Zeroth-Order Optimization (ZOO). While ZOO is theoretically appealing, naive application leads to slow convergence under high-dimensional parameter spaces and unstable optimization due to the lack of labels. ZOTTA overcomes these challenges through 1) Distribution-Robust Layer Selection, which automatically identifies and freezes layers that already extract distribution-invariant features, updating only domain-sensitive layers to reduce the optimization dimensionality and accelerate convergence; 2) Spatial Feature Aggregation Alignment, which stabilizes ZOO by aligning globally aggregated spatial features between source and target to reduce gradient variance. Together, these components enable architecture-agnostic and stable BP-free adaptation. Extensive experiments on ImageNet-C/R/Sketch/A show that ZOTTA outperforms or matches BP-based methods, e.g., it reduces memory usage by 84% and improves accuracy by 3.9% over SAR on ImageNet-C.

📄 PDF Abstract BibTeX arXiv:2603.14254

Code (0)

등록된 구현이 없습니다.

Tasks

Test-time Adaptation

Similar Papers 제목 키워드 기반

LQA: A Lightweight Quantized-Adaptive Framework for Vision-Language Models on the Edge

2026-02-08 · Xin Wang, Hong Jia, Hualin Zhou, Sheng Guang Wang 외 arxiv

Deploying Vision-Language Models (VLMs) on edge devices is challenged by resource constraints and performance degradation under distribution shifts. While test-time adaptation (TTA) can counteract such shifts, existing m…

Test-time Adaptation

EMO-TTA: Improving Test-Time Adaptation of Audio-Language Models for Speech Emotion Recognition

2025-09-29 · Jiacheng Shi, Hongfei Du, Y. Alicia Hong, Ye Gao arxiv

Speech emotion recognition (SER) with audio-language models (ALMs) remains vulnerable to distribution shifts at test time, leading to performance degradation in out-of-domain scenarios. Test-time adaptation (TTA) provide…

Speech Emotion RecognitionTest-time Adaptation

Efficient Test-Time Adaptation through Latent Subspace Coefficients Search

2025-10-13 · Xinyu Luo, Jie Liu, Kecheng Chen, Junyi Yang 외 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, activ…

Test-time Adaptation

Backpropagation-Free Test-Time Adaptation via Probabilistic Gaussian Alignment

2025-08-21 · Youjia Zhang, Youngeun Kim, Young-Geun Choi, Hongyeob Kim 외 arxiv

Test-time adaptation (TTA) enhances the zero-shot robustness under distribution shifts by leveraging unlabeled test data during inference. Despite notable advances, several challenges still limit its broader applicabilit…

Test-time Adaptation

FOZO: Forward-Only Zeroth-Order Prompt Optimization for Test-Time Adaptation

2026-03-05 · Xingyu Wang, Tao Wang arxiv

Test-Time Adaptation (TTA) is essential for enabling deep learning models to handle real-world data distribution shifts. However, current approaches face significant limitations: backpropagation-based methods are not sui…

Test-time Adaptation