paper-with-me

Papers

Activation Steering with a Feedback Controller

2025-10-05 · Dung V. Nguyen, Hieu M. Vu, Nhi Y. Pham, Lei Zhang, Tan M. Nguyen arxiv

Controlling the behaviors of large language models (LLM) is fundamental to their safety alignment and reliable deployment. However, existing steering methods are primarily driven by empirical insights and lack theoretical performance guarantees. In this work, we develop a control-theoretic foundation for activation steering by showing that popular steering methods correspond to the proportional (P) controllers, with the steering vector serving as the feedback signal. Building on this finding, we propose Proportional-Integral-Derivative (PID) Steering, a principled framework that leverages the full PID controller for activation steering in LLMs. The proportional (P) term aligns activations with target semantic directions, the integral (I) term accumulates errors to enforce persistent corrections across layers, and the derivative (D) term mitigates overshoot by counteracting rapid activation changes. This closed-loop design yields interpretable error dynamics and connects activation steering to classical stability guarantees in control theory. Moreover, PID Steering is lightweight, modular, and readily integrates with state-of-the-art steering methods. Extensive experiments across multiple LLM families and benchmarks demonstrate that PID Steering consistently outperforms existing approaches, achieving more robust and reliable behavioral control. The code is publicly available at: https://github.com/dungnvnus/pid-steering

📄 PDF Abstract BibTeX arXiv:2510.04309

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Local Linearity of LLMs Enables Activation Steering via Model-Based Linear Optimal Control

2026-04-21 · Julian Skifstad, Xinyue Annie Yang, Glen Chou arxiv

Inference-time LLM alignment methods, particularly activation steering, offer an alternative to fine-tuning by directly modifying activations during generation. Existing methods, however, often rely on non-anticipative i…

Steering Robustness into World Action Models via Mechanistic Interpretability and Optimal Control

2026-07-16 · Jihoon Hong, Julian Skifstad, Qiyue Dai, Alice Chan 외 arxiv

World Action Models (WAMs) enable semantically- and physically-informed control but are brittle under distribution shift. In this work, we use mechanistic interpretability to study how robustness-relevant perturbations a…

Robust $H_{\infty}$ Position Controller for Steering Systems

2024-12-26 · Tushar Chugh, Fredrik Bruzelius, Balázs Kulcsár

This paper presents a robust position controller for electric power assisted steering and steer-by-wire force-feedback systems. A position controller is required in steering systems for haptic feedback control, advanced …

Position

Closed-Loop Neural Activation Control in Vision-Language-Action Models

2026-05-29 · Abhijith Babu, Ramneet Kaur, Nathaniel D. Bastian, Olivera Kotevska 외 arxiv

Vision-Language-Action (VLA) models can be steered at test time by intervening on semantically meaningful internal directions, but existing methods use a fixed steering coefficient, effectively operating in open loop. Th…

Reinforcement Learning

ODESteer: A Unified ODE-Based Steering Framework for LLM Alignment

2026-02-19 · Hongjue Zhao, Haosen Sun, Jiangtao Kong, Xiaochang Li 외 arxiv

Activation steering, or representation engineering, offers a lightweight approach to align large language models (LLMs) by manipulating their internal activations at inference time. However, current methods suffer from t…