paper-with-me

Papers

ODSmoothGrad: Generating Saliency Maps for Object Detectors

2023-04-15 · Chul Gwon, Steven C. Howell

Techniques for generating saliency maps continue to be used for explainability of deep learning models, with efforts primarily applied to the image classification task. Such techniques, however, can also be applied to object detectors, not only with the classification scores, but also for the bounding box parameters, which are regressed values for which the relevant pixels contributing to these parameters can be identified. In this paper, we present ODSmoothGrad, a tool for generating saliency maps for the classification and the bounding box parameters in object detectors. Given the noisiness of saliency maps, we also apply the SmoothGrad algorithm to visually enhance the pixels of interest. We demonstrate these capabilities on one-stage and two-stage object detectors, with comparisons using classifier-based techniques.

📄 PDF Abstract BibTeX arXiv:2304.07609

Code (0)

등록된 구현이 없습니다.

Tasks

Classificationimage-classificationImage ClassificationObject

Similar Papers 제목 키워드 기반

Black-box Explanation of Object Detectors via Saliency Maps

2020-06-05 · CVPR 2021 1 · Vitali Petsiuk, Rajiv Jain, Varun Manjunatha, Vlad I. Morariu 외

We propose D-RISE, a method for generating visual explanations for the predictions of object detectors. Utilizing the proposed similarity metric that accounts for both localization and categorization aspects of object de…

Objectobject-detectionObject Detectionsoftware testing

Top-Down Saliency Detection Driven by Visual Classification

2017-09-15 · Francesca Murabito, Concetto Spampinato, Simone Palazzo, Konstantin Pogorelov 외

This paper presents an approach for top-down saliency detection guided by visual classification tasks. We first learn how to compute visual saliency when a specific visual task has to be accomplished, as opposed to most …

ClassificationGeneral ClassificationSaliency Detection

Explainability-Aware Frustum Attack: Exposing Structural Vulnerabilities in LiDAR-Based 3D Object Detectors

2026-06-29 · Chengzeng You, Binbin Xu, Soteris Demetriou arxiv

The structural vulnerabilities of point cloud-based 3D object detectors remain poorly understood. Prior work has studied adversarial robustness primarily on isolated 3D object models, while recent LiDAR spoofing attacks …

Adversarial Robustness

Explainable Image Quality Assessment for Medical Imaging

2023-03-25 · Caner Ozer, Arda Guler, Aysel Turkvatan Cansever, Ilkay Oksuz

Medical image quality assessment is an important aspect of image acquisition, as poor-quality images may lead to misdiagnosis. Manual labelling of image quality is a tedious task for population studies and can lead to mi…

Image Quality AssessmentObjectobject-detectionObject Detection+1

Real-Time Incremental Explanations for Object Detectors

2024-08-21 · Santiago Calderón-Peña, Hana Chockler, David A. Kelly

Existing black box explainability tools for object detectors rely on multiple calls to the model, which prevents them from computing explanations in real time. In this paper we introduce IncX, an algorithm for real-time …

Object