paper-with-me

Papers

Efficient Line Search Method Based on Regression and Uncertainty Quantification

2024-05-17 · Sören Laue, Tomislav Prusina

Unconstrained optimization problems are typically solved using iterative methods, which often depend on line search techniques to determine optimal step lengths in each iteration. This paper introduces a novel line search approach. Traditional line search methods, aimed at determining optimal step lengths, often discard valuable data from the search process and focus on refining step length intervals. This paper proposes a more efficient method using Bayesian optimization, which utilizes all available data points, i.e., function values and gradients, to guide the search towards a potential global minimum. This new approach more effectively explores the search space, leading to better solution quality. It is also easy to implement and integrate into existing frameworks. Tested on the challenging CUTEst test set, it demonstrates superior performance compared to existing state-of-the-art methods, solving more problems to optimality with equivalent resource usage.

📄 PDF Abstract BibTeX arXiv:2405.10897

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian OptimizationregressionUncertainty Quantification

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

A framework for benchmarking uncertainty in deep regression

2021-09-10 · Franko Schmähling, Jörg Martin, Clemens Elster

We propose a framework for the assessment of uncertainty quantification in deep regression. The framework is based on regression problems where the regression function is a linear combination of nonlinear functions. Basi…

BenchmarkingregressionUncertainty Quantification

An Axiomatic Assessment of Entropy- and Variance-based Uncertainty Quantification in Regression

2025-04-25 · Christopher Bülte, Yusuf Sale, Timo Löhr, Paul Hofman 외

Uncertainty quantification (UQ) is crucial in machine learning, yet most (axiomatic) studies of uncertainty measures focus on classification, leaving a gap in regression settings with limited formal justification and eva…

regressionUncertainty Quantification

Evidential Uncertainty Quantification: A Variance-Based Perspective

2023-11-19 · Ruxiao Duan, Brian Caffo, Harrison X. Bai, Haris I. Sair 외

Uncertainty quantification of deep neural networks has become an active field of research and plays a crucial role in various downstream tasks such as active learning. Recent advances in evidential deep learning shed lig…

Active LearningClassificationDomain Adaptationregression+1

Are you sure? A Comprehensive and Comprehensible Survey of Uncertainty Quantification in Symbolic Regression

2026-06-04 · Julia Reuter, Fabricio Olivetti de Franca arxiv

Symbolic regression (SR) is a class of methods that systematically explore the space of mathematical functions to discover models that accurately capture the underlying relationships in a dataset. Despite recent advances…

Bayesian meta learning for trustworthy uncertainty quantification

2024-07-27 · Zhenyuan Yuan, Thinh T. Doan

We consider the problem of Bayesian regression with trustworthy uncertainty quantification. We define that the uncertainty quantification is trustworthy if the ground truth can be captured by intervals dependent on the p…

Meta-LearningregressionUncertainty Quantification