Papers › Twisted Schrödinger Bridge Matching

Twisted Schrödinger Bridge Matching

18 Jul 2026arXiv:2607.16987added by Syntology

Maxence Noble, Marie Scheid, Yazid Janati, Eric Moulines, Alain Durmus

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

Over the past few years, diffusion-based Schrödinger bridge models have been proposed to approximate optimal transport dynamics between two prescribed boundary distributions, with successful applications to generative modeling. More precisely, these methods aim to estimate a path measure whose initial and terminal marginals match the two boundary distributions, while minimizing the Kullback-Leibler divergence with respect to a reference Markov process. In this work, we consider the generalized Schrödinger bridge problem, in which the reference process is a twisted Brownian motion, that is, a Feynman-Kac transform of a Brownian motion induced by a time-dependent differentiable potential. Building on the Iterative Markovian Fitting (IMF) paradigm, and in particular on its special case Diffusion Schrödinger Bridge Matching (DSBM), which corresponds to the zero potential case, we introduce Twisted Schrödinger Bridge Matching (TSBM), a diffusion-based method designed to handle both continuous- and discrete-time potentials. Unlike previous approaches, TSBM provides a rigorous extension of the IMF scheme to the generalized Schrödinger bridge problem. This derivation leads to a new bridge-matching loss that depends explicitly on the gradient of the potential and recovers the DSBM objective when the potential vanishes, yielding improved performance. We further introduce trajectory-based variance-reduction techniques that substantially stabilize optimization and may be useful beyond the present setting. Finally, we empirically demonstrate the benefits of TSBM for trajectory inference across increasingly high-dimensional settings, including crowd navigation and single-cell data. Code available at https://github.com/maxencenoble/twisted-sb-matching.

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

Code

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

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

maxencenoble/twisted-sb-matching 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

16 samples harvested; 10 ran; 0 honoured the contract we drafted; 6 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.

10ran
6unverified

Licence: 0 of the 16 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 maxencenoble/twisted-sb-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.

build_loss_fn maxencenoble/twisted-sb-matching/bridge/spline/gaussian_path.py found in paper text by Syntology ran MIT (permissive) · dd8e2f4a0d7f1fed · report
build_obstacle_cost maxencenoble/twisted-sb-matching/bridge/state_cost.py found in paper text by Syntology ran MIT (permissive) · be8877f51771fc92 · report
get_fig_axes maxencenoble/twisted-sb-matching/bridge/runners/plotters.py found in paper text by Syntology ran MIT (permissive) · faabf84d7b2b7cf9 · report
get_sde_timesteps maxencenoble/twisted-sb-matching/bridge/sde/diffusion_bridge.py found in paper text by Syntology ran MIT (permissive) · ad5509fb21738b18 · report
get_state_dict maxencenoble/twisted-sb-matching/bridge/models/utils.py found in paper text by Syntology ran MIT (permissive) · 5488cb5833c722ed · report
get_timestep_embedding maxencenoble/twisted-sb-matching/bridge/models/basic/time_embedding.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 668ce6544d96ba67 · report
kaiming_uniform_zeros_ maxencenoble/twisted-sb-matching/bridge/models/utils.py found in paper text by Syntology ran fingerprinted MIT (permissive) · dffbfb0a413afade · report
obstacle_cfg_gmm maxencenoble/twisted-sb-matching/bridge/state_cost.py found in paper text by Syntology ran fingerprinted MIT (permissive) · a501154ff2546c57 · report
obstacle_cost_gmm maxencenoble/twisted-sb-matching/bridge/state_cost.py found in paper text by Syntology ran MIT (permissive) · 05a3f85278929053 · report
save_fig maxencenoble/twisted-sb-matching/bridge/runners/plotters.py found in paper text by Syntology ran MIT (permissive) · cc1e7a959444f42c · report
build_optim maxencenoble/twisted-sb-matching/bridge/spline/gaussian_path.py found in paper text by Syntology unverified MIT (permissive) · bd109c55b67dad8e · report
fit maxencenoble/twisted-sb-matching/bridge/spline/gaussian_path.py found in paper text by Syntology unverified MIT (permissive) · 2a6ce05c38a2af82 · report
get_colors maxencenoble/twisted-sb-matching/bridge/runners/plotters.py found in paper text by Syntology unverified MIT (permissive) · 241ac1670aa7bf23 · report
get_plotter maxencenoble/twisted-sb-matching/bridge/runners/config_getters.py found in paper text by Syntology unverified MIT (permissive) · 36bd6632d92f749a · report
get_score_model maxencenoble/twisted-sb-matching/bridge/runners/config_getters.py found in paper text by Syntology unverified MIT (permissive) · ac6be51c4c0f60f3 · report
get_state_cost maxencenoble/twisted-sb-matching/bridge/runners/config_getters.py found in paper text by Syntology unverified MIT (permissive) · d95cdeee338460b3 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2607.16987, was issued in July 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