Layer-Aware Influence for Online Data Valuation Estimation
Ziao Yang, Longbo Huang, Hongfu Liu
TL;DR
The paper tackles online data valuation by introducing Layer-Aware Influence (LAI), a Hessian-free estimator that uses only loss-to-output gradients and layer-embedded similarities to score training samples during optimization. LAI achieves high fidelity to Shapley values while dramatically reducing time and memory costs, enabling dynamic data curation within SGD/Adam pipelines. Empirical results across LLM pre-training/fine-tuning and image/text classification demonstrate improved generalization and reduced computation, with LAI often outperforming the more complex Ghost influence and other baselines. The work provides practical, scalable tools for data-centric learning and highlights the value of accounting for evolving sample influence during training.
Abstract
Data-centric learning emphasizes curating high-quality training samples to boost performance rather than designing new architectures. A central problem is to estimate the influence of training sample efficiently. Prior studies largely focus on static influence measured on a converged model, overlooking how data valuation dynamically changes during optimization. This omission neglects the dynamic nature of sample influence during optimization, especially in deep models. To address the computational burden of frequent influence estimation, we develop a layer-aware online estimator that requires only loss-to-output gradients. This design avoids parameter-level and full-network gradients while preserving ranking fidelity. Extensive experiments across LLM pretraining, fine-tuning, and image classification show our method improves accuracy with substantially lower time and memory cost, making dynamic data curation efficient and scalable in practice.
