← Search

Jinlin Lai

5 accepted papers

2026

Predictive variational inference: Learn the predictively optimal posterior distribution

ICML 2026poster

Vanilla variational inference finds an optimal approximation to the Bayesian posterior distribution, but even the exact Bayesian posterior is often not meaningful under model misspecification. We propose predictive variational inference (PVI): a general inference framework that seeks and samples fro…

Cited by 7SourceScholar
2025

Active Measurement: Efficient Estimation at Scale

NeurIPS 2025poster

AI has the potential to transform scientific discovery by analyzing vast datasets with little human effort. However, current workflows often do not provide the accuracy or statistical guarantees that are needed. We introduce \emph{active measurement}, a human-in-the-loop AI framework for scientific…

Cited by 0SourceScholar
2024

Hamiltonian Monte Carlo Inference of Marginalized Linear Mixed-Effects Models

NeurIPS 2024poster

Bayesian reasoning in linear mixed-effects models (LMMs) is challenging and often requires advanced sampling techniques like Markov chain Monte Carlo (MCMC). A common approach is to write the model in a probabilistic programming language and then sample via Hamiltonian Monte Carlo (HMC). However, th…

2023

Automatically marginalized MCMC in probabilistic programming

ICML 2023poster

Hamiltonian Monte Carlo (HMC) is a powerful algorithm to sample latent variables from Bayesian models. The advent of probabilistic programming languages (PPLs) frees users from writing inference algorithms and lets users focus on modeling. However, many models are difficult for HMC to solve directly…