Papers
Topics
Authors
Recent
Search
2000 character limit reached

Newfluence: High-D Influence Correction

Updated 6 July 2026
  • Newfluence is a high-dimensional correction that refines classical influence functions by accounting for non-negligible shrinkage factors in modern models.
  • It employs a one-step Newton update with the Woodbury formula to closely approximate leave-one-out retraining outcomes without excessive computation.
  • Empirical tests in logistic regression show that Newfluence achieves near-perfect rank correlations in high-dimensional settings, particularly with moderate regularization.

Newfluence is a high-dimensional correction to classical influence functions for estimating how much an individual training example affects a model’s parameters, predictions, or test loss. It was introduced to address the mismatch between the low-dimensional asymptotics underlying classical influence functions and modern settings in which the parameter dimension pp is not much smaller than the sample size nn, or even of the same order. In the proportional asymptotic regime n,pn,p\to\infty with n/pγ0n/p\to\gamma_0, the standard influence-function approximation is systematically biased by a non-negligible, data-point-specific shrinkage factor 1Hii1-H_{ii}, whereas Newfluence corrects this while retaining similar computational efficiency (Zou et al., 16 Jul 2025).

1. Problem domain and interpretive role

Newfluence belongs to the literature on data attribution, model interpretability, and debugging. The underlying question is how to estimate the effect of deleting one training point ziz_i on a downstream quantity, typically the learned parameter vector, the prediction at a test point, or the test loss on a point z0z_0. In the leave-one-out formulation, if β^\hat\beta is trained on all data and β^/i\hat\beta_{/i} is trained after removing ziz_i, the target quantity is the true influence

nn0

Exact computation requires retraining nn1 times, which is often infeasible, so classical influence functions replace it with a first-order approximation based on gradients and an inverse Hessian (Zou et al., 16 Jul 2025).

The motivation for Newfluence is that the classical approximation is justified by a regime in which nn2. In modern ML and AI models, however, high-dimensionality makes leave-one-out perturbations non-infinitesimal in the relevant asymptotic sense. Newfluence therefore targets the same interpretive use cases as classical influence functions—identifying influential training examples, debugging mispredictions, model interpretability through data attribution, and data valuation or auditing—but reanalyzes the approximation under proportional asymptotics rather than under low-dimensional heuristics (Zou et al., 16 Jul 2025).

2. High-dimensional failure of classical influence functions

In the regularized empirical risk minimization setting studied by Newfluence, the estimator is

nn3

and the leave-one-out estimator is

nn4

The classical influence-function approximation uses the Hessian

nn5

and yields

nn6

For generalized linear models,

nn7

The high-dimensional obstruction is the leverage-like quantity

nn8

Under the proportional asymptotic regime,

nn9

so n,pn,p\to\infty0 is not approximately n,pn,p\to\infty1. The central bias statement is

n,pn,p\to\infty2

This implies that the classical estimate is systematically shrunken by a factor that remains order one in high dimension. The paper further notes that for many common losses and regularizers,

n,pn,p\to\infty3

so the bias can be substantial when regularization is only moderate, and becomes small only in more effectively low-dimensional regimes induced by very strong regularization (Zou et al., 16 Jul 2025).

3. Formal setting and assumptions

The theory is developed for generalized linear models fit by regularized empirical risk minimization. Data are

n,pn,p\to\infty4

with n,pn,p\to\infty5, n,pn,p\to\infty6, and

n,pn,p\to\infty7

The loss shorthand is

n,pn,p\to\infty8

with

n,pn,p\to\infty9

The assumptions include a separable regularizer

n/pγ0n/p\to\gamma_00

twice differentiability of n/pγ0n/p\to\gamma_01 and n/pγ0n/p\to\gamma_02, convexity with n/pγ0n/p\to\gamma_03 n/pγ0n/p\to\gamma_04-strongly convex, polynomial-growth and Lipschitz conditions, Gaussian covariates

n/pγ0n/p\to\gamma_05

and response tails

n/pγ0n/p\to\gamma_06

with n/pγ0n/p\to\gamma_07, n/pγ0n/p\to\gamma_08. The asymptotic regime is

n/pγ0n/p\to\gamma_09

This setting is narrower than “modern AI models” in the colloquial sense. The rigorous guarantees currently cover generalized linear models with strongly convex, twice-differentiable objectives. The paper states explicitly that the present theory does not yet cover non-convex deep neural networks, non-smooth objectives, or sequential and reinforcement-learning settings (Zou et al., 16 Jul 2025).

