Papers
Topics
Authors
Recent
Search
2000 character limit reached

Steering: Controlled Interventions in AI, Quantum & Robotics

Updated 4 July 2026
  • Steering is a family of controlled interventions that redirect system behavior by modifying inputs, internal activations, or physical trajectories.
  • It enables fine-grained adjustments in AI models, quantum state preparation, and embodied control through structured methods such as prompt adaptation and activation steering.
  • Recent advances emphasize adaptive, conditional, and compositional steering techniques to enhance task specificity, safety, and overall system utility.

Steering denotes a family of interventions that deliberately redirect what a system does, reveals, or attends to. In current LLM research, steering usually means modifying prompts, weights, internal activations, attention patterns, or decoding so that a frozen model is pushed toward a desired behavior without full retraining; in quantum information, steering denotes the remote preparation of different ensembles of states on one subsystem by measurements on another; in embodied control, steering concerns the regulation of vehicle heading or robot trajectory through structured control laws and body-shape modulation (Miehling et al., 8 Mar 2026, Im et al., 4 Feb 2025, Moroder et al., 2014, Flores et al., 2024). Taken together, these usages indicate a shared theme of controlled redirection, but the steered object varies by domain: latent representations, assemblages, or physical motion.

1. Scope and formal structure

A broad systems view of steering is explicit in the AI Steerability 360 toolkit, which organizes methods around four model control surfaces: input, structural, state, and output (Miehling et al., 8 Mar 2026). In that framework, input control applies a prompt adapter σ\sigma and evaluates pθ(y∣σ(x))p_\theta(y\mid \sigma(x)); structural control changes parameters to θ′\theta' and evaluates pθ′(y∣x)p_{\theta'}(y\mid x); state control intervenes on hidden computation and is written pθh(y∣x)p_\theta^h(y\mid x); output control modifies decoding and is written d(pθ)(x)d(p_\theta)(x) (Miehling et al., 8 Mar 2026). This taxonomy generalizes the narrower activation-steering literature, where the canonical operation is additive intervention on an intermediate representation, typically of the form

ht(l)↦h^t(l)=ht(l)+vh_t^{(l)} \mapsto \hat h_t^{(l)} = h_t^{(l)} + v

or ht(l)↦ht(l)+αvh_t^{(l)} \mapsto h_t^{(l)} + \alpha v, with vv a steering vector and α\alpha a steering strength (Im et al., 4 Feb 2025).

Domain What is steered Representative formulation
LLMs and multimodal LLMs Prompt, weights, activations, attention, or decoding pθ(y∣σ(x))p_\theta(y\mid \sigma(x))0, pθ(y∣σ(x))p_\theta(y\mid \sigma(x))1, pθ(y∣σ(x))p_\theta(y\mid \sigma(x))2, pθ(y∣σ(x))p_\theta(y\mid \sigma(x))3 (Miehling et al., 8 Mar 2026)
Activation steering in residual space Intermediate hidden states pθ(y∣σ(x))p_\theta(y\mid \sigma(x))4 (Im et al., 4 Feb 2025)
Quantum steering Ensembles on the characterized party Assemblages pθ(y∣σ(x))p_\theta(y\mid \sigma(x))5 and LHS decompositions (Moroder et al., 2014)
Driving and locomotion Heading, steering angle, or trajectory Generalized two-point model; pθ(y∣σ(x))p_\theta(y\mid \sigma(x))6 (Mai et al., 2024, Flores et al., 2024)

Within the unified evaluation of steering methods for LLMs, many existing methods are treated as instances of a common objective: learn a direction that shifts negative embeddings toward positive embeddings. For contrastive pairs pθ(y∣σ(x))p_\theta(y\mid \sigma(x))7, the pointwise objective

pθ(y∣σ(x))p_\theta(y\mid \sigma(x))8

is minimized by the mean of activation differences,

pθ(y∣σ(x))p_\theta(y\mid \sigma(x))9

which yields the theoretical basis for contrastive activation addition and related mean-difference constructions (Im et al., 4 Feb 2025). This result anchors a large part of contemporary activation steering, even when later work departs from fixed global vectors.

2. Activation steering in language and multimodal models

In LLMs, steering is typically performed at inference time by extracting a direction in representation space from contrastive data and injecting it into the residual stream, selected heads, or other internal states. A unified evaluation found that the mean of activation differences is theoretically optimal under the pointwise mean-squared objective above and empirically outperforms PCA-based and classifier-based alternatives on LLaMA‑2‑7B‑Chat across multiple-choice and open-ended behavioral tasks (Im et al., 4 Feb 2025). The same line of work also reported that steering is most effective in intermediate layers and in the residual stream, while blanket application can harm examples that are already aligned (Im et al., 4 Feb 2025).

The multimodal literature extends this idea from text-only behavior control to grounded control over perception and generation. In Large Audio-LLMs, instruction-based vector steering constructs a layerwise steering vector by holding the audio fixed and contrasting a focused instruction with a generic instruction: θ′\theta'0 then injects it as

θ′\theta'1

