HyperAIHyperAI

Command Palette

Search for a command to run...

5 months ago

Planning-oriented Autonomous Driving

Planning-oriented Autonomous Driving

Abstract

Modern autonomous driving system is characterized as modular tasks insequential order, i.e., perception, prediction, and planning. In order toperform a wide diversity of tasks and achieve advanced-level intelligence,contemporary approaches either deploy standalone models for individual tasks,or design a multi-task paradigm with separate heads. However, they might sufferfrom accumulative errors or deficient task coordination. Instead, we argue thata favorable framework should be devised and optimized in pursuit of theultimate goal, i.e., planning of the self-driving car. Oriented at this, werevisit the key components within perception and prediction, and prioritize thetasks such that all these tasks contribute to planning. We introduce UnifiedAutonomous Driving (UniAD), a comprehensive framework up-to-date thatincorporates full-stack driving tasks in one network. It is exquisitely devisedto leverage advantages of each module, and provide complementary featureabstractions for agent interaction from a global perspective. Tasks arecommunicated with unified query interfaces to facilitate each other towardplanning. We instantiate UniAD on the challenging nuScenes benchmark. Withextensive ablations, the effectiveness of using such a philosophy is proven bysubstantially outperforming previous state-of-the-arts in all aspects. Code andmodels are public.

Code Repositories

opendrivelab/uniad
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
bench2drive-on-bench2driveUniAD-Base
Driving Score: 45.81
bench2drive-on-bench2driveUniAD-Tiny
Driving Score: 40.73
trajectory-planning-on-nuscenesST-P3 (Lidar)
Collision-1s: 0.23
Collision-2s: 0.62
Collision-3s: 1.27
Collision-Avg: 0.71
L2-1s: 1.33
L2-2s: 2.11
L2-3s: 2.9
L2-Avg: 2.11
trajectory-planning-on-nuscenesUniAD
Collision-1s: 0.05
Collision-2s: 0.17
Collision-3s: 0.71
Collision-Avg: 0.31
L2-1s: 0.48
L2-2s: 0.96
L2-3s: 1.65
L2-Avg: 1.03

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Planning-oriented Autonomous Driving | Papers | HyperAI