paper-with-me

Papers

TSGB: Target-Selective Gradient Backprop for Probing CNN Visual Saliency

2021-10-11 · Lin Cheng, Pengfei Fang, Yanjie Liang, Liao Zhang, Chunhua Shen, Hanzi Wang

The explanation for deep neural networks has drawn extensive attention in the deep learning community over the past few years. In this work, we study the visual saliency, a.k.a. visual explanation, to interpret convolutional neural networks. Compared to iteration based saliency methods, single backward pass based saliency methods benefit from faster speed, and they are widely used in downstream visual tasks. Thus, we focus on single backward pass based methods. However, existing methods in this category struggle to uccessfully produce fine-grained saliency maps concentrating on specific target classes. That said, producing faithful saliency maps satisfying both target-selectiveness and fine-grainedness using a single backward pass is a challenging problem in the field. To mitigate this problem, we revisit the gradient flow inside the network, and find that the entangled semantics and original weights may disturb the propagation of target-relevant saliency. Inspired by those observations, we propose a novel visual saliency method, termed Target-Selective Gradient Backprop (TSGB), which leverages rectification operations to effectively emphasize target classes and further efficiently propagate the saliency to the image space, thereby generating target-selective and fine-grained saliency maps. The proposed TSGB consists of two components, namely, TSGB-Conv and TSGB-FC, which rectify the gradients for convolutional layers and fully-connected layers, respectively. Extensive qualitative and quantitative experiments on the ImageNet and Pascal VOC datasets show that the proposed method achieves more accurate and reliable results than the other competitive methods. Code is available at https://github.com/123fxdx/CNNvisualizationTSGB.

📄 PDF Abstract BibTeX arXiv:2110.05182

Code (1)

123fxdx/cnnvisualizationtsgb 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Accelerating Deep Learning by Focusing on the Biggest Losers

2019-10-02 · Angela H. Jiang, Daniel L. -K. Wong, Giulio Zhou, David G. Andersen 외

This paper introduces Selective-Backprop, a technique that accelerates the training of deep neural networks (DNNs) by prioritizing examples with high loss at each iteration. Selective-Backprop uses the output of a traini…

Deep Learning

Task-wise Split Gradient Boosting Trees for Multi-center Diabetes Prediction

2021-08-16 · Mingcheng Chen, Zhenghui Wang, Zhiyun Zhao, Weinan Zhang 외

Diabetes prediction is an important data science application in the social healthcare domain. There exist two main challenges in the diabetes prediction task: data heterogeneity since demographic and metabolic data are o…

Diabetes PredictionMulti-Task Learning

LCSB: Layer-Cyclic Selective Backpropagation for Memory-Efficient On-Device LLM Fine-Tuning

2026-02-13 · Juneyoung Park, Eunbeen Yoon, Seongwan Kim. Jaeho Lee arxiv

Memory-efficient backpropagation (MeBP) has enabled first-order fine-tuning of large language models (LLMs) on mobile devices with less than 1GB memory. However, MeBP requires backward computation through all transformer…

TSGBench: Time Series Generation Benchmark

2023-09-07 · Yihao Ang, Qiang Huang, Yifan Bao, Anthony K. H. Tung 외

Synthetic Time Series Generation (TSG) is crucial in a range of applications, including data augmentation, anomaly detection, and privacy preservation. Although significant strides have been made in this field, existing …

Anomaly DetectionData AugmentationDomain AdaptationTime Series+1

Game-Theoretic Gradient Control for Robust Neural Network Training

2025-07-25 · Maria Zaitseva, Ivan Tomilov, Natalia Gusarova arxiv

Feed-forward neural networks (FFNNs) are vulnerable to input noise, reducing prediction performance. Existing regularization methods like dropout often alter network architecture or overlook neuron interactions. This stu…