OCMLFeb 26, 2020

Efficient algorithms for multivariate shape-constrained convex regression problems

arXiv:2002.11410v16 citations
AI Analysis

This work addresses computational bottlenecks in multivariate shape-constrained convex regression, which is incremental but important for applications like pricing basket options and estimating production functions in economics.

The paper tackles the problem of fitting a convex function to data with shape constraints like monotonicity and Lipschitz continuity, by proposing two efficient algorithms (sGS-ADMM and pALM) that outperform the state-of-the-art, with pALM being more efficient and sGS-ADMM simpler to implement.

Shape-constrained convex regression problem deals with fitting a convex function to the observed data, where additional constraints are imposed, such as component-wise monotonicity and uniform Lipschitz continuity. This paper provides a comprehensive mechanism for computing the least squares estimator of a multivariate shape-constrained convex regression function in $\mathbb{R}^d$. We prove that the least squares estimator is computable via solving a constrained convex quadratic programming (QP) problem with $(n+1)d$ variables and at least $n(n-1)$ linear inequality constraints, where $n$ is the number of data points. For solving the generally very large-scale convex QP, we design two efficient algorithms, one is the symmetric Gauss-Seidel based alternating direction method of multipliers ({\tt sGS-ADMM}), and the other is the proximal augmented Lagrangian method ({\tt pALM}) with the subproblems solved by the semismooth Newton method ({\tt SSN}). Comprehensive numerical experiments, including those in the pricing of basket options and estimation of production functions in economics, demonstrate that both of our proposed algorithms outperform the state-of-the-art algorithm. The {\tt pALM} is more efficient than the {\tt sGS-ADMM} but the latter has the advantage of being simpler to implement.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes