Skip to content
AI.info

Research

Testing Most Influential Sets

Overview Research area: Statistical machine learning and robust statistics — specifically, the use of extreme value theory (EVT) to put hypothesis tests around the influence that small data subsets ex

arXiv
2510.20372
Published
2025-10-23
Authors
Lucas D. Konrad, Nikolas Kuschnig

AI summary

Overview

Research area: Statistical machine learning and robust statistics — specifically, the use of extreme value theory (EVT) to put hypothesis tests around the influence that small data subsets exert on linear least-squares estimates.

Technical level: Advanced. The paper assumes familiarity with ordinary least squares, leverage scores and residuals, asymptotic statistics, and extreme value distributions (Fréchet, Gumbel, Weibull). The framing and motivation are readable for a general ML audience, but the core results are graduate-level theoretical statistics.

Scope: The paper derives the limiting extreme value distribution of the maximum influence of a data subset in linear least squares, and turns that result into a practical hypothesis test for whether an observed influential set is excessive relative to natural sampling variation.

What This Paper Is About

A handful of data points can overturn a regression result — flipping a sign, creating significance where there was none, or erasing a strong finding. Existing methods can locate these "most influential sets," but they give no formal standard for deciding whether the resulting influence is genuinely problematic or just the kind of extreme behavior you would expect from random sampling. This paper supplies that standard by characterizing the probability distribution of maximal influence and building a test around it.

