Robust Regression via Model Based Methods

Abstract

The mean squared error loss is widely used in many applications, including auto-encoders, multi-target regression, and matrix factorization, to name a few. Despite computational advantages due to its differentiability, it is not robust to outliers. In contrast, l_p norms are known to be robust, but cannot be optimized via, e.g., stochastic gradient descent, as they are non-differentiable. We propose an algorithm inspired by so-called model-based optimization (MBO) [35, 36], which replaces a non-convex objective with a convex model function and alternates between optimizing the model function and updating the solution. We apply this to robust regression, proposing SADM, a stochastic variant of the Online Alternating Direction Method of Multipliers (OADM) [50] to solve the inner optimization in MBO. We show that SADM converges with the rate O(log T/T). Finally, we demonstrate experimentally (a) the robustness of l_p norms to outliers and (b) the efficiency of our proposed model-based algorithms in comparison with gradient methods on autoencoders and multi-target regression.

Cite

Text

Moharrer et al. "Robust Regression via Model Based Methods." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2021. doi:10.1007/978-3-030-86523-8_13

Markdown

[Moharrer et al. "Robust Regression via Model Based Methods." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2021.](https://mlanthology.org/ecmlpkdd/2021/moharrer2021ecmlpkdd-robust/) doi:10.1007/978-3-030-86523-8_13

BibTeX

@inproceedings{moharrer2021ecmlpkdd-robust,
  title     = {{Robust Regression via Model Based Methods}},
  author    = {Moharrer, Armin and Kamran, Khashayar and Yeh, Edmund and Ioannidis, Stratis},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2021},
  pages     = {200-216},
  doi       = {10.1007/978-3-030-86523-8_13},
  url       = {https://mlanthology.org/ecmlpkdd/2021/moharrer2021ecmlpkdd-robust/}
}