Final-Model-Only Data Attribution with a Unifying View of Gradient-Based Methods
Dennis Wei, Inkit Padhi, Soumya Ghosh, Amit Dhurandhar, Karthikeyan Natesan Ramamurthy, Maria Chang
TL;DR
The paper tackles the challenge of training data attribution when only the final model is available (FiMO), reframing attribution as model sensitivity to training instances and introducing FiMODA as a gold-standard sensitivity probe via further training. It unifies gradient-based TDA methods under a common Taylor-expansion framework, showing first-order methods approximate the further-training process well early on, while influence-function-based approaches are more stable but may not reach early peak quality. Empirical results across tabular, image, and text modalities reveal a clear decay in first-order method accuracy with more further training, whereas IF-based methods maintain steadier performance, though not always outperforming first-order methods at peak. The work provides theoretical generalizations, practical approximations, and extensive numerical comparisons, highlighting the potential and limitations of FiMODA methods for data attribution when training details are unavailable, with significant implications for real-world data understanding and auditing.
Abstract
Training data attribution (TDA) is concerned with understanding model behavior in terms of the training data. This paper draws attention to the common setting where one has access only to the final trained model, and not the training algorithm or intermediate information from training. We reframe the problem in this "final-model-only" setting as one of measuring sensitivity of the model to training instances. To operationalize this reframing, we propose further training, with appropriate adjustment and averaging, as a gold standard method to measure sensitivity. We then unify existing gradient-based methods for TDA by showing that they all approximate the further training gold standard in different ways. We investigate empirically the quality of these gradient-based approximations to further training, for tabular, image, and text datasets and models. We find that the approximation quality of first-order methods is sometimes high but decays with the amount of further training. In contrast, the approximations given by influence function methods are more stable but surprisingly lower in quality.
