ResiDual Transformer Alignment with Spectral Decomposition
Lorenzo Basile, Valentino Maiorca, Luca Bortolussi, Emanuele Rodolà, Francesco Locatello
TL;DR
This work investigates why transformer heads exhibit task-specific specialization in residual streams, with a focus on vision transformers and vision-language models. By analyzing the spectral geometry of residual units, the authors show that head representations are low-dimensional and that a subset of principal components encodes meaningful, task-aligned semantics. They introduce ResiDual, a spectral anisotropic reweighting of residual units, enabling efficient, interpretable alignment with textual concepts and achieving near fine-tuning performance across multiple CLIP-like models and 10 datasets. The results demonstrate a practical, parameter-efficient route to improve zero-shot classification and cross-modal alignment, while offering a rich, interpretable view of how specialized units contribute to multimodal understanding.
Abstract
When examined through the lens of their residual streams, a puzzling property emerges in transformer networks: residual contributions (e.g., attention heads) sometimes specialize in specific tasks or input attributes. In this paper, we analyze this phenomenon in vision transformers, focusing on the spectral geometry of residuals, and explore its implications for modality alignment in vision-language models. First, we link it to the intrinsically low-dimensional structure of visual head representations, zooming into their principal components and showing that they encode specialized roles across a wide variety of input data distributions. Then, we analyze the effect of head specialization in multimodal models, focusing on how improved alignment between text and specialized heads impacts zero-shot classification performance. This specialization-performance link consistently holds across diverse pre-training data, network sizes, and objectives, demonstrating a powerful new mechanism for boosting zero-shot classification through targeted alignment. Ultimately, we translate these insights into actionable terms by introducing ResiDual, a technique for spectral alignment of the residual stream. Much like panning for gold, it lets the noise from irrelevant unit principal components (i.e., attributes) wash away to amplify task-relevant ones. Remarkably, this dual perspective on modality alignment yields fine-tuning level performance on different data distributions while modelling an extremely interpretable and parameter-efficient transformation, as we extensively show on 70 pre-trained network-dataset combinations (7 models, 10 datasets).
