MDM: Multiple Dynamic Masks for Visual Explanation of Neural Networks
Yitao Peng, Longzhen Yang, Yihang Liu, Lianghua He

TL;DR
This paper introduces MDM, a learning-based method for generating class activation maps that is general, high-performing, and applicable across various neural network architectures, improving interpretability and explainability.
Contribution
The paper proposes MDM, a novel dynamic masking algorithm that enhances CAM generation's generality and performance, surpassing existing methods and applicable to different neural network models.
Findings
MDM achieves state-of-the-art CAM performance.
Applying MDM improves interpretability of neural networks.
MDM enhances explainable prototype search in ProtoPNet and XProtoNet.
Abstract
The Class Activation Map (CAM) lookup of a neural network tells us to which regions the neural network focuses when it makes a decision. In the past, the CAM search method was dependent upon a specific internal module of the network. It has specific constraints on the structure of the neural network. To make the search of CAM have generality and high performance. We propose a learning-based algorithm, namely Multiple Dynamic Masks (MDM). It is based on a public cognition that only active features of a picture related to classification will affect the classification results of the neural network, and other features will hardly affect the classification results of the network. The mask generated by MDM conforms to the above cognition. It trains mask vectors of different sizes by constraining mask values and activating consistency, then it uses stacking masks of different scale to generate…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsExplainable Artificial Intelligence (XAI) · Generative Adversarial Networks and Image Synthesis · Adversarial Robustness in Machine Learning
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Class-activation map · Absolute Position Encodings · Byte Pair Encoding · Adam · Residual Connection · Batch Normalization · Concatenated Skip Connection
