English

A Comparative Analysis of Influence Signals for Data Debugging

Machine Learning 2025-06-16 v1 Artificial Intelligence

Abstract

Improving the quality of training samples is crucial for improving the reliability and performance of ML models. In this paper, we conduct a comparative evaluation of influence-based signals for debugging training data. These signals can potentially identify both mislabeled and anomalous samples from a potentially noisy training set as we build the models and hence alleviate the need for dedicated glitch detectors. Although several influence-based signals (e.g., Self-Influence, Average Absolute Influence, Marginal Influence, GD-class) have been recently proposed in the literature, there are no experimental studies for assessing their power in detecting different glitch types (e.g., mislabeled and anomalous samples) under a common influence estimator (e.g., TraceIn) for different data modalities (image and tabular), and deep learning models (trained from scratch or foundation). Through extensive experiments, we show that signals like Self-Influence effectively detect mislabeled samples, but none of the existing signals can detect anomalies. Existing signals do not take into account the training dynamics, i.e., how the samples' influence on the model changes during training, while some signals fall into influence cancellation effects, i.e., influence score is zero due to unsigned scores accumulation, resulting in misleading influence attribution.

Keywords

Cite

@article{arxiv.2506.11584,
  title  = {A Comparative Analysis of Influence Signals for Data Debugging},
  author = {Nikolaos Myrtakis and Ioannis Tsamardinos and Vassilis Christophides},
  journal= {arXiv preprint arXiv:2506.11584},
  year   = {2025}
}

Comments

Accepted and presented at the Data-centric Machine Learning Research (DMLR) Workshop at ICML 2024

R2 v1 2026-07-01T03:15:27.519Z