Most Influential Subset Selection: Challenges, Promises, and Beyond
Yuzheng Hu, Pingbang Hu, Han Zhao, Jiaqi W. Ma
TL;DR
This paper analyzes the Most Influential Subset Selection (MISS) problem, showing that traditional influence-function–based greedy methods can fail even in linear models due to non-additivity and leverage effects. It introduces an adaptive greedy algorithm that iteratively refits and reevaluates sample influence to capture interactions among training samples, providing theoretical support and empirical evidence across regression, classification, and non-linear neural networks. Key phenomena uncovered include amplification and cancellation of group effects, as well as the non-submodularity of higher-order approximations, which complicates guarantees for MISS. The work also discusses how the target function choice critically shapes the observed influence and questions the use of additive metrics like Linear Datamodeling Score (LDS), highlighting the need for function-aware, data-contextual MISS methods with consideration of the trade-off between performance and efficiency.
Abstract
How can we attribute the behaviors of machine learning models to their training data? While the classic influence function sheds light on the impact of individual samples, it often fails to capture the more complex and pronounced collective influence of a set of samples. To tackle this challenge, we study the Most Influential Subset Selection (MISS) problem, which aims to identify a subset of training samples with the greatest collective influence. We conduct a comprehensive analysis of the prevailing approaches in MISS, elucidating their strengths and weaknesses. Our findings reveal that influence-based greedy heuristics, a dominant class of algorithms in MISS, can provably fail even in linear regression. We delineate the failure modes, including the errors of influence function and the non-additive structure of the collective influence. Conversely, we demonstrate that an adaptive version of these heuristics which applies them iteratively, can effectively capture the interactions among samples and thus partially address the issues. Experiments on real-world datasets corroborate these theoretical findings and further demonstrate that the merit of adaptivity can extend to more complex scenarios such as classification tasks and non-linear neural networks. We conclude our analysis by emphasizing the inherent trade-off between performance and computational efficiency, questioning the use of additive metrics such as the Linear Datamodeling Score, and offering a range of discussions.
