On the explainability of max-plus neural networks

📅 2026-04-27
📈 Citations: 0
Influential: 0
📄 PDF

career value

238K/year
🤖 AI Summary
This work addresses the limited interpretability of neural network decisions in image classification by proposing a fine-grained explanation method based on Linear Min-Max Networks. The model, initialized to be equivalent to k-medoids clustering under the infinity norm, is trained via subgradient descent and yields predictions determined solely by the most active neuron, thereby inherently supporting decision traceability. Leveraging this property, the authors introduce a pixel vulnerability metric grounded in the activation of individual neurons to precisely identify the pixels most influential to classification outcomes. Experiments on the PneumoniaMNIST dataset demonstrate that the proposed approach significantly outperforms established baselines such as SHAP and Integrated Gradients in terms of explanation quality.
📝 Abstract
We investigate the explanability properties of the recently proposed linear-min-max neural networks. At initialization, they can be interpreted as k-medoids with the infinity norm as a distance. Then, they are trained using subgradient descent to better fit the data. The model has been shown to be a universal approximator. Yet, we can trace the decision process because a single most activated neuron is responsible for the value of the output. Using this property, we designed a pixel fragility measure that determines whether changes to a single pixel may be responsible to a change in the classification output. Experiments on the PneumoniaMnist dataset show that this explanation for the output of the neural network compares favorably to SHAP and Integrated Gradient.
Problem

Research questions and friction points this paper is trying to address.

explainability
max-plus neural networks
pixel fragility
decision process
classification output
Innovation

Methods, ideas, or system contributions that make the work stand out.

max-plus neural networks
explainability
k-medoids
pixel fragility
subgradient descent
🔎 Similar Papers
No similar papers found.