paper-with-me

Papers

Interaction-Aware Influence Functions for Group Attribution

2026-05-15 · Jaeseung Heo, Kyeongheung Yun, Youngbin Choi, Sehyun Hwang, Jungseul Ok, Dongwoo Kim arxiv

Influence functions approximate how removing a training example changes a quantity of interest, called the target function, such as a held-out loss. To estimate the influence of a group of examples, the standard practice is to sum the individual influences of its members. However, this sum does not capture how examples jointly affect the target: a pair of examples may be redundant or complementary, but the sum cannot distinguish these cases. We propose an interaction-aware influence function that characterizes how interactions between examples influence the target. By expanding the target to second order around the trained parameters, we obtain an estimator that augments the standard sum with a pairwise interaction term that captures the alignment between two examples' effects on the target. We empirically evaluate our estimator in two settings. First, on six dataset-model pairs spanning logistic regression, MLPs, and ResNet-9, our estimator tracks leave-group-out retraining substantially better than first-order influence across all settings. Second, when used as a greedy selection rule for instruction-tuning data on Llama-3.1-8B, it beats prior influence-based and representation-similarity baselines on five of seven downstream tasks, in a regime where standard influence-based selection underperforms random selection.

📄 PDF Abstract BibTeX arXiv:2605.15675

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Integrated Directional Gradients: Feature Interaction Attribution for Neural NLP Models

2021-08-01 · ACL 2021 5 · Sandipan Sikdar, Parantapa Bhattacharya, Kieran Heese

In this paper, we introduce Integrated Directional Gradients (IDG), a method for attributing importance scores to groups of features, indicating their relevance to the output of a neural network model for a given input. …

Sentiment Analysis

Generalized Group Data Attribution

2024-10-13 · Dan Ley, Suraj Srinivas, Shichang Zhang, Gili Rusak 외

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, existi…

Computational Efficiency

Bayesian Influence Functions for Hessian-Free Data Attribution

2025-09-30 · Philipp Alexander Kreer, Wilson Wu, Maxwell Adam, Zach Furman 외 arxiv

Classical influence functions face significant challenges when applied to deep neural networks, primarily due to non-invertible Hessians and high-dimensional parameter spaces. We propose the local Bayesian influence func…

GUDA: Counterfactual Group-wise Training Data Attribution for Diffusion Models via Unlearning

2026-01-30 · Naoki Murata, Yuhta Takida, Chieh-Hsin Lai, Toshimitsu Uesaka 외 arxiv

Training-data attribution for vision generative models aims to identify which training data influenced a given output. While most methods score individual examples, practitioners often need group-level answers (e.g., art…

Semantic Similarity

CAFE: Conflict-Aware Feature-wise Explanations

2023-10-31 · Adam Dejl, Hamed Ayoobi, Matthew Williams, Francesca Toni

Feature attribution methods are widely used to explain neural models by determining the influence of individual input features on the models' outputs. We propose a novel feature attribution method, CAFE (Conflict-Aware F…