Activation Steering with a Feedback Controller
Abstract
Controlling the behaviors of large language models (LLMs) 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.
Cite
Text
Nguyen et al. "Activation Steering with a Feedback Controller." International Conference on Learning Representations, 2026.Markdown
[Nguyen et al. "Activation Steering with a Feedback Controller." International Conference on Learning Representations, 2026.](https://mlanthology.org/iclr/2026/nguyen2026iclr-activation/)BibTeX
@inproceedings{nguyen2026iclr-activation,
title = {{Activation Steering with a Feedback Controller}},
author = {Nguyen, Dung Viet and Pham, Yen Nhi and Vu, Hieu M. and Zhang, Lei and Nguyen, Tan Minh},
booktitle = {International Conference on Learning Representations},
year = {2026},
url = {https://mlanthology.org/iclr/2026/nguyen2026iclr-activation/}
}