CVAILGNov 21, 2025

SG-OIF: A Stability-Guided Online Influence Framework for Reliable Vision Data

arXiv:2511.19466v1
Originality Incremental advance
AI Analysis

This work addresses the problem of deploying reliable vision models by providing a practical online influence estimation framework, which is incremental as it builds on prior methods with stability guidance and modular components.

The paper tackled the challenge of efficiently and reliably estimating training-point influence on test predictions in deep-learning vision models, achieving state-of-the-art results such as 91.1% accuracy in top 1% prediction samples on CIFAR-10 with 20% asymmetric noise and 99.8% AUPR score on MNIST.

Approximating training-point influence on test predictions is critical for deploying deep-learning vision models, essential for locating noisy data. Though the influence function was proposed for attributing how infinitesimal up-weighting or removal of individual training examples affects model outputs, its implementation is still challenging in deep-learning vision models: inverse-curvature computations are expensive, and training non-stationarity invalidates static approximations. Prior works use iterative solvers and low-rank surrogates to reduce cost, but offline computation lags behind training dynamics, and missing confidence calibration yields fragile rankings that misidentify critical examples. To address these challenges, we introduce a Stability-Guided Online Influence Framework (SG-OIF), the first framework that treats algorithmic stability as a real-time controller, which (i) maintains lightweight anchor IHVPs via stochastic Richardson and preconditioned Neumann; (ii) proposes modular curvature backends to modulate per-example influence scores using stability-guided residual thresholds, anomaly gating, and confidence. Experimental results show that SG-OIF achieves SOTA (State-Of-The-Art) on noise-label and out-of-distribution detection tasks across multiple datasets with various corruption. Notably, our approach achieves 91.1\% accuracy in the top 1\% prediction samples on the CIFAR-10 (20\% asym), and gets 99.8\% AUPR score on MNIST, effectively demonstrating that this framework is a practical controller for online influence estimation.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes