ROAILGDec 7, 2024

Learning Soft Driving Constraints from Vectorized Scene Embeddings while Imitating Expert Trajectories

arXiv:2412.05717v1h-index: 9
Originality Incremental advance
AI Analysis

This addresses interpretability issues in autonomous driving motion planning, though it is incremental as it builds on existing imitation learning with constraint integration.

The paper tackles the problem of uninterpretable motion planning in autonomous driving by proposing a method that learns driving constraints from expert trajectories using vectorized scene embeddings, resulting in improved interpretability and closed-loop performance on InD and TrafficJams datasets.

The primary goal of motion planning is to generate safe and efficient trajectories for vehicles. Traditionally, motion planning models are trained using imitation learning to mimic the behavior of human experts. However, these models often lack interpretability and fail to provide clear justifications for their decisions. We propose a method that integrates constraint learning into imitation learning by extracting driving constraints from expert trajectories. Our approach utilizes vectorized scene embeddings that capture critical spatial and temporal features, enabling the model to identify and generalize constraints across various driving scenarios. We formulate the constraint learning problem using a maximum entropy model, which scores the motion planner's trajectories based on their similarity to the expert trajectory. By separating the scoring process into distinct reward and constraint streams, we improve both the interpretability of the planner's behavior and its attention to relevant scene components. Unlike existing constraint learning methods that rely on simulators and are typically embedded in reinforcement learning (RL) or inverse reinforcement learning (IRL) frameworks, our method operates without simulators, making it applicable to a wider range of datasets and real-world scenarios. Experimental results on the InD and TrafficJams datasets demonstrate that incorporating driving constraints enhances model interpretability and improves closed-loop performance.

Foundations

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

Your Notes