This intervention redirects temporal attention toward acoustically relevant regions rather than merely changing output text. In a controlled three-event setting, reading out the temporal position of maximal steering-induced attention change recovers the location of a queried sound event without any training, attaining 60.87\% and 68.72\% overlap with ground-truth intervals on Qwen2-Audio and Audio Flamingo 3, far above direct prompting (31.84\%, 46.75\%) and random baselines (27.74\%) (Lin et al., 9 Jun 2026).

For multimodal LLMs more generally, input-dependent steering has replaced the older assumption that a single fixed vector can express a behavior such as safety or hallucination mitigation. The L2S framework first defines an oracle, input-specific steering vector by contrastive input-specific prompting and then trains a small auxiliary module to predict that vector from the model’s own hidden states. L2S is reported to reduce hallucinations and enforce safety in multimodal LLMs, outperforming static baselines on MMSafetyBench, POPE, and COCO-CHAIR (Parekh et al., 18 Aug 2025). This suggests that, once visual and textual context jointly determine the desired behavior, steering directions are better treated as functions of the input than as global task constants.

3. Fine-grained, conditional, and adaptive steering

A major development in recent work is the move away from one-size-fits-all steering vectors. FineSteer decomposes inference-time steering into when to steer and how to steer. Its Subspace-guided Conditional Steering computes a Subspace Energy Ratio

θ′\theta'2

which gates intervention, while its Mixture-of-Steering-Experts generates a query-specific vector

θ′\theta'3

On jailbreak defense, FineSteer reports 98.1\% Defense Success Rate on Llama‑3.1‑8B, 99.3\% on Qwen2.5‑7B, and 98.85\% on Gemma‑2‑9B, while keeping XSTest, MATH, and GSM8K close to baseline (Weng et al., 16 Apr 2026).

Other work replaces a single vector by a composition over a semantic basis. Steer2Adapt defines a reusable subspace θ′\theta'4 and adapts to a new task with a composed vector θ′\theta'5, where θ′\theta'6 is discovered from a small calibration set via Bayesian optimization (Han et al., 7 Feb 2026). Across 9 tasks and 3 models in reasoning and safety domains, it reports an average improvement of 8.2\% (Han et al., 7 Feb 2026). The underlying claim is not that every task has its own new direction, but that many tasks share a small set of underlying concept dimensions.

Granularity has also become a central concern. Fine-Grained Activation Steering argues that block-level activations are heterogeneous and decomposes them into atomic unit-level activations, where each AU corresponds to a single dimension of a block activation and to a slice of the block weight matrix (Feng et al., 4 Feb 2026). AUSteer then identifies discriminative AUs with activation momenta on contrastive samples and assigns adaptive steering strengths to selected AUs. The method consistently surpasses advanced baselines while steering considerably fewer activations (Feng et al., 4 Feb 2026). A related argument about identifiability appears in Sparse Shift Autoencoders, which learn on representation differences rather than raw embeddings and prove that decoder columns can recover single-concept steering vectors up to permutation and scaling from paired observations that vary in multiple unknown concepts (Joshi et al., 14 Feb 2025). In this view, reliable steering requires disentangled shift directions, not merely sparse latent features.

Prompt locality is another recent refinement. Prompt-only Steering Vectors intervene only on a few prompt tokens rather than throughout the full sequence. Jointly training both steering directions and steering factors removes post-hoc factor search, while the prompt-only design reduces the utility loss associated with full-sequence interventions; empirically, Prompt-only SV outperforms traditional full-sequence SVs on AxBench and achieves a better tradeoff between general model utility and adversarial robustness than FSSV (Bao et al., 7 May 2026).

4. Reliability, calibration, and evaluation

Despite many successful case studies, the reliability of steering remains contested. A large-scale evaluation of DoLa, function vectors, and task vectors across up to 36 models from 14 families found substantial variability: many models showed no improvement and some degraded, challenging the assumption that a steering method demonstrated on one model will generalize to others (Silva et al., 6 Apr 2025). In the same study, even generous hyperparameter search did not make full recovery of in-context learning performance common: for function vectors with full parameter search, only 28\% of model–task pairs reached 100\% of their 5-shot performance (Silva et al., 6 Apr 2025). This suggests that steerability is strongly model-specific, task-specific, and layer-sensitive.

Even the more favorable unified evaluation of steering methods reaches a qualified conclusion. Mean-difference steering is usually best among the compared methods, but global application can reduce performance on examples that were already correctly handled by the base model (Im et al., 4 Feb 2025). A plausible implication is that effective steering requires some notion of conditionality, confidence, or intervention budgeting rather than indiscriminate addition of a vector at every step.

Several recent methods address precisely this issue. Flexible Activation Steering with Backtracking defines a deviation probability from the average of per-head probe outputs over selected heads,

θ′\theta'7

and intervenes only when θ′\theta'8, with adaptive strength

θ′\theta'9

