Papers › Generalized Schrödinger Bridge Matching

Generalized Schrödinger Bridge Matching

3 Oct 2023arXiv:2310.02233archive 2025-07-28

Guan-Horng Liu, Yaron Lipman, Maximilian Nickel, Brian Karrer, Evangelos A. Theodorou, Ricky T. Q. Chen

Modern distribution matching algorithms for training diffusion or flow models directly prescribe the time evolution of the marginal distributions between two boundary distributions. In this work, we consider a generalized distribution matching setup, where these marginals are only implicitly described as a solution to some task-specific objective function. The problem setup, known as the Generalized Schr\"odinger Bridge (GSB), appears prevalently in many scientific areas both within and without machine learning. We propose Generalized Schr\"odinger Bridge Matching (GSBM), a new matching algorithm inspired by recent advances, generalizing them beyond kinetic energy minimization and to account for task-specific state costs. We show that such a generalization can be cast as solving conditional stochastic optimal control, for which efficient variational approximations can be used, and further debiased with the aid of path integral theory. Compared to prior methods for solving GSB problems, our GSBM algorithm better preserves a feasible transport map between the boundary distributions throughout training, thereby enabling stable convergence and significantly improved scalability. We empirically validate our claims on an extensive suite of experimental setups, including crowd navigation, opinion depolarization, LiDAR manifolds, and image domain transfer. Our work brings new algorithmic opportunities for training diffusion models enhanced with task-specific optimality structures. Code available at https://github.com/facebookresearch/generalized-schrodinger-bridge-matching

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

Code

Syntology Ran 17 of 21 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 1 ran · honoured contract; 16 ran with no contract checked.

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

facebookresearch/generalized-schrodinger-bridge-matching officialmentioned in papermentioned on GitHubpytorchNOASSERTION 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

21 samples harvested; 17 ran; 1 honoured the contract we drafted; 4 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
16ran
4unverified

Licence: 21 of the 21 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 facebookresearch/generalized-schrodinger-bridge-matching. “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.

base2_fourier_features facebookresearch/generalized-schrodinger-bridge-matching/gsbm/unet.py official repository ran fingerprinted licence not identified · pointer only · c0feeff7ebd754aa · report
bm_loss facebookresearch/generalized-schrodinger-bridge-matching/gsbm/match_loss.py official repository ran licence not identified · pointer only · f2e746c7e4f45b7b · report
build_img_loss_fn facebookresearch/generalized-schrodinger-bridge-matching/gsbm/gaussian_path.py official repository ran licence not identified · pointer only · 3fb9c8c86c9d1724 · report
build_loss_fn facebookresearch/generalized-schrodinger-bridge-matching/gsbm/gaussian_path.py official repository ran licence not identified · pointer only · 6b97bcbf23260edd · report
build_optim facebookresearch/generalized-schrodinger-bridge-matching/gsbm/gaussian_path.py official repository ran licence not identified · pointer only · 3ca8e54de09b8c99 · report
build_partition facebookresearch/generalized-schrodinger-bridge-matching/afhq_sample.py official repository ran licence not identified · pointer only · 9968fceea727fff9 · report
cubic_interp1d facebookresearch/generalized-schrodinger-bridge-matching/gsbm/interp1d.py official repository ran licence not identified · pointer only · 5264bc4910d96ce6 · report
est_entropy_cost facebookresearch/generalized-schrodinger-bridge-matching/gsbm/evaluator.py official repository ran fingerprinted licence not identified · pointer only · c5dda1a3509303bb · report
get_direction facebookresearch/generalized-schrodinger-bridge-matching/afhq_sample.py official repository ran licence not identified · pointer only · 64f8afb8755d4452 · report
get_dist_boundary facebookresearch/generalized-schrodinger-bridge-matching/gsbm/dataset.py official repository ran licence not identified · pointer only · 3405bfb64f80e5c7 · report
get_sampler facebookresearch/generalized-schrodinger-bridge-matching/gsbm/dataset.py official repository ran licence not identified · pointer only · 6c3287f25897592a · report
identity_map facebookresearch/generalized-schrodinger-bridge-matching/gsbm/unet.py official repository ran fingerprinted licence not identified · pointer only · 082ad53a03766bc9 · report
laplacian facebookresearch/generalized-schrodinger-bridge-matching/gsbm/match_loss.py official repository ran licence not identified · pointer only · d3376279888bc791 · report
linear_interp1d facebookresearch/generalized-schrodinger-bridge-matching/gsbm/interp1d.py official repository ran licence not identified · pointer only · 6821bc6bb1e9a187 · report
normal_logprob facebookresearch/generalized-schrodinger-bridge-matching/gsbm/dataset.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · 37fb022c60d70c5c · report
qt_quad_cost facebookresearch/generalized-schrodinger-bridge-matching/gsbm/experimental.py official repository ran licence not identified · pointer only · a3f751b2478d9a71 · report
shuffle facebookresearch/generalized-schrodinger-bridge-matching/gsbm/evaluator.py official repository ran fingerprinted licence not identified · pointer only · d0bda32f4b2dc376 · report
build_net facebookresearch/generalized-schrodinger-bridge-matching/gsbm/network.py official repository unverified licence not identified · pointer only · d1843fddf89b8981 · report
eam_loss_trajs facebookresearch/generalized-schrodinger-bridge-matching/gsbm/match_loss.py official repository unverified licence not identified · pointer only · 27458acd5187086c · report
odeint_gt facebookresearch/generalized-schrodinger-bridge-matching/gsbm/experimental.py official repository unverified licence not identified · pointer only · 74ca727bb92ec9ce · report
ut_quad_cost facebookresearch/generalized-schrodinger-bridge-matching/gsbm/experimental.py official repository unverified licence not identified · pointer only · 226e870e5736cbec · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Diffusion

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