paper-with-me

홈 › Papers

Efficient and Concise Explanations for Object Detection with Gaussian-Class Activation Mapping Explainer

2024-04-20 · Quoc Khanh Nguyen, Truong Thanh Hung Nguyen, Vo Thanh Khang Nguyen, Van Binh Truong, Tuong Phan, Hung Cao

To address the challenges of providing quick and plausible explanations in Explainable AI (XAI) for object detection models, we introduce the Gaussian Class Activation Mapping Explainer (G-CAME). Our method efficiently generates concise saliency maps by utilizing activation maps from selected layers and applying a Gaussian kernel to emphasize critical image regions for the predicted object. Compared with other Region-based approaches, G-CAME significantly reduces explanation time to 0.5 seconds without compromising the quality. Our evaluation of G-CAME, using Faster-RCNN and YOLOX on the MS-COCO 2017 dataset, demonstrates its ability to offer highly plausible and faithful explanations, especially in reducing the bias on tiny object detection.

📄 PDF Abstract BibTeX arXiv:2404.13417

Code (1)

khanhnguyenuet/GCAME 공식 구현 pytorch

Tasks

Objectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

BNB Customer Service Number +1-833-534-1729 설명 없음
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
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…
Batch Normalization 설명 없음
Average Pooling 설명 없음
Residual Connection 설명 없음
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$…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…

Similar Papers 제목 키워드 기반

Less is More: Discovering Concise Network Explanations

2024-05-24 · Neehar Kondapaneni, Markus Marks, Oisin Mac Aodha, Pietro Perona

We introduce Discovering Conceptual Network Explanations (DCNE), a new approach for generating human-comprehensible visual explanations to enhance the interpretability of deep neural image classifiers. Our method automat…

Explainable artificial intelligenceExplainable Artificial Intelligence (XAI)

Summarize-then-Answer: Generating Concise Explanations for Multi-hop Reading Comprehension

2021-09-14 · EMNLP 2021 11 · Naoya Inoue, Harsh Trivedi, Steven Sinha, Niranjan Balasubramanian 외

How can we generate concise explanations for multi-hop Reading Comprehension (RC)? The current strategies of identifying supporting sentences can be seen as an extractive question-focused summarization of the input text.…

2kMulti-Hop Reading ComprehensionReading Comprehension

SeQwen at the Financial Misinformation Detection Challenge Task: Sequential Learning for Claim Verification and Explanation Generation in Financial Domains

2024-11-30 · Jebish Purbey, Siddhant Gupta, Nikhil Manali, Siddartha Pullakhandam 외

This paper presents the system description of our entry for the COLING 2025 FMD challenge, focusing on misinformation detection in financial domains. We experimented with a combination of large language models, including…

Claim VerificationDomain AdaptationExplanation GenerationMisinformation

The Computational Complexity of Concise Hypersphere Classification

2023-12-12 · Eduard Eiben, Robert Ganian, Iyad Kanj, Sebastian Ordyniak 외

Hypersphere classification is a classical and foundational method that can provide easy-to-process explanations for the classification of real-valued and binary data. However, obtaining an (ideally concise) explanation v…

Classification

Self-Explaining Hate Speech Detection with Moral Rationales

2026-01-07 · Francielle Vargas, Jackson Trager, Diego Alves, Surendrabikram Thapa 외 arxiv

Hate speech detection models rely on surface-level lexical features, increasing vulnerability to spurious correlations and limiting robustness, cultural contextualization, and interpretability. We propose Supervised Mora…

Hate Speech Detection