An integrated perspective of robustness in regression through the lens of the bias-variance trade-off
Akifumi Okuno
TL;DR
This work reframes regression robustness by linking outlier-resistant estimation (optimistic regression) and robust optimization (pessimistic regression) through a bias-variance lens. It introduces an integrated estimator parameterized by a scalar lambda that blends optimistic and pessimistic losses and analyzes its generalization behavior via a bias-variance decomposition. Through simulations, it shows that small optimism can sharply reduce variance in the presence of outliers while excessive optimism or pessimism can inflate bias or variance, depending on model specification. The study highlights practical guidance: use modest pessimism or balanced strategies when misspecification is possible, and provides reproducible code for further exploration of the bias-variance trade-off in robust regression.
Abstract
This paper presents an integrated perspective on robustness in regression. Specifically, we examine the relationship between traditional outlier-resistant robust estimation and robust optimization, which focuses on parameter estimation resistant to imaginary dataset-perturbations. While both are commonly regarded as robust methods, these concepts demonstrate a bias-variance trade-off, indicating that they follow roughly converse strategies.
