Search papers, labs, and topics across Lattice.
This paper introduces a learning-enhanced motion planner for differential drive mobile manipulators using a primitive-based truncated diffusion model to improve efficiency and solution diversity. The method encodes point clouds and keypoints extracted from boundary states using differentiable forward kinematics and attention mechanisms. By sampling from a biased distribution with the truncated diffusion model and refining paths with trajectory optimization, the approach achieves higher success rates, improved trajectory diversity, and competitive runtime compared to vanilla diffusion and classical planners in cluttered 3D environments.
Truncating diffusion with motion primitives unlocks faster, more diverse mobile manipulator trajectories compared to vanilla diffusion and classical planners.
We present a learning-enhanced motion planner for differential drive mobile manipulators to improve efficiency, success rate, and optimality. For task representation encoder, we propose a keypoint sequence extraction module that maps boundary states to 3D space via differentiable forward kinematics. Point clouds and keypoints are encoded separately and fused with attention, enabling effective integration of environment and boundary states information. We also propose a primitive-based truncated diffusion model that samples from a biased distribution. Compared with vanilla diffusion model, this framework improves the efficiency and diversity of the solution. Denoised paths are refined by trajectory optimization to ensure dynamic feasibility and task-specific optimality. In cluttered 3D simulations, our method achieves higher success rate, improved trajectory diversity, and competitive runtime compared to vanilla diffusion and classical baselines. The source code is released at https://github.com/nmoma/nmoma .