Daily Tech Briefing
AI 科技速览

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

AI 快讯
arXiv Machine Learning · 2026/8/2 04:39:27

Model-Agnostic FDR Control via Group Gaussian Mirror and Permutation SHAP

AI 中文解读
搞懂AI为什么做决定,就像从它的大脑中“捉出”关键线索。但现有方法常常只盯着单个零散特征,一旦遇到时间序列、循环网络这类复杂模型——一个原始特征会分裂成多个相关子特征——就容易看走眼。这篇研究带来了一个“分组体检”的通用方案:把特征按块儿打包判断,并用对称性的巧妙构造来保证找出的“重大嫌疑”不是碰巧蒙对的。它适配多种模型架构,不依赖数据分布假设,理论上还严格证明了在低维和高维场景下错误发现率都可控。 通俗讲,以前给AI“捉虫”是一个个零件单独检查,现在是把相关联的零件捆成组来审。这个方法既像是给关键信号装了“降噪耳机”,又像在检查结论上加了“防伪标签”。实验显示,在处理互相纠缠的相关特征时,它既能把误报压住,又能提升发现真信号的灵敏度。对普通人来说,这意味着未来AI看病读片、辅助招聘或者解读金融数据时,它给出的判断依据会更可靠、更经得起推敲,我们也能更信赖这些AI给出的建议。
Most FDR-controlled feature selection methods are designed for coordinate-wise hypotheses, where each feature has a single weight or importance score. This abstraction fails in sequential and grouped models, where one original feature is represented by a block of sub-features, such as lags, recurrent states, or attention-based interactions. We propose a grouped-feature FDR control framework for such settings. For grouped linear models, we construct null-symmetric block-level mirror statistics with matrix-valued perturbations. For neural sequential models, we combine Permutation SHAP derivatives as model-agnostic block-level importance scores with kernel-based dependence measure. The framework is model-agnostic across network architectures, does not require specifying the covariate distribution, and reduces to Gaussian Mirror or Neural Gaussian Mirror when the block size is one. We prove FDR control for low- and high-dimensional grouped linear models and asymptotic symmetry of smoothed Permutation SHAP derivatives under fixed fitted nonlinear models. Experiments on simulated and real-world datasets show reliable FDR control and improved power under correlated grouped-feature signals.
分享
阅读原文