ROAILGJun 29

Motion Planning in Compressed Representation Spaces

arXiv:2606.309405.2
Predicted impact top 62% in RO · last 90 daysOriginality Incremental advance
AI Analysis

This work addresses the need for flexible, efficient motion planning in robotics by combining the strengths of learned priors and optimization-based planning, offering a practical solution for autonomous driving and manipulation.

The paper proposes a generative framework that unifies deep learning and model-based planning by learning a compressed latent space of discrete tokens, then performing motion planning via search in that space. The method achieves strong performance on nuPlan and Waymo Open Motion Dataset for closed-loop planning and scenario synthesis without task-specific training.

Deep learning methods have vastly expanded the capabilities of motion planning in robotics applications, as learning priors from large-scale data has been shown to be essential in capturing the highly complex behavior required for solving tasks such as manipulation or navigation for autonomous vehicles. At the same time, model-based planning algorithms based on search or optimization remain an essential tool due to their flexibility, efficiency, and the ability to incorporate domain knowledge via expert-designed algorithms and objective functions. We propose a new generative framework to unify these two paradigms. First, we learn an autoencoder with a high compression ratio and a latent space of hierarchically ordered, discrete-valued tokens. Leveraging both the dimensionality reduction and the hierarchical coarse-to-fine structure learned by this autoencoder, we then perform motion planning by directly searching in the latent space of tokens. This search can optimize arbitrary objective functions specified at test time, providing a large degree of flexibility while maintaining efficiency and producing realistic solutions by relying on the generative capabilities of the highly compressed autoencoder. We evaluate our method on nuPlan and the Waymo Open Motion Dataset, showing how latent space search can be used for a variety of guided behavior generation tasks, achieving strong performance for closed-loop motion planning and multi-agent guided scenario synthesis without requiring any task-specific training.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes