paper-with-me

홈 › Papers

Autotune: fast, accurate, and automatic tuning parameter selection for Lasso

2025-12-11 · Tathagata Sadhukhan, Ines Wilms, Stephan Smeekes, Sumanta Basu arxiv

Least absolute shrinkage and selection operator (Lasso), the popular variable selection engine for high-dimensional regression, is commonly tuned using cross-validation (CV). This is known to be slow and loses accuracy in high-dimension, low signal-to-noise ratio (SNR) settings. These issues are exacerbated for high-dimensional time series models such as the vector autoregression (VAR), where time series cross-validaiton (TSCV) is used for tuning. We propose $\texttt{autotune}$, a strategy for the Lasso to tune itself automatically by exploiting information contained in partial residuals computed during a single Lasso fit. The strategy can also be viewed as alternately estimating noise standard deviation and column space of relevant predictors. Numerical experiments on regression and VAR models show that $\texttt{autotune}$ is faster than existing alternatives, and more accurate when the SNR is low. It also provides an accurate estimator of noise scale and diagnostic plots akin to screeplots for checking model sparsity. We demonstrate the benefit of $\texttt{autotune}$ on several real data sets and develop an R package available on CRAN.

📄 PDF Abstract BibTeX arXiv:2512.11139

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AutoTune: Controller Tuning for High-Speed Flight

2021-03-19 · Antonio Loquercio, Alessandro Saviolo, Davide Scaramuzza

Due to noisy actuation and external disturbances, tuning controllers for high-speed flight is very challenging. In this paper, we ask the following questions: How sensitive are controllers to tuning when tracking high-sp…

Vocal Bursts Intensity Prediction

BaCO: A Fast and Portable Bayesian Compiler Optimization Framework

2022-12-01 · Erik Hellsten, Artur Souza, Johannes Lenfers, Rubens Lacouture 외

We introduce the Bayesian Compiler Optimization framework (BaCO), a general purpose autotuner for modern compilers targeting CPUs, GPUs, and FPGAs. BaCO provides the flexibility needed to handle the requirements of moder…

Compiler Optimization

Autotune: A Derivative-free Optimization Framework for Hyperparameter Tuning

2018-04-20 · Patrick Koch, Oleg Golovidov, Steven Gardner, Brett Wujek 외

Machine learning applications often require hyperparameter tuning. The hyperparameters usually drive both the efficiency of the model training process and the resulting model quality. For hyperparameter tuning, machine l…

BIG-bench Machine Learning

Multitask and Transfer Learning for Autotuning Exascale Applications

2019-08-15 · Wissam M. Sid-Lakhdar, Mohsen Mahmoudi Aznaveh, Xiaoye S. Li, James W. Demmel

Multitask learning and transfer learning have proven to be useful in the field of machine learning when additional knowledge is available to help a prediction task. We aim at deriving methods following these paradigms fo…

Transfer Learning

AutoTune: Automatically Tuning Convolutional Neural Networks for Improved Transfer Learning

2020-04-25 · S. H. Shabbeer Basha, Sravan Kumar Vinakota, Viswanath Pulabaigari, Snehasis Mukherjee 외

Transfer learning enables solving a specific task having limited data by using the pre-trained deep networks trained on large-scale datasets. Typically, while transferring the learned knowledge from source task to the ta…

Bayesian OptimizationTransfer Learning