ATCON: Attention Consistency for Vision Models
Ali Mirzazadeh, Florian Dubost, Maxwell Pike, Krish Maniar, Max Zuo,, Christopher Lee-Messer, Daniel Rubin

TL;DR
This paper introduces ATCON, an unsupervised fine-tuning method that enhances attention map consistency in vision models, leading to improved classification accuracy and more reliable interpretability, especially with small training datasets.
Contribution
It proposes a novel unsupervised fine-tuning approach to improve attention map consistency across different methods, enhancing model interpretability and performance.
Findings
6.6 points F1 score improvement on hospital video dataset
2.9 points F1 score increase on PASCAL VOC
1.8 points mean IoU boost for weakly supervised detection
Abstract
Attention--or attribution--maps methods are methods designed to highlight regions of the model's input that were discriminative for its predictions. However, different attention maps methods can highlight different regions of the input, with sometimes contradictory explanations for a prediction. This effect is exacerbated when the training set is small. This indicates that either the model learned incorrect representations or that the attention maps methods did not accurately estimate the model's representations. We propose an unsupervised fine-tuning method that optimizes the consistency of attention maps and show that it improves both classification performance and the quality of attention maps. We propose an implementation for two state-of-the-art attention computation methods, Grad-CAM and Guided Backpropagation, which relies on an input masking technique. We also show results on…
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
ATCON: Attention Consistency for Vision Models· youtube
Taxonomy
TopicsMachine Learning in Healthcare · Explainable Artificial Intelligence (XAI) · COVID-19 diagnosis using AI
