Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv Machine Learning · 2026/7/30 04:00:00

Automorphism-Induced Non-Canonicity in Top-k Explanations of Graph Neural Networks

AI 中文解读
图神经网络在解析分子结构时,经常遇到一个诡异的问题:如果分子中有两个完全对称的化学基团(比如两个位置互换后性质不变的硝基),算法明明算出的重要性分数完全一样,但最终给出的“关键结构”报告里却只会随机挑出一个来显示。这篇论文揭开了真相——这不是编程失误,而是设计上的结构性缺陷。简单来说,就像让一个眼睛被蒙住的人从两个一模一样的苹果中指定“最红的那个”,他只能胡乱指一个,而任何有意义的规则都无法同时做到“唯一、最小、尊重对称性”。研究者用数学证明了这个死结,并给出一个轻量级的解决办法:不再报告单个点,而是报告整个对称等价类(即“一组可互换的结构”)。实际测试中,93.4%的常用分子数据集都存在这种对称性,按旧方法,每四个类似分子中就有一个会给出武断结果。对普通人来说,这项研究的影响在于:未来AI药物筛选、化学预测的解释会更可靠,不会被算法自身的“幻觉对称”误导,从而减少实验浪费,加速新药研发。
arXiv:2607.26344v1 Announce Type: new Abstract: A gradient-based GNN explainer given a molecule with two chemically equivalent nitro groups assigns them attribution scores that are equal to the last bit. It cannot do otherwise: message passing is exactly permutation equivariant, so any automorphism of the input leaves every attribution invariant. Yet the standard report, the top-k edges, names one of the two, and which one is settled by the order of an array. We show this is a structural obstruction rather than an implementation slip. When no minimal valid explanation is fixed by the input's automorphism group, no rule can be single-valued, minimal and symmetry-respecting at once. For the exact-k reports used in practice we give a parameter-free criterion, mechanised in Lean 4 with no axiom dependencies, that decides from the graph alone whether every score-optimal report of that size must split an orbit. Across 21298 instance-budget decisions the criterion agrees with a mechanical model-equivalence check without exception, and no severing case we found admitted a neutral alternative. The obstruction is common. Nontrivial automorphisms occur in 93.4% of Mutagenicity, the dataset the seminal explainability papers use, so the measure-zero dismissal of symmetric inputs, sound on the continuous domains it was made for, collapses here. At the sparsity budget those papers report, 24.0% of molecules with two interchangeable nitro groups (6 of 25) surface exactly one of them, every one arbitrary under mechanical verification. A model's blindness also manufactures symmetry: every MUTAG molecule contains atoms chemistry separates and the network provably cannot, and a matched control shows the resolution is set by what the model reads rather than how it is parameterised. Reporting orbits removes the arbitrariness at 0.11 ms and 0.43 extra edges per graph.
分享
阅读原文