Search papers, labs, and topics across Lattice.
The paper introduces ELMP, a framework that enables efficient adaptation of Neural Motion Planners (NMPs) to new environments through self-supervised fine-tuning, significantly reducing the need for large expert datasets. By optimizing the policy directly with a differentiable kinematic layer and utilizing dense objectives, ELMP achieves a remarkable reduction in adaptation costs by two orders of magnitude. The method demonstrates robust generalization capabilities, achieving an 89.8% success rate in unseen environments while maintaining millisecond-level inference latency on a physical robot platform.
ELMP slashes adaptation costs for motion planning by two orders of magnitude while boosting success rates in unseen environments to nearly 90%.
Neural Motion Planners (NMPs) enable fast reactive motion generation, but adapting them to new environments typically requires recollecting large expert datasets, which is computationally prohibitive. We propose ELMP, a framework for data-efficient adaptation via self-supervised fine-tuning. Rather than generating additional expert trajectories with expensive global planners, ELMP directly optimizes the policy through a differentiable kinematic layer using dense collision, target-reaching, and smoothness objectives. This replaces expert data generation with rapid problem sampling, reducing per-sample adaptation cost by roughly two orders of magnitude. To further support robust generalization across changing kinematic chains, we introduce a mechanism to explicitly encode tool geometry via point clouds. Benchmarked against classical and neural baselines, ELMP achieves an 84.8% average success rate with orders-of-magnitude lower cold-start latency than classical methods. In unseen environments, self-supervised fine-tuning improves success rate from 57.3% (zero-shot) to 89.8%, removing the data collection bottleneck. Our approach maintains millisecond-level inference latency and is validated on a physical Franka Emika Panda robot.