LGJan 5

TT-FSI: Scalable Faithful Shapley Interactions via Tensor-Train

arXiv:2601.01903v1h-index: 5
Originality Highly original
AI Analysis

This work addresses a scalability bottleneck in explainable AI for machine learning practitioners, enabling efficient computation of faithful interactions where previous methods failed.

The paper tackles the computational inefficiency of computing the Faithful Shapley Interaction (FSI) index, which requires exponential time and memory, by introducing TT-FSI, a method that uses Matrix Product Operators to achieve exponential improvements, scaling to 20 features with up to 280x speedup and 290x memory reduction.

The Faithful Shapley Interaction (FSI) index uniquely satisfies the faithfulness axiom among Shapley interaction indices, but computing FSI requires $O(d^\ell \cdot 2^d)$ time and existing implementations use $O(4^d)$ memory. We present TT-FSI, which exploits FSI's algebraic structure via Matrix Product Operators (MPO). Our main theoretical contribution is proving that the linear operator $v \mapsto \text{FSI}(v)$ admits an MPO representation with TT-rank $O(\ell d)$, enabling an efficient sweep algorithm with $O(\ell^2 d^3 \cdot 2^d)$ time and $O(\ell d^2)$ core storage an exponential improvement over existing methods. Experiments on six datasets ($d=8$ to $d=20$) demonstrate up to 280$\times$ speedup over baseline, 85$\times$ over SHAP-IQ, and 290$\times$ memory reduction. TT-FSI scales to $d=20$ (1M coalitions) where all competing methods fail.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes