Skip to main content

Beyond Additive Decompositions: Interpretability Through Separability

:::info Stub — Full Engineering Breakdown Coming This paper was auto-fetched from arXiv on 2026-06-01. A full breakdown with production viability rating, implementation notes, and honest limitations is being written. Subscribe to AI Letters → :::

AuthorsJinyang Liu & Munir Eberhardt Hiabu
Year2026
FieldMachine Learning
arXiv2605.31200
PDFDownload
Categoriescs.LG, stat.ML

Abstract

Interpretable machine learning requires models that are accurate and structurally faithful to the data.Existing explainability methods rely heavily on additive representations (e.g., Generalized Additive Models (GAMs), SHapley Additive exPlanations (SHAP), functional ANOVA), which can suffer from signal cancellation and off-support extrapolation in the presence of strong interactions. We propose Tensor Separation Learning (TSL), a regression model that learns a sum of rank-1 products of univariate per-feature functions via a stagewise greedy procedure with orthogonal refitting. By enforcing separability, TSL avoids the information loss inherent in additive projections caused by marginalizing higher-order interactions. The learned TSL model can be fully reconstructed from first-order partial dependence functions, up to constant factors. This stage-wise correspondence ensures that the resulting visualizations are faithful to the fitted components. We establish approximation-rate guarantees for functions with bounded mixed pp-th order partial derivatives and demonstrate that TSL competes with black-box models on regression benchmarks.


Engineering Breakdown

The Problem

Interpretable machine learning requires models that are accurate and structurally faithful to the data.Existing explainability methods rely heavily on additive representations (e.g., Generalized Additive Models (GAMs), SHapley Additive exPlanations (SHAP), functional ANOVA), which can suffer from signal cancellation and off-support extrapolation in the presence of strong interactions.

The Approach

We propose Tensor Separation Learning (TSL), a regression model that learns a sum of rank-1 products of univariate per-feature functions via a stagewise greedy procedure with orthogonal refitting.

Key Results

We establish approximation-rate guarantees for functions with bounded mixed pp-th order partial derivatives and demonstrate that TSL competes with black-box models on regression benchmarks.

Research Areas

This paper contributes to the following areas of AI/ML engineering:

  • Model training
  • Generalization
  • Optimization
  • Supervised learning
  • Deep learning
  • Decompositions

:::tip Subscribe Get weekly breakdowns of papers like this in AI Letters - the newsletter for engineers building production AI systems. :::


Back to Research Lab → · Subscribe to AI Letters →

© 2026 EngineersOfAI. All rights reserved.