paper-with-me

Papers

XC: Exploring Quantitative Use Cases for Explanations in 3D Object Detection

2022-10-20 · Sunsheng Gu, Vahdat Abdelzad, Krzysztof Czarnecki

Explainable AI (XAI) methods are frequently applied to obtain qualitative insights about deep models' predictions. However, such insights need to be interpreted by a human observer to be useful. In this paper, we aim to use explanations directly to make decisions without human observers. We adopt two gradient-based explanation methods, Integrated Gradients (IG) and backprop, for the task of 3D object detection. Then, we propose a set of quantitative measures, named Explanation Concentration (XC) scores, that can be used for downstream tasks. These scores quantify the concentration of attributions within the boundaries of detected objects. We evaluate the effectiveness of XC scores via the task of distinguishing true positive (TP) and false positive (FP) detected objects in the KITTI and Waymo datasets. The results demonstrate an improvement of more than 100\% on both datasets compared to other heuristics such as random guesses and the number of LiDAR points in the bounding box, raising confidence in XC's potential for application in more use cases. Our results also indicate that computationally expensive XAI methods like IG may not be more valuable when used quantitatively compare to simpler methods.

📄 PDF Abstract BibTeX arXiv:2210.11590

Code (1)

sunshenggu/xc_eval_pcdet 공식 구현 pytorch

Tasks

3D Object DetectionExplainable Artificial Intelligence (XAI)object-detectionObject Detection

Similar Papers 제목 키워드 기반

Beyond One-Size-Fits-All: Adapting Counterfactual Explanations to User Objectives

2024-04-12 · Orfeas Menis Mastromichalakis, Jason Liartis, Giorgos Stamou

Explainable Artificial Intelligence (XAI) has emerged as a critical area of research aimed at enhancing the transparency and interpretability of AI systems. Counterfactual Explanations (CFEs) offer valuable insights into…

AllcounterfactualDecision MakingExplainable artificial intelligence+1

KGExplainer: Towards Exploring Connected Subgraph Explanations for Knowledge Graph Completion

2024-04-05 · Tengfei Ma, Xiang Song, Wen Tao, Mufei Li 외

Knowledge graph completion (KGC) aims to alleviate the inherent incompleteness of knowledge graphs (KGs), which is a critical task for various applications, such as recommendations on the web. Although knowledge graph em…

Graph EmbeddingKnowledge Graph CompletionKnowledge Graph EmbeddingKnowledge Graphs

Towards Solving the Multiple Extension Problem: Combining Defaults and Probabilities

2013-03-27 · Eric Neufeld, David L. Poole

The multiple extension problem arises frequently in diagnostic and default inference. That is, we can often use any of a number of sets of defaults or possible hypotheses to explain observations or make Predictions. In d…

Diagnostic

DExT: Detector Explanation Toolkit

2022-12-21 · Deepan Chakravarthi Padmanabhan, Paul G. Plöger, Octavio Arriaga, Matias Valdenegro-Toro

State-of-the-art object detectors are treated as black boxes due to their highly non-linear internal computations. Even with unprecedented advancements in detector performance, the inability to explain how their outputs …

Object

Exploring Complex Mental Health Symptoms via Classifying Social Media Data with Explainable LLMs

2024-12-09 · Kexin Chen, Noelle Lim, Claire Lee, Michael Guerzhoy

We propose a pipeline for gaining insights into complex diseases by training LLMs on challenging social media text data classification tasks, obtaining explanations for the classification outputs, and performing qualitat…