paper-with-me

Papers

A Versatile Influence Function for Data Attribution with Non-Decomposable Loss

2024-12-02 · Junwei Deng, Weijing Tang, Jiaqi W. Ma

Influence function, a technique rooted in robust statistics, has been adapted in modern machine learning for a novel application: data attribution -- quantifying how individual training data points affect a model's predictions. However, the common derivation of influence functions in the data attribution literature is limited to loss functions that can be decomposed into a sum of individual data point losses, with the most prominent examples known as M-estimators. This restricts the application of influence functions to more complex learning objectives, which we refer to as non-decomposable losses, such as contrastive or ranking losses, where a unit loss term depends on multiple data points and cannot be decomposed further. In this work, we bridge this gap by revisiting the general formulation of influence function from robust statistics, which extends beyond M-estimators. Based on this formulation, we propose a novel method, the Versatile Influence Function (VIF), that can be straightforwardly applied to machine learning models trained with any non-decomposable loss. In comparison to the classical approach in statistics, the proposed VIF is designed to fully leverage the power of auto-differentiation, hereby eliminating the need for case-specific derivations of each loss function. We demonstrate the effectiveness of VIF across three examples: Cox regression for survival analysis, node embedding for network analysis, and listwise learning-to-rank for information retrieval. In all cases, the influence estimated by VIF closely resembles the results obtained by brute-force leave-one-out retraining, while being up to $10^3$ times faster to compute. We believe VIF represents a significant advancement in data attribution, enabling efficient influence-function-based attribution across a wide range of machine learning paradigms, with broad potential for practical use cases.

📄 PDF Abstract BibTeX arXiv:2412.01335

Code (0)

등록된 구현이 없습니다.

Tasks

Information RetrievalLearning-To-RankSurvival Analysis

Similar Papers 제목 키워드 기반

Correcting Influence: Unboxing LLM Outputs with Orthogonal Latent Spaces

2026-05-12 · Shixing Yu, Promit Ghosal, Kyra Gan arxiv

A critical step for reliable large language models (LLMs) use in healthcare is to attribute predictions to their training data, akin to a medical case study. This requires token-level precision: pinpointing not just whic…

Revisiting Decomposable Submodular Function Minimization with Incidence Relations

2018-03-10 · NeurIPS 2018 12 · Pan Li, Olgica Milenkovic

We introduce a new approach to decomposable submodular function minimization (DSFM) that exploits incidence relations. Incidence relations describe which variables effectively influence the component functions, and when …

Better Hessians Matter: Studying the Impact of Curvature Approximations in Influence Functions

2025-09-27 · Steve Hong, Runa Eschenhagen, Bruno Mlodozeniec, Richard Turner arxiv

Influence functions offer a principled way to trace model predictions back to training data, but their use in deep learning is hampered by the need to invert a large, ill-conditioned Hessian matrix. Approximations such a…

Influence-based Attributions can be Manipulated

2024-09-08 · Chhavi Yadav, Ruihan Wu, Kamalika Chaudhuri

Influence Functions are a standard tool for attributing predictions to training data in a principled manner and are widely used in applications such as data valuation and fairness. In this work, we present realistic ince…

Data ValuationFairness

Revisiting Data Attribution for Influence Functions

2025-08-10 · Hongbo Zhu, Angelo Cangelosi arxiv

The goal of data attribution is to trace the model's predictions through the learning algorithm and back to its training data. thereby identifying the most influential training samples and understanding how the model's b…