SAD-Flower: Flow Matching for Safe, Admissible, and Dynamically Consistent Planning
Tzu-Yuan Huang, Armin Lederer, Dai-Jie Wu, Xiaobing Dai, Sihua Zhang, Stefan Sosnowski, Shao-Hua Sun, Sandra Hirche

TL;DR
SAD-Flower introduces a flow matching framework that guarantees safe, admissible, and dynamically consistent trajectories for planning, leveraging control theory to ensure formal constraint satisfaction without retraining.
Contribution
It proposes a novel augmentation of flow matching with virtual control inputs, providing formal guarantees for constraints and dynamic consistency in planning.
Findings
Outperforms baselines in constraint satisfaction
Ensures safety and admissibility without retraining
Demonstrates effectiveness across multiple tasks
Abstract
Flow matching (FM) has shown promising results in data-driven planning. However, it inherently lacks formal guarantees for ensuring state and action constraints, whose satisfaction is a fundamental and crucial requirement for the safety and admissibility of planned trajectories on various systems. Moreover, existing FM planners do not ensure the dynamical consistency, which potentially renders trajectories inexecutable. We address these shortcomings by proposing SAD-Flower, a novel framework for generating Safe, Admissible, and Dynamically consistent trajectories. Our approach relies on an augmentation of the flow with a virtual control input. Thereby, principled guidance can be derived using techniques from nonlinear control theory, providing formal guarantees for state constraints, action constraints, and dynamic consistency. Crucially, SAD-Flower operates without retraining, enabling…
Peer Reviews
Decision·Submitted to ICLR 2026
1. The results demonstrate that including the control terms proposed in the paper leads to solutions that better adhere to constraints across three different tasks. 2. The paper combines ideas from generative modeling and control theory in an interesting way to demonstrate practical results. Overall the paper demonstrates an interesting way to incorporate reasoning about hard constraints into generative modeling for planning.
The paper frames the modeling of trajectories together with various contraints as planning. One of the advantages of classical planning approaches to the sorts of tasks presented in the paper (RRT style algorithms for low level problems, PDDL for bi-level planning) is their generalisability to novel settings without the need for re-training. Will using Flow Matching based methods as "planners" provide this flexibility? Overall, it is not clear to me whether such an approach benefits downstream
1. The paper addresses the important and practical problem of constraint enforcement in generative planning. 2. The proposed method outlines three key aspects in trajectory planning, namely safety, admissibility, and dynamic consistency, and combines Control Barrier Constraints, Control Lyapunov Constraints, and Constrained Minimum-Norm Optimal Control to achieve constraint-aware generative planning. 3. The empirical results show that the proposed method does achieve better constraint satisfa
1. The novelty of the paper seems marginal. The idea of using control-theoretic guidance during the sampling process of a generative model is already established. Specifically, SafeDiffuser [1], cited by the authors, already introduced the core concept of using CBFs to project and guide the sampling steps of a diffusion model to enforce state constraints, also CoBL-Diffusion[2] have introduced control lyapunov functions to diffusion planning. Therefore, the paper appears to be a straightforward
1. The paper provides a rigorous theoretical foundation by integrating nonlinear control theory (CBFs and CLFs) to offer formal guarantees for safety, admissibility, and dynamic consistency. This is a significant improvement over existing FM-based methods that often lack such assurances. 2. SAD-Flower's ability to enforce new or tighter constraints without requiring model retraining is a major practical advantage, enhancing its real-world applicability and robustness. 3. The comprehensive exper
1. The introduction of a virtual control input and the need to solve a QP at each step for the minimum-norm control input may introduce significant computational overhead, potentially limiting real-time application in very high-dimensional or time-critical systems. While the paper mentions "lightweight QP-based formulation," specific runtime comparisons or analysis of the QP's complexity for varying state/action spaces could strengthen this. 2. Defining appropriate CBFs and CLFs, especially for
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAI-based Problem Solving and Planning · Robotic Path Planning Algorithms · Reinforcement Learning in Robotics
