paper-with-me

홈 › Papers

Generative Adversarial Imitation Learning for End-to-End Autonomous Driving on Urban Environments

2021-10-16 · Gustavo Claudio Karl Couto, Eric Aislan Antonelo

Autonomous driving is a complex task, which has been tackled since the first self-driving car ALVINN in 1989, with a supervised learning approach, or behavioral cloning (BC). In BC, a neural network is trained with state-action pairs that constitute the training set made by an expert, i.e., a human driver. However, this type of imitation learning does not take into account the temporal dependencies that might exist between actions taken in different moments of a navigation trajectory. These type of tasks are better handled by reinforcement learning (RL) algorithms, which need to define a reward function. On the other hand, more recent approaches to imitation learning, such as Generative Adversarial Imitation Learning (GAIL), can train policies without explicitly requiring to define a reward function, allowing an agent to learn by trial and error directly on a training set of expert trajectories. In this work, we propose two variations of GAIL for autonomous navigation of a vehicle in the realistic CARLA simulation environment for urban scenarios. Both of them use the same network architecture, which process high dimensional image input from three frontal cameras, and other nine continuous inputs representing the velocity, the next point from the sparse trajectory and a high-level driving command. We show that both of them are capable of imitating the expert trajectory from start to end after training ends, but the GAIL loss function that is augmented with BC outperforms the former in terms of convergence time and training stability.

📄 PDF Abstract BibTeX arXiv:2110.08586

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingAutonomous NavigationImitation LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Entropy Regularization 설명 없음
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…
CARLA CARLA is an open-source simulator for autonomous driving research. CARLA has been developed from the ground up to support development, training, and validation of autonomous urban…
GAIL Generative Adversarial Imitation Learning presents a new general framework for directly extracting a policy from data, as if it were obtained by reinforcement learning…

Similar Papers 제목 키워드 기반

Hierarchical Generative Adversarial Imitation Learning with Mid-level Input Generation for Autonomous Driving on Urban Environments

2023-02-09 · Gustavo Claudio Karl Couto, Eric Aislan Antonelo

Deriving robust control policies for realistic urban navigation scenarios is not a trivial task. In an end-to-end approach, these policies must map high-dimensional images from the vehicle's cameras to low-level actions …

Autonomous DrivingAutonomous NavigationImitation LearningNavigate+2

Hierarchical Model-Based Imitation Learning for Planning in Autonomous Driving

2022-10-18 · Eli Bronstein, Mark Palatucci, Dominik Notz, Brandyn White 외

We demonstrate the first large-scale application of model-based generative adversarial imitation learning (MGAIL) to the task of dense urban self-driving. We augment standard MGAIL using a hierarchical model to enable ge…

Autonomous DrivingImitation LearningNavigate

DecompGAIL: Learning Realistic Traffic Behaviors with Decomposed Multi-Agent Generative Adversarial Imitation Learning

2025-10-08 · Ke Guo, Haochen Liu, Xiaojun Wu, Chen Lv arxiv

Realistic traffic simulation is critical for the development of autonomous driving systems and urban mobility planning, yet existing imitation learning approaches often fail to model realistic traffic behaviors. Behavior…

Autonomous Driving

Ctx2TrajGen: Traffic Context-Aware Microscale Vehicle Trajectories using Generative Adversarial Imitation Learning

2025-07-23 · Joobin Jin, Seokjun Hong, Gyeongseon Baek, Yeeun Kim 외 arxiv

Precise modeling of microscopic vehicle trajectories is critical for traffic behavior analysis and autonomous driving systems. We propose Ctx2TrajGen, a context-aware trajectory generation framework that synthesizes real…

Autonomous Driving

DeFIX: Detecting and Fixing Failure Scenarios with Reinforcement Learning in Imitation Learning Based Autonomous Driving

2022-10-29 · Resul Dagdanov, Feyza Eksen, Halil Durmus, Ferhat Yurdakul 외

Safely navigating through an urban environment without violating any traffic rules is a crucial performance target for reliable autonomous driving. In this paper, we present a Reinforcement Learning (RL) based methodolog…

Autonomous DrivingCARLA MAP LeaderboardGeneral Reinforcement LearningImitation Learning+1