paper-with-me

Papers

Learning local discrete features in explainable-by-design convolutional neural networks

2024-10-31 · Pantelis I. Kaplanoglou, Konstantinos Diamantaras

Our proposed framework attempts to break the trade-off between performance and explainability by introducing an explainable-by-design convolutional neural network (CNN) based on the lateral inhibition mechanism. The ExplaiNet model consists of the predictor, that is a high-accuracy CNN with residual or dense skip connections, and the explainer probabilistic graph that expresses the spatial interactions of the network neurons. The value on each graph node is a local discrete feature (LDF) vector, a patch descriptor that represents the indices of antagonistic neurons ordered by the strength of their activations, which are learned with gradient descent. Using LDFs as sequences we can increase the conciseness of explanations by repurposing EXTREME, an EM-based sequence motif discovery method that is typically used in molecular biology. Having a discrete feature motif matrix for each one of intermediate image representations, instead of a continuous activation tensor, allows us to leverage the inherent explainability of Bayesian networks. By collecting observations and directly calculating probabilities, we can explain causal relationships between motifs of adjacent levels and attribute the model's output to global motifs. Moreover, experiments on various tiny image benchmark datasets confirm that our predictor ensures the same level of performance as the baseline architecture for a given count of parameters and/or layers. Our novel method shows promise to exceed this performance while providing an additional stream of explanations. In the solved MNIST classification task, it reaches a comparable to the state-of-the-art performance for single models, using standard training setup and 0.75 million parameters.

📄 PDF Abstract BibTeX arXiv:2411.00139

Code (1)

pikaplan/LearnExplaiNet 공식 구현

Tasks

Explainable Artificial Intelligence (XAI)Image ClassificationInterpretable Machine Learning

Similar Papers 제목 키워드 기반

Embedded Encoder-Decoder in Convolutional Networks Towards Explainable AI

2020-06-19 · Amirhossein Tavanaei

Understanding intermediate layers of a deep learning model and discovering the driving features of stimuli have attracted much interest, recently. Explainable artificial intelligence (XAI) provides a new way to open an A…

DecoderExplainable artificial intelligenceExplainable Artificial Intelligence (XAI)Semantic Segmentation

Shape and Margin-Aware Lung Nodule Classification in Low-dose CT Images via Soft Activation Mapping

2018-10-30 · Yiming Lei, Yukun Tian, Hongming Shan, Junping Zhang 외

A number of studies on lung nodule classification lack clinical/biological interpretations of the features extracted by convolutional neural network (CNN). The methods like class activation mapping (CAM) and gradient-bas…

Data AugmentationGeneral ClassificationLung Nodule ClassificationMapping Of Lung Nodules In Low-Dose Ct Images+1

sMRI-PatchNet: A novel explainable patch-based deep learning network for Alzheimer's disease diagnosis and discriminative atrophy localisation with Structural MRI

2023-02-17 · Xin Zhang, Liangxiu Han, Lianghao Han, Haoming Chen 외

Structural magnetic resonance imaging (sMRI) can identify subtle brain changes due to its high contrast for soft tissues and high spatial resolution. It has been widely used in diagnosing neurological brain diseases, suc…

PositionTransfer Learning

The PWLR Graph Representation: A Persistent Weisfeiler-Lehman scheme with Random Walks for Graph Classification

2022-08-29 · Sun Woo Park, Yun Young Choi, Dosang Joe, U Jin Choi 외

This paper presents the Persistent Weisfeiler-Lehman Random walk scheme (abbreviated as PWLR) for graph representations, a novel mathematical framework which produces a collection of explainable low-dimensional represent…

Graph Classification

An Explainable CNN Approach for Medical Codes Prediction from Clinical Text

2021-01-14 · Shu Yuan Hu, Fei Teng

Method: We develop CNN-based methods for automatic ICD coding based on clinical text from intensive care unit (ICU) stays. We come up with the Shallow and Wide Attention convolutional Mechanism (SWAM), which allows our m…

AttributeDocument ClassificationMedical Code PredictionMedical Codes Prediction