LGAISep 23, 2021

Deep Reinforcement Learning-Based Long-Range Autonomous Valet Parking for Smart Cities

arXiv:2109.11661v319 citations
Originality Synthesis-oriented
AI Analysis

This addresses congestion and user experience issues in smart cities, but it is incremental as it applies existing methods like ACO and DQN to a new domain.

The paper tackles the problem of reducing urban congestion and improving user experience by proposing a long-range autonomous valet parking framework, where an autonomous vehicle picks up and drops off users before parking outside the city center, with results showing that both the DL-ACO and DQN-based algorithms achieve considerable performance.

In this paper, to reduce the congestion rate at the city center and increase the quality of experience (QoE) of each user, the framework of long-range autonomous valet parking (LAVP) is presented, where an Autonomous Vehicle (AV) is deployed in the city, which can pick up, drop off users at their required spots, and then drive to the car park out of city center autonomously. In this framework, we aim to minimize the overall distance of the AV, while guarantee all users are served, i.e., picking up, and dropping off users at their required spots through optimizing the path planning of the AV and number of serving time slots. To this end, we first propose a learning based algorithm, which is named as Double-Layer Ant Colony Optimization (DL-ACO) algorithm to solve the above problem in an iterative way. Then, to make the real-time decision, while consider the dynamic environment (i.e., the AV may pick up and drop off users from different locations), we further present a deep reinforcement learning (DRL) based algorithm, which is known as deep Q network (DQN). The experimental results show that the DL-ACO and DQN-based algorithms both achieve the considerable 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