paper-with-me

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 adapting VLMs to a single unlabeled image. However, existing adaptation strategies, such as test-time prompt tuning, typically require backpropagating through large encoder weights or altering core model components. In this work, we introduce Spectrum-Aware Test-Time Steering (STS), a lightweight adaptation framework that extracts a spectral subspace from the textual embeddings to define principal semantic directions and learns to steer latent representations in a spectrum-aware manner by adapting a small number of per-sample shift parameters to minimize entropy across augmented views. STS operates entirely at inference in the latent space, without backpropagation through or modification of the frozen encoders. Building on standard evaluation protocols, our comprehensive experiments demonstrate that STS largely surpasses or compares favorably against state-of-the-art test-time adaptation methods, while introducing only a handful of additional parameters and achieving inference speeds up to 8x faster with a 12x smaller memory footprint than conventional test-time prompt tuning. The code is available at https://github.com/kdafnis/STS.

📄 PDF Abstract BibTeX arXiv:2511.09809

Code (0)

등록된 구현이 없습니다.

Tasks

Zero-shot GeneralizationTest-time Adaptation

Similar Papers 제목 키워드 기반

ATLAS: Verifier-Guided Adaptive Latent Activation Steering for Efficient LLM Reasoning

2026-01-06 · Tuc Nguyen, Thai Le arxiv

Recent work on activation and latent steering has demonstrated that modifying internal representations can effectively guide large language models (LLMs) toward improved reasoning and efficiency without updating model pa…

Molecules Meet Language: Confound-Aware Representation Learning and Chemical Property Steering in Transformer-VAE Latent Spaces

2026-05-07 · Zakaria Elabid, Jan Andrzejewski, Bartosz Brzoza, Attila Cangi arxiv

Molecular generative models often assume meaningful latent geometry, but apparent property predictability can reflect sequence-level shortcuts rather than chemical organization. We study this issue in an unsupervised aut…

Representation Learning

Amortized Latent Steering: Low-Cost Alternative to Test-Time Optimization

2025-09-10 · Nathan Egbuna, Saatvik Gaur, Sunishchal Dev, Ashwinee Panda 외 arxiv

Test-time optimization remains impractical at scale due to prohibitive inference costs--techniques like iterative refinement and multi-step verification can require $10-100\times$ more compute per query than standard dec…

RL^2-VLA: Adaptive RL Latent Compositional Steering with Test-Time Scaling for Vision-Language-Action Models

2026-07-29 · Derek Ming Siang Tan, Shailesh Shailesh, Srikrishna Iyer, William Wei Jie Teo 외 arxiv

Despite the impressive visuomotor capabilities enabled by Vision-Language-Action (VLA) models, their performance often degrades on challenging and out-of-domain tasks. Recent test-time steering and scaling methods improv…

Reinforcement LearningOffline RL

TTT-VLA: Test-Time Latent Prompt Optimization for Vision-Language-Action Models

2026-06-02 · Wenbo Zhang, Jianxiong Li, Shuai Yang, Sijin Chen 외 arxiv

Vision-Language-Action (VLA) models trained on large-scale data have made remarkable progress, but they remain vulnerable to distribution shifts at deployment time. Recent VLA models suggest that prompts can serve as an …