Papers › Diffusion-based Annealed Boltzmann Generators : benefits, pitfalls and hopes

Diffusion-based Annealed Boltzmann Generators : benefits, pitfalls and hopes

28 Jan 2026arXiv:2601.21026added by Syntology

Louis Grenioux, Maxence Noble

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Sampling configurations at thermodynamic equilibrium is a central challenge in statistical physics. Boltzmann Generators (BGs) tackle it by combining a generative model with a Monte Carlo (MC) correction step to obtain asymptotically unbiased samples from an unnormalized target. Most current BGs use classic MC mechanisms such as importance sampling, which both require tractable likelihoods from the backbone model and scale poorly in high-dimensional, multi-modal targets. We study BGs built on annealed Monte Carlo (aMC), which is designed to overcome these limitations by bridging a simple reference to the target through a sequence of intermediate densities. Diffusion models (DMs) are powerful generative models and have already been incorporated into aMC-based recalibration schemes via the diffusion-induced density path, making them appealing backbones for aMC-BGs. We provide an empirical meta-analysis of DM-based aMC-BGs on controlled multi-modal Gaussian mixtures (varying mode separation, number of modes, and dimension), explicitly disentangling inference effects from learning effects by comparing (i) a perfectly learned DM and (ii) a DM trained from data. Even with a perfect DM, standard integrations using only first-order stochastic denoising kernels fail systematically, whereas second-order denoising kernels can substantially improve performance when covariance information is available. We further propose a deterministic aMC integration based on first-order transport maps derived from DMs, which outperforms the stochastic first-order variant at higher computational cost. Finally, in the learned-DM setting, all DM-aMC variants struggle to produce accurate BGs; we trace the main bottleneck to inaccurate DM log-density estimation. Code available at https://github.com/h2o64/dabg.

PaperPDFCode 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="2601.21026")

Code

Syntology Ran 1 of 23 code samples harvested from 1 repository linked to this paper; 22 have no recorded run. Of those that ran: 1 ran with no contract checked.

By repository: found in paper text by Syntology: 23 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.

h2o64/dabg found in paper text by Syntology report

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

23 samples harvested; 1 ran; 0 honoured the contract we drafted; 22 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
22unverified

Licence: 0 of the 23 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 h2o64/dabg. “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.

kaiming_uniform_zeros_ h2o64/dabg/dabg/networks/utils.py found in paper text by Syntology ran fingerprinted MIT (permissive) · dffbfb0a413afade · report
compute_grad_and_laplacian_batched_fn h2o64/dabg/dabg/networks/utils.py found in paper text by Syntology unverified MIT (permissive) · 34a3d5ccc2adbf8c · report
compute_laplacian_fn h2o64/dabg/dabg/networks/ebm.py found in paper text by Syntology unverified MIT (permissive) · 8e282faaa16c04a5 · report
compute_pairwise_sq_distance_diff h2o64/dabg/dabg/metrics/mmd.py found in paper text by Syntology unverified MIT (permissive) · 81772ea13e2c90e8 · report
compute_pairwise_sq_distance_same h2o64/dabg/dabg/metrics/mmd.py found in paper text by Syntology unverified MIT (permissive) · e63b2f2f8ef209d1 · report
compute_random_proj_cdf h2o64/dabg/dabg/metrics/ks.py found in paper text by Syntology unverified MIT (permissive) · 33708cbaa252489c · report
compute_sliced_ks h2o64/dabg/dabg/metrics/ks.py found in paper text by Syntology unverified MIT (permissive) · 4dd14b25d03f623f · report
compute_value_and_grad_and_laplacian_fn h2o64/dabg/dabg/networks/ebm.py found in paper text by Syntology unverified MIT (permissive) · 30f1c3a3a2ba56d0 · report
compute_value_and_value_d_t h2o64/dabg/dabg/networks/ebm.py found in paper text by Syntology unverified MIT (permissive) · ffbc442b55fe8cce · report
cov_of_mog h2o64/dabg/dabg/distr/utils.py found in paper text by Syntology unverified MIT (permissive) · 944ffc1e825b0214 · report
cov_of_mog_batch h2o64/dabg/dabg/distr/utils.py found in paper text by Syntology unverified MIT (permissive) · eb1c1a67385d4822 · report
diag_standardize_gauss_params h2o64/dabg/dabg/distr/gauss.py found in paper text by Syntology unverified MIT (permissive) · 90bfee50e7465f2e · report
full_standardize_gauss_params h2o64/dabg/dabg/distr/gauss.py found in paper text by Syntology unverified MIT (permissive) · 0c17cc6547d5135b · report
gauss_kernel h2o64/dabg/dabg/metrics/mmd.py found in paper text by Syntology unverified MIT (permissive) · dc8452534f652dbb · report
heuristics_step_size h2o64/dabg/dabg/mcmc/utils.py found in paper text by Syntology unverified MIT (permissive) · e98548faaafafd2a · report
kaiming_normal_zeros_ h2o64/dabg/dabg/networks/utils.py found in paper text by Syntology unverified MIT (permissive) · 050f49ca2d4ec694 · report
log_prob_multivariate_normal_diag h2o64/dabg/dabg/mcmc/utils.py found in paper text by Syntology unverified MIT (permissive) · 611d01886cc9b963 · report
mala_step h2o64/dabg/dabg/mcmc/samplers.py found in paper text by Syntology unverified MIT (permissive) · d63a5f3defe5b8b1 · report
mean_of_mog h2o64/dabg/dabg/distr/utils.py found in paper text by Syntology unverified MIT (permissive) · 5994f86d61124681 · report
rejection_sampling h2o64/dabg/dabg/distr/manywell.py found in paper text by Syntology unverified MIT (permissive) · 612d95cca0e9d605 · report
rwmh_step h2o64/dabg/dabg/mcmc/samplers.py found in paper text by Syntology unverified MIT (permissive) · f0d257a9370efb5e · report
sample_multivariate_normal_diag h2o64/dabg/dabg/mcmc/utils.py found in paper text by Syntology unverified MIT (permissive) · 76fbbcaa72d4be50 · report
ula_step h2o64/dabg/dabg/mcmc/samplers.py found in paper text by Syntology unverified MIT (permissive) · 4fb1af22577efcaa · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2601.21026, was issued in January 2026, after that date, so the archive has no leaderboard rows for it.

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