CLAIMar 11, 2025

LinEAS: End-to-end Learning of Activation Steering with a Distributional Loss

arXiv:2503.10679v36 citationsh-index: 13
Originality Incremental advance
AI Analysis

This addresses the need for cheap and data-efficient control mechanisms in generative models for applications like safety and style exploration, offering an incremental improvement over existing activation steering methods.

The paper tackles the problem of controlling generative models efficiently with low data and computational cost, proposing LinEAS, a linear end-to-end activation steering method that uses a global loss to account for layer-wise distributional shifts, resulting in improved robustness and performance, such as beating baselines in toxicity mitigation and outperforming existing methods in text-to-image generation.

The growing use of generative models in daily life calls for efficient mechanisms to control their generation, to e.g., produce safe content or provide users with tools to explore style changes. Ideally, such mechanisms should require low volume of unpaired data (i.e., without explicit preference), and should be cheap, both at train and inference time, while preserving output quality. Recent research has shown that such mechanisms can be obtained by intervening exclusively on model activations, with the goal of correcting distributional differences between activations seen when using prompts from a source vs. a target set (e.g., toxic and non-toxic sentences). While cheap, these fast methods are inherently crude: their maps are tuned locally, not accounting for their impact on downstream layers, resulting in interventions that cause unintended shifts when used out-of-sample. We propose in this work linear end-to-end activation steering (LinEAS), an approach trained with a global loss that accounts simultaneously for all layer-wise distributional shifts. In addition to being more robust, the loss used to train LinEAS can be regularized with sparsifying norms, which can automatically carry out neuron selection. LinEAS only requires a handful of unpaired samples to be effective, and beats similar baselines on toxicity mitigation in language models, becoming competitive with oracle-dependent methods that have access to strong supervision. LinEAS is modality-agnostic and we empirically find that it outperforms existing activation steering methods at mitigating and including new concepts at the output of single-step text-to-image generation models.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes