paper-with-me

Papers

Rethinking Positive Aggregation and Propagation of Gradients in Gradient-based Saliency Methods

2020-12-01 · Ashkan Khakzar, Soroosh Baselizadeh, Nassir Navab

Saliency methods interpret the prediction of a neural network by showing the importance of input elements for that prediction. A popular family of saliency methods utilize gradient information. In this work, we empirically show that two approaches for handling the gradient information, namely positive aggregation, and positive propagation, break these methods. Though these methods reflect visually salient information in the input, they do not explain the model prediction anymore as the generated saliency maps are insensitive to the predicted output and are insensitive to model parameter randomization. Specifically for methods that aggregate the gradients of a chosen layer such as GradCAM++ and FullGrad, exclusively aggregating positive gradients is detrimental. We further support this by proposing several variants of aggregation methods with positive handling of gradient information. For methods that backpropagate gradient information such as LRP, RectGrad, and Guided Backpropagation, we show the destructive effect of exclusively propagating positive gradient information.

📄 PDF Abstract BibTeX arXiv:2012.00362

Code (0)

등록된 구현이 없습니다.

Tasks

Prediction

Similar Papers 제목 키워드 기반

Dangerous Liaisons of Convex Learning and Non-Affine Aggregation

2026-06-26 · Thomas Boudou, Batiste Le Bars, Nirupam Gupta, Aurélien Bellet arxiv

Last-iterate convergence and generalization guarantees in first-order convex learning hinge on the monotonicity of the update operator. While linear averaging preserves the monotonicity of gradient updates, this property…

Internal Cross-layer Gradients for Extending Homogeneity to Heterogeneity in Federated Learning

2023-08-22 · Yun-Hin Chan, Rui Zhou, Running Zhao, Zhihan Jiang 외

Federated learning (FL) inevitably confronts the challenge of system heterogeneity in practical scenarios. To enhance the capabilities of most model-homogeneous FL methods in handling system heterogeneity, we propose a t…

Federated Learning

Gradient Perturbation: Learning to Perturb Gradients for Adaptive Training

2026-05-28 · Hua Li arxiv

Deep neural network training involves both forward propagation (from features through logits to loss) and backward propagation (from loss through gradients to parameter updates). While perturbations along the forward cha…

Rethinking gradient weights' influence over saliency map estimation

2022-07-12 · Masud An Nur Islam Fahim, Nazmus Saqib, Shafkat Khan Siam, Ho Yub Jung

Class activation map (CAM) helps to formulate saliency maps that aid in interpreting the deep neural network's prediction. Gradient-based methods are generally faster than other branches of vision interpretability and in…

Saliency Prediction

Are GATs Out of Balance?

2023-10-11 · NeurIPS 2023 11

While the expressive power and computational capabilities of graph neural networks (GNNs) have been theoretically studied, their optimization and learning dynamics, in general, remain largely unexplored. Our study undert…

Graph Attention