opendrivelab/uniad

[CVPR 2023 Best Paper Award] Planning-oriented Autonomous Driving

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 16 minutes ago
Added to GitGenius on September 14th, 2026
Created on December 7th, 2022
Open Issues & Pull Requests: 127 (+0)
GitHub issues: Enabled
Number of forks: 550
Total Stargazers: 4,761 (+0)
Total Subscribers: 46 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 5.9 days
Mean response time: 57.5 days
90th percentile: 245.1 days
Tracked items: 81

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 83
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 632 days
Stale 30+ days: 82
Stale 90+ days: 82

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (1)
  • enhancement (1)
  • fixed (1)
  • help wanted (1)
  • question (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

UniAD is an end-to-end autonomous driving framework that unifies perception, prediction, and planning tasks in a hierarchical, planning-oriented architecture.

The framework addresses the challenge of coordinating multiple autonomous driving subtasks by organizing them hierarchically rather than treating them as independent modules. Instead of multi-task learning with equal weight on all objectives, UniAD prioritizes planning as the top-level goal and structures perception and prediction as supporting tasks that feed into it. This planning-oriented philosophy means that intermediate representations and predictions are optimized specifically for their utility to the final planning decision, rather than for standalone accuracy.

UniAD suits teams building end-to-end autonomous driving systems who want a unified codebase rather than assembling separate perception, prediction, and planning modules. The framework is particularly valuable for researchers working with nuScenes data, though it is expanding to support nuPlan and NAVSIM datasets. The tool achieves state-of-the-art results across its component tasks, with motion prediction at 0.71m minADE, occupancy prediction at 63.4% IoU, and planning collision rates at 0.31% average collision. The framework has migrated to modern dependencies including mmdet3d 1.x and PyTorch 2.x, with existing workflows preserved for reproducibility.

The project maintains active development with recent framework upgrades to align with current library versions and expanded dataset support. Tools for nuPlan and NAVSIM benchmarking remain under development. The codebase includes comprehensive documentation covering installation, dataset preparation, training, and evaluation, with GPU requirements and example workflows documented for reproducibility.