Fast Task Planning with Neuro-Symbolic Relaxation
Qiwei Du, Bowen Li, Yi Du, Shaoshu Su, Taimeng Fu, Zitong Zhan, Zhipeng Zhao, Chen Wang
TL;DR
Flax tackles long-horizon robotic planning under large object sets by coupling a Graph Neural Network-based object-importance predictor with a symbolic relaxation and corrective complementation pipeline. The method quickly prunes the task, then uses a rule-relaxed rough plan to recover potentially important objects, and finally applies complementary rules to restore consistency, enabling reliable planning within strict time budgets. Empirical results on MazeNamo, Isaac Sim, and real-world trials show Flax improves average success rate and reduces planning time relative to previous neuro-symbolic baselines, with especially large gains on harder tasks and successful sim-to-real transfer without additional fine-tuning. This approach offers a practical path toward fast, scalable, long-horizon planning in complex, real-world environments.
Abstract
Real-world task planning requires long-horizon reasoning over large sets of objects with complex relationships and attributes, leading to a combinatorial explosion for classical symbolic planners. To prune the search space, recent methods prioritize searching on a simplified task only containing a few ``important" objects predicted by a neural network. However, such a simple neuro-symbolic (NeSy) integration risks omitting critical objects and wasting resources on unsolvable simplified tasks. To enable Fast and reliable planning, we introduce a NeSy relaxation strategy (Flax), combining neural importance prediction with symbolic expansion. Specifically, we first learn a graph neural network to predict object importance to create a simplified task and solve it with a symbolic planner. Then, we solve a rule-relaxed task to obtain a quick rough plan, and reintegrate all referenced objects into the simplified task to recover any overlooked but essential elements. Finally, we apply complementary rules to refine the updated task, keeping it both reliable and compact. Extensive experiments are conducted on both synthetic and real-world maze navigation benchmarks where a robot must traverse through a maze and interact with movable obstacles. The results show that Flax boosts the average success rate by 20.82\% and cuts mean wall-clock planning time by 17.65\% compared with the state-of-the-art NeSy baseline. We expect that Flax offers a practical path toward fast, scalable, long-horizon task planning in complex environments.
