paper-with-me

Papers

A One-bit, Comparison-Based Gradient Estimator

2020-10-06 · HanQin Cai, Daniel Mckenzie, Wotao Yin, Zhenliang Zhang

We study zeroth-order optimization for convex functions where we further assume that function evaluations are unavailable. Instead, one only has access to a $\textit{comparison oracle}$, which given two points $x$ and $y$ returns a single bit of information indicating which point has larger function value, $f(x)$ or $f(y)$. By treating the gradient as an unknown signal to be recovered, we show how one can use tools from one-bit compressed sensing to construct a robust and reliable estimator of the normalized gradient. We then propose an algorithm, coined SCOBO, that uses this estimator within a gradient descent scheme. We show that when $f(x)$ has some low dimensional structure that can be exploited, SCOBO outperforms the state-of-the-art in terms of query complexity. Our theoretical claims are verified by extensive numerical experiments.

📄 PDF Abstract BibTeX arXiv:2010.02479

Code (1)

caesarcai/SCOBO 공식 구현

Tasks

compressed sensing

Similar Papers 제목 키워드 기반

New Tricks for Estimating Gradients of Expectations

2019-01-31 · Christian J. Walder, Paul Roussel, Richard Nock, Cheng Soon Ong 외

We introduce a family of pairwise stochastic gradient estimators for gradients of expectations, which are related to the log-derivative trick, but involve pairwise interactions between samples. The simplest example of ou…

Multilevel Monte Carlo Variational Inference

2019-02-01 · Masahiro Fujisawa, Issei Sato

We propose a variance reduction framework for variational inference using the Multilevel Monte Carlo (MLMC) method. Our framework is built on reparameterized gradient estimators and "recycles" parameters obtained from pa…

Stochastic OptimizationVariational Inference

Linear Convergence of Black-Box Variational Inference: Should We Stick the Landing?

2023-07-27 · Kyurae Kim, Yian Ma, Jacob R. Gardner

We prove that black-box variational inference (BBVI) with control variates, particularly the sticking-the-landing (STL) estimator, converges at a geometric (traditionally called "linear") rate under perfect variational f…

Variational Inference

Path Sample-Analytic Gradient Estimators for Stochastic Binary Networks

2020-06-04 · NeurIPS 2020 12 · Alexander Shekhovtsov, Viktor Yanush, Boris Flach

In neural networks with binary activations and or binary weights the training by gradient descent is complicated as the model has piecewise constant response. We consider stochastic binary networks, obtained by adding no…

Derivative-Free Optimization via Finite Difference Approximation: An Experimental Study

2024-10-31 · Wang Du-Yi, Liang Guo, Liu Guangwu, Zhang Kun

Derivative-free optimization (DFO) is vital in solving complex optimization problems where only noisy function evaluations are available through an oracle. Within this domain, DFO via finite difference (FD) approximation…