SIMAP: A simplicial-map layer for neural networks
Rocio Gonzalez-Diaz, Miguel A. Gutiérrez-Naranjo, Eduardo Paluzo-Hidalgo
TL;DR
The paper tackles interpretability in deep learning by introducing the SIMAP layer, a simplicial-map layer that replaces dense final layers with a topology-guided, barycentric-coordinate approach. Unlike prior SMNNs that rely on Delaunay triangulations, SIMAP fixes a maximal simplex and uses barycentric subdivisions plus matrix-based computations to obtain coordinates, enabling scalable, transparent reasoning in $\mathbb{R}^n$. The authors derive the VC-dimension growth under subdivision $VC(\mathcal{N}^k)=((n+1)!)^k\cdot(n+1)$, describe a training procedure that updates weight matrices via gradient descent, and demonstrate the method on synthetic datasets and MNIST in conjunction with a CNN, achieving competitive accuracy. These results suggest SIMAP can enhance explainability without sacrificing performance and can be integrated with standard deep architectures, with code available for reproduction.
Abstract
In this paper, we present SIMAP, a novel layer integrated into deep learning models, aimed at enhancing the interpretability of the output. The SIMAP layer is an enhanced version of Simplicial-Map Neural Networks (SMNNs), an explainable neural network based on support sets and simplicial maps (functions used in topology to transform shapes while preserving their structural connectivity). The novelty of the methodology proposed in this paper is two-fold: Firstly, SIMAP layers work in combination with other deep learning architectures as an interpretable layer substituting classic dense final layers. Secondly, unlike SMNNs, the support set is based on a fixed maximal simplex, the barycentric subdivision being efficiently computed with a matrix-based multiplication algorithm.
