paper-with-me

홈 › Papers

Imbalanced Mixed Linear Regression

2023-09-21 · NeurIPS 2023 11

We consider the problem of mixed linear regression (MLR), where each observed sample belongs to one of $K$ unknown linear models. In practical applications, the mixture of the $K$ models may be imbalanced with a significantly different number of samples from each model. Unfortunately, most MLR methods do not perform well in such settings. Motivated by this practical challenge, in this work we propose Mix-IRLS, a novel, simple and fast algorithm for MLR with excellent performance on both balanced and imbalanced mixtures. In contrast to popular approaches that recover the $K$ models simultaneously, Mix-IRLS does it sequentially using tools from robust regression. Empirically, beyond imbalanced mixtures, Mix-IRLS succeeds in a broad range of additional settings where other methods fail, including small sample sizes, presence of outliers, and an unknown number of models $K$. Furthermore, Mix-IRLS outperforms competing methods on several real-world datasets, in some cases by a large margin. We complement our empirical results by deriving a recovery guarantee for Mix-IRLS, which highlights its advantage on imbalanced mixtures.

📄 PDF Abstract BibTeX

Code (1)

pizilber/mlr 공식 구현

Methods 이 논문이 사용한 방법론

Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…

Similar Papers 제목 키워드 기반

Agnostic Learning of Mixed Linear Regressions with EM and AM Algorithms

2024-06-03 · Avishek Ghosh, Arya Mazumdar

Mixed linear regression is a well-studied problem in parametric statistics and machine learning. Given a set of samples, tuples of covariates and labels, the task of mixed linear regression is to find a small list of lin…

regression

Expectation Maximization (EM) Converges for General Agnostic Mixtures

2026-04-07 · Avishek Ghosh arxiv

Mixture of linear regression is well studied in statistics and machine learning, where the data points are generated probabilistically using $k$ linear models. Algorithms like Expectation Maximization (EM) may be used to…

Mixed Regression via Approximate Message Passing

2023-04-05 · Nelvin Tan, Ramji Venkataramanan

We study the problem of regression in a generalized linear model (GLM) with multiple signals and latent variables. This model, which we call a matrix GLM, covers many widely studied problems in statistical learning, incl…

DenoisingMixture-of-Expertsregression

Global Convergence of EM Algorithm for Mixtures of Two Component Linear Regression

2018-10-12 · Jeongyeol Kwon, Wei Qian, Constantine Caramanis, Yudong Chen 외

The Expectation-Maximization algorithm is perhaps the most broadly used algorithm for inference of latent variable problems. A theoretical understanding of its performance, however, largely remains lacking. Recent result…

regression

Confounder Balancing for Instrumental Variable Regression with Latent Variable

2022-11-18 · Anpeng Wu, Kun Kuang, Ruoxuan Xiong, Bo Li 외

This paper studies the confounding effects from the unmeasured confounders and the imbalance of observed confounders in IV regression and aims at unbiased causal effect estimation. Recently, nonlinear IV estimators were …

regressionvalid