Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv Machine Learning · 2026/8/4 16:40:48
Sparse Weight Decomposition for Efficient Circuit Extraction
AI 中文解读
核心亮点:这项研究让AI的“大脑”变得透明可拆解,而且不需要额外训练就能看清内部运作,效率比现有方法高出百倍。
通俗解读:想象AI是一台复杂的机器,过去想研究它的内部零件,得先造一台简化版“复制机”来观察,既费时又可能失真。现在研究人员发明了“稀疏权重分解”技术,相当于直接给原机器装上透明外壳和可拆卸零件,不用再造复制机,就能轻松拆开每个螺丝钉,看清信号如何流动。更妙的是,它甚至能在完全不看数据的情况下工作,就像医生不用病人到场就能做体检。
实际影响:这项技术让AI的可解释性研究门槛大幅降低。以前需要海量数据和算力才能分析的模型,现在普通研究者也能轻松上手。这意味着未来AI出问题时,我们能更快找到“病因”,比如识别出AI产生偏见或幻觉的具体环节。对普通用户来说,这意味着更可靠、更可信的AI服务,尤其是在医疗、金融等高风险领域,AI的决策过程将变得更透明,我们也能更放心地依赖它们。
Dense pretrained transformers do not naturally expose interpretable units for circuit extraction. Existing approaches obtain such units by learning auxiliary sparse representations or training sparse models, incurring substantial additional computation while potentially introducing a fidelity gap between the representation being analyzed and the original pretrained model. We propose Sparse Weight Decomposition (SWD), which reparameterizes pretrained linear projections by factorizing each weight matrix into two sparse factors whose shared intermediate coordinates serve as individually addressable circuit units. Without training a separate replacement network, this parametric representation supports the same scoring, selection, and ablation circuit extraction workflow used for methods that learn sparse features. Across single-matrix replacements, SWD matches the held-out fidelity achieved by Transcoder and other strong baselines while using less than 1% of the data that those baselines use to train their replacements. For matched replacement fidelity, SWD reaches the same circuit sufficiency and necessity targets with fewer active read/write edges and selected units across tasks on GPT-2, Qwen2.5, and Qwen3.5-27B. We further show that SWD remains effective for full-model replacement of all attention and MLP weight matrices after fine-tuning the nonzero factor values. Finally, SWD also features a zero-data variant, allowing broader use of mechanistic interpretability analysis (e.g., per-step analysis).
分享
阅读原文 ↗