On the explainability of max-plus neural networks
Summary
A new study investigates the explainability of linear-min-max neural networks, a recently proposed model. These networks can be initially interpreted as k-medoids using the infinity norm for distance and are subsequently trained via subgradient descent. Despite being universal approximators, their decision process is traceable because a single most activated neuron dictates the output value. Leveraging this property, the researchers developed a "pixel fragility measure" to identify if changes to a single pixel can alter the classification output. Experiments conducted on the PneumoniaMnist dataset demonstrate that this explanation method for the neural network's output performs favorably compared to established techniques like SHAP and Integrated Gradient. This work will be presented at the IEEE International Symposium on Computer-Based Medical Systems (CBMS 2026) in June 2026.
Key takeaway
For Computer Vision Engineers developing explainable AI models, consider linear-min-max neural networks for their inherent traceability. This architecture allows you to pinpoint specific neuron activations for output decisions, potentially offering more direct and robust explanations than traditional methods like SHAP or Integrated Gradient, especially in critical applications like medical imaging diagnostics.
Key insights
Linear-min-max neural networks offer inherent explainability by design, outperforming SHAP and Integrated Gradient.
Principles
- Single neuron activation drives output
- Universal approximation with traceability
Method
The method involves interpreting network initialization as k-medoids, training with subgradient descent, and using a pixel fragility measure based on single neuron activation.
In practice
- Evaluate pixel fragility for classification
- Apply to medical image datasets
Topics
- Max-plus Neural Networks
- Model Explainability
- Pixel Fragility Measure
- SHAP
- Integrated Gradient
Best for: Computer Vision Engineer, AI Scientist, Machine Learning Engineer, Research Scientist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.