paper-with-me

홈 › Papers

Explainable Transformer Prototypes for Medical Diagnoses

2024-03-11 · Ugur Demir, Debesh Jha, Zheyuan Zhang, Elif Keles, Bradley Allen, Aggelos K. Katsaggelos, Ulas Bagci

Deployments of artificial intelligence in medical diagnostics mandate not just accuracy and efficacy but also trust, emphasizing the need for explainability in machine decisions. The recent trend in automated medical image diagnostics leans towards the deployment of Transformer-based architectures, credited to their impressive capabilities. Since the self-attention feature of transformers contributes towards identifying crucial regions during the classification process, they enhance the trustability of the methods. However, the complex intricacies of these attention mechanisms may fall short of effectively pinpointing the regions of interest directly influencing AI decisions. Our research endeavors to innovate a unique attention block that underscores the correlation between 'regions' rather than 'pixels'. To address this challenge, we introduce an innovative system grounded in prototype learning, featuring an advanced self-attention mechanism that goes beyond conventional ad-hoc visual explanation techniques by offering comprehensible visual insights. A combined quantitative and qualitative methodological approach was used to demonstrate the effectiveness of the proposed method on the large-scale NIH chest X-ray dataset. Experimental results showed that our proposed method offers a promising direction for explainability, which can lead to the development of more trustable systems, which can facilitate easier and rapid adoption of such technology into routine clinics. The code is available at www.github.com/NUBagcilab/r2r_proto.

📄 PDF Abstract BibTeX arXiv:2403.06961

Code (1)

nubagcilab/r2r_proto 공식 구현 pytorch

Similar Papers 제목 키워드 기반

An explainable Transformer-based deep learning model for the prediction of incident heart failure

2021-01-27 · Shishir Rao, Yikuan Li, Rema Ramakrishnan, Abdelaali Hassaine 외

Predicting the incidence of complex chronic conditions such as heart failure is challenging. Deep learning models applied to rich electronic health records may improve prediction but remain unexplainable hampering their …

Deep LearningPrediction

Explainable AI for medical imaging: Explaining pneumothorax diagnoses with Bayesian Teaching

2021-06-08 · Tomas Folke, Scott Cheng-Hsin Yang, Sean Anderson, Patrick Shafto

Limited expert time is a key bottleneck in medical imaging. Due to advances in image classification, AI can now serve as decision-support for medical experts, with the potential for great gains in radiologist productivit…

Diagnosticimage-classificationImage Classification

Explainable Artificial Intelligence for Medical Applications: A Review

2024-11-15 · Qiyang Sun, Alican Akman, Björn W. Schuller

The continuous development of artificial intelligence (AI) theory has propelled this field to unprecedented heights, owing to the relentless efforts of scholars and researchers. In the medical realm, AI takes a pivotal r…

Computed Tomography (CT)Decision MakingDisease PredictionExplainable artificial intelligence+2

Safer Skin Lesion Classification with Global Class Activation Probability Map Evaluation and SafeML

2025-08-28 · Kuniko Paxton, Koorosh Aslansefat, Amila Akagić, Dhavalkumar Thakker 외 arxiv

Recent advancements in skin lesion classification models have significantly improved accuracy, with some models even surpassing dermatologists' diagnostic performance. However, in medical practice, distrust in AI models …

Skin Lesion Classification

Skin Lesion Recognition with Class-Hierarchy Regularized Hyperbolic Embeddings

2022-09-13 · Zhen Yu, Toan Nguyen, Yaniv Gal, Lie Ju 외

In practice, many medical datasets have an underlying taxonomy defined over the disease label space. However, existing classification algorithms for medical diagnoses often assume semantically independent labels. In this…