paper-with-me

Papers

Interpretable Network Visualizations: A Human-in-the-Loop Approach for Post-hoc Explainability of CNN-based Image Classification

2024-05-06 · Matteo Bianchi, Antonio De Santis, Andrea Tocchetti, Marco Brambilla

Transparency and explainability in image classification are essential for establishing trust in machine learning models and detecting biases and errors. State-of-the-art explainability methods generate saliency maps to show where a specific class is identified, without providing a detailed explanation of the model's decision process. Striving to address such a need, we introduce a post-hoc method that explains the entire feature extraction process of a Convolutional Neural Network. These explanations include a layer-wise representation of the features the model extracts from the input. Such features are represented as saliency maps generated by clustering and merging similar feature maps, to which we associate a weight derived by generalizing Grad-CAM for the proposed methodology. To further enhance these explanations, we include a set of textual labels collected through a gamified crowdsourcing activity and processed using NLP techniques and Sentence-BERT. Finally, we show an approach to generate global explanations by aggregating labels across multiple images.

📄 PDF Abstract BibTeX arXiv:2405.03301

Code (1)

Antonio-Dee/interpretable-network-visualizations 공식 구현

Tasks

image-classificationImage ClassificationSentence

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Pairwise Matching of Intermediate Representations for Fine-grained Explainability

2025-03-28 · Lauren Shrack, Timm Haucke, Antoine Salaün, Arjun Subramonian 외

The differences between images belonging to fine-grained categories are often subtle and highly localized, and existing explainability techniques for deep learning models are often too diffuse to provide useful and inter…

The future of human-centric eXplainable Artificial Intelligence (XAI) is not post-hoc explanations

2023-07-01 · Vinitra Swamy, Jibril Frej, Tanja Käser

Explainable Artificial Intelligence (XAI) plays a crucial role in enabling human understanding and trust in deep learning systems. As models get larger, more ubiquitous, and pervasive in aspects of daily life, explainabi…

Explainable artificial intelligenceExplainable Artificial Intelligence (XAI)

Explainable Human-in-the-loop Dynamic Data-Driven Digital Twins

2022-07-19 · Nan Zhang, Rami Bahsoon, Nikos Tziritas, Georgios Theodoropoulos

Digital Twins (DT) are essentially dynamic data-driven models that serve as real-time symbiotic "virtual replicas" of real-world systems. DT can leverage fundamentals of Dynamic Data-Driven Applications Systems (DDDAS) b…

Decision MakingInterpretable Machine Learning

Utilizing Explainability Techniques for Reinforcement Learning Model Assurance

2023-11-27 · Alexander Tapley, Kyle Gatesman, Luis Robaina, Brett Bissey 외

Explainable Reinforcement Learning (XRL) can provide transparency into the decision-making process of a Deep Reinforcement Learning (DRL) model and increase user trust and adoption in real-world use cases. By utilizing X…

Decision MakingDeep Reinforcement Learningmodelreinforcement-learning+1

Unlocking Feature Visualization for Deeper Networks with MAgnitude Constrained Optimization

2023-06-11 · Thomas Fel, Thibaut Boissin, Victor Boutin, Agustin Picard 외

Feature visualization has gained substantial popularity, particularly after the influential work by Olah et al. in 2017, which established it as a crucial tool for explainability. However, its widespread adoption has bee…