Disentangling Representation Evolution in Transformers through Directional Decomposition
Summary
This paper decomposes transformer representation updates into parallel and perpendicular components to study evolution geometry, linking it to editing robustness, compression diagnosis, and training improvements.
View Cached Full Text
Cached at: 09/16/26, 02:44 AM
Paper page - Disentangling Representation Evolution in Transformers through Directional Decomposition
Source: https://huggingface.co/papers/2609.15975
Abstract
Transformerrepresentationsevolvethroughlearnedadditivetransformationsthateitherpreservetheircurrentdirectionorredirectit.Westudythisevolutionasafunctionalgeometry,decomposinglearnedupdatesintoparallelandperpendicularcomponents.Acrosspretrainedmodels,wefindsubstantialparallelcomponentsbeyondtheresidualidentitypath.Wethenapplythedecompositionintwospaces:toattentionandMLPupdatesrelativetothehiddenstate,andtoattentionvalueaggregationrelativetothecurrenttoken’svalue.Targetededitsrevealastronglyspace-dependentasymmetry:exclude-selfvalue-spaceparallelmanipulationismarkedlymorerobustthanresidual-spaceandperpendicularcounterparts,preservingthedirectselfmessagewhilescalingonlythenon-selfaggregate.Thesamedecompositiongivesacomponent-resolveddescriptionofcompression-inducedupdateerror:perpendicularerrorseparatescompressionmethodsmoreclearlythanparallelerror.Extensiveexperimentsfurtherdemonstratethatfull-aggregateparallelsuppressionduringfrom-scratchpretraininglowersvalidation-losstrajectoriesandimprovesdownstreamaverages,withthevalue-spacevariantstrongest.Together,theseresultsconnectrepresentationgeometrytoeditingrobustness,compressiondiagnosis,andtraining-timeintervention.Codeisavailableinthehttps://github.com/Shwai-He/Transformer-Geometry{projectrepository}.
View arXiv pageView PDFProject pageGitHubAdd to collection
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2609.15975 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2609.15975 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2609.15975 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
Geometric and Behavioral Stratification in Transformer Residual Streams
This paper investigates the residual stream geometry of trained transformers, showing that the prediction direction acts as a privileged anchor that stratifies residual-stream variation into narrow, readout-relevant and broad, computational regions across 18 models. The findings have implications for interpretability and evaluation.
The Changing Geometry of Grammar: Dimensionality and Neighborhood Reorganization across Transformer Layers
This paper investigates how the grammatical role of tokens shapes the geometry of transformer representations across layers, finding distinct evolution patterns in encoder versus decoder models.
From Direction to Magnitude: How Multimodal Instruction-Tuning Reorganizes the Geometric Encoding of Identity-Specifying Prompts in Transformer Hidden States
This paper investigates how multimodal instruction-tuning reorganizes the geometric encoding of identity-specifying prompts in transformer hidden states, finding a shift from direction-based to magnitude-based encoding after instruction tuning.
Off-Axis, On Purpose: Where a Transformer Computes Concepts and Why it Does So
This paper investigates why transformer intermediate representations are off-axis relative to the readout direction, showing that this off-axis subspace functionally insulates composition from the vocabulary and proposing methods to impose this geometry via rotation.
Dynamics of the Transformer Residual Stream: Coupling Spectral Geometry to Network Topology
This paper performs full Jacobian eigendecomposition across production-scale LLMs, revealing a learned spectral gradient from rotation-dominated early layers to symmetric late layers, along with a low-rank bottleneck that compresses perturbations. The results link perturbation propagation and compression to network functional topology.