paper-with-me

Papers

Graph-based Prediction and Planning Policy Network (GP3Net) for scalable self-driving in dynamic environments using Deep Reinforcement Learning

2023-12-10 · Jayabrata Chowdhury, Venkataramanan Shivaraman, Suresh Sundaram, P B Sujit

Recent advancements in motion planning for Autonomous Vehicles (AVs) show great promise in using expert driver behaviors in non-stationary driving environments. However, learning only through expert drivers needs more generalizability to recover from domain shifts and near-failure scenarios due to the dynamic behavior of traffic participants and weather conditions. A deep Graph-based Prediction and Planning Policy Network (GP3Net) framework is proposed for non-stationary environments that encodes the interactions between traffic participants with contextual information and provides a decision for safe maneuver for AV. A spatio-temporal graph models the interactions between traffic participants for predicting the future trajectories of those participants. The predicted trajectories are utilized to generate a future occupancy map around the AV with uncertainties embedded to anticipate the evolving non-stationary driving environments. Then the contextual information and future occupancy maps are input to the policy network of the GP3Net framework and trained using Proximal Policy Optimization (PPO) algorithm. The proposed GP3Net performance is evaluated on standard CARLA benchmarking scenarios with domain shifts of traffic patterns (urban, highway, and mixed). The results show that the GP3Net outperforms previous state-of-the-art imitation learning-based planning models for different towns. Further, in unseen new weather conditions, GP3Net completes the desired route with fewer traffic infractions. Finally, the results emphasize the advantage of including the prediction module to enhance safety measures in non-stationary environments.

📄 PDF Abstract BibTeX arXiv:2312.05784

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous VehiclesBenchmarkingDeep Reinforcement LearningImitation LearningMotion Planning

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…

Similar Papers 제목 키워드 기반

MASP: Scalable GNN-based Planning for Multi-Agent Navigation

2023-12-05 · Xinyi Yang, Xinting Yang, Chao Yu, Jiayu Chen 외

We investigate multi-agent navigation tasks, where multiple agents need to reach initially unassigned goals in a limited time. Classical planning-based methods suffer from expensive computation overhead at each step and …

Reinforcement Learning (RL)Zero-shot Generalization

ScePT: Scene-consistent, Policy-based Trajectory Predictions for Planning

2022-06-18 · CVPR 2022 1 · Yuxiao Chen, Boris Ivanovic, Marco Pavone

Trajectory prediction is a critical functionality of autonomous systems that share environments with uncontrolled agents, one prominent example being self-driving vehicles. Currently, most prediction methods do not enfor…

Motion PlanningPredictionTrajectory Prediction

World Action Verifier: Self-Improving World Models via Forward-Inverse Asymmetry

2026-04-02 · Yuejiang Liu, Fan Feng, Lingjing Kong, Weifeng Lu 외 arxiv

General-purpose world models promise scalable policy evaluation, optimization, and planning, yet achieving the required level of robustness remains challenging. Unlike policy learning which primarily focuses on optimal a…

Self-Imitation Learning by Planning

2021-03-25 · Sha Luo, Hamidreza Kasaei, Lambert Schomaker

Imitation learning (IL) enables robots to acquire skills quickly by transferring expert knowledge, which is widely adopted in reinforcement learning (RL) to initialize exploration. However, in long-horizon motion plannin…

Imitation LearningMotion Planningreinforcement-learningReinforcement Learning+1

Testing the Safety of Self-driving Vehicles by Simulating Perception and Prediction

2020-08-13 · ECCV 2020 8 · Kelvin Wong, Qiang Zhang, Ming Liang, Bin Yang 외

We present a novel method for testing the safety of self-driving vehicles in simulation. We propose an alternative to sensor simulation, as sensor simulation is expensive and has large domain gaps. Instead, we directly s…

Motion Planning