Structured Gradient-Based Interpretations via Norm-Regularized Adversarial Training

Abstract

Gradient-based saliency maps have been widely used to explain the decisions of deep neural network classifiers. However standard gradient-based interpretation maps including the simple gradient and integrated gradient algorithms often lack desired structures such as sparsity and connectedness in their application to real-world computer vision models. A common approach to induce sparsity-based structures into gradient-based saliency maps is to modify the simple gradient scheme using sparsification or norm-based regularization. However one drawback with such post-processing approaches is the potentially significant loss in fidelity to the original simple gradient map. In this work we propose to apply adversarial training as an in-processing scheme to train neural networks with structured simple gradient maps. We demonstrate an existing duality between the regularized norms of the adversarial perturbations and gradient-based maps whereby we design adversarial training schemes promoting sparsity and group-sparsity properties in simple gradient maps. We present comprehensive numerical results to show the influence of our proposed norm-based adversarial training methods on the standard gradient-based maps of standard neural network architectures on benchmark image datasets.

Cite

Text

Gong et al. "Structured Gradient-Based Interpretations via Norm-Regularized Adversarial Training." Conference on Computer Vision and Pattern Recognition, 2024. doi:10.1109/CVPR52733.2024.01047

Markdown

[Gong et al. "Structured Gradient-Based Interpretations via Norm-Regularized Adversarial Training." Conference on Computer Vision and Pattern Recognition, 2024.](https://mlanthology.org/cvpr/2024/gong2024cvpr-structured/) doi:10.1109/CVPR52733.2024.01047

BibTeX

@inproceedings{gong2024cvpr-structured,
  title     = {{Structured Gradient-Based Interpretations via Norm-Regularized Adversarial Training}},
  author    = {Gong, Shizhan and Dou, Qi and Farnia, Farzan},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2024},
  pages     = {11009-11018},
  doi       = {10.1109/CVPR52733.2024.01047},
  url       = {https://mlanthology.org/cvpr/2024/gong2024cvpr-structured/}
}