You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,7 @@ This repository will host the code of UniAD.
41
41
## News
42
42
43
43
- Code & model release: We are actively re-organizing the codebase for better readability. The estimated time is late March. Please stay tuned!
44
+
- About the title: To avoid confusion about the "goal", we change the title from "Goal-oriented" to "Planning-oriented" as suggested by the reviewers. We originally use "goal" to indicate the final safe planning in an AD pipeline, rather than "goal-point" -- the destination of a sequence of actions.
44
45
-[2023/03/21]:rocket::rocket: UniAD paper is accepted by CVPR 2023, as an **award candidate** (12 out of 9155 submissions and 2360 accepted papers)!
45
46
-[2022/12/21] UniAD [paper](https://arxiv.org/abs/2212.10156) is available on arXiv!
Modern autonomous driving system is characterized as modular tasks in sequential order,
279
-
i.e., perception, prediction and planning. As sensors and hardware get improved, there is
280
-
trending popularity to devise a system that can perform a wide diversity of tasks to fulfill
281
-
higher-level intelligence. Contemporary approaches resort to either deploying standalone
282
-
models for individual tasks, or designing a multi-task paradigm with separate heads. These
283
-
might suffer from accumulative error or negative transfer effect. Instead, we argue that a
284
-
favorable algorithm framework should be devised and optimized in pursuit of the ultimate
285
-
goal, i.e. planning of the self-driving-car. Oriented at this goal, we revisit the key
286
-
components within perception and prediction. We analyze each module and prioritize the tasks
287
-
hierarchically, such that all these tasks contribute to planning (the goal). To this end, we
288
-
introduce Unified Autonomous Driving (UniAD), the first comprehensive framework up-to-date
289
-
that incorporates full-stack driving tasks in one network. It is exquisitely devised to
290
-
leverage advantages of each module, and provide complementary feature abstractions for agent
291
-
interaction from a global perspective. Tasks are communicated with unified query design to
292
-
facilitate each other toward planning. We instantiate UniAD on the challenging nuScenes
293
-
benchmark. With extensive ablations, the effectiveness of using such a philosophy is proven
294
-
to surpass previous state-of-the-arts by a large margin in all aspects. The full suite of
295
-
codebase and models would be available to facilitate future research in the community.
278
+
Modern autonomous driving system is characterized as modular tasks in sequential order, i.e., perception, prediction, and planning. In order to perform 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 suffer from accumulative errors or deficient task coordination. Instead, we argue that a favorable framework should be devised and optimized in pursuit of the ultimate goal, i.e., planning of the self-driving car. Oriented at this, we revisit the key components within perception and prediction, and prioritize the tasks such that all these tasks contribute to planning. We introduce Unified Autonomous Driving (UniAD), a comprehensive framework up-to-date that incorporates full-stack driving tasks in one network. It is exquisitely devised to leverage advantages of each module, and provide complementary feature abstractions for agent interaction from a global perspective. Tasks are communicated with unified query interfaces to facilitate each other toward planning. We instantiate UniAD on the challenging nuScenes benchmark. With extensive ablations, the effectiveness of using such a philosophy is proven by substantially outperforming previous state-of-the-arts in all aspects. Code and models are public.
0 commit comments