LGMay 22, 2023

Interpretable Mesomorphic Networks for Tabular Data

arXiv:2305.13072v24 citations
Originality Incremental advance
AI Analysis

This addresses the need for explainable AI in tabular data applications, though it appears incremental by combining deep and linear approaches.

The paper tackled the problem of neural networks lacking explainability for tabular data by proposing interpretable mesomorphic networks that are deep and linear, achieving comparable performance to state-of-the-art classifiers while offering free-lunch explainability.

Even though neural networks have been long deployed in applications involving tabular data, still existing neural architectures are not explainable by design. In this paper, we propose a new class of interpretable neural networks for tabular data that are both deep and linear at the same time (i.e. mesomorphic). We optimize deep hypernetworks to generate explainable linear models on a per-instance basis. As a result, our models retain the accuracy of black-box deep networks while offering free-lunch explainability for tabular data by design. Through extensive experiments, we demonstrate that our explainable deep networks have comparable performance to state-of-the-art classifiers on tabular data and outperform current existing methods that are explainable by design.

Code Implementations1 repo
Foundations

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

Your Notes