# Quantifying Model Complexity via Functional Decomposition for Better   Post-Hoc Interpretability

**Authors:** Christoph Molnar, Giuseppe Casalicchio, Bernd Bischl

arXiv: 1904.03867 · 2022-01-24

## TL;DR

This paper introduces model-agnostic complexity measures based on functional decomposition to improve the reliability and compactness of post-hoc interpretability methods for complex machine learning models.

## Contribution

It proposes new complexity measures for models and demonstrates their use in optimizing interpretability and performance simultaneously.

## Key findings

- Models with minimized complexity measures yield clearer interpretations.
- Applying complexity measures improves the reliability of post-hoc explanations.
- Multi-objective optimization balances model accuracy and interpretability.

## Abstract

Post-hoc model-agnostic interpretation methods such as partial dependence plots can be employed to interpret complex machine learning models. While these interpretation methods can be applied regardless of model complexity, they can produce misleading and verbose results if the model is too complex, especially w.r.t. feature interactions. To quantify the complexity of arbitrary machine learning models, we propose model-agnostic complexity measures based on functional decomposition: number of features used, interaction strength and main effect complexity. We show that post-hoc interpretation of models that minimize the three measures is more reliable and compact. Furthermore, we demonstrate the application of these measures in a multi-objective optimization approach which simultaneously minimizes loss and complexity.

## Figures

2 figures with captions in the complete paper: https://tomesphere.com/paper/1904.03867/full.md

---
Source: https://tomesphere.com/paper/1904.03867