LFI-CAM: Learning Feature Importance for Better Visual Explanation
Kwang Hee Lee, Chaewon Park, Junghyun Oh, Nojun Kwak

TL;DR
LFI-CAM introduces an end-to-end trainable model that simultaneously improves CNN classification accuracy and generates more reliable, stable visual explanations by learning feature importance rather than direct attention maps.
Contribution
The paper proposes LFI-CAM, a novel architecture that learns feature importance for better visual explanations and classification performance in CNNs, addressing limitations of previous CAM-based methods.
Findings
LFI-CAM outperforms baseline models in classification accuracy.
LFI-CAM produces higher quality and more stable attention maps.
The model enhances feature representation focusing on important image features.
Abstract
Class Activation Mapping (CAM) is a powerful technique used to understand the decision making of Convolutional Neural Network (CNN) in computer vision. Recently, there have been attempts not only to generate better visual explanations, but also to improve classification performance using visual explanations. However, the previous works still have their own drawbacks. In this paper, we propose a novel architecture, LFI-CAM, which is trainable for image classification and visual explanation in an end-to-end manner. LFI-CAM generates an attention map for visual explanation during forward propagation, at the same time, leverages the attention map to improve the classification performance through the attention mechanism. Our Feature Importance Network (FIN) focuses on learning the feature importance instead of directly learning the attention map to obtain a more reliable and consistent…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Explainable Artificial Intelligence (XAI) · Cell Image Analysis Techniques
