paper-with-me

Papers

Stochastic Gradient Line Bayesian Optimization for Efficient Noise-Robust Optimization of Parameterized Quantum Circuits

2021-11-15 · Shiro Tamiya, Hayata Yamasaki

Optimizing parameterized quantum circuits is a key routine in using near-term quantum devices. However, the existing algorithms for such optimization require an excessive number of quantum-measurement shots for estimating expectation values of observables and repeating many iterations, whose cost has been a critical obstacle for practical use. We develop an efficient alternative optimization algorithm, stochastic gradient line Bayesian optimization (SGLBO), to address this problem. SGLBO reduces the measurement-shot cost by estimating an appropriate direction of updating circuit parameters based on stochastic gradient descent (SGD) and further utilizing Bayesian optimization (BO) to estimate the optimal step size for each iteration in SGD. In addition, we formulate an adaptive measurement-shot strategy and introduce a technique of suffix averaging to reduce the effect of statistical and hardware noise. Our numerical simulation demonstrates that the SGLBO augmented with these techniques can drastically reduce the measurement-shot cost, improve the accuracy, and make the optimization noise-robust.

📄 PDF Abstract BibTeX arXiv:2111.07952

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian Optimization

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Kalman Filter Tuning with Bayesian Optimization

2019-12-17

Many state estimation algorithms must be tuned given the state space process and observation models, the process and observation noise parameters must be chosen. Conventional tuning approaches rely on heuristic hand-tuni…

Bayesian OptimizationState Estimation

Bayesian Learning via Stochastic Gradient Langevin Dynamics

2011-07-28 · ICML 2011 2011 7 · Max Welling, Yee Whye Teh

In this paper we propose a new framework for learning from large scale datasets based on iterative learning from small mini-batches. By adding the right amount of noise to a standard stochastic gradient optimization al- …

regression

Stochastic Variational Inference for Bayesian Sparse Gaussian Process Regression

2017-11-01 · Haibin Yu, Trong Nghia Hoang, Kian Hsiang Low, Patrick Jaillet

This paper presents a novel variational inference framework for deriving a family of Bayesian sparse Gaussian process regression (SGPR) models whose approximations are variationally optimal with respect to the full-rank …

GPRregressionStochastic OptimizationVariational Inference

Robust Stochastic Gradient Posterior Sampling with Lattice Based Discretisation

2026-02-17 · Zier Mensch, Lars Holdijk, Samuel Duffield, Maxwell Aifer 외 arxiv

Stochastic-gradient MCMC methods enable scalable Bayesian posterior sampling but often suffer from sensitivity to minibatch size and gradient noise. To address this, we propose Stochastic Gradient Lattice Random Walk (SG…

Scalable Bayesian Learning of Recurrent Neural Networks for Language Modeling

2016-11-23 · ACL 2017 7 · Zhe Gan, Chunyuan Li, Changyou Chen, Yunchen Pu 외

Recurrent neural networks (RNNs) have shown promising performance for language modeling. However, traditional training of RNNs using back-propagation through time often suffers from overfitting. One reason for this is th…

Language ModelingLanguage ModellingStochastic Optimization