paper-with-me

홈 › Papers

EVA-0: Test-Time Model Evolution with Only Two Forward Passes per Sample

2026-05-15 · Guohao Chen, Shuaicheng Niu, Geng Li, Yunbei Zhang, Shilin Shan, Chunyan Miao, Jianfei Yang arxiv

Test-time model evolution offers a promising way for deployed models to improve from unlabeled test-time experience, yet most existing methods depend on backpropagation (BP), which incurs substantial memory overhead and makes them difficult to deploy on edge devices, quantized models, specialized accelerators, or black-box models. In this work, we study test-time model evolution under a strict two-forward budget, a setting that pushes adaptation toward highly efficient real-world deployment. We reveal three key obstacles in zeroth-order test-time optimization: susceptibility to shortcut solutions, uncontrolled weight drift, and ineffective update direction estimation. To overcome them, we propose EVA-0, a minimal zeroth-order adaptation framework that: 1) keeps the loss scale-invariant to prevent shortcut solutions; 2) devises an anchor-guided optimization strategy to alleviate weight drift; 3) uses sample-wise symmetric two-sided perturbation for update direction estimation and inference. EVA-0 requires no BP and performs both inference and adaptation within only two forward passes per sample. Results on ImageNet-C & ViT-Base show that EVA-0 outperforms both BP-based DeYO and BP-free FOA, while achieving a 14x speed-up over FOA. Code will be released.

📄 PDF Abstract BibTeX arXiv:2605.18867

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Test-Time Model Adaptation with Only Forward Passes

2024-04-02 · Shuaicheng Niu, Chunyan Miao, Guohao Chen, Pengcheng Wu 외

Test-time adaptation has proven effective in adapting a given trained model to unseen test samples with potential distribution shifts. However, in real-world scenarios, models are usually deployed on resource-limited dev…

modelTest-time Adaptation

EVOS: Efficient Implicit Neural Training via EVOlutionary Selector

2024-12-13 · CVPR 2025 1 · Weixiang Zhang, Shuzhao Xie, Chengwei Ren, Siyi Xie 외

We propose EVOlutionary Selector (EVOS), an efficient training paradigm for accelerating Implicit Neural Representation (INR). Unlike conventional INR training that feeds all samples through the neural network in each it…

Evolutionary AlgorithmsSelection bias

SharpZO: Hybrid Sharpness-Aware Vision Language Model Prompt Tuning via Forward-Only Passes

2025-06-26 · Yifan Yang, Zhen Zhang, Rupak Vignesh Swaminathan, Jing Liu 외

Fine-tuning vision language models (VLMs) has achieved remarkable performance across various downstream tasks; yet, it requires access to model gradients through backpropagation (BP), making them unsuitable for memory-co…

Language ModelingLanguage Modelling

Evolution and Computational Learning Theory: A survey on Valiant's paper

2013-12-17 · Arka Bhattacharya

Darwin's theory of evolution is considered to be one of the greatest scientific gems in modern science. It not only gives us a description of how living things evolve, but also shows how a population evolves through time…

Learning TheorySurvey

Energy-Efficient Deep Learning Without Backpropagation: A Rigorous Evaluation of Forward-Only Algorithms

2025-11-02 · Przemysław Spyra, Witold Dzwinel arxiv

The long-held assumption that backpropagation (BP) is essential for state-of-the-art performance is challenged by this work. We present rigorous, hardware-validated evidence that the Mono-Forward (MF) algorithm, a backpr…

Hyperparameter Optimization