paper-with-me

Papers

Provable Approximations for Constrained $\ell_p$ Regression

2019-02-27 · Ibrahim Jubran, David Cohn, Dan Feldman

The $\ell_p$ linear regression problem is to minimize $f(x)=||Ax-b||_p$ over $x\in\mathbb{R}^d$, where $A\in\mathbb{R}^{n\times d}$, $b\in \mathbb{R}^n$, and $p>0$. To avoid overfitting and bound $||x||_2$, the constrained $\ell_p$ regression minimizes $f(x)$ over every unit vector $x\in\mathbb{R}^d$. This makes the problem non-convex even for the simplest case $d=p=2$. Instead, ridge regression is used to minimize the Lagrange form $f(x)+\lambda ||x||_2$ over $x\in\mathbb{R}^d$, which yields a convex problem in the price of calibrating the regularization parameter $\lambda>0$. We provide the first provable constant factor approximation algorithm that solves the constrained $\ell_p$ regression directly, for every constant $p,d\geq 1$. Using core-sets, its running time is $O(n \log n)$ including extensions for streaming and distributed (big) data. In polynomial time, it can handle outliers, $p\in (0,1)$ and minimize $f(x)$ over every $x$ and permutation of rows in $A$. Experimental results are also provided, including open source and comparison to existing software.

📄 PDF Abstract BibTeX arXiv:1902.10407

Code (0)

등록된 구현이 없습니다.

Tasks

regression

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 제목 키워드 기반

Near-optimal Linear Predictive Clustering in Non-separable Spaces via MIP and QPBO Reductions

2025-11-13 · Jiazhou Liang, Hassan Khurram, Scott Sanner arxiv

Linear Predictive Clustering (LPC) partitions samples based on shared linear relationships between feature and target variables, with numerous applications including marketing, medicine, and education. Greedy optimizatio…

Learning Sparse Nonlinear Dynamics via Mixed-Integer Optimization

2022-06-01 · Dimitris Bertsimas, Wes Gurnee

Discovering governing equations of complex dynamical systems directly from data is a central problem in scientific machine learning. In recent years, the sparse identification of nonlinear dynamics (SINDy) framework, pow…

Model Discoveryregression

Sketching for Principal Component Regression

2018-03-07 · Liron Mor-Yosef, Haim Avron

Principal component regression (PCR) is a useful method for regularizing linear regression. Although conceptually simple, straightforward implementations of PCR have high computational costs and so are inappropriate when…

regression

Understanding Machine-learned Density Functionals

2014-04-04 · Li Li, John C. Snyder, Isabelle M. Pelaschier, Jessica Huang 외

Kernel ridge regression is used to approximate the kinetic energy of non-interacting fermions in a one-dimensional box as a functional of their density. The properties of different kernels and methods of cross-validation…

regression

Neural Multivariate Regression: Qualitative Insights from the Unconstrained Feature Model

2025-05-14 · George Andriopoulos, Soyuj Jung Basnet, Juan Guevara, Li Guo 외

The Unconstrained Feature Model (UFM) is a mathematical framework that enables closed-form approximations for minimal training loss and related performance measures in deep neural networks (DNNs). This paper leverages th…

Imitation Learningregression