Research Papers 论文研究 4h ago Updated 1h ago 更新于 1小时前 50

How are linear representations learned? Exact solutions to the dynamics of abstraction 线性表示是如何学习的?抽象动力学的精确解

The paper introduces a dynamical theory of "abstraction," analyzing how linear concept representations emerge during training rather than just existing post-training. Exact solutions for linear networks reveal that final abstraction is determined by joint data/target geometry, improves with depth, and is capped by initialization scale. A universal "attenuation law" is proven for nonlinear networks (ReLU and erf), showing that activations weaken abstraction compared to preactivations. Empirical v 提出“抽象”动力学框架,首次精确求解线性网络中概念方向在训练期间的对齐轨迹。 揭示三大解析原则:数据与目标几何共同决定最终抽象程度;网络深度提升抽象能力;初始化尺度控制最大抽象上限。 证明非线性网络中的“衰减定律”:激活值中的抽象程度弱于预激活值,且ReLU网络更依赖输入几何而非目标几何。 理论在DINOv3、Gemma 4等开源模型中得到验证,并成功用于提升LLM线性探针的泛化能力。

65
Hot 热度
78
Quality 质量
72
Impact 影响力

Analysis 深度分析

TL;DR

  • The paper introduces a dynamical theory of "abstraction," analyzing how linear concept representations emerge during training rather than just existing post-training.
  • Exact solutions for linear networks reveal that final abstraction is determined by joint data/target geometry, improves with depth, and is capped by initialization scale.
  • A universal "attenuation law" is proven for nonlinear networks (ReLU and erf), showing that activations weaken abstraction compared to preactivations.
  • Empirical validation on open models (DINOv3, Gemma 4) confirms the attenuation law, and the theory is applied to enhance linear probe generalization in LLMs.

Why It Matters

This research bridges a critical gap in mechanistic interpretability by explaining the process of feature learning, providing theoretical grounding for why linear probes work and where they fail. For practitioners, understanding the attenuation law and initialization effects offers actionable levers to improve model interpretability and control mechanisms without retraining entire models.

Technical Details

  • Linear Network Analysis: Derives exact analytical solutions for the full trajectory of abstraction in minimal linear networks, identifying three governing principles: joint geometry dependence, depth benefit, and initialization scaling limits.
  • Nonlinear Extension: Compares erf and ReLU networks, finding that erf networks closely approximate linear theory, whereas ReLU networks rely more heavily on input geometry than target geometry.
  • Attenuation Law: Proves that both ReLU and erf nonlinearities systematically weaken the alignment of concept directions in hidden activations relative to preactivations.
  • Empirical Validation: Demonstrates the attenuation law using representations from DINOv3 and Gemma 4, and shows practical application by improving linear probe generalization performance in Large Language Models.

Industry Insight

  • Probe Design: Practitioners should account for the attenuation law when designing interpretability pipelines; relying solely on hidden layer activations may underestimate concept strength compared to preactivations or output layers.
  • Initialization Sensitivity: Since initialization scale controls maximum abstraction, careful tuning of weight initialization strategies could be used to optimize the emergence of interpretable features during training.
  • Interpretability Robustness: The finding that ReLU networks depend more on input geometry suggests that interpretability methods may need to be adapted differently for ReLU-based architectures versus other nonlinearities to maintain accuracy.

TL;DR

  • 提出“抽象”动力学框架,首次精确求解线性网络中概念方向在训练期间的对齐轨迹。
  • 揭示三大解析原则:数据与目标几何共同决定最终抽象程度;网络深度提升抽象能力;初始化尺度控制最大抽象上限。
  • 证明非线性网络中的“衰减定律”:激活值中的抽象程度弱于预激活值,且ReLU网络更依赖输入几何而非目标几何。
  • 理论在DINOv3、Gemma 4等开源模型中得到验证,并成功用于提升LLM线性探针的泛化能力。

为什么值得看

本文填补了线性表示假设在训练动态过程中的理论空白,从“是否存在”转向“如何形成”,为理解大模型内部机制提供了严谨的数学基础。其提出的衰减定律和几何依赖性分析,直接指导了线性探针技术的优化,对可解释性研究具有极高的实用价值。

技术解析

  • 线性网络精确解:在最小化线性网络设置下,推导出了抽象过程的全轨迹解析解,量化了训练过程中概念方向的对齐动态。
  • 非线性扩展与衰减定律:将理论扩展至非线性网络,发现erf网络近似线性理论,而ReLU网络受输入几何影响更大;严格证明了无论何种非线性,激活层的抽象信息均相对于预激活层发生衰减。
  • 实证验证与应用:在DINOv3和Gemma 4等实际模型中观察到衰减定律的证据,并利用该理论改进了大型语言模型中线性探针的泛化性能。

行业启示

  • 优化可解释性工具:鉴于激活层存在信息衰减,在进行概念检测或激活引导时,应优先考虑预激活层或针对衰减特性调整探针结构。
  • 关注数据几何结构:由于抽象效果高度依赖于数据和目标的几何关系,在模型设计阶段应重视数据预处理和特征工程的几何特性,以加速概念对齐。
  • 初始化策略的重要性:初始化尺度直接限制模型能达到的最大抽象水平,建议在超参数搜索中将其作为关键变量,以平衡训练动态与最终表征质量。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Research 科学研究 Training 训练 Embedding Model 嵌入模型