State-Covering Trajectory Stitching for Diffusion Planners
Kyowoon Lee, Jaesik Choi
TL;DR
State-Covering Trajectory Stitching (SCoTS) addresses the data bottleneck of diffusion planners by generating reward-free, long-horizon trajectory augmentations that expand state coverage. It learns a temporal distance-preserving latent embedding to guide stitching of short segments, then iteratively selects segments balancing directional progress and novelty, followed by diffusion-based refinement to ensure dynamic consistency. Empirical results on OGBench and offline GCRL benchmarks show that SCoTS-augmented data markedly improves long-horizon planning and generalization, with ablations confirming the necessity of diffusion refinement and novelty-based exploration. The approach demonstrates the practical value of trajectory-level data augmentation for robust, scalable diffusion-based planning in complex environments, with implications for robotics and offline RL applications.
Abstract
Diffusion-based generative models are emerging as powerful tools for long-horizon planning in reinforcement learning (RL), particularly with offline datasets. However, their performance is fundamentally limited by the quality and diversity of training data. This often restricts their generalization to tasks outside their training distribution or longer planning horizons. To overcome this challenge, we propose State-Covering Trajectory Stitching (SCoTS), a novel reward-free trajectory augmentation method that incrementally stitches together short trajectory segments, systematically generating diverse and extended trajectories. SCoTS first learns a temporal distance-preserving latent representation that captures the underlying temporal structure of the environment, then iteratively stitches trajectory segments guided by directional exploration and novelty to effectively cover and expand this latent space. We demonstrate that SCoTS significantly improves the performance and generalization capabilities of diffusion planners on offline goal-conditioned benchmarks requiring stitching and long-horizon reasoning. Furthermore, augmented trajectories generated by SCoTS significantly improve the performance of widely used offline goal-conditioned RL algorithms across diverse environments.
