paper-with-me

홈 › Papers

A Novel Explainable Artificial Intelligence Model in Image Classification problem

2023-07-09 · Quoc Hung Cao, Truong Thanh Hung Nguyen, Vo Thanh Khang Nguyen, Xuan Phong Nguyen

In recent years, artificial intelligence is increasingly being applied widely in many different fields and has a profound and direct impact on human life. Following this is the need to understand the principles of the model making predictions. Since most of the current high-precision models are black boxes, neither the AI scientist nor the end-user deeply understands what's going on inside these models. Therefore, many algorithms are studied for the purpose of explaining AI models, especially those in the problem of image classification in the field of computer vision such as LIME, CAM, GradCAM. However, these algorithms still have limitations such as LIME's long execution time and CAM's confusing interpretation of concreteness and clarity. Therefore, in this paper, we propose a new method called Segmentation - Class Activation Mapping (SeCAM) that combines the advantages of these algorithms above, while at the same time overcoming their disadvantages. We tested this algorithm with various models, including ResNet50, Inception-v3, VGG16 from ImageNet Large Scale Visual Recognition Challenge (ILSVRC) data set. Outstanding results when the algorithm has met all the requirements for a specific explanation in a remarkably concise time.

📄 PDF Abstract BibTeX arXiv:2307.04137

Code (0)

등록된 구현이 없습니다.

Tasks

Explainable artificial intelligenceimage-classificationImage ClassificationObject Recognition

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Inception-v3 Module Inception-v3 Module is an image block used in the Inception-v3 architecture. This architecture is used on the coarsest (8 ×…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
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$…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Analysis of Explainable Artificial Intelligence Methods on Medical Image Classification

2022-12-10 · Vinay Jogani, Joy Purohit, Ishaan Shivhare, Seema C Shrawne

The use of deep learning in computer vision tasks such as image classification has led to a rapid increase in the performance of such systems. Due to this substantial increment in the utility of these systems, the use of…

Decision MakingExplainable artificial intelligenceExplainable Artificial Intelligence (XAI)image-classification+2

Quantitative Analysis of Primary Attribution Explainable Artificial Intelligence Methods for Remote Sensing Image Classification

2023-06-06 · Akshatha Mohan, Joshua Peeples

We present a comprehensive analysis of quantitatively evaluating explainable artificial intelligence (XAI) techniques for remote sensing image classification. Our approach leverages state-of-the-art machine learning appr…

ClassificationDecision MakingExplainable artificial intelligenceExplainable Artificial Intelligence (XAI)+3

Knowledge-based XAI through CBR: There is more to explanations than models can tell

2021-08-23 · Rosina Weber, Manil Shrestha, Adam J Johs

The underlying hypothesis of knowledge-based explainable artificial intelligence is the data required for data-centric artificial intelligence agents (e.g., neural networks) are less diverse in contents than the data req…

Explainable artificial intelligenceExplainable Artificial Intelligence (XAI)

Diagnosis of Paratuberculosis in Histopathological Images Based on Explainable Artificial Intelligence and Deep Learning

2022-08-02 · Tuncay Yiğit, Nilgün Şengöz, Özlem Özmen, Jude Hemanth 외

Artificial intelligence holds great promise in medical imaging, especially histopathological imaging. However, artificial intelligence algorithms cannot fully explain the thought processes during decision-making. This si…

Decision MakingExplainable artificial intelligenceExplainable Artificial Intelligence (XAI)

Recent Advances in Medical Image Classification

2025-06-04 · Loan Dao, Ngoc Quoc Ly

Medical image classification is crucial for diagnosis and treatment, benefiting significantly from advancements in artificial intelligence. The paper reviews recent progress in the field, focusing on three levels of solu…

ClassificationExplainable artificial intelligenceimage-classificationImage Classification+1