Papers › Switched Flow Matching: Eliminating Singularities via Switching ODEs

Switched Flow Matching: Eliminating Singularities via Switching ODEs

19 May 2024arXiv:2405.11605archive 2025-07-28

Qunxi Zhu, Wei Lin

Continuous-time generative models, such as Flow Matching (FM), construct probability paths to transport between one distribution and another through the simulation-free learning of the neural ordinary differential equations (ODEs). During inference, however, the learned model often requires multiple neural network evaluations to accurately integrate the flow, resulting in a slow sampling speed. We attribute the reason to the inherent (joint) heterogeneity of source and/or target distributions, namely the singularity problem, which poses challenges for training the neural ODEs effectively. To address this issue, we propose a more general framework, termed Switched FM (SFM), that eliminates singularities via switching ODEs, as opposed to using a uniform ODE in FM. Importantly, we theoretically show that FM cannot transport between two simple distributions due to the existence and uniqueness of initial value problems of ODEs, while these limitations can be well tackled by SFM. From an orthogonal perspective, our framework can seamlessly integrate with the existing advanced techniques, such as minibatch optimal transport, to further enhance the straightness of the flow, yielding a more efficient sampling process with reduced costs. We demonstrate the effectiveness of the newly proposed SFM through several numerical examples.

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

Code

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

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

atong01/conditional-flow-matching found in paper text by Syntology report
tensorflow/gan found in paper text by SyntologyApache-2.0 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

16 samples harvested; 12 ran; 0 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.

12ran
4unverified

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 tensorflow/gan. “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.

args_to_gan_model tensorflow/gan/tensorflow_gan/python/losses/tuple_losses.py found in paper text by Syntology ran Apache-2.0 (permissive) · e00c96eaf4964fcf · report
get_trainable_variables tensorflow/gan/tensorflow_gan/python/contrib_utils.py found in paper text by Syntology ran Apache-2.0 (permissive) · 49e2b0cc4b0c854f · report
get_variables_by_name tensorflow/gan/tensorflow_gan/python/contrib_utils.py found in paper text by Syntology ran Apache-2.0 (permissive) · bfe05de19b4eb8d1 · report
image_grid tensorflow/gan/tensorflow_gan/python/eval/eval_utils.py found in paper text by Syntology ran Apache-2.0 (permissive) · c2576a700c35ebba · report
kl_divergence tensorflow/gan/tensorflow_gan/python/eval/classifier_metrics.py found in paper text by Syntology ran Apache-2.0 (permissive) · a3e29c3eb31126b7 · report
python_image_grid tensorflow/gan/tensorflow_gan/python/eval/eval_utils.py found in paper text by Syntology ran Apache-2.0 (permissive) · 3c1810a3f62b3156 · report
run_classifier_fn tensorflow/gan/tensorflow_gan/python/eval/classifier_metrics.py found in paper text by Syntology ran Apache-2.0 (permissive) · c9b8371a08cafd98 · report
sample_and_run_classifier_fn tensorflow/gan/tensorflow_gan/python/eval/classifier_metrics.py found in paper text by Syntology ran Apache-2.0 (permissive) · e56d29a30182c70a · report
stargan_prediction_input_fn_wrapper tensorflow/gan/tensorflow_gan/python/estimator/stargan_estimator.py found in paper text by Syntology ran Apache-2.0 (permissive) · 86ee4730f89c1466 · report
wasserstein_discriminator_loss tensorflow/gan/tensorflow_gan/python/losses/losses_impl.py found in paper text by Syntology ran Apache-2.0 (permissive) · 6dfacdb4f7f296a6 · report
wasserstein_generator_loss tensorflow/gan/tensorflow_gan/python/losses/losses_impl.py found in paper text by Syntology ran Apache-2.0 (permissive) · ef511aaa7c479fd0 · report
wasserstein_hinge_discriminator_loss tensorflow/gan/tensorflow_gan/python/losses/losses_impl.py found in paper text by Syntology ran Apache-2.0 (permissive) · 3160840ade588e25 · report
discriminator_fn tensorflow/gan/tensorflow_gan/python/estimator/tpu_gan_estimator_test_lib.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 1341ccc8c51a764e · report
generator_fn tensorflow/gan/tensorflow_gan/python/estimator/tpu_gan_estimator_test_lib.py found in paper text by Syntology unverified Apache-2.0 (permissive) · ace1970711646371 · report
get_variables tensorflow/gan/tensorflow_gan/python/contrib_utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 8257e435f9a8eec2 · report
image_reshaper tensorflow/gan/tensorflow_gan/python/eval/eval_utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 1ea274c92e014f1e · report

Tasks

Attribute

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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