paper-with-me

홈 › Papers

Scalable Data Attribution via Forward-Only Test-Time Inference

2025-11-25 · Sibo Ma, Julian Nyarko arxiv

Data attribution seeks to trace model behavior back to the training examples that shaped it, enabling debugging, auditing, and data valuation at scale. Classical influence-function methods offer a principled foundation but remain impractical for modern networks because they require expensive backpropagation or Hessian inversion at inference. We propose a data attribution method that preserves the same first-order counterfactual target while eliminating per-query backward passes. Our approach simulates each training example's parameter influence through short-horizon gradient propagation during training and later reads out attributions for any query using only forward evaluations. This design shifts computation from inference to simulation, reflecting real deployment regimes where a model may serve billions of user queries but originate from a fixed, finite set of data sources (for example, a large language model trained on diverse corpora while compensating a specific publisher such as the New York Times). Empirically, on standard MLP benchmarks, our estimator matches or surpasses state-of-the-art baselines such as TRAK on standard attribution metrics (LOO and LDS) while offering orders-of-magnitude lower inference cost. By combining influence-function fidelity with first-order scalability, our method provides a theoretical framework for practical, real-time data attribution in large pretrained models.

📄 PDF Abstract BibTeX arXiv:2511.19803

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Good Initialization is All You Need for Faithful Visual Attribution

2026-07-07 · Zihan Gu, Jiayu Wang, Hua Zhang, Yue Hu arxiv

Faithful visual attribution identifies which image regions support a model prediction. Search-based perturbation methods lead the insertion--deletion faithfulness frontier by masking regions and measuring score changes, …

Concept Influence: Leveraging Interpretability to Improve Performance and Efficiency in Training Data Attribution

2026-02-16 · Matthew Kowal, Goncalo Paulo, Louis Jaburi, Tom Tseng 외 arxiv

As large language models are increasingly trained and fine-tuned, practitioners need methods to identify which training data drive specific behaviors, particularly unintended ones. Training Data Attribution (TDA) methods…

Semantic Similarity

MAPS: Masked Attribution-based Probing of Strategies- A computational framework to align human and model explanations

2025-10-14 · Sabine Muzellec, Yousif Kashef Alghetaa, Simon Kornblith, Kohitij Kar arxiv

Human core object recognition depends on the selective use of visual information, but the strategies guiding these choices are difficult to measure directly. We present MAPS (Masked Attribution-based Probing of Strategie…

Object Recognition

Daunce: Data Attribution through Uncertainty Estimation

2025-05-29 · Xingyuan Pan, Chenlu Ye, Joseph Melkonian, Jiaqi W. Ma 외

Training data attribution (TDA) methods aim to identify which training examples influence a model's predictions on specific test data most. By quantifying these influences, TDA supports critical applications such as data…

MAGIC: Near-Optimal Data Attribution for Deep Learning

2025-04-23 · Andrew Ilyas, Logan Engstrom

The goal of predictive data attribution is to estimate how adding or removing a given set of training datapoints will affect model predictions. In convex settings, this goal is straightforward (i.e., via the infinitesima…

Deep Learning