paper-with-me

홈 › Papers

Test-Time Model Adaptation with Only Forward Passes

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

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 devices, e.g., FPGAs, and are often quantized and hard-coded with non-modifiable parameters for acceleration. In light of this, existing methods are often infeasible since they heavily depend on computation-intensive backpropagation for model updating that may be not supported. To address this, we propose a test-time Forward-Optimization Adaptation (FOA) method. In FOA, we seek to solely learn a newly added prompt (as model's input) via a derivative-free covariance matrix adaptation evolution strategy. To make this strategy work stably under our online unsupervised setting, we devise a novel fitness function by measuring test-training statistic discrepancy and model prediction entropy. Moreover, we design an activation shifting scheme that directly tunes the model activations for shifted test samples, making them align with the source training domain, thereby further enhancing adaptation performance. Without using any backpropagation and altering model weights, FOA runs on quantized 8-bit ViT outperforms gradient-based TENT on full-precision 32-bit ViT, while achieving an up to 24-fold memory reduction on ImageNet-C.

📄 PDF Abstract BibTeX arXiv:2404.01650

Code (1)

mr-eggplant/foa 공식 구현 pytorch

Tasks

modelTest-time Adaptation

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar 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 외 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 …

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

Frustratingly Easy Test-Time Adaptation of Vision-Language Models

2024-05-28 · Matteo Farina, Gianni Franchi, Giovanni Iacca, Massimiliano Mancini 외

Vision-Language Models seamlessly discriminate among arbitrary semantic categories, yet they still suffer from poor generalization when presented with challenging examples. For this reason, Episodic Test-Time Adaptation …

Test-time Adaptation

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

2026-03-15 · Ronghao Zhang, Shuaicheng Niu, Qi Deng, Yanjie Dong 외 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 incomp…

Test-time Adaptation

CodeMerge: Codebook-Guided Model Merging for Robust Test-Time Adaptation in Autonomous Driving

2025-05-22 · Huitong Yang, Zhuoxiao Chen, Fengyi Zhang, Zi Huang 외

Maintaining robust 3D perception under dynamic and unpredictable test-time conditions remains a critical challenge for autonomous driving systems. Existing test-time adaptation (TTA) methods often fail in high-variance t…

3D Object DetectionAutonomous DrivingLinear Mode Connectivitymotion prediction+3