English

Path-Sampled Integrated Gradients

Machine Learning 2026-04-17 v1 Machine Learning

Abstract

We introduce path-sampled integrated gradients (PS-IG), a framework that generalizes feature attribution by computing the expected value over baselines sampled along the linear interpolation path. We prove that PS-IG is mathematically equivalent to path-weighted integrated gradients, provided the weighting function matches the cumulative distribution function of the sampling density. This equivalence allows the stochastic expectation to be evaluated via a deterministic Riemann sum, improving the error convergence rate from O(m1/2)O(m^{-1/2}) to O(m1)O(m^{-1}) for smooth models. Furthermore, we demonstrate analytically that PS-IG functions as a variance-reducing filter against gradient noise - strictly lowering attribution variance by a factor of 1/3 under uniform sampling - while preserving key axiomatic properties such as linearity and implementation invariance.

Keywords

Cite

@article{arxiv.2604.14338,
  title  = {Path-Sampled Integrated Gradients},
  author = {Firuz Kamalov and Fadi Thabtah and R. Sivaraj and Neda Abdelhamid},
  journal= {arXiv preprint arXiv:2604.14338},
  year   = {2026}
}
R2 v1 2026-07-01T12:11:32.883Z