paper-with-me

홈 › Papers

GenPlan: Generative Sequence Models as Adaptive Planners

2024-12-11 · Akash Karthikeyan, Yash Vardhan Pant

Sequence models have demonstrated remarkable success in behavioral planning by leveraging previously collected demonstrations. However, solving multi-task missions remains a significant challenge, particularly when the planner must adapt to unseen constraints and tasks, such as discovering goals and unlocking doors. Such behavioral planning problems are challenging to solve due to: a) agents failing to adapt beyond the single task learned through their reward function, and b) inability to generalize to new environments, e.g., those with walls and locked doors, when trained only in planar environments. Consequently, state-of-the-art decision-making methods are limited to missions where the required tasks are well-represented in the training demonstrations and can be solved within a short (temporal) planning horizon. To address this, we propose GenPlan: a stochastic and adaptive planner that leverages discrete-flow models for generative sequence modeling, enabling sample-efficient exploration and exploitation. This framework relies on an iterative denoising procedure to generate a sequence of goals and actions. This approach captures multi-modal action distributions and facilitates goal and task discovery, thereby generalizing to out-of-distribution tasks and environments, i.e., missions not part of the training data. We demonstrate the effectiveness of our method through multiple simulation environments. Notably, GenPlan outperforms state-of-the-art methods by over 10% on adaptive planning tasks, where the agent adapts to multi-task missions while leveraging demonstrations from single-goal-reaching tasks. Our code is available at https://github.com/CL2-UWaterloo/GenPlan.

📄 PDF Abstract BibTeX arXiv:2412.08565

Code (1)

cl2-uwaterloo/genplan 공식 구현 pytorch

Tasks

Decision MakingDenoisingEfficient ExplorationNavigate

Similar Papers 제목 키워드 기반

GenPlanX. Generation of Plans and Execution

2025-06-12 · Daniel Borrajo, Giuseppe Canonaco, Tomás de la Rosa, Alfredo Garrachón 외

Classical AI Planning techniques generate sequences of actions for complex tasks. However, they lack the ability to understand planning tasks when provided using natural language. The advent of Large Language Models (LLM…

GenPlanner: From Noise to Plans -- Emergent Reasoning in Flow Matching and Diffusion Models

2026-02-21 · Agnieszka Polowczyk, Alicja Polowczyk, Michał Wieczorek arxiv

Path planning in complex environments is one of the key problems of artificial intelligence because it requires simultaneous understanding of the geometry of space and the global structure of the problem. In this paper, …

Formal Safety Verification and Refinement for Generative Motion Planners via Certified Local Stabilization

2025-09-24 · Devesh Nath, Haoran Yin, Glen Chou arxiv

We present a method for formal safety verification of learning-based generative motion planners. Generative motion planners (GMPs) offer advantages over traditional planners, but verifying the safety and dynamic feasibil…

Off the Rails: Hijacking the Scoring Head in Generative End-to-End Driving Planners with Safety-Violating Adversarial Perturbations

2026-06-29 · Halima Bouzidi, Mboutidem Ekemini Mkpong, Haoyu Liu, Mohammad Abdullah Al Faruque arxiv

Generative models have recently seen rapid adoption in End-to-End (E2E) autonomous driving (AD), with diffusion-based denoising and vocabulary-based retrieval becoming the dominant trajectory-decoding paradigms. Despite …

Autonomous Driving

Hierarchical Planning in the IPC

2019-09-10 · D. Höller, G. Behnke, P. Bercher, S. Biundo 외

Over the last year, the amount of research in hierarchical planning has increased, leading to significant improvements in the performance of planners. However, the research is diverging and planners are somewhat hard to …