paper-with-me

Papers

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

2018-07-07 · ICML 2018 7 · Shuaiwen Wang, Wenda Zhou, Haihao Lu, Arian Maleki, Vahab Mirrokni

Consider the following class of learning schemes: $$\hat{\boldsymbol{\beta}} := \arg\min_{\boldsymbol{\beta}}\;\sum_{j=1}^n \ell(\boldsymbol{x}_j^\top\boldsymbol{\beta}; y_j) + \lambda R(\boldsymbol{\beta}),\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{\beta}$ denote the unknown weights, and $\lambda$ be a regularization parameter. Finding the optimal choice of $\lambda$ 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.

📄 PDF Abstract BibTeX arXiv:1807.02694

Code (2)

wendazhou/alocv-package 공식 구현
Francis-Hsu/alocv

Tasks

Vocal Bursts Intensity Prediction

Similar Papers 제목 키워드 기반

Optimizing Approximate Leave-one-out Cross-validation to Tune Hyperparameters

2020-11-20 · Ryan Burn

For a large class of regularized models, leave-one-out cross-validation can be efficiently estimated with an approximate leave-one-out formula (ALO). We consider the problem of adjusting hyperparameters so as to optimize…

regression

Fast Leave-One-Out Approximation from Fragment-Target Prevalence Vectors (molFTP) : From Dummy Masking to Key-LOO for Leakage-Free Feature Construction

2025-10-07 · Guillaume Godin arxiv

We introduce molFTP (molecular fragment-target prevalence), a compact representation that delivers strong predictive performance. To prevent feature leakage across cross-validation folds, we implement a dummy-masking pro…

The Effectiveness of Approximate Regularized Replay for Efficient Supervised Fine-Tuning of Large Language Models

2025-12-26 · Matthew Riemer, Erik Miehling, Miao Liu, Djallel Bouneffouf 외 arxiv

Although parameter-efficient fine-tuning methods, such as LoRA, only modify a small subset of parameters, they can have a significant impact on the model. Our instruction-tuning experiments show that LoRA-based supervise…

parameter-efficient fine-tuningGeneral Knowledge

Efficient Autotuning of Hyperparameters in Approximate Nearest Neighbor Search

2018-12-18 · Elias Jääsaari, Ville Hyvönen, Teemu Roos

Approximate nearest neighbor algorithms are used to speed up nearest neighbor search in a wide array of applications. However, current indexing methods feature several hyperparameters that need to be tuned to reach an ac…

Lateralization LoRA: Interleaved Instruction Tuning with Modality-Specialized Adaptations

2024-07-04 · Zhiyang Xu, Minqian Liu, Ying Shen, Joy Rimchala 외

Recent advancements in Vision-Language Models (VLMs) have led to the development of Vision-Language Generalists (VLGs) capable of understanding and generating interleaved images and text. Despite these advances, VLGs sti…

AttributeImage Generation