Daily Tech Briefing
AI 科技速览

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

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

FADEx: Feature Attribution and Distortion-based Explanation of Dimensionality Reduction

AI 中文解读
FADEx为高维数据可视化这一复杂技术难题提供了一把"透视镜"。过去,科学家用降维工具把高维数据压缩成二维图,但图像背后的逻辑像黑箱,人们很难看出哪个原始特征在起作用。FADEx通过数学近似,逐点分析每个数据点在降维图中的位置受哪些因素影响,而且不限制具体降维方法,通用性更强。它不仅能告诉你"为什么这个点出现在这里",还能检测降维过程中产生的失真,让分析更可靠。这项技术主要面向科研和工程领域,对普通人来说,它意味着未来基于AI的疾病分型、用户画像、基因数据分析等结果会更透明可信,医生或分析师能更好地解释AI的决策依据,从而提升我们生活中的智能服务质量。
arXiv:2607.27463v1 Announce Type: new Abstract: Dimensionality Reduction (DR) is a fundamental tool for high-dimensional data exploration, reducing the complexity of latent spaces of machine learning models, and assisting in the explanation of complex opaque models. However, non-linear DR techniques often function as opaque transformations themselves, making it challenging to understand how individual features influence instance positioning in the reduced space. This lack of transparency complicates the analysis and interpretation of structural patterns, hindering the ability to reason about the organization of high-dimensional data based on the projected layout. In order to address this challenge, dimensionality reduction explanation methods have shown promise in improving the understanding of the observed groups and cluster structures. Unfortunately, existing DR explanation approaches tend to suffer from limitations such as multiple attributions per feature and restricted applicability to specific dimensionality reduction methods, which hinder their use. In this work, we propose FADEx, a novel local per-instance feature attribution method that leverages local linear approximation via first-order Taylor expansion and Singular Value Decomposition to provide explanations. FADEx computes the local linear models via weighted least squares, eliminating the need for out-of-sample data mapping, making it agnostic to the DR method, while simultaneously providing local feature attributions and distortion analysis. Through qualitative and quantitative evaluations, comparisons with existing methods, and case studies, we demonstrate FADEx's effectiveness and versatility in providing explanations and analytical resources for analyzing the behavior of DR methods. The results indicate FADEx yields robust and reliable explanations, outperforming existing approaches in several aspects.
分享
阅读原文