Zood123 / COMET

2 stars 0 forks source link

COMET:

Code for ECCV 2024: Comprehensive Attribution: Inherently Explainable Vision Model with Feature Detector https://arxiv.org/abs/2407.19308

Framework

Framework

Attribution Maps

Attribution Maps Samples

Training

bash scripts/COMET.sh

Test checkpoint

bash scripts/COMET_eval.sh

ImageNet9 Training Data

I noticed that the original author's training data link is broken. I've uploaded a new one here: https://drive.google.com/drive/folders/1I7mYRSLxvf-wNpP-EohJde8RjJmcmO1a?usp=sharing Note: We only use a subset of the training and validation data. Replace the folder paths in Imagenet_original_xxx.pickle.

Acknowledgement

This repo is modified from CaaM. We sincerely thank them for their contributions. We also thank authors of ImageNet9 and NICO++ datasets.