paper-with-me

홈 › Papers

Model-agnostic explainable artificial intelligence for object detection in image data

2023-03-30 · Milad Moradi, Ke Yan, David Colwell, Matthias Samwald, Rhona Asgari

In recent years, deep neural networks have been widely used for building high-performance Artificial Intelligence (AI) systems for computer vision applications. Object detection is a fundamental task in computer vision, which has been greatly progressed through developing large and intricate AI models. However, the lack of transparency is a big challenge that may not allow the widespread adoption of these models. Explainable artificial intelligence is a field of research where methods are developed to help users understand the behavior, decision logics, and vulnerabilities of AI systems. Previously, few explanation methods were developed for object detection based on random masking. However, random masks may raise some issues regarding the actual importance of pixels within an image. In this paper, we design and implement a black-box explanation method named Black-box Object Detection Explanation by Masking (BODEM) through adopting a hierarchical random masking approach for object detection systems. We propose a hierarchical random masking framework in which coarse-grained masks are used in lower levels to find salient regions within an image, and fine-grained mask are used to refine the salient regions in higher levels. Experimentations on various object detection datasets and models showed that BODEM can effectively explain the behavior of object detectors. Moreover, our method outperformed Detector Randomized Input Sampling for Explanation (D-RISE) and Local Interpretable Model-agnostic Explanations (LIME) with respect to different quantitative measures of explanation effectiveness. The experimental results demonstrate that BODEM can be an effective method for explaining and validating object detection systems in black-box testing scenarios.

📄 PDF Abstract BibTeX arXiv:2303.17249

Code (1)

mmoradi-iut/bodem 공식 구현

Tasks

Data AugmentationExplainable artificial intelligenceObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Heatmap 설명 없음

Similar Papers 제목 키워드 기반

Explainable Artificial Intelligence to Detect Image Spam Using Convolutional Neural Network

2022-09-07 · Zhibo Zhang, Ernesto Damiani, Hussam Al Hamadi, Chan Yeob Yeun 외

Image spam threat detection has continually been a popular area of research with the internet's phenomenal expansion. This research presents an explainable framework for detecting spam images using Convolutional Neural N…

Explainable artificial intelligenceExplainable Artificial Intelligence (XAI)

An Interpretable Deep Learning Approach for Skin Cancer Categorization

2023-12-17 · Faysal Mahmud, Md. Mahin Mahfiz, Md. Zobayer Ibna Kabir, Yusha Abdullah

Skin cancer is a serious worldwide health issue, precise and early detection is essential for better patient outcomes and effective treatment. In this research, we use modern deep learning methods and explainable artific…

Decision MakingDeep LearningDiagnosticExplainable artificial intelligence+4

Explainable artificial intelligence in breast cancer detection and risk prediction: A systematic scoping review

2024-07-12 · Amirehsan Ghasemi, Soheil Hashtarkhani, David L Schwartz, Arash Shaban-Nejad

With the advances in artificial intelligence (AI), data-driven algorithms are becoming increasingly popular in the medical domain. However, due to the nonlinear and complex behavior of many of these algorithms, decision-…

Breast Cancer DetectionExplainable artificial intelligenceExplainable Artificial Intelligence (XAI)Fairness+2

Counterfactuals and Causability in Explainable Artificial Intelligence: Theory, Algorithms, and Applications

2021-03-07 · Yu-Liang Chou, Catarina Moreira, Peter Bruza, Chun Ouyang 외

There has been a growing interest in model-agnostic methods that can make deep learning models more transparent and explainable to a user. Some researchers recently argued that for a machine to achieve a certain degree o…

ArticlescounterfactualExplainable artificial intelligence

Enhancing the Fairness and Performance of Edge Cameras with Explainable AI

2024-01-18 · Truong Thanh Hung Nguyen, Vo Thanh Khang Nguyen, Quoc Hung Cao, Van Binh Truong 외

The rising use of Artificial Intelligence (AI) in human detection on Edge camera systems has led to accurate but complex models, challenging to interpret and debug. Our research presents a diagnostic method using Explain…

DiagnosticFairnessHuman Detection