paper-with-me

Papers

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

2025-09-10 · Nathan Egbuna, Saatvik Gaur, Sunishchal Dev, Ashwinee Panda, Maheep Chaudhary 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 decoding. Latent space test-time optimization methods like LatentSeek offer a more direct approach by steering hidden representations, but still demand expensive per-query optimization loops with multiple backward passes. We propose Amortized Latent Steering (ALS), which collapses this iterative optimization into a single offline-computed vector applied at constant cost during inference. ALS computes the mean difference between hidden states from successful versus unsuccessful generations, then uses this direction to calibrate the model's hidden representations: when decoding drifts away from the success manifold, ALS nudges activations back toward it. Across GSM8K and MATH-500 benchmarks, ALS achieves $2-5\times$ speedup over iterative methods while matching or surpassing greedy Chain-of-Thought (CoT) and Self-Consistency baselines, yielding up to 101% improvement in efficiency--accuracy trade-off. These results show that much of latent optimization's benefit can be captured offline, making sophisticated reasoning techniques viable for production deployment. Code is available at https://github.com/negbuna/ALS.

📄 PDF Abstract BibTeX arXiv:2509.18116

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Prototype-Based Dynamic Steering for Large Language Models

2025-10-07 · Ceyhun Efe Kayan, Li Zhang arxiv

Despite impressive breadth, LLMs still rely on explicit reasoning instructions or static, one-fits-all steering methods, leaving a gap for adaptive, instruction-free reasoning amplification. We present Prototype-Based Dy…

Prompt Engineering

Stitched Value Model for Diffusion Alignment

2026-05-19 · Hyojun Go, Hyungjin Chung, Prune Truong, Goutam Bhat 외 arxiv

For practical use, diffusion- or flow-based generative models must be aligned with task-specific rewards, such as prompt fidelity or aesthetic preference. That alignment is challenging because the reward is defined for c…

HyperTransport: Amortized Conditioning of T2I Generative Models

2026-05-07 · Valentino Maiorca, Eleonora Gualdoni, Xavier Suau, Marco Cuturi 외 arxiv

As foundation models grow in capability, the ability to efficiently and reliably control their behavior becomes critical. Fine-tuning these models can be costly, and while prompting can be practical for controllability, …

Hallucination reduction with CASAL: Contrastive Activation Steering For Amortized Learning

2025-09-25 · Wannan, Yang, Xinchi Qiu, Lei Yu 외 arxiv

Large Language Models (LLMs) exhibit impressive capabilities but often hallucinate, confidently providing incorrect answers instead of admitting ignorance. Prior work has shown that models encode linear representations o…

Improving Feasibility via Fast Autoencoder-Based Projections

2026-04-03 · Maria Chzhen, Priya L. Donti arxiv

Enforcing complex (e.g., nonconvex) operational constraints is a critical challenge in real-world learning and control systems. However, existing methods struggle to efficiently enforce general classes of constraints. To…

Reinforcement Learning