machine learning

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

arXiv:2607.27463

summary

The paper introduces FADEx, a local per-instance feature attribution method that explains how individual features influence the placement of data points in any dimensionality reduction embedding using first-order Taylor expansion and SVD, while also providing distortion analysis.

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.

18 pages, 17 figures, to be published in IEEE Transactions on Visualization and Computer Graphics

Topics & keywords

#dimensionality reduction#feature attribution#explainable ai#local linear approximation#visual analyticsTaylor expansionsingular value decompositionweighted least squareslocal linear modeldistortion analysis