Papers › Energy Matching: Unifying Flow Matching and Energy-Based Models for Generative Modeling

Energy Matching: Unifying Flow Matching and Energy-Based Models for Generative Modeling

14 Apr 2025arXiv:2504.10612archive 2025-07-28

Michal Balcerak, Tamaz Amiranashvili, Antonio Terpin, Suprosanna Shit, Sebastian Kaltenbach, Petros Koumoutsakos, Bjoern Menze

The most widely used generative models map noise and data distributions by matching flows or scores. However, they struggle to incorporate partial observations and additional priors--something energy-based models (EBMs) handle elegantly by simply adding corresponding scalar energy terms. We address this issue by proposing Energy Matching, a framework that endows flow-based approaches with the flexibility of EBMs. Far from the data manifold, samples move along curl-free, optimal transport paths from noise to data. As they approach the data manifold, an entropic energy term guides the system into a Boltzmann equilibrium distribution, explicitly capturing the underlying likelihood structure of the data. We parameterize this dynamic with a single time-independent scalar field, which serves as both a powerful generator and a flexible prior for effective regularization of inverse problems. Our method substantially outperforms existing EBMs on CIFAR-10 and ImageNet generation in terms of fidelity, while retaining simulation-free training of transport-based approaches away from the data manifold. Furthermore, we leverage the method's flexibility to introduce an interaction energy that supports diverse mode exploration, which we demonstrate in a controlled protein-generation setting. Our approach focuses on learning a scalar potential energy--without time-conditioning, auxiliary generators, or additional networks--which marks a significant departure from recent EBM methods. We believe that this simplified framework significantly advances EBMs capabilities and paves the way for their wider adoption in generative modeling across diverse domains.

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

Code

Syntology Ran 3 of 13 code samples harvested from 1 repository linked to this paper; 10 have no recorded run. Of those that ran: 1 ran · honoured contract; 2 ran · violated contract.

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

m1balcerak/EnergyMatching found in paper text by SyntologyMIT 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

13 samples harvested; 3 ran; 1 honoured the contract we drafted; 10 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 · honoured contract
2ran · violated contract
10unverified

Licence: 0 of the 13 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 m1balcerak/EnergyMatching. “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.

identity m1balcerak/EnergyMatching/experiments/proteins/model_proteins.py found in paper text by Syntology ran · honoured contract MIT (permissive) · 7f1040f5e3991d5e · report
default m1balcerak/EnergyMatching/experiments/proteins/model_proteins.py found in paper text by Syntology ran · violated contract MIT (permissive) · d1ef6b8cb9a28a53 · report
exists m1balcerak/EnergyMatching/experiments/proteins/model_proteins.py found in paper text by Syntology ran · violated contract MIT (permissive) · 608e364a9d2376a3 · report
count_parameters m1balcerak/EnergyMatching/experiments/imagenet/train_imagenet_multigpu.py found in paper text by Syntology unverified MIT (permissive) · 13210c7a72367242 · report
count_parameters m1balcerak/EnergyMatching/experiments/cifar10/train_cifar_multigpu.py found in paper text by Syntology unverified MIT (permissive) · 739a5d9710e2ce1f · report
create_timestamped_dir m1balcerak/EnergyMatching/utils_cifar_imagenet.py found in paper text by Syntology unverified MIT (permissive) · 20d1352a944eba7f · report
dummy_time m1balcerak/EnergyMatching/experiments/cifar10/network_transformer_vit.py found in paper text by Syntology unverified MIT (permissive) · 8ca540f28a718e8e · report
get_cifar10_train_loader m1balcerak/EnergyMatching/experiments/cifar10/fid_cifar_heun_1gpu.py found in paper text by Syntology unverified MIT (permissive) · ecebc813e8544d40 · report
gibbs_sampling_time_sweep m1balcerak/EnergyMatching/utils_cifar_imagenet.py found in paper text by Syntology unverified MIT (permissive) · 02ee8105b772a74b · report
parse_channel_mult m1balcerak/EnergyMatching/experiments/imagenet/config_multigpu_imagenet32.py found in paper text by Syntology unverified MIT (permissive) · 200add9e5ad187ee · report
sde_euler_maruyama_final m1balcerak/EnergyMatching/utils_cifar_imagenet.py found in paper text by Syntology unverified MIT (permissive) · d72c93ebd93e4dce · report
soft_clamp m1balcerak/EnergyMatching/experiments/cifar10/network_transformer_vit.py found in paper text by Syntology unverified MIT (permissive) · c6da4dca737892c0 · report
unpickle m1balcerak/EnergyMatching/experiments/imagenet/dataset_imagenet32.py found in paper text by Syntology unverified MIT (permissive) · ed993db42c75bec3 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

EBM

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