paper-with-me

Papers

Hyperparameter Optimization for Randomized Algorithms: A Case Study on Random Features

2024-06-30 · Oliver R. A. Dunbar, Nicholas H. Nelsen, Maya Mutic

Randomized algorithms exploit stochasticity to reduce computational complexity. One important example is random feature regression (RFR) that accelerates Gaussian process regression (GPR). RFR approximates an unknown function with a random neural network whose hidden weights and biases are sampled from a probability distribution. Only the final output layer is fit to data. In randomized algorithms like RFR, the hyperparameters that characterize the sampling distribution greatly impact performance, yet are not directly accessible from samples. This makes optimization of hyperparameters via standard (gradient-based) optimization tools inapplicable. Inspired by Bayesian ideas from GPR, this paper introduces a random objective function that is tailored for hyperparameter tuning of vector-valued random features. The objective is minimized with ensemble Kalman inversion (EKI). EKI is a gradient-free particle-based optimizer that is scalable to high-dimensions and robust to randomness in objective functions. A numerical study showcases the new black-box methodology to learn hyperparameter distributions in several problems that are sensitive to the hyperparameter selection: two global sensitivity analyses, integrating a chaotic dynamical system, and solving a Bayesian inverse problem from atmospheric dynamics. The success of the proposed EKI-based algorithm for RFR suggests its potential for automated optimization of hyperparameters arising in other randomized algorithms.

📄 PDF Abstract BibTeX arXiv:2407.00584

Code (3)

CliMA/CalibrateEmulateSample.jl 공식 구현
CliMA/EnsembleKalmanProcesses.jl 공식 구현
CliMA/RandomFeatures.jl 공식 구현

Tasks

GPRHyperparameter Optimizationregression

Methods 이 논문이 사용한 방법론

Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…

Similar Papers 제목 키워드 기반

Randomized Geometric Algebra Methods for Convex Neural Networks

2024-06-04 · Yifei Wang, Sungyoon Kim, Paul Chu, Indu Subramaniam 외

We introduce randomized algorithms to Clifford's Geometric Algebra, generalizing randomized linear algebra to hypercomplex vector spaces. This novel approach has many implications in machine learning, including training …

Language ModelingLanguage ModellingLarge Language Modeltext-classification+2

Bias-Free Scalable Gaussian Processes via Randomized Truncations

2021-02-12 · Andres Potapczynski, Luhuan Wu, Dan Biderman, Geoff Pleiss 외

Scalable Gaussian Process methods are computationally attractive, yet introduce modeling biases that require rigorous study. This paper analyzes two common techniques: early truncated conjugate gradients (CG) and random …

Gaussian Processes

Frugal Optimization for Cost-related Hyperparameters

2020-05-04 · Qingyun Wu, Chi Wang, Silu Huang

The increasing demand for democratizing machine learning algorithms calls for hyperparameter optimization (HPO) solutions at low cost. Many machine learning algorithms have hyperparameters which can cause a large variati…

AutoMLBIG-bench Machine LearningHyperparameter Optimization

Randomized-Grid Search for Hyperparameter Tuning in Decision Tree Model to Improve Performance of Cardiovascular Disease Classification

2024-11-27 · Abhay Kumar Pathak, Mrityunjay Chaubey, Manjari Gupta

Cardiovascular disease refers to any critical condition that impacts the heart. Because heart diseases can be life-threatening. Researchers are focusing on designing smart systems to accurately diagnose them based on ele…

Computational EfficiencyEfficient Exploration

SO-PIFRNN: Self-optimization physics-informed Fourier-features randomized neural network for solving partial differential equations

2025-08-07 · Jiale Linghu, Weifeng Gao, Hao Dong, Yufeng Nie arxiv

This study proposes a self-optimization physics-informed Fourier-features randomized neural network (SO-PIFRNN) framework, which significantly improves the numerical solving accuracy of PDEs through hyperparameter optimi…

Hyperparameter Optimization