← Back to feed
2026-06-25infrascalingcode

Autoregressive Boltzmann Generators

Danyal Rehman, Charlie B. Tan, Yoshua Bengio, Avishek Joey Bose, Alexander Tong

PDF preview for Autoregressive Boltzmann Generators
Read on arXiv →

Key claim

ArBG reduces energy error by over 60% in simulations.

In plain English

Imagine you're trying to simulate how molecules behave at equilibrium, which is crucial for understanding chemical processes. Traditionally, researchers have used methods like Boltzmann Generators that rely on normalizing flows to generate samples. However, these flows can be limited in their ability to express complex distributions or can be computationally expensive, especially when dealing with continuous data. This is where things can go wrong: if the model can't capture the necessary details, the samples it generates won't accurately reflect reality, leading to poor predictions and insights. This issue is known as limited expressivity and high computational cost, which can hinder progress in molecular simulations.

To address these challenges, the authors propose a new approach called Autoregressive Boltzmann Generators. Instead of sticking to the flow-based paradigm, this method allows for more flexible modeling by using autoregressive techniques. This means that the model can generate samples sequentially, making it easier to incorporate complex dependencies and interventions during inference. The authors also leverage architectures that have proven effective in large language models, enhancing scalability and performance.

The results are promising: the new ArBG framework shows significant improvements over traditional flow-based models, particularly in larger peptide systems like the 10-residue Chignolin. Notably, they introduce a transferable model named Robin, which achieves over a 60% reduction in zero-shot energy error for 8-residue systems compared to previous state-of-the-art methods. For anyone working on molecular simulations, this advancement could lead to more accurate and efficient modeling, ultimately accelerating research and development in fields like drug discovery and materials science.

Novelty
8.0/10

The introduction of Autoregressive Boltzmann Generators represents a significant shift from traditional flow-based models.

Reliability
8.0/10

The empirical results show substantial improvements over existing methods with strong benchmarks.

Deep reliability assessment

The methodology supports the claim that autoregressive likelihood models can outperform several flow-based Boltzmann Generator baselines on peptide benchmarks under a fixed energy-evaluation budget, especially for Chignolin. The broader claim that ARBG generally overcomes flow-based BG limitations is less fully established, because the evidence is still concentrated on peptide systems, depends on ordering/binning choices, and does not deeply test much larger or sharper-energy molecular systems.

Reproducibility

Yes for code: the paper links an implementation at https://github.com/danyalrehman/autobg. The evaluation uses prior benchmark configurations from Tan et al. and the ManyPeptidesMD dataset for transferable evaluation, but the excerpt does not confirm whether all trained checkpoints and preprocessing scripts are released.

Key figure

Figure 1 shows ARBG scaling curves on Chignolin as loss versus FLOPs for models from 8M to 126M parameters, alongside ROBIN versus MD and Prose across energy-evaluation budgets on Wasserstein-based metrics.

Benchmark results

Tri-alanine (AL3)E-W2 lower is better: 0.202vs GMM-PixelCNN++-0.047 absolute, about 18.9% lowerSOTA
Alanine tetrapeptide (AL4)E-W2 lower is better: 0.449vs FALCON-0.237 absolute, about 34.5% lowerSOTA
Hexa-alanine (AL6)E-W2 lower is better: 0.328vs ARBG (T = 1)-0.394 absolute, about 54.6% lowerSOTA
Chignolin (GYDPETGTWG)E-W2 lower is better: 1.723vs ARBG (T = 1)-6.219 absolute, about 78.3% lowerSOTA
Chignolin (GYDPETGTWG)T-W2 lower is better: 2.632vs ARBG (T = 1)-0.148 absolute, about 5.3% lowerSOTA
GitHub1 repo
danyalrehman/autobgOfficial