paper-with-me

Papers

Comprehensive Attribution: Inherently Explainable Vision Model with Feature Detector

2024-07-27 · Xianren Zhang, Dongwon Lee, Suhang Wang

As deep vision models' popularity rapidly increases, there is a growing emphasis on explanations for model predictions. The inherently explainable attribution method aims to enhance the understanding of model behavior by identifying the important regions in images that significantly contribute to predictions. It is achieved by cooperatively training a selector (generating an attribution map to identify important features) and a predictor (making predictions using the identified features). Despite many advancements, existing methods suffer from the incompleteness problem, where discriminative features are masked out, and the interlocking problem, where the non-optimized selector initially selects noise, causing the predictor to fit on this noise and perpetuate the cycle. To address these problems, we introduce a new objective that discourages the presence of discriminative features in the masked-out regions thus enhancing the comprehensiveness of feature selection. A pre-trained detector is introduced to detect discriminative features in the masked-out region. If the selector selects noise instead of discriminative features, the detector can observe and break the interlocking situation by penalizing the selector. Extensive experiments show that our model makes accurate predictions with higher accuracy than the regular black-box model, and produces attribution maps with high feature coverage, localization ability, fidelity and robustness. Our code will be available at \href{https://github.com/Zood123/COMET}{https://github.com/Zood123/COMET}.

📄 PDF Abstract BibTeX arXiv:2407.19308

Code (1)

zood123/comet 공식 구현 pytorch

Tasks

feature selection

Similar Papers 제목 키워드 기반

Benchmarking the Attribution Quality of Vision Models

2024-07-16 · Robin Hesse, Simone Schaub-Meyer, Stefan Roth

Attribution maps are one of the most established tools to explain the functioning of computer vision models. They assign importance scores to input features, indicating how relevant each feature is for the prediction of …

BenchmarkingExplainable Models

Backdoor-based Explainable AI Benchmark for High Fidelity Evaluation of Attribution Methods

2024-05-02 · Peiyu Yang, Naveed Akhtar, Jiantong Jiang, Ajmal Mian

Attribution methods compute importance scores for input features to explain the output predictions of deep models. However, accurate assessment of attribution methods is challenged by the lack of benchmark fidelity for a…

Benchmarking

TVE: Learning Meta-attribution for Transferable Vision Explainer

2023-12-23 · Guanchu Wang, Yu-Neng Chuang, Fan Yang, Mengnan Du 외

Explainable machine learning significantly improves the transparency of deep neural networks. However, existing work is constrained to explaining the behavior of individual model predictions, and lacks the ability to tra…

Hybrid Attribution Priors for Explainable and Robust Model Training

2025-12-09 · Zhuoran Zhang, Feng Zhang, Shangyuan Li, Yang Shi 외 arxiv

Small language models (SLMs) are widely used in tasks that require low latency and lightweight deployment, particularly classification. As interpretability and robustness gain increasing importance, explanation-guided le…

Fourier Feature Attribution: A New Efficiency Attribution Method

2025-04-02 · Zechen Liu, Feiyang Zhang, Wei Song, Xiang Li 외

The study of neural networks from the perspective of Fourier features has garnered significant attention. While existing analytical research suggests that neural networks tend to learn low-frequency features, a clear att…

feature selectionSpecificity