PulseAugur
EN
LIVE 10:09:56

New research explores dynamic and efficient data influence in ML models

Two new research papers explore methods for understanding how individual data points influence the training of large machine learning models. The first paper introduces a framework for "stagewise data attribution," suggesting that the influence of data samples changes dynamically throughout the model's learning process, particularly in language models. The second paper proposes the "Mirrored Influence Hypothesis," which offers a more computationally efficient way to estimate data influence by reformulating the problem and leveraging forward passes, applicable to various scenarios including diffusion models and language models. AI

IMPACT These papers introduce new theoretical frameworks and computational methods for understanding data influence in ML models, potentially improving model trustworthiness and debugging capabilities.

RANK_REASON Two academic papers published on arXiv presenting novel research methodologies.

Read on arXiv cs.LG →

AI-generated summary · Google Gemini · from 2 sources. How we write summaries →

New research explores dynamic and efficient data influence in ML models

COVERAGE [2]

  1. arXiv cs.LG TIER_1 English(EN) · Jin Hwa Lee, Matthew Smith, Maxwell Adam, Jesse Hoogland ·

    Influence Dynamics and Stagewise Data Attribution

    arXiv:2510.12071v2 Announce Type: replace Abstract: Current training data attribution (TDA) methods treat the influence one sample has on another as static, but neural networks learn in distinct stages that exhibit changing patterns of influence. In this work, we introduce a fram…

  2. arXiv stat.ML TIER_1 English(EN) · Myeongseob Ko, Feiyang Kang, Weiyan Shi, Ming Jin, Zhou Yu, Ruoxi Jia ·

    The Mirrored Influence Hypothesis: Efficient Data Influence Estimation by Harnessing Forward Passes

    arXiv:2402.08922v3 Announce Type: replace-cross Abstract: Large-scale black-box models have become ubiquitous across numerous applications. Understanding the influence of individual training data sources on predictions made by these models is crucial for improving their trustwort…