PerFACT: Motion Policy with LLM-Powered Dataset Synthesis and Fusion Action-Chunking Transformers
Davood Soleymanzadeh, Xiao Liang, Minghui Zheng
TL;DR
The paper tackles the generalization gap in neural motion planning arising from limited, manually designed datasets. It introduces MotionGeneralizer, an LLM-guided procedural framework that creates diverse, semantically feasible workspaces and planning problems at scale, and MπNetsFusion, a fusion bottleneck transformer that leverages action chunking to plan end-to-end with multiple sensing modalities. By generating a 3.5M-trajectory dataset, training a 4.15M-parameter model, and achieving substantial speedups over baselines, the approach delivers faster, competitive planning while maintaining robustness in held-out and real-world tasks. The work demonstrates practical impact by enabling scalable data-driven motion planning for robotic manipulators in cluttered environments and points to extensions for dynamic settings and broader embodiment applicability.
Abstract
Deep learning methods have significantly enhanced motion planning for robotic manipulators by leveraging prior experiences within planning datasets. However, state-of-the-art neural motion planners are primarily trained on small datasets collected in manually generated workspaces, limiting their generalizability to out-of-distribution scenarios. Additionally, these planners often rely on monolithic network architectures that struggle to encode critical planning information. To address these challenges, we introduce Motion Policy with Dataset Synthesis powered by large language models (LLMs) and Fusion Action-Chunking Transformers (PerFACT), which incorporates two key components. Firstly, a novel LLM-powered workspace generation method, MotionGeneralizer, enables large-scale planning data collection by producing a diverse set of semantically feasible workspaces. Secondly, we introduce Fusion Motion Policy Networks (MpiNetsFusion), a generalist neural motion planner that uses a fusion action-chunking transformer to better encode planning signals and attend to multiple feature modalities. Leveraging MotionGeneralizer, we collect 3.5M trajectories to train and evaluate MpiNetsFusion against state-of-the-art planners, which shows that the proposed MpiNetsFusion can plan several times faster on the evaluated tasks.