If deviation is detected after token pθ′(y∣x)p_{\theta'}(y\mid x)0, the method backtracks pθ′(y∣x)p_{\theta'}(y\mid x)1 tokens and regenerates with steering. On TruthfulQA and six multiple-choice datasets, this flexible steering with backtracking outperforms baselines (Cheng et al., 25 Aug 2025). The design directly targets two failure modes of earlier methods: deciding from the prompt alone, and steering too late to correct already-deviated tokens.

Systematic evaluation infrastructure has become part of the steering problem itself. AI Steerability 360 packages steering methods into a common pipeline abstraction and adds UseCase, Benchmark, and ControlSpec classes for parameter sweeps, multi-metric evaluation, and composition across input, structural, state, and output controls (Miehling et al., 8 Mar 2026). This reflects a broader methodological shift: steering is now evaluated not only by whether it moves a target metric, but by its tradeoff with fluency, instruction following, informativeness, safety, and general utility.

5. Quantum steering and no-signalling generalizations

In quantum information, steering has a distinct but formally rich meaning. In the canonical bipartite setting, one party’s measurements prepare an assemblage pθ′(y∣x)p_{\theta'}(y\mid x)2 of unnormalized conditional states on the other party’s side, with

pθ′(y∣x)p_{\theta'}(y\mid x)3

independent of pθ′(y∣x)p_{\theta'}(y\mid x)4 by no-signalling (Moroder et al., 2014). The assemblage is non-steerable if there exist positive semidefinite hidden states pθ′(y∣x)p_{\theta'}(y\mid x)5 such that

pθ′(y∣x)p_{\theta'}(y\mid x)6

Failure of such a Local Hidden State decomposition certifies steerability (Moroder et al., 2014).

The notion of steering maps turns the steering problem into an entanglement-detection problem. Given positive operators pθ′(y∣x)p_{\theta'}(y\mid x)7 satisfying specific linear constraints, one defines

pθ′(y∣x)p_{\theta'}(y\mid x)8

For non-steerable assemblages, pθ′(y∣x)p_{\theta'}(y\mid x)9 is separable; for steerable assemblages, there exists a choice of pθh(y∣x)p_\theta^h(y\mid x)0 such that pθh(y∣x)p_\theta^h(y\mid x)1 is entangled and detectable by standard witnesses (Moroder et al., 2014). This construction allows entanglement criteria, including witness-based and dimension-bounded tests, to be imported into steering certification.

A broader operational perspective emerges in no-signalling theories. There, steering is formulated as remote preparation of different ensembles of a fixed local state pθh(y∣x)p_\theta^h(y\mid x)2 by choosing different measurements on a shared bipartite box pθh(y∣x)p_\theta^h(y\mid x)3 (Cruzeiro et al., 2020). The paper introducing blind steering argues that quantum steering contains several aspects that should be separated: the basic steering task, GHJW-style universality of ensemble generation, and ancilla-assisted POVM implementation. In generalized no-signalling theories, the basic remote-preparation aspect survives, whereas GHJW universality and arbitrary ancilla-based measurement structure need not (Cruzeiro et al., 2020). This suggests that steering, in the minimal sense of controlled ensemble reshaping under no-signalling, is more general than quantum mechanics itself.

6. Steering in embodied control and locomotion

In driving research, steering refers to human or autonomous control of vehicle heading, but the relevant behavior changes with the control authority structure. In a human-in-control setting, the generalized two-point model predicts steering angle from past steering, near-point and far-point visual angles, and lateral velocity: pθh(y∣x)p_\theta^h(y\mid x)4 The paper on human and autonomy control reports that the residual pθh(y∣x)p_\theta^h(y\mid x)5 is white for all 10 human-in-control trajectories but not white for all 10 autonomy-in-control trajectories, where human steering is used for state estimation rather than direct control (Mai et al., 2024). The error distributions in autonomy-in-control are consistent with a single underlying distribution, and the authors argue that this indicates a different steering model is needed for shared autonomy (Mai et al., 2024).

In multi-legged robot locomotion, steering is treated as trajectory generation by low-dimensional body-shape modulation. The robot is modeled as a terrestrial swimmer in a high-friction environment, with body-frame velocity related to shape velocity by a local connection,

pθh(y∣x)p_\theta^h(y\mid x)6

and net displacement over one gait cycle given by

pθh(y∣x)p_\theta^h(y\mid x)7

The steering strategy is to superimpose two traveling waves of lateral body undulation and modulate a turning wave pθh(y∣x)p_\theta^h(y\mid x)8 or pθh(y∣x)p_\theta^h(y\mid x)9, producing left and right turning primitives (Flores et al., 2024). This yields a spectrum of arc-following steering primitives on a robophysical model and on Ground Control Robotics’ elongate multi-legged robot, Major Tom, validating planar steering trajectories against theoretical predictions (Flores et al., 2024).

Across these embodied examples, steering is not merely a command variable such as wheel angle. It is a structured mapping from perceptual or internal state to controlled trajectory, whether through a human visual-control law or through a geometric-mechanics gait on a low-dimensional shape manifold. This suggests a useful cross-domain distinction: in some literatures steering is about intervening on representation, while in others it is about choosing a state evolution that yields a desired path.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Steering.