Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Fast Task Planning with Neuro-Symbolic Relaxation

About

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.

Qiwei Du, Bowen Li, Yi Du, Shaoshu Su, Taimeng Fu, Zitong Zhan, Zhipeng Zhao, Chen Wang• 2025

Related benchmarks

TaskDatasetResultRank
Grid-based maze navigationMazeNamo 15x15 Hard
Success Rate90
9
Grid-based maze navigationMazeNamo 12x12 Hard
Success Rate88
9
Task PlanningLogisticsPlus
Feasibility Rate36.9
8
Grid-based maze navigationMazeNamo 10x10 Easy
Success Rate (SR)100
6
Grid-based maze navigationMazeNamo 10x10 Hard
SR96
6
Grid-based maze navigationMazeNamo 15x15 Medium
Success Rate96.7
6
Grid-based maze navigationMazeNamo 10x10 Medium
Success Rate96
6
Grid-based maze navigationMazeNamo 12x12 Medium
Success Rate96
6
Grid-based maze navigationMazeNamo 12x12 Expert
Success Rate0.00e+0
6
PlanningSokoMindPlus 15x15 (10s budget) (test)
Success Rate (FR)61.7
4
Showing 10 of 12 rows

Other info

Follow for update