Inverse RL Scene Dynamics Learning for Nonlinear Predictive Control in Autonomous Vehicles
Sorin Grigorescu, Mihai Zaha
TL;DR
The paper addresses autonomous vehicle control under dynamic driving scenes by coupling a nominal, physics-based vehicle model with a learned scene-dynamics model. The scene dynamics are encoded in a deep network trained via an inverse reinforcement learning framework, leveraging an Augmented Memory to fuse past observations into trajectory predictions for a constrained nonlinear MPC. Across GridSim, indoor/outdoor AMTU tests, and a full-scale VW Passat on public roads, the approach outperforms Dynamic Window, End2End, and DQN baselines in safety and tracking metrics, particularly in obstacle-rich environments. The work demonstrates a principled hybrid of model-based control and environment-aware learning, with discussions on safety, data needs, and avenues for future stability and terminal-constraint enhancements.
Abstract
This paper introduces the Deep Learning-based Nonlinear Model Predictive Controller with Scene Dynamics (DL-NMPC-SD) method for autonomous navigation. DL-NMPC-SD uses an a-priori nominal vehicle model in combination with a scene dynamics model learned from temporal range sensing information. The scene dynamics model is responsible for estimating the desired vehicle trajectory, as well as to adjust the true system model used by the underlying model predictive controller. We propose to encode the scene dynamics model within the layers of a deep neural network, which acts as a nonlinear approximator for the high order state-space of the operating conditions. The model is learned based on temporal sequences of range sensing observations and system states, both integrated by an Augmented Memory component. We use Inverse Reinforcement Learning and the Bellman optimality principle to train our learning controller with a modified version of the Deep Q-Learning algorithm, enabling us to estimate the desired state trajectory as an optimal action-value function. We have evaluated DL-NMPC-SD against the baseline Dynamic Window Approach (DWA), as well as against two state-of-the-art End2End and reinforcement learning methods, respectively. The performance has been measured in three experiments: i) in our GridSim virtual environment, ii) on indoor and outdoor navigation tasks using our RovisLab AMTU (Autonomous Mobile Test Unit) platform and iii) on a full scale autonomous test vehicle driving on public roads.
