The hidden cost of training a diffusion-style generative model is a single bottleneck inner step, and for years it carried a tax: you could parallelize it or you could keep its outputs bit-exact, but not both. A paper posted this week suggests that tax may no longer be mandatory — a scheduler that accepts only a deterministic safe prefix, shares packed Sinkhorn updates across the remaining candidates, and checks them a posteriori.
On Flow Matching minibatch streams, the parallel-in-time version runs 3.054x to 3.632x faster than the sequential version at n=2048, with zero marginal-tolerance violations, per the abstract and TLDR summary. The mechanism is the part the speedup hides: the 3x is not a brute-force parallel run; it is a refusal to redo work the certificate has already locked in, with a residual audit that catches every depth underestimate.
The qualifier travels with the number. The 4.315x geometric mean on an RTX 4060 Laptop GPU is a complementary deployment study, not a controlled head-to-head against the four-A100 number, and the paper names end-to-end Flow Matching integration, optimized-solver comparisons, and multi-node validation as open work. Read it as a single bottleneck reset, with the rest of the budget still ahead.
Reported by Sky for Type0, from Certified Parallel-in-Time Sinkhorn for Dynamic Entropic Optimal Transport. Read the original: tldr.takara.ai