Coreset-Induced Conditional Velocity Flow Matching
- The paper introduces a method that replaces the standard isotropic Gaussian source with a coreset-induced Gaussian surrogate to better capture multimodal conditional velocity distributions.
- It employs an entropic Sinkhorn coreset to compress data and lift atoms into a Gaussian mixture, significantly reducing the transport gap in hierarchical flow matching.
- Empirical results on MNIST, CIFAR-10, and ImageNet-32 show marked improvements in FID scores and efficiency compared to traditional HRF2 methods.
Coreset-Induced Conditional Velocity Flow Matching (CCVFM) is a generative model that augments hierarchical rectified flow with a data-informed source distribution. Its central claim is that, in hierarchical flow matching, the inner flow need not transport isotropic Gaussian noise to a multimodal conditional velocity law from scratch. Instead, CCVFM compresses the target distribution into weighted atoms using an entropic Sinkhorn coreset, lifts those atoms to a Gaussian mixture surrogate, induces from that surrogate a closed-form conditional velocity law, and then trains a lightweight correction flow only for the remaining surrogate-to-target residual (Wang et al., 13 May 2026). In this sense, CCVFM is a hierarchical flow-matching method whose defining intervention is source design in velocity space.
1. Conceptual setting
CCVFM is formulated inside the standard flow-matching and rectified-flow setup. One samples
typically with
and defines the linear interpolation
The associated velocity is
In ordinary flow matching, the learned velocity field is trained under squared loss, and its optimal predictor is
The paper emphasizes that this predictor reproduces the correct marginal evolution of but collapses the full conditional velocity law to its mean. When several endpoint completions are compatible with the same intermediate state, that averaging blurs local transport geometry, which the paper presents as one reason few-step generation is difficult (Wang et al., 13 May 2026).
Hierarchical rectified flow, specifically HRF2, addresses that issue by modeling the full conditional law
using an inner flow in velocity space. The key identity is
The outer flow evolves in data space, while the inner flow generates 0. CCVFM keeps this hierarchical formulation, but changes the inner source.
2. Why CCVFM replaces the inner Gaussian source
In HRF2, the inner flow usually starts from
1
and transports that source to the conditional target law 2. CCVFM argues that this is intrinsically mismatched when 3 is multimodal, because the target conditional velocity law can itself be highly multimodal. At the generation boundary 4, the conditional law simplifies to
5
so it is a translated copy of the data distribution. If 6 has complex multimodal structure, then an isotropic Gaussian inner source is being asked to create that structure from scratch (Wang et al., 13 May 2026).
CCVFM replaces this uninformed source by a surrogate built directly from a coreset of the target. The method first approximates the target distribution by a weighted atomic coreset, then smooths it into a Gaussian mixture model (GMM), and finally uses the GMM-induced conditional velocity law as the inner source. The learned transport is therefore no longer
7
but rather
8
where 9 is the conditional velocity law induced by the surrogate GMM. The paper’s interpretation is that the correction flow then crosses a much smaller transport gap and focuses on residual refinement instead of discovering modes de novo.
3. Coreset construction and Gaussian-mixture lifting
The target data law is 0, with empirical measure
1
Stage I of CCVFM approximates this empirical distribution by a weighted atomic measure
2
where 3 are anchor locations and 4, 5, are atom weights (Wang et al., 13 May 2026).
The coreset is obtained by solving a KL-regularized optimal-transport objective with a soft assignment matrix 6: 7 subject to
8
With 9 fixed, the optimal assignments satisfy
0
followed by row normalization. The alternating updates are
1
The paper states that this stage costs 2 per outer iteration (Wang et al., 13 May 2026).
The weighted atoms are then lifted into a GMM surrogate
3
with
4
The covariance is fitted from weighted residuals by truncated SVD. This GMM smoothing is not an auxiliary convenience; it is what makes the next stage analytically tractable, because HRF2 already provides a closed-form conditional-velocity identity for Gaussian-mixture targets.
4. Closed-form conditional velocity law and correction flow
Replacing 5 by 6 in the conditional identity yields a surrogate conditional velocity law
7
which the paper shows is itself a GMM: 8 Its component parameters are
9
0
1
At 2, the expression simplifies to
3
The surrogate conditional source can therefore be sampled exactly without a learned neural sampler (Wang et al., 13 May 2026).
Stage III trains the only neural component of the method: a correction flow in velocity space. One samples
4
defines the true target velocity
5
and interpolates
6
The correction network 7 is trained with
8
The formal loss is the same flow-matching regression used in HRF2, but the source is different: HRF2 uses 9, whereas CCVFM uses the exact surrogate law 0 (Wang et al., 13 May 2026).
For inference, the paper recommends the one-outer-step sampler 1. Given a correction budget 2, one draws 3, samples a surrogate velocity from the coreset-induced GMM, applies 4 correction steps,
5
and returns
6
Total NFE is counted as 7, with the initial closed-form surrogate sampling step counted as a zero-parameter NFE for fair comparison.
5. Theoretical characterization
The central transport quantity is
8
At 9, the paper defines
0
Its main transport-task reduction theorem states that
1
Under the explicit compression assumption
2
with 3, this yields
4
By contrast, the isotropic Gaussian-source baseline satisfies
5
Thus the CCVFM correction problem can shrink with coreset size, whereas the Gaussian-source analogue retains a positive dimension-scale lower bound (Wang et al., 13 May 2026).
The paper also analyzes the Stage III target magnitude through the conditional second moment of 6. Let
7
and write the surrogate law as
8
Then, with direct surrogate sampling,
9
where 0 is the average within-component covariance scale, 1 the between-component spread, and 2 the mean mismatch. For an independent Gaussian source,
3
The source-dependent excess ratio is therefore
4
This formalizes the intended advantage of CCVFM: the residual target is small when the surrogate conditional law is already close to the true conditional velocity law in mean and covariance (Wang et al., 13 May 2026).
6. Empirical performance
CCVFM is evaluated on MNIST, CIFAR-10, ImageNet-32, and CelebA-HQ 256, with FID as the main metric. The paper reports 5 on MNIST, CIFAR-10, and ImageNet-32, and 6 on CelebA-HQ (Wang et al., 13 May 2026).
| Dataset | Setting | Reported result |
|---|---|---|
| MNIST | 7, NFE 8 | 9 |
| CIFAR-10 | 0, NFE 1 | 2 |
| ImageNet-32 | NFE 3 | HRF2 4, CCVFM 5 |
| CelebA-HQ 256 | CCVFM-L, 6 | 7 |
On MNIST, the improvement over HRF2 is especially large. The table in the paper reports HRF2 at 8 with 9 NFE, while CCVFM reaches 0 at 1 NFE and 2 at 3 NFE. On ImageNet-32, where the paper emphasizes matched dataset, architecture, and protocol, CCVFM improves over HRF2 from 4 to 5 at 6 NFE, from 7 to 8 at 9 NFE, and from 00 to 01 at 02 NFE (Wang et al., 13 May 2026).
The coreset-size ablations are monotone in the reported settings. On MNIST, increasing 03 from 04 to 05 to 06 improves 07 from 08 to 09 to 10 under the listed correction budgets. On CIFAR-10, increasing 11 from 12 to 13 improves 14 from 15 to 16 at 17. The paper interprets these trends as qualitatively consistent with the Stage I compression assumption (Wang et al., 13 May 2026).
Ablations over correction depth and outer steps also support the method’s design. Larger 18 generally improves FID, with 19 best among the tested settings. By contrast, extra outer steps 20 do not help in the reported experiments; the paper recommends 21. Stage III contributes strongly on realistic image tasks, especially CelebA-HQ, where Stage II-only samples preserve coarse structure but remain blurrier than the corrected outputs. The paper also notes that on very simple 2D toy datasets, a one-step Stage III correction can be neutral or slightly harmful when Stage II already nearly saturates performance (Wang et al., 13 May 2026).
7. Position within the literature and stated limitations
CCVFM is positioned as a modification of hierarchical flow matching rather than as a replacement for the outer flow formalism. Relative to standard flow matching and rectified flow, its distinction is that it does not settle for the conditional mean velocity 22; it keeps the hierarchical objective of modeling the full conditional velocity law. Relative to HRF2, its novelty is narrower and more precise: it preserves the conditional-velocity identity but replaces the inner Gaussian source by a closed-form coreset-induced surrogate (Wang et al., 13 May 2026).
The method also sits adjacent to two broader lines of work. First, conditional Wasserstein formulations make condition-preserving transport explicit by restricting motion in conditioning coordinates (Chemseddine et al., 2024). Second, Conditional Variable Flow Matching learns flows over conditional density families by coupling state and conditioning variables jointly across a continuous conditioning manifold (Generale et al., 2024). CCVFM is distinct from both: it does not introduce a new conditional OT geometry over external conditioning variables, but instead redesigns the source law inside hierarchical velocity-space flow matching. A plausible implication is that it can be read as a source-design answer to the same general question raised elsewhere in flow matching, namely how much of the transport burden should be handled analytically before learning begins.
The paper states several limitations. The 23 benchmark is a classical quantization rate, but in high dimensions its constants are pessimistic. The crucial compression statement
24
is assumed for the returned surrogate rather than proved for the deployed entropic Sinkhorn plus GMM-lift pipeline. The favorable NFE scaling also depends on additional regularity assumptions on the correction ODE. Performance depends on coreset quality and modality coverage, and Stage I introduces nontrivial preprocessing overhead. Empirically, CIFAR-10 still trails EDM in the cited comparison. Finally, the strongest formal guarantees are concentrated at the 25, 26 operating point, even though the paper also reports the more general nested sampler (Wang et al., 13 May 2026).