arXiv:2606.09940cs.LGcs.AI2026-06中稿 · NeurIPS

提出特征交互度量方法,提升跨编码器的解释能力与计算效率

Interactions Between Crosscoder Features: A Compact Proofs Perspective

论文配图:Interactions Between Crosscoder Features: A Compact Proofs Perspective
图 1 · 摘自论文原文
  • 用紧凑证明框架形式化特征间交互,给出MLP层中交互项的显式表达
  • 引入可微分惩罚项,使交叉编码器仅保留单个特征仍保持60%性能(标准为10%)
  • 交互度量可聚类出语义合理特征,识别出沉默代理的显著交互行为

稀疏自编码器(SAEs)和跨编码器(crosscoders)等字典学习方法试图通过独立特征分解模型激活以解释其行为。特征间的相互作用会导致重构误差。本文通过紧凑证明形式化该直觉,并作出五项贡献:首先,原则上可基于跨编码器构建模型性能的紧凑证明;其次,证明中出现的误差项可自然解释为特征间交互的度量,并给出了多层感知机(MLP)层中交互项的显式表达式。随后,我们展示了该交互度量的三项应用:第三,将交互项作为可微损失惩罚,实现‘计算稀疏’的跨编码器——在每个数据点和神经元上仅保留一个特征时,仍能保持60%的MLP性能,而标准跨编码器仅为10%;第四,根据该交互度量进行聚类,可获得语义上合理的特征簇;第五,发现‘沉默代理’存在显著特征交互。代码已公开于https://github.com/chainik1125/crosscoders-feature-interactions/tree/arxiv。

原文摘要 · Abstract (English)

Dictionary learning methods like Sparse Autoencoders (SAEs) and crosscoders attempt to explain a model by decomposing its activations into independent features. Interactions between features hence induce errors in the reconstruction. We formalize this intuition via compact proofs and make five contributions. First, we show how, \textit{in principle}, a compact proof of model performance can be constructed using a crosscoder. Second, we show that an error term arising in this proof can naturally be interpreted as a measure of interaction between crosscoder features and provide an explicit expression for the interaction term in the Multi-Layer Perceptron (MLP) layers. We then provide three applications of this new interaction measure. In our third contribution we show that the interaction term itself can be used as a differentiable loss penalty. Applying this penalty, we can achieve ``computationally sparse'' crosscoders that retain $60\%$ of MLP performance when only keeping a single feature at each datapoint and neuron, compared to $10\%$ in standard crosscoders. We then show that clustering according to our interaction measure provides semantically meaningful feature clusters, and finally that sleeper agents have significant interactions. Code is available at https://github.com/chainik1125/crosscoders-feature-interactions/tree/arxiv.

特征交互跨编码器模型解释稀疏性

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。