Papers › Improving Hyperparameter Learning under Approximate Inference in Gaussian Process Models

Improving Hyperparameter Learning under Approximate Inference in Gaussian Process Models

7 Jun 2023arXiv:2306.04201archive 2025-07-28

Rui Li, ST John, Arno Solin

Approximate inference in Gaussian process (GP) models with non-conjugate likelihoods gets entangled with the learning of the model hyperparameters. We improve hyperparameter learning in GP models and focus on the interplay between variational inference (VI) and the learning target. While VI's lower bound to the marginal likelihood is a suitable objective for inferring the approximate posterior, we show that a direct approximation of the marginal likelihood as in Expectation Propagation (EP) is a better learning objective for hyperparameter optimization. We design a hybrid training procedure to bring the best of both worlds: it leverages conjugate-computation VI for inference and uses an EP-like marginal likelihood approximation for hyperparameter learning. We compare VI, EP, Laplace approximation, and our proposed training procedure and empirically demonstrate the effectiveness of our proposal across a wide range of data sets.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2306.04201")

Code

Syntology Ran 3 of 19 code samples harvested from 2 repositories linked to this paper; 16 have no recorded run. Of those that ran: 3 ran with no contract checked.

By repository: official repository: 14 samples from 1 repository, 3 ran; found in paper text by Syntology: 5 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

aaltoml/improved-hyperparameter-learning officialmentioned in papermentioned on GitHubtfMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

19 samples harvested; 3 ran; 0 honoured the contract we drafted; 16 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran
16unverified

Licence: 0 of the 19 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

add_classficiation aaltoml/improved-hyperparameter-learning/python/bayesian_benchmarks/data.py official repository ran MIT (permissive) · 9b436ef2d0792040 · report
add_regression aaltoml/improved-hyperparameter-learning/python/bayesian_benchmarks/data.py official repository ran MIT (permissive) · 5cadf1fc3261f6c0 · report
normalize aaltoml/improved-hyperparameter-learning/python/bayesian_benchmarks/data.py official repository ran fingerprinted MIT (permissive) · cba0faabe1fa7dc7 · report
adapt_array aaltoml/improved-hyperparameter-learning/python/bayesian_benchmarks/database_utils.py official repository unverified MIT (permissive) · f870491bfd736f8d · report
broadcasting_ABT aaltoml/improved-hyperparameter-learning/src/utils/util.py official repository unverified MIT (permissive) · 0989691c9ccd9673 · report
broadcasting_ATB aaltoml/improved-hyperparameter-learning/src/utils/util.py official repository unverified MIT (permissive) · a2f6bd90423824b5 · report
conditional_from_precision_sites_white aaltoml/improved-hyperparameter-learning/src/utils/util.py official repository unverified MIT (permissive) · 710c670579f1dfc9 · report
convert_array aaltoml/improved-hyperparameter-learning/python/bayesian_benchmarks/database_utils.py official repository unverified MIT (permissive) · 6969043e1e929528 · report
dict_to_lists aaltoml/improved-hyperparameter-learning/python/bayesian_benchmarks/database_utils.py official repository unverified MIT (permissive) · 287775627678ecfc · report
gpflow_log_inv_probit aaltoml/improved-hyperparameter-learning/src/new_bernoulli/compare_logphi.py official repository unverified MIT (permissive) · 8f109eb7cd08f71b · report
inv_probit aaltoml/improved-hyperparameter-learning/src/new_bernoulli/compare_logphi.py official repository unverified MIT (permissive) · b96b3647dd98a6d3 · report
logphi aaltoml/improved-hyperparameter-learning/src/new_bernoulli/logphi.py official repository unverified MIT (permissive) · 6de929b77412ac69 · report
new_log_inv_probit aaltoml/improved-hyperparameter-learning/src/new_bernoulli/logphi.py official repository unverified MIT (permissive) · f328d35a5192c364 · report
np_logphi aaltoml/improved-hyperparameter-learning/src/new_bernoulli/logphi.py official repository unverified MIT (permissive) · 485726aef7679d8c · report
classification_model secondmind-labs/bayesian_benchmarks/bayesian_benchmarks/models/non_bayesian_models.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 63e11d72c9447f5e · report
dict_to_lists secondmind-labs/bayesian_benchmarks/bayesian_benchmarks/database_utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · fc15d16c3abea6c5 · report
expand_to_absolute secondmind-labs/bayesian_benchmarks/bayesian_benchmarks/paths.py found in paper text by Syntology unverified Apache-2.0 (permissive) · c4378427f9c3bf42 · report
non_bayesian_model secondmind-labs/bayesian_benchmarks/bayesian_benchmarks/models/non_bayesian_models.py found in paper text by Syntology unverified Apache-2.0 (permissive) · f21ba8b805fe6210 · report
regression_model secondmind-labs/bayesian_benchmarks/bayesian_benchmarks/models/non_bayesian_models.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 8bd09fd901fa3107 · report

Tasks

Hyperparameter OptimizationVariational Inference

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

FocusGaussian ProcessVariational Inference

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections