paper-with-me

Papers

Taming Hyperparameter Sensitivity in Data Attribution: Practical Selection Without Costly Retraining

2025-05-30 · Weiyi Wang, Junwei Deng, Yuzheng Hu, Shiyuan Zhang, Xirui Jiang, Runting Zhang, Han Zhao, Jiaqi W. Ma

Data attribution methods, which quantify the influence of individual training data points on a machine learning model, have gained increasing popularity in data-centric applications in modern AI. Despite a recent surge of new methods developed in this space, the impact of hyperparameter tuning in these methods remains under-explored. In this work, we present the first large-scale empirical study to understand the hyperparameter sensitivity of common data attribution methods. Our results show that most methods are indeed sensitive to certain key hyperparameters. However, unlike typical machine learning algorithms -- whose hyperparameters can be tuned using computationally-cheap validation metrics -- evaluating data attribution performance often requires retraining models on subsets of training data, making such metrics prohibitively costly for hyperparameter tuning. This poses a critical open challenge for the practical application of data attribution methods. To address this challenge, we advocate for better theoretical understandings of hyperparameter behavior to inform efficient tuning strategies. As a case study, we provide a theoretical analysis of the regularization term that is critical in many variants of influence function methods. Building on this analysis, we propose a lightweight procedure for selecting the regularization value without model retraining, and validate its effectiveness across a range of standard data attribution benchmarks. Overall, our study identifies a fundamental yet overlooked challenge in the practical application of data attribution, and highlights the importance of careful discussion on hyperparameter selection in future method development.

📄 PDF Abstract BibTeX arXiv:2505.24261

Code (1)

data-attribution-hp/data-attribution-hp 공식 구현 pytorch

Tasks

Sensitivity

Similar Papers 제목 키워드 기반

SAM: The Sensitivity of Attribution Methods to Hyperparameters

2020-03-04 · CVPR 2020 6 · Naman Bansal, Chirag Agarwal, Anh Nguyen

Attribution methods can provide powerful insights into the reasons for a classifier's decision. We argue that a key desideratum of an explanation method is its robustness to input hyperparameters which are often randomly…

Sensitivity

Understanding Integrated Gradients with SmoothTaylor for Deep Neural Network Attribution

2020-04-22 · arXiv 2020 4 · Gary S. W. Goh, Sebastian Lapuschkin, Leander Weber, Wojciech Samek 외

Integrated Gradients as an attribution method for deep neural network models offers simple implementability. However, it suffers from noisiness of explanations which affects the ease of interpretability. The SmoothGrad t…

image-classificationImage ClassificationObject RecognitionSensitivity

RLGS: Reinforcement Learning-Based Adaptive Hyperparameter Tuning for Gaussian Splatting

2025-08-06 · Zhan Li, Huangying Zhan, Changyang Li, Qingan Yan 외 arxiv

Hyperparameter tuning in 3D Gaussian Splatting (3DGS) is a labor-intensive and expert-driven process, often resulting in inconsistent reconstructions and suboptimal results. We propose RLGS, a plug-and-play reinforcement…

Reinforcement Learning

Stochastic Parameter Decomposition

2025-06-25 · Lucius Bushnaq, Dan Braun, Lee Sharkey

A key step in reverse engineering neural networks is to decompose them into simpler parts that can be studied in relative isolation. Linear parameter decomposition -- a framework that has been proposed to resolve several…

Taming Polysemanticity in LLMs: Provable Feature Recovery via Sparse Autoencoders

2025-06-16 · Siyu Chen, Heejune Sheen, Xuyuan Xiong, Tianhao Wang 외

We study the challenge of achieving theoretically grounded feature recovery using Sparse Autoencoders (SAEs) for the interpretation of Large Language Models. Existing SAE training algorithms often lack rigorous mathemati…