Iterative Least Trimmed Squares for Mixed Linear Regression
Yanyao Shen, Sujay Sanghavi

TL;DR
This paper introduces and analyzes an iterative method called ILTS for robust mixed linear regression, demonstrating its convergence, effectiveness, and optimal complexity in handling corrupted data.
Contribution
It provides the first theoretical analysis of ILTS in mixed linear regression with corruptions, including convergence guarantees and sample complexity bounds.
Findings
ILTS converges linearly to the closest mixture component under certain conditions.
The global algorithm using ILTS matches or surpasses existing sample complexity results.
Gradient-descent variants of ILTS achieve optimal time complexity.
Abstract
Given a linear regression setting, Iterative Least Trimmed Squares (ILTS) involves alternating between (a) selecting the subset of samples with lowest current loss, and (b) re-fitting the linear model only on that subset. Both steps are very fast and simple. In this paper we analyze ILTS in the setting of mixed linear regression with corruptions (MLR-C). We first establish deterministic conditions (on the features etc.) under which the ILTS iterate converges linearly to the closest mixture component. We also provide a global algorithm that uses ILTS as a subroutine, to fully solve mixed linear regressions with corruptions. We then evaluate it for the widely studied setting of isotropic Gaussian features, and establish that we match or better existing results in terms of sample complexity. Finally, we provide an ODE analysis for a gradient-descent variant of ILTS that has optimal time…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Statistical Methods and Models · Statistical Methods and Inference · Face and Expression Recognition
MethodsLinear Regression
