SPADE — Diffusion-augmented Imitation Learning for AMR Path Planning
Path planning is essential for Autonomous Mobile Robots (AMRs). Conventional methods for incorporating human preferences into planning typically rely on either complex reward engineering or hardware-intensive solutions. Recent state-of-the-art frameworks leverage imitation learning to train behavior-specific path planning models from expert demonstrations. However, these approaches face two key limitations: limited generalization to unseen environments and low robustness in demonstration collection. To address these challenges, this work introduces an enhanced framework that focuses on two main contributions: an overhauled annotation tool built on ROS 2, and a novel training strategy that integrates diffusion-based augmentation into baseline behavioral cloning models. A dataset of expert demonstrations is provided and evaluated through ablation studies to assess the robustness of the proposed solution. The enhanced approach outperforms state-of-the-art methods with 39.1% lower APE and 33.5% lower FID while having 93.8% less trainable parameters.
SPADE extends the SKIPP pipeline by introducing diffusion-based expert guidance into behavioral cloning. A high-capacity diffusion model is trained offline on expert demonstrations and then used to guide the training of a compact, deployable BC network. We also introduce an image-conditioned variant (Cond-DBC) using FiLM conditioning, which provides more focused guidance signals. The framework includes a fully reworked, open-source annotation tool built on ROS 2.
A fully open-source annotation pipeline built using ROS 2, enabling reproducible expert demonstration collection through interactive waypoint selection in a simulated 3D environment.
Annotation pipeline: global occupancy grid, 3D environment, local costmap, and path execution.
Evaluated across small, medium, and large model architectures with BC, DBC, and Cond-DBC training strategies. The medium Cond-DBC model achieves performance comparable to billion-parameter diffusion models while maintaining real-time inference.
Ground truth, artifact prediction (Hd 54.5), clean prediction (Hd 1.0)
Source code and training scripts — coming soon
20,000 expert demonstrations — coming soon
BC, DBC, and Cond-DBC weights — coming soon
The predecessor framework that SPADE extends
@inproceedings{abihana2026spade,
author={Abi Hana, Charbel and Ghantous, Tatiana and Khalil, Mikael and Rizk, Anthony},
title={SPADE: Sketch-guided Path Planning Augmented with Diffusion Experts},
booktitle={Proc. of the 25th International Conference on Autonomous Agents
and Multiagent Systems (AAMAS 2026)},
year={2026},
address={Paphos, Cyprus}
}