Influence is a local, first-order estimate.
It avoids retraining once per example, but its accuracy depends on smoothness, curvature estimates, optimization state, and the size of the data perturbation.
Estimate how upweighting or removing each training point changes a test prediction, then compare the influence approximation with expensive leave-one-out retraining.
Classical influence functions approximate how model parameters and test loss respond when one training point receives infinitesimally more weight. The inverse Hessian translates a training gradient into a parameter change.
It avoids retraining once per example, but its accuracy depends on smoothness, curvature estimates, optimization state, and the size of the data perturbation.
Adding λI controls poorly conditioned curvature but changes the attribution.
Deleting groups or highly influential points can violate the approximation.
Non-convexity, flat directions, and incomplete convergence weaken classical guarantees.
Use actual retraining or data ablations before making high-stakes conclusions.
These papers establish modern influence functions, scalable approximations, representer-point attribution, and evidence about fragility in deep learning.
Brings classical influence analysis to modern ML.
SCALINGDevelops practical influence estimates for large models.
REPRESENTER POINTSAttributes predictions to weighted training examples.
FRAGILITYExamines sensitivity to damping and non-convexity.