English

AdaptGrad: Adaptive Sampling to Reduce Noise

Machine Learning 2025-10-23 v2

Abstract

Gradient Smoothing is an efficient approach to reducing noise in gradient-based model explanation method. SmoothGrad adds Gaussian noise to mitigate much of these noise. However, the crucial hyper-parameter in this method, the variance σ\sigma of Gaussian noise, is set manually or with heuristic approach. However, it results in the smoothed gradients still containing a certain amount of noise. In this paper, we aim to interpret SmoothGrad as a corollary of convolution, thereby re-understanding the gradient noise and the role of σ\sigma from the perspective of confidence level. Furthermore, we propose an adaptive gradient smoothing method, AdaptGrad, based on these insights. Through comprehensive experiments, both qualitative and quantitative results demonstrate that AdaptGrad could effectively reduce almost all the noise in vanilla gradients compared with baselines methods. AdaptGrad is simple and universal, making it applicable for enhancing gradient-based interpretability methods for better visualization.

Keywords

Cite

@article{arxiv.2410.07711,
  title  = {AdaptGrad: Adaptive Sampling to Reduce Noise},
  author = {Linjiang Zhou and Chao Ma and Zepeng Wang and Libing Wu and Xiaochuan Shi},
  journal= {arXiv preprint arXiv:2410.07711},
  year   = {2025}
}

Comments

Accepted by NeurIPS 2025

R2 v1 2026-06-28T19:15:48.147Z