paper-with-me

홈 › Papers

Equilibrium Training of Energy-Based Models with Parallel Trajectory Tempering

2026-07-29 · Nicolas Béreux, Aurélien Decelle, Cyril Furtlehner, Beatriz Seoane arxiv

Energy-Based Models (EBMs) provide an interpretable framework for generative modeling of scientific data, but poor Markov Chain Monte Carlo mixing often limits their reliability. We introduce a training algorithm based on Parallel Trajectory Tempering (PTT), which exploits the continuity of the optimization path to maintain equilibrium sampling throughout learning. This enables stable and fast training on highly multimodal and data-scarce scientific datasets. Combined with reservoir sampling and adaptive optimization, PTT has a computational cost comparable to Persistent Contrastive Divergence, making it a practical replacement for standard training methods. It also provides direct estimates of thermalization times, equilibrium samples from trained models, and accurate log-likelihoods at essentially no additional cost. Experiments on Restricted Boltzmann Machines show that PTT consistently outperforms existing EBM training approaches. On discrete tabular data, it also surpasses state-of-the-art deep generative models, yielding higher-quality samples and greater robustness to overfitting and limited data. Our results make equilibrium maximum-likelihood training of EBMs practical and computationally efficient.

📄 PDF Abstract BibTeX arXiv:2607.27077

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

IsingFormer: Augmenting Parallel Tempering With Learned Proposals

2025-09-27 · Saleh Bunaiyan, Corentin Delacour, Shuvro Chowdhury, Kyle Lee 외 arxiv

Markov Chain Monte Carlo (MCMC) underlies both statistical physics and combinatorial optimization, but mixes slowly near critical points and in rough landscapes. Parallel Tempering (PT) improves mixing by swapping replic…

Generating Physically Consistent Molecules with Energy-Based Models

2026-05-18 · Christoph Griesbacher, Lea Bogensperger, Andreas Habring, Thomas Pock arxiv

Molecules in equilibrium follow a Boltzmann distribution, making the underlying energy landscape a physically grounded modeling objective. However, such landscapes are difficult to learn from data and, once learned, hard…

Enhancing Gradient-based Discrete Sampling via Parallel Tempering

2025-02-26 · Luxu Liang, Yuhang Jia, Feng Zhou

While gradient-based discrete samplers are effective in sampling from complex distributions, they are susceptible to getting trapped in local minima, particularly in high-dimensional, multimodal discrete distributions, o…

Energy-guided Recursive Model

2026-07-11 · Yifei Zhao, Ying Tang arxiv

Recursive reasoning models address structured problems by repeatedly updating latent states of small neural networks. However, their test-time scaling lacks a principled inference mechanism: increasing depth or stochasti…

Solving Integer Linear Programming with Parallel Tempering

2026-05-28 · Kyuil Sim, Sanghyeok Choi, Jinkyoo Park arxiv

Integer Linear Programming (ILP) serves as a versatile framework for modeling a wide range of combinatorial optimization problems, typically addressed by sophisticated exact solvers or heuristics. While learning-based ap…