← Search

Kyurae Kim

14 accepted papers

2026

Stochastic Gradient Variational Inference with Price's Gradient Estimator from Bures-Wasserstein to Parameter Space

ICML 2026poster

For approximating a target distribution given only its unnormalized log-density, stochastic gradient-based variational inference (VI) algorithms are a popular approach. For example, Wasserstein VI (WVI) and black-box VI (BBVI) perform gradient descent in measure space (Bures-Wasserstein space) and p…

Cited by 0SourceScholar
2025

Covering Multiple Objectives with a Small Set of Solutions Using Bayesian Optimization

NeurIPS 2025poster

In multi-objective black-box optimization, the goal is typically to find solutions that optimize a set of $T$ black-box objective functions, $f_1, \ldots f_T$, simultaneously. Traditional approaches often seek a single Pareto-optimal set that balances trade-offs among all objectives. In contrast, w…

Cited by 0SourcecodeScholar
2025

Nearly Dimension-Independent Convergence of Mean-Field Black-Box Variational Inference

NeurIPS 2025poster

We prove that, given a mean-field location-scale variational family, black-box variational inference (BBVI) with the reparametrization gradient converges at a rate that is nearly independent of explicit dimension dependence. Specifically, for a $d$-dimensional strongly log-concave and log-smooth tar…

Cited by 0SourceScholar
2025

Personalized Convolutional Dictionary Learning of Physiological Time Series

AISTATS 2025poster

Human physiological signals tend to exhibit both global and local structures: the former are shared across a population, while the latter reflect inter-individual variability. For instance, kinetic measurements of the gait cycle during locomotion present common characteristics, although idiosyncras…

Cited by 0SourcecodeScholar
2025

Tuning Sequential Monte Carlo Samplers via Greedy Incremental Divergence Minimization

ICML 2025poster

The performance of sequential Monte Carlo (SMC) samplers heavily depends on the tuning of the Markov kernels used in the path proposal. For SMC samplers with unadjusted Markov kernels, standard tuning objectives, such as the Metropolis-Hastings acceptance rate or the expected-squared jump distance,…

Cited by 0SourcePDFScholar
2024

Approximation-Aware Bayesian Optimization

NeurIPS 2024spotlight

High-dimensional Bayesian optimization (BO) tasks such as molecular design often require $>10,$$000$ function evaluations before obtaining meaningful results. While methods like sparse variational Gaussian processes (SVGPs) reduce computational requirements in these settings, the underlying approxim…

Cited by 1SourcePDFScholar
2024

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

AISTATS 2024poster

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 family specification. In particular, we prove a quadratic bound on the gradient v…

Cited by 11SourcePDFScholar
2024

Provably Scalable Black-Box Variational Inference with Structured Variational Families

ICML 2024poster

Variational families with full-rank covariance approximations are known not to work well in black-box variational inference (BBVI), both empirically and theoretically. In fact, recent computational complexity results for BBVI have established that full-rank variational families scale poorly with the…

Cited by 0SourcePDFScholar
2024

Stochastic Approximation with Biased MCMC for Expectation Maximization

AISTATS 2024poster

The expectation maximization (EM) algorithm is a widespread method for empirical Bayesian inference, but its expectation step (E-step) is often intractable. Employing a stochastic approximation scheme with Markov chain Monte Carlo (MCMC) can circumvent this issue, resulting in an algorithm known as…

2023

On the Convergence of Black-Box Variational Inference

NeurIPS 2023poster

We provide the first convergence guarantee for black-box variational inference (BBVI) with the reparameterization gradient. While preliminary investigations worked on simplified versions of BBVI (e.g., bounded domain, bounded support, only optimizing for the scale, and such), our setup does not ne…

Cited by 26SourcePDFScholar
2023

Practical and Matching Gradient Variance Bounds for Black-Box Variational Bayesian Inference

ICML 2023oral

Understanding the gradient variance of black-box variational inference (BBVI) is a crucial step for establishing its convergence and developing algorithmic improvements. However, existing studies have yet to show that the gradient variance of BBVI satisfies the conditions used to study the convergen…

Cited by 6SourcePDFScholar
2023

The Behavior and Convergence of Local Bayesian Optimization

NeurIPS 2023spotlight

A recent development in Bayesian optimization is the use of local optimization strategies, which can deliver strong empirical performance on high-dimensional problems compared to traditional global strategies. The "folk wisdom" in the literature is that the focus on local optimization sidesteps the…

2022

Markov Chain Score Ascent: A Unifying Framework of Variational Inference with Markovian Gradients

NeurIPS 2022accept

Minimizing the inclusive Kullback-Leibler (KL) divergence with stochastic gradient descent (SGD) is challenging since its gradient is defined as an integral over the posterior. Recently, multiple methods have been proposed to run SGD with biased gradient estimates obtained from a Markov chain. This…