LGAIMLOct 13, 2024

Generalized Group Data Attribution

Harvard
arXiv:2410.09940v24 citationsh-index: 43
Originality Incremental advance
AI Analysis

This work addresses the scalability problem for researchers and practitioners using DA in large-scale machine learning, though it is incremental as it builds on existing DA methods.

The paper tackles the computational inefficiency of Data Attribution (DA) methods by introducing the Generalized Group Data Attribution (GGDA) framework, which groups training points to achieve up to 10x-50x speedups while maintaining effectiveness in applications like dataset pruning and noisy label identification.

Data Attribution (DA) methods quantify the influence of individual training data points on model outputs and have broad applications such as explainability, data selection, and noisy label identification. However, existing DA methods are often computationally intensive, limiting their applicability to large-scale machine learning models. To address this challenge, we introduce the Generalized Group Data Attribution (GGDA) framework, which computationally simplifies DA by attributing to groups of training points instead of individual ones. GGDA is a general framework that subsumes existing attribution methods and can be applied to new DA techniques as they emerge. It allows users to optimize the trade-off between efficiency and fidelity based on their needs. Our empirical results demonstrate that GGDA applied to popular DA methods such as Influence Functions, TracIn, and TRAK results in upto 10x-50x speedups over standard DA methods while gracefully trading off attribution fidelity. For downstream applications such as dataset pruning and noisy label identification, we demonstrate that GGDA significantly improves computational efficiency and maintains effectiveness, enabling practical applications in large-scale machine learning scenarios that were previously infeasible.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes