MLLGJul 7, 2018

Approximate Leave-One-Out for Fast Parameter Tuning in High Dimensions

arXiv:1807.02694v136 citations
Originality Incremental advance
AI Analysis

This addresses a computational bottleneck for practitioners in high-dimensional statistics and machine learning, though it is incremental as it builds on existing LOOCV methods.

The paper tackles the problem of efficiently tuning regularization parameters in high-dimensional learning schemes with nonsmooth losses and regularizers, proposing two frameworks for approximate leave-one-out cross-validation (ALO) and demonstrating their effectiveness empirically for cases like generalized LASSO and support vector machines.

Consider the following class of learning schemes: $$\hat{\boldsymbolβ} := \arg\min_{\boldsymbolβ}\;\sum_{j=1}^n \ell(\boldsymbol{x}_j^\top\boldsymbolβ; y_j) + λR(\boldsymbolβ),\qquad\qquad (1) $$ where $\boldsymbol{x}_i \in \mathbb{R}^p$ and $y_i \in \mathbb{R}$ denote the $i^{\text{th}}$ feature and response variable respectively. Let $\ell$ and $R$ be the loss function and regularizer, $\boldsymbolβ$ denote the unknown weights, and $λ$ be a regularization parameter. Finding the optimal choice of $λ$ is a challenging problem in high-dimensional regimes where both $n$ and $p$ are large. We propose two frameworks to obtain a computationally efficient approximation ALO of the leave-one-out cross validation (LOOCV) risk for nonsmooth losses and regularizers. Our two frameworks are based on the primal and dual formulations of (1). We prove the equivalence of the two approaches under smoothness conditions. This equivalence enables us to justify the accuracy of both methods under such conditions. We use our approaches to obtain a risk estimate for several standard problems, including generalized LASSO, nuclear norm regularization, and support vector machines. We empirically demonstrate the effectiveness of our results for non-differentiable cases.

Code Implementations2 repos
Foundations

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

Your Notes