- The paper introduces Rectified Schrödinger Bridge Matching, which combines a learned conditional prior with entropic bridge rectification to generate eight-waypoint navigation trajectories in as few as three ODE steps without distillation.
- The method reduces velocity-target variance linearly with the regularization parameter ε while preserving the velocity-field structure, improving coarse-step integration and achieving 1.90 MSE, 0.945 cosine similarity, and 92% success at five function evaluations.
- RSBM cuts function evaluations 3.8× versus a full-budget bridge baseline, generalizes across five navigation datasets, and runs at about 50 ms per decision cycle on a Jetson Orin, although very small ε values can reduce multimodal diversity.
Overview
"Rectified Schrödinger Bridge Matching for Few-Step Visual Navigation" (2604.05673) addresses a central deployment bottleneck for generative navigation policies: diffusion- and Schrödinger Bridge–based policies capture multimodal action distributions but require many integration steps because their Brownian transport paths are high-variance and curved. The authors propose Rectified Schrödinger Bridge Matching (RSBM), a single-stage framework that introduces an entropic regularization parameter ε∈(0,1] into the bridge transition kernel, interpolating between maximum-entropy Schrödinger Bridges (ε=1) and deterministic optimal-transport flow matching (ε→0). The framework is anchored to a learned conditional prior that shortens the effective transport distance, enabling high-fidelity trajectory generation in as few as 3 ODE steps without distillation or multi-stage training.
Method
RSBM formulates visual navigation as conditional generative modeling: a dual-stream EfficientNet-B0/Transformer encoder maps streaming RGB observations and a goal image into a context vector c∈R256; a variational prior network gψ produces a coarse action initialization aT; and a conditional U-Net 1D velocity network vθ with FiLM conditioning refines aT into an 8-waypoint trajectory via a probability-flow ODE.
The core construction is the ε-rectified conditional bridge kernel. The mean follows the standard Brownian-bridge schedule μt=staT+(1−st)a0 with ε=10, while the variance is scaled by ε=11: ε=12. This preserves exact boundary pinning at both endpoints for any ε=13. Setting ε=14 recovers the standard Schrödinger Bridge; as ε=15 the kernel collapses to the deterministic displacement interpolant of Monge–Kantorovich optimal transport. The paper grounds this parameterization in entropic optimal transport: identifying ε=16 with the ratio of entropic regularization strengths yields a closed-form KL divergence between rectified and standard bridges of ε=17, which is 1.55 nats at the default ε=18 with ε=19.
Training uses a simulation-free conditional flow matching loss on ε→00-prediction targets, integrated at inference with a second-order Heun solver over a Karras schedule, giving NFE ε→01 per ε→02 steps.
Theoretical Results
Two formal results support the design.
Velocity Structure Invariance (Theorem 1): the logarithmic derivative ε→03 is independent of ε→04, since the ε→05 factors cancel exactly. Consequently, the functional form of the conditional velocity field is invariant across the entire ε→06-spectrum, so a single velocity-network parameterization serves all regularization strengths. In practice, ε→07 acts only as a spatial support constrictor—concentrating training samples near the deterministic interpolant—rather than changing the learning target's structure.
Velocity Variance Reduction (Proposition 1): the conditional variance of the target velocity satisfies ε→08, so reducing ε→09 linearly reduces stochastic variation of the training target. The paper connects this to sampling error through a standard decomposition into approximation error and discretization error, arguing that lower target variance improves regression quality and yields smoother ODE right-hand sides amenable to coarse-step solvers. Notably, this connection is stated as consistent-with rather than derived-as: the paper does not prove a tight quantitative bound linking c∈R2560 to few-step accuracy, and it acknowledges that very small c∈R2561 causes over-regularization and degraded multimodal diversity.
The appendix also provides a signal-to-noise analysis motivating c∈R2562-prediction: unlike c∈R2563-prediction (which degrades near c∈R2564) or c∈R2565-prediction (which degrades near c∈R2566), the SNR of c∈R2567-prediction is well-behaved across the full interval, and it directly minimizes ODE integration error since the solver accumulates velocity predictions.
Empirical Results
Experiments span five public datasets (HuRoN, Recon, SACSoN, SCAND, GoStanford, ~60k trajectories total under ViNT/NoMaD splits), two simulation environments (Gazebo Custom Indoor, CitySim outdoor), and real-robot trials on a quadruped with a Jetson Orin. All methods are evaluated both at default step budgets and at c∈R2568 via zero-shot test-time step reduction, uniformly applied without retraining.
| Method |
c∈R2569 |
NFE |
MSE↓ |
CosSim↑ |
Suc.%↑ |
| DDPM |
50 |
50 |
3.80 |
0.820 |
64 |
| FM |
10 |
10 |
2.80 |
0.910 |
82 |
| NaviBridger |
10 |
19 |
1.82 |
0.942 |
88 |
| NaviBridger |
3 |
5 |
12.00 |
0.710 |
35 |
| RSBM |
3 |
5 |
1.90 |
0.945 |
92 |
| RSBM |
10 |
19 |
1.72 |
0.949 |
93 |
(Custom Indoor; success/collision metrics from the paper's main comparison.)
Several results stand out. Few-step superiority: RSBM at gψ0 (NFE=5) matches or exceeds NaviBridger at its full budget of gψ1 (NFE=19)—a gψ2 reduction in function evaluations—with a 92% vs. 88% success rate and +4% over NaviBridger, while achieving gψ3 lower MSE than NaviBridger at gψ4. Under zero-shot step reduction, baselines degrade sharply: NaviBridger's CosSim falls from 0.942 to 0.710 and DDPM's to 0.320, whereas RSBM saturates early (MSE 1.90 → 1.72 from gψ5 to gψ6). Cross-dataset generalization: averaged over five real-world datasets at gψ7, RSBM attains MSE 1.19 / CosSim 0.934 versus NaviBridger(gψ8=10)'s 1.28 / 0.929, with the largest gains on GoStanford and SACSoN—long-range outdoor and dynamic-obstacle domains where path curvature amplifies truncation error. Prediction-target ablation: gψ9-prediction achieves 35.6% lower MSE than aT0-prediction and 45.7% lower than aT1-prediction at aT2, with all three converging by aT3, confirming the advantage is concentrated in the few-step regime. Real-robot deployment: RSBM runs at ~50 ms per decision cycle on a Jetson Orin, meeting a 4 Hz control rate, while DDPM (~350 ms) fails due to control-loop lag.
A four-way ablation disentangles the learned prior from bridge rectification: the prior alone yields MSE 5.8 (45% success); adding aT4-rectification lowers MSE to 1.9 (aT5); from Gaussian noise, RSBM still achieves MSE 4.2 versus 12.0 for standard SB (aT6), isolating rectification's contribution independent of prior quality. The two components are multiplicative rather than redundant. A solver ablation further shows Euler at aT7 already surpasses NaviBridger(aT8=10), indicating the advantage stems from the rectified bridge geometry rather than solver choice.
Limitations and Open Questions
The paper concedes several constraints. Simulation experiments evaluate closed-loop navigation, but real-world dataset results follow the open-loop offline protocol of prior work; the preliminary real-robot validation covers only a small number of indoor scenes without a standardized benchmark or dynamic obstacles. The learned prior limits zero-shot transfer to new environments. On the theoretical side, the variance-reduction result motivates but does not formally bound few-step discretization error as a function of aT9; the empirical tradeoff also shows that overly small vθ0 sacrifices multimodal coverage, and the choice vθ1 was tuned on one environment's validation set and held fixed elsewhere—an assumption about transferability of the operating point that is not independently validated per domain. Whether the intermediate-vθ2 sweet spot shifts across architectures, trajectory horizons, or out-of-distribution goals remains open.
Conclusion
RSBM unifies Schrödinger Bridges and flow matching through a single entropic parameter vθ3, proving that the conditional velocity field's structure is invariant across the family while its variance scales linearly with vθ4. Combined with a learned conditional prior, this yields a single-stage generative policy that reaches 94.5% cosine similarity and 92% success rate in 3 ODE steps, matching full-budget bridge baselines with vθ5 fewer function evaluations and no distillation. The framework provides a direct latency–quality knob for embodied deployment, though its real-world evidence remains limited to open-loop benchmarks and small-scale indoor robot trials.