中文
相关论文

相关论文: Ablation Path Saliency

200 篇论文

Gradient-based saliency maps are widely used to explain deep neural network decisions. However, as models become deeper and more black-box, such as in closed-source APIs like ChatGPT, computing gradients become challenging, hindering…

计算机视觉与模式识别 · 计算机科学 2024-07-03 Zeliang Zhang , Mingqian Feng , Jinyang Jiang , Rongyi Zhu , Yijie Peng , Chenliang Xu

This document summarizes different visual explanations methods such as CAM, Grad-CAM, Localization using Multiple Instance Learning - Saliency-based methods, Saliency-driven Class-Impressions, Muting pixels in input image - Adversarial…

计算机视觉与模式识别 · 计算机科学 2021-06-17 Dipesh Tamboli

Stereoscopic perception is an important part of human visual system that allows the brain to perceive depth. However, depth information has not been well explored in existing saliency detection models. In this letter, a novel saliency…

计算机视觉与模式识别 · 计算机科学 2017-10-17 Runmin Cong , Jianjun Lei , Changqing Zhang , Qingming Huang , Xiaochun Cao , Chunping Hou

For more than a decade, deep learning models have been dominating in various 2D imaging tasks. Their application is now extending to 3D imaging, with 3D Convolutional Neural Networks (3D CNNs) being able to process LIDAR, MRI, and CT scans,…

计算机视觉与模式识别 · 计算机科学 2025-10-10 Mariusz Wiśniewski , Loris Giulivi , Giacomo Boracchi

Existing tools for explaining the output of image classifiers can be divided into white-box, which rely on access to the model internals, and black-box, agnostic to the model. As the usage of AI in the medical domain grows, so too does the…

计算机视觉与模式识别 · 计算机科学 2023-11-27 Nathan Blake , Hana Chockler , David A. Kelly , Santiago Calderon Pena , Akchunya Chanchal

CAM-based methods are widely-used post-hoc interpretability method that produce a saliency map to explain the decision of an image classification model. The saliency map highlights the important areas of the image relevant to the…

计算机视觉与模式识别 · 计算机科学 2024-07-09 Magamed Taimeskhanov , Ronan Sicre , Damien Garreau

An important step towards explaining deep image classifiers lies in the identification of image regions that contribute to individual class scores in the model's output. However, doing this accurately is a difficult task due to the…

计算机视觉与模式识别 · 计算机科学 2024-08-01 Steven Stalder , Nathanaël Perraudin , Radhakrishna Achanta , Fernando Perez-Cruz , Michele Volpi

Human vision is naturally more attracted by some regions within their field of view than others. This intrinsic selectivity mechanism, so-called visual attention, is influenced by both high- and low-level factors; such as the global…

计算机视觉与模式识别 · 计算机科学 2021-07-02 Mohamed Amine Kerkouri , Marouane Tliba , Aladine Chetouani , Rachid Harba

Image saliency detection is crucial in understanding human gaze patterns from visual stimuli. The escalating demand for research in image saliency detection is driven by the growing necessity to incorporate such techniques into various…

图像与视频处理 · 电气工程与系统科学 2024-04-02 Zhanxuan Mei , Yun-Cheng Wang , C. -C. Jay Kuo

Improving the interpretability of geospatial artificial intelligence (GeoAI) models has become critically important to open the "black box" of complex AI models, such as deep learning. This paper compares popular saliency map generation…

计算机视觉与模式识别 · 计算机科学 2023-03-20 Chia-Yu Hsu , Wenwen Li

Existing algorithms for explaining the output of image classifiers perform poorly on inputs where the object of interest is partially occluded. We present a novel, black-box algorithm for computing explanations that uses a principled…

机器学习 · 计算机科学 2021-09-08 Hana Chockler , Daniel Kroening , Youcheng Sun

How best to evaluate a saliency model's ability to predict where humans look in images is an open research question. The choice of evaluation metric depends on how saliency is defined and how the ground truth is represented. Metrics differ…

计算机视觉与模式识别 · 计算机科学 2017-04-10 Zoya Bylinskii , Tilke Judd , Aude Oliva , Antonio Torralba , Frédo Durand

Neural network visualization techniques mark image locations by their relevancy to the network's classification. Existing methods are effective in highlighting the regions that affect the resulting classification the most. However, as we…

计算机视觉与模式识别 · 计算机科学 2020-12-04 Shir Gur , Ameen Ali , Lior Wolf

Existing salient object detection methods are capable of predicting binary maps that highlight visually salient regions. However, these methods are limited in their ability to differentiate the relative importance of multiple objects and…

计算机视觉与模式识别 · 计算机科学 2023-12-11 Mengke Song , Linfeng Li , Dunquan Wu , Wenfeng Song , Chenglizhao Chen

Neural Networks are the state of the art for many tasks in the computer vision domain, including Writer Identification (WI) and Writer Verification (WV). The transparency of these "black box" systems is important for improvements of…

计算机视觉与模式识别 · 计算机科学 2025-06-23 Viktoria Pundy , Marco Peer , Florian Kleber

Conventionally, AI models are thought to trade off explainability for lower accuracy. We develop a training strategy that not only leads to a more explainable AI system for object classification, but as a consequence, suffers no perceptible…

计算机视觉与模式识别 · 计算机科学 2020-03-17 Andrea Zunino , Sarah Adel Bargal , Riccardo Volpi , Mehrnoosh Sameki , Jianming Zhang , Stan Sclaroff , Vittorio Murino , Kate Saenko

Salient object detection has seen remarkable progress driven by deep learning techniques. However, most of deep learning based salient object detection methods are black-box in nature and lacking in interpretability. This paper proposes the…

计算机视觉与模式识别 · 计算机科学 2017-08-21 Huaxin Xiao , Jiashi Feng , Yunchao Wei , Maojun Zhang

Object proposals greatly benefit object detection task in recent state-of-the-art works. However, the existing object proposals usually have low localization accuracy at high intersection over union threshold. To address it, we apply…

计算机视觉与模式识别 · 计算机科学 2016-10-18 Shuhan Chen , Jindong Li , Xuelong Hu , Ping Zhou

The black-box nature of the deep networks makes the explanation for "why" they make certain predictions extremely challenging. Saliency maps are one of the most widely-used local explanation tools to alleviate this problem. One of the…

计算机视觉与模式识别 · 计算机科学 2021-05-04 Saeed Khorram , Tyler Lawson , Fuxin Li

Saliency methods are frequently used to explain Deep Neural Network-based models. Adebayo et al.'s work on evaluating saliency methods for classification models illustrate certain explanation methods fail the model and data randomization…

计算机视觉与模式识别 · 计算机科学 2023-06-06 Deepan Chakravarthi Padmanabhan , Paul G. Plöger , Octavio Arriaga , Matias Valdenegro-Toro