Papers › q-Paths: Generalizing the Geometric Annealing Path using Power Means

q-Paths: Generalizing the Geometric Annealing Path using Power Means

1 Jul 2021arXiv:2107.00745archive 2025-07-28

Vaden Masrani, Rob Brekelmans, Thang Bui, Frank Nielsen, Aram Galstyan, Greg Ver Steeg, Frank Wood

Many common machine learning methods involve the geometric annealing path, a sequence of intermediate densities between two distributions of interest constructed using the geometric average. While alternatives such as the moment-averaging path have demonstrated performance gains in some settings, their practical applicability remains limited by exponential family endpoint assumptions and a lack of closed form energy function. In this work, we introduce q-paths, a family of paths which is derived from a generalized notion of the mean, includes the geometric and arithmetic mixtures as special cases, and admits a simple closed form involving the deformed logarithm function from nonextensive thermodynamics. Following previous analysis of the geometric path, we interpret our q-paths as corresponding to a q-exponential family of distributions, and provide a variational representation of intermediate densities as minimizing a mixture of α-divergences to the endpoints. We show that small deviations away from the geometric path yield empirical gains for Bayesian inference using Sequential Monte Carlo and generative model evaluation using Annealed Importance Sampling.

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="2107.00745")

Code

Syntology Ran 1 of 15 code samples harvested from 1 repository linked to this paper; 14 have no recorded run. Of those that ran: 1 ran · our draft was wrong.

By repository: official repository: 15 samples from 1 repository, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

vmasrani/qpaths_uai_2021 officialmentioned in papermentioned on GitHubApache-2.0 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

15 samples harvested; 1 ran; 0 honoured the contract we drafted; 14 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.

1ran · our draft was wrong
14unverified

Licence: 0 of the 15 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 vmasrani/qpaths_uai_2021. “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.

tqdm_joblib vmasrani/qpaths_uai_2021/toy/src/utils.py official repository ran · our draft was wrong Apache-2.0 (permissive) · fc7032ef481eaeb0 · report
essl vmasrani/qpaths_uai_2021/smc/src/qhelpers.py official repository unverified Apache-2.0 (permissive) · 11b3456d762ba64f · report
gaus_log_prob vmasrani/qpaths_uai_2021/toy/src/hmc.py official repository unverified Apache-2.0 (permissive) · e29f668c27639d43 · report
geometric_average vmasrani/qpaths_uai_2021/toy/src/ais.py official repository unverified Apache-2.0 (permissive) · 13d3e55b78d72af6 · report
hmc vmasrani/qpaths_uai_2021/toy/src/hmc.py official repository unverified Apache-2.0 (permissive) · 6ab30bbf0cd034ba · report
leapfrog vmasrani/qpaths_uai_2021/toy/src/hmc.py official repository unverified Apache-2.0 (permissive) · 7322057dc47258d9 · report
log_f_i_geometric vmasrani/qpaths_uai_2021/ais/ais.py official repository unverified Apache-2.0 (permissive) · 00b910b73a0b26b5 · report
log_f_i_qpath vmasrani/qpaths_uai_2021/ais/ais.py official repository unverified Apache-2.0 (permissive) · 4777b5cce48437fa · report
log_sum_weighted_exp vmasrani/qpaths_uai_2021/ais/ais.py official repository unverified Apache-2.0 (permissive) · 2fd96fd053ae2bbd · report
log_sum_weighted_exp vmasrani/qpaths_uai_2021/smc/src/qhelpers.py official repository unverified Apache-2.0 (permissive) · d53b94e96c4b67fd · report
logpdf_to_qlogpdf vmasrani/qpaths_uai_2021/smc/src/qhelpers.py official repository unverified Apache-2.0 (permissive) · 9176ce140edef3ad · report
moment_average vmasrani/qpaths_uai_2021/toy/src/ais.py official repository unverified Apache-2.0 (permissive) · 554153c2f7d049eb · report
pmap vmasrani/qpaths_uai_2021/toy/src/utils.py official repository unverified Apache-2.0 (permissive) · d4624bf8815e34ed · report
student_moment_average vmasrani/qpaths_uai_2021/toy/src/ais.py official repository unverified Apache-2.0 (permissive) · edb6b4ae38f4ff33 · report
validate_dataset_path vmasrani/qpaths_uai_2021/smc/src/assertions.py official repository unverified Apache-2.0 (permissive) · a076b5ac757f4ad0 · report

Tasks

Bayesian Inference

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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