4. Construction of Newfluence

Newfluence replaces the classical infinitesimal perturbation argument with a one-step Newton approximation to the leave-one-out estimator. The leave-one-out Hessian is

1Hii1-H_{ii}0

Since 1Hii1-H_{ii}1 and 1Hii1-H_{ii}2,

1Hii1-H_{ii}3

A one-step Newton update from 1Hii1-H_{ii}4 gives

1Hii1-H_{ii}5

Using

1Hii1-H_{ii}6

the Woodbury formula yields

1Hii1-H_{ii}7

This is the corrected approximation to 1Hii1-H_{ii}8. Newfluence then evaluates the loss at this corrected parameter, rather than linearizing the test loss a second time: 1Hii1-H_{ii}9

A linearized correction also appears in the paper,

ziz_i0

and it is noted that this corrected version is consistent for the true influence. Newfluence nonetheless uses the nonlinear loss evaluation

ziz_i1

because this avoids the extra first-order Taylor approximation in the test loss. The expensive object remains the inverse-Hessian action ziz_i2, so the paper’s computational claim is that Newfluence preserves essentially the same order of effort as classical influence functions while avoiding ziz_i3 leave-one-out retrainings (Zou et al., 16 Jul 2025).

5. Accuracy guarantees and empirical behavior

The main theorem states three asymptotic facts. First, Newfluence is highly accurate: ziz_i4 Second, the true influence itself is larger: ziz_i5 Third, the classical influence function misses the multiplicative factor discussed above: ziz_i6 Since the error of the classical estimator is of the same order as the signal in high dimension, the distortion is not asymptotically negligible (Zou et al., 16 Jul 2025).

Empirically, the paper evaluates ziz_i7-regularized logistic regression in synthetic high-dimensional binary classification with

ziz_i8

ziz_i9

z0z_00

and z0z_01. For z0z_02 unseen test examples, training-point rankings induced by Newfluence and by the classical influence function are compared against exact leave-one-out rankings using Kendall’s z0z_03. In the weakly regularized high-dimensional regime z0z_04, with

z0z_05

Newfluence achieves

z0z_06

while the classical influence function remains around

z0z_07

In the strongly regularized regime z0z_08, with

z0z_09

both methods achieve

β^\hat\beta0

The empirical interpretation is the same as the theorem’s: high-dimensional bias is visible when effective complexity remains high, and vanishes when regularization makes the problem effectively low-dimensional (Zou et al., 16 Jul 2025).

6. Relation to adjacent influence frameworks and broader significance

Newfluence is a model-interpretability method for training-data attribution, not a social-network influence metric. This distinction matters because “influence” has parallel meanings across research areas. In social-media analysis, for example, influence may be defined causally as the average per-vertex increase in narrative tweets attributable to a source’s participation in a networked diffusion process (Smith et al., 2018), or dynamically as algorithmically mediated popularity trajectories in creator ecosystems (Galante et al., 4 Jul 2025). Newfluence instead studies the effect of removing one training example from a supervised learning problem (Zou et al., 16 Jul 2025).

Within ML influence estimation, Newfluence is also distinct from work that centers training randomness rather than high-dimensional bias. The β^\hat\beta1-INE framework introduces β^\hat\beta2-influence as a hypothesis-testing notion based on distinguishability between training on β^\hat\beta3 and training on β^\hat\beta4, with β^\hat\beta5-influence as a Gaussian specialization under composition (Panda et al., 12 Oct 2025). Newfluence does not redefine influence as a trade-off function; it retains the leave-one-out target but corrects the asymptotic approximation used to estimate it in the β^\hat\beta6 regime (Zou et al., 16 Jul 2025). A plausible implication is that the two lines address orthogonal failure modes: one concerns high-dimensional deterministic bias in the approximation itself, the other concerns instability under randomized training.

The broader significance of Newfluence is twofold. Methodologically, it shows that low-dimensional robust-statistics heuristics cannot simply be ported unchanged into proportional-asymptotic regimes. Conceptually, it suggests that attribution methods built from perturbative leave-one-out reasoning—an observation the paper explicitly extends to Shapley values as a possible future analytical target—may require their own high-dimensional reanalysis (Zou et al., 16 Jul 2025). The current scope remains limited to generalized linear models with smooth, strongly convex objectives, but within that scope Newfluence provides a precise correction: β^\hat\beta7 and establishes that the correction removes the order-one shrinkage missed by the classical influence function in high dimensions.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Newfluence.