Robust Instrumental Variables: Sharp Rates and Inference under Adversarial Contamination
arXiv:2607.29532
2026
Optimization
1 ideas extracted · analyzed Aug 31, 2026
What the math gives to ML
The paper's transferable asset is a robust aggregation principle: replace ordinary sample averages with quantile-winsorized averages, obtaining error that scales as the adversarial fraction to the power 1-1/m under finite m-th moments. This suggests robust minibatch gradient aggregation, where poisoned or extreme examples cannot dominate an optimizer step. The most practical first test is coordinatewise winsorization of per-example gradients with a clipping quantile above the suspected contamination rate, comparing loss descent and clean-data accuracy under targeted gradient poisoning.
Ideas from this paper
Unverified
2026
Replace the ordinary minibatch mean gradient by a coordinatewise quantile-winsorized mean. Each parameter-gradient coordinate is clipped to empirical lower and upper quantiles before aggregation, limiting the influence of adversarial examples while retaining all samples and avoiding the discontinuity of hard trimming.
Useful5/10
Difficulty6/10
Novelty5/10