On the explainability of max-plus neural networks

· Source: cs.CV updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Computer Vision & Pattern Recognition · Depth: Expert, quick

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

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

Topics

Best for: Computer Vision Engineer, AI Scientist, Machine Learning Engineer, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CV updates on arXiv.org.