paper-with-me

Papers

Inverse RL Scene Dynamics Learning for Nonlinear Predictive Control in Autonomous Vehicles

2025-04-02 · Sorin Grigorescu, Mihai Zaha

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.

📄 PDF Abstract BibTeX arXiv:2504.01336

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous NavigationAutonomous VehiclesQ-LearningTemporal Sequences

Methods 이 논문이 사용한 방법론

Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…

Similar Papers 제목 키워드 기반

Constrained Inverse Optimal Control With Application to a Human Manipulation Task

2019-12-23 · IEEE Transactions on Control Systems Technology 2019 12 · Marcel Menner, Peter Worsnop, and Melanie N. Zeilinger

This brief presents an inverse optimal control methodology and its application to training a predictive model of human motor control from a manipulation task. It introduces a convex formulation for learning both objectiv…

Multi-Object Manipulation via Object-Centric Neural Scattering Functions

2023-06-14 · CVPR 2023 1 · Stephen Tian, Yancheng Cai, Hong-Xing Yu, Sergey Zakharov 외

Learned visual dynamics models have proven effective for robotic manipulation tasks. Yet, it remains unclear how best to represent scenes involving multi-object interactions. Current methods decompose a scene into discre…

Model Predictive ControlObjectObject Rearrangementparameter estimation

Reservoir Predictive Path Integral Control for Unknown Nonlinear Dynamics

2025-09-04 · Daisuke Inoue, Tadayoshi Matsumori, Gouhei Tanaka, Yuji Ito arxiv

Neural networks have found extensive application in data-driven control of nonlinear dynamical systems, yet fast online identification and control of unknown dynamics remain central challenges. To meet these challenges, …

Adaptive Output-Feedback Model Predictive Control of Hammerstein Systems with Unknown Linear Dynamics

2023-09-28 · Mohammadreza Kamaldar, Dennis S. Bernstein

This paper considers model predictive control of Hammerstein systems, where the linear dynamics are a priori unknown and the input nonlinearity is known. Predictive cost adaptive control (PCAC) is applied to this system …

Model Predictive Control

Physics-as-Inverse-Graphics: Unsupervised Physical Parameter Estimation from Video

2019-05-27 · ICLR 2020 1 · Miguel Jaques, Michael Burke, Timothy Hospedales

We propose a model that is able to perform unsupervised physical parameter estimation of systems from video, where the differential equations governing the scene dynamics are known, but labeled states or objects are not …

Inductive BiasModel Predictive Controlparameter estimationScene Understanding+1