paper-with-me

Papers

Concept Complement Bottleneck Model for Interpretable Medical Image Diagnosis

2024-10-20 · Hongmei Wang, Junlin Hou, Hao Chen

Models based on human-understandable concepts have received extensive attention to improve model interpretability for trustworthy artificial intelligence in the field of medical image analysis. These methods can provide convincing explanations for model decisions but heavily rely on the detailed annotation of pre-defined concepts. Consequently, they may not be effective in cases where concepts or annotations are incomplete or low-quality. Although some methods automatically discover effective and new visual concepts rather than using pre-defined concepts or could find some human-understandable concepts via large Language models, they are prone to veering away from medical diagnostic evidence and are challenging to understand. In this paper, we propose a concept complement bottleneck model for interpretable medical image diagnosis with the aim of complementing the existing concept set and finding new concepts bridging the gap between explainable models. Specifically, we propose to use concept adapters for specific concepts to mine the concept differences and score concepts in their own attention channels to support almost fairly concept learning. Then, we devise a concept complement strategy to learn new concepts while jointly using known concepts to improve model performance. Comprehensive experiments on medical datasets demonstrate that our model outperforms the state-of-the-art competitors in concept detection and disease diagnosis tasks while providing diverse explanations to ensure model interpretability effectively.

📄 PDF Abstract BibTeX arXiv:2410.15446

Code (0)

등록된 구현이 없습니다.

Tasks

DiagnosticExplainable ModelsMedical Image Analysis

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Learning Label-Efficient Interpretable Medical Image Diagnosis via Semi-supervised Hypergraph Concept Bottleneck Model

2026-06-01 · Yijun Yang, Ruiqiang Xiao, Lijie Hu, Angelica I Aviles-Rivero 외 arxiv

Deep learning has revolutionized medical image analysis, delivering exceptional diagnostic accuracy across diverse applications. Yet, the lack of interpretability in its decision-making hinders clinical adoption, particu…

MICA: Towards Explainable Skin Lesion Diagnosis via Multi-Level Image-Concept Alignment

2024-01-16 · Yequan Bie, Luyang Luo, Hao Chen

Black-box deep learning approaches have showcased significant potential in the realm of medical image analysis. However, the stringent trustworthiness requirements intrinsic to the medical field have catalyzed research i…

Concept AlignmentExplainable artificial intelligenceExplainable Artificial Intelligence (XAI)Medical Image Analysis

Integrating Clinical Knowledge into Concept Bottleneck Models

2024-07-09 · Winnie Pang, Xueyi Ke, Satoshi Tsutsui, Bihan Wen

Concept bottleneck models (CBMs), which predict human-interpretable concepts (e.g., nucleus shapes in cell images) before predicting the final output (e.g., cell type), provide insights into the decision-making processes…

Clinical KnowledgeDecision Making

Concept Bottleneck with Visual Concept Filtering for Explainable Medical Image Classification

2023-08-23 · Injae Kim, Jongha Kim, Joonmyung Choi, Hyunwoo J. Kim

Interpretability is a crucial factor in building reliable models for various medical applications. Concept Bottleneck Models (CBMs) enable interpretable image classification by utilizing human-understandable concepts as …

image-classificationImage ClassificationMedical Image Classification

Robust and Interpretable Medical Image Classifiers via Concept Bottleneck Models

2023-10-04 · An Yan, Yu Wang, Yiwu Zhong, Zexue He 외

Medical image classification is a critical problem for healthcare, with the potential to alleviate the workload of doctors and facilitate diagnoses of patients. However, two challenges arise when deploying deep learning …

Diagnosticimage-classificationImage ClassificationLanguage Modelling+1