Key Contributions

  1. Theoretical foundations. The authors derive the extreme value distributions governing the influence of most influential sets. For constant-size sets they show convergence to the heavy-tailed Fréchet distribution; for sets that grow with the sample they show convergence to the well-behaved Gumbel distribution. These results enable formal hypothesis tests.

  2. Exact closed-form influence formula. Proposition 1 gives the influence of an arbitrary set S as Δ(S) = (X'₋ₛ X₋ₛ + λI_P)⁻¹ X'ₛ rₛ, with an optional ridge penalty λ ≥ 0. This exposes an additive structure in the numerator and a multiplicative adjustment from the denominator, and avoids refitting the model for every candidate subset.

  3. A three-step testing procedure. The paper translates the theory into practice: choose the EVD family, estimate its location and scale parameters via block maxima with a bias correction, and compute a p-value P(Δ^max ≥ δ_obs) against the null that the observed influence reflects natural sampling variation.

  4. Empirical validation across domains. The framework is applied to resolve the contested "Blessing of Bad Geography" finding in economics, to assess robustness in saltmarsh sparrow morphology data, and to audit fairness and stability in four ML regression benchmarks.

Main Findings

  • Two regimes with opposite tail behavior. When the size of the influential set stays fixed as the sample grows, maximal influence converges to a heavy-tailed Fréchet distribution (Theorem 1), meaning arbitrarily large influence is possible with non-negligible probability. When the set grows with the sample (at rate o(N) but faster than O(1)), maximal influence converges to the exponentially-tailed Gumbel distribution (Theorem 2), regardless of the underlying distributions of X and R as long as Var(X_i · R_i) is finite.

  • Tail heaviness is inherited from the data. In the constant-size case, the Fréchet shape parameter is ξ = min{ξ_x, ξ_r}, the tail coefficients of the features and residuals. If both tail coefficients are infinite, Corollary 1 reduces the limit to Gumbel.

  • Small-sample convergence is rapid. In simulations using standard Normal and t(5) distributions for X and R, with 1,000 datasets at each of N ∈ {20, 30, 50, 75, 100, 150, 200, 300, 500, 1000}, the Normal–Normal case is insignificantly different from Gumbel behavior (ξ⁻¹ = 0) for N ≥ 50, and the heavy-tailed cases show the predicted Fréchet behavior (ξ⁻¹ = 0.2). The t(5)–Normal case converges more slowly, attributed to instability of the inverse (X'X)⁻¹ in small samples.

  • Parameter estimation works well enough for testing. Bias-corrected location estimates perform well; scale estimates are consistent but show a minor downward bias that disappears asymptotically. Overall quantiles of the distribution are recovered effectively for hypothesis testing purposes.

  • The Seychelles are confirmed as excessively influential. In the African ruggedness/income regression, the Seychelles alone give Δ(S) = 0.077 with p < 1e-16. In combination with Rwanda (Δ = 0.070, p = 0.001), Eswatini (Δ = 0.091, p < 1e-16), and the Comoros (Δ = 0.061, p = 0.004) the influence is also excessive; paired with Lesotho (Δ = 0.046) it is not (p = 0.216).

  • Sparrow morphology shows extreme sensitivity. Among N = 1,295 saltmarsh sparrows, a baseline estimate of θ̂ = 0.011 (standard error .030) — statistically indistinguishable from zero — moves to 0.219 (.029) after one data point, and to 0.288 (.032) after an additional point. Both are deemed excessive at p < 0.001, and the authors suggest data-entry errors as a plausible explanation.

  • Benchmark audits give mixed verdicts. Law School (N = 20,800, 'Other' race indicator, 378 relevant samples): 77 points flip the estimate from −0.0412 (.0144) to 0.1117 (.0159) but fall within expected variation, while 17 points reducing the estimate to −0.0223 (.0097) are excessive (p = 0.019). Adult Income (N = 32,561, top 1% sets of 325 points on the 'Male' indicator, θ̂ = 0.062 shifting to 0.0992 or 0.0214) shows no excessive influence. Boston Housing (N = 506): the crime-rate coefficient −0.1080 (.0329) becomes insignificant at −0.0352 (.0556) after removing 6 observations, with a Fréchet limit (ξ⁻¹ = 0.29) and p = 0.001. Communities & Crime (N = 1,994): one subset of 2 points raises the coefficient by more than 22% (p < 0.001) and another lowers it by more than 10% (p = 0.014).

  • Common heuristics are too strict here. The widely used 2/√N threshold for coefficient influence is asymptotically accurate for randomly selected observations, but the authors argue it is too restrictive for most influential observations, where the maximization over subsets necessitates extreme value theory.

  • The test errs on the conservative side. It controls Type I errors (false claims of excessive influence) at the cost of Type II errors (missing genuinely excessive influence), reflecting the authors' position that influential sets are a natural feature of data rather than a defect to be eliminated.

Methodology in Plain English

The authors start from the standard linear regression setup and ask a deliberately narrow question: if you search across all subsets of a fixed size k and take the one that changes a coefficient the most, how large should that maximum change plausibly be under ordinary random sampling?

To answer it they first need an exact way to measure a set's influence without refitting the model repeatedly. Proposition 1 provides this, giving the change in the estimated coefficient directly from the design matrix, the residuals, and the subset in question. The formula shows that individual data contributions add up in the numerator, while a term driven by the remaining data scales the result.

Because the object of interest is a maximum over many candidate subsets, the usual central limit theorem does not apply — the right tool is extreme value theory. The authors show which of the three classical limiting distributions (Gumbel, Fréchet, Weibull) attracts the maximum influence; the bounded Weibull case can be ruled out because influence is unbounded. The answer depends on whether the set size stays fixed or grows with the sample, and on how heavy the tails of the features and residuals are.

Turning this into a test involves three steps. First, pick the distribution family: estimate tail coefficients by maximum likelihood; if 1/ξ is close enough to zero, default to Gumbel, otherwise use Fréchet. Second, estimate the location a and scale b parameters using the block maxima method — split the sample (excluding the most influential set itself, for robustness) into M blocks, compute the maximum influence within each block, and fit by maximum likelihood. Because taking maxima over smaller blocks underestimates the full-sample maximum, a bias correction ã = â + b log(M) is applied in the Gumbel case. Third, compute the p-value as the probability, under the fitted null distribution, of observing an influence at least as large as the one found.

Computational cost is kept manageable through the closed-form influence formula and an adaptive greedy algorithm for locating influential sets, with complexity O(Mk). The authors note that the main computational constraint is finding the most influential sets for the block maxima, not the likelihood fits themselves, which optimize over only two parameters in the Gumbel case.

Why This Matters

Impact on research. Prior work could identify influential sets but could not say whether their influence should be treated as a genuine problem. This paper supplies the missing inferential layer, converting a judgment call that relied on domain expertise and rules of thumb into a test with a stated null hypothesis. It also clarifies when popular heuristics like the 2/√N threshold are appropriate and when they are not, and it reframes influential sets as informative features of data — potentially signaling real heterogeneity, edge cases, or data quality issues — rather than artifacts to be trimmed away.

Real-world applications:

  • Economics and development: testing whether the "Blessing of Bad Geography" result for African economies rests on a few small island nations, and giving a statistically grounded answer rather than an intuition.
  • Biology and measurement quality: flagging that a small number of saltmarsh sparrow measurements can move a head–tarsus relation from indistinguishable-from-zero to strongly positive, with data-entry errors a plausible cause.
  • Fairness auditing in machine learning: checking whether apparent disparities in Law School and Adult Income benchmarks can be attributed to a small number of data points rather than a systematic pattern.
  • Robustness checks in housing and crime data: determining whether the loss of significance of the crime-rate effect in Boston Housing after removing 6 observations reflects real fragility or ordinary variation.

Industry relevance. Any setting where linear models inform decisions — credit scoring, policy evaluation, clinical trial subgroup analysis, and the fairness audits that increasingly accompany deployed algorithmic systems — benefits from a defensible answer to "how much does this small group of records really matter?" The reproducibility statement points to public code at https://github.com/konradld/testingMIS, and the paper notes that large language models were used to aid and polish writing, discover and retrieve related work, and check results for apparent mistakes.

Future Directions

  • Extend beyond linear least squares. The current theory covers linear regression (with and without ridge penalization). Generalized linear models, tree-based methods, and non-parametric estimators each require further development.
  • Handle dependence between features and residuals. The asymptotic arguments rely on independence between X and R, which may be restrictive when dependence shapes the influence pattern. The authors suggest generalizations that address dependence both within the selected set and across sets.
  • Sharpen extreme value estimation. Finite-sample estimation of tail behavior and EVD parameters is delicate, and better estimators — including domain-specific information and improved bias correction methods — would directly sharpen p-values.
  • Improve influential-set search. Finding most influential sets remains an active research area; better algorithms could improve block maxima, reduce runtime, and broaden applicability. Deepening the understanding of the theory-to-practice gap is also flagged, though simulations already show convergence even at N = 100.

Target Audience

Statisticians, econometricians, and machine learning researchers working on robustness, interpretability, and data influence; methodologists who build or audit fairness and sensitivity analyses; and applied analysts in economics, biology, and ML benchmarking who need a principled rule for deciding whether a small subset of records deserves special scrutiny. The paper is most useful to readers with enough statistical background to follow the extreme value arguments and to implement the block maxima estimation procedure, though the motivation, applications, and practical recommendations are accessible to a broader technical audience.

Authors’ abstract

Small influential data subsets can dramatically impact model conclusions, with a few data points overturning key findings. While recent work identifies these most influential sets, there is no formal way to tell when maximum influence is excessive rather than expected under natural random sampling variation. We address this gap by developing a principled framework for most influential sets. Focusing on linear least-squares, we derive a convenient exact influence formula and identify the extreme value distributions of maximal influence - the heavy-tailed Fréchet for constant-size sets and heavy-tailed data, and the well-behaved Gumbel for growing sets or light tails. This allows us to conduct rigorous hypothesis tests for excessive influence. We demonstrate through applications across economics, biology, and machine learning benchmarks, resolving contested findings and replacing ad-hoc heuristics with rigorous inference.

Read the original paper