Coordinate Descent Algorithm for Least Absolute Deviations Regression
Zehaan Naik, Debasis Kundu

TL;DR
This paper introduces a coordinate descent algorithm for LAD regression that is scalable, stable, and easy to implement, effectively handling high-dimensional data and surpassing traditional methods in efficiency.
Contribution
The paper presents a novel coordinate descent method for LAD regression that avoids matrix inversion and efficiently handles high-dimensional data with provable convergence.
Findings
Matches accuracy of linear-programming LAD solvers
Offers improved scalability and stability in high-dimensional settings
Effective even when predictors outnumber observations
Abstract
Least Absolute Deviations (LAD) regression provides a robust alternative to ordinary least squares by minimizing the sum of absolute residuals. However, its widespread use has been limited by the computational cost of existing solvers, particularly simplex-based methods in high-dimensional settings. We propose a coordinate descent algorithm for LAD regression that avoids matrix inversion, naturally accommodates the non-differentiability of the objective function, and remains well-defined even when the number of predictors exceeds the number of observations. The key observation is that each coordinate update reduces to a one-dimensional minimization admitting a closed-form solution given by a median or weighted median. The resulting algorithm has per-iteration complexity and is provably convergent due to the convexity of the LAD objective and the exactness of each…
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
TopicsStochastic Gradient Optimization Techniques · Statistical and numerical algorithms · Advanced Statistical Methods and Models
