VectorNet: Encoding HD Maps and Agent Dynamics from Vectorized Representation
Jiyang Gao, Chen Sun, Hang Zhao, Yi Shen, Dragomir Anguelov, Congcong, Li, Cordelia Schmid

TL;DR
VectorNet is a hierarchical graph neural network that encodes HD maps and agent dynamics directly from vectorized representations, improving efficiency and performance in behavior prediction for autonomous driving.
Contribution
It introduces a vector-based approach with a novel auxiliary task, outperforming rendering-based methods while significantly reducing computational costs.
Findings
Achieves comparable or better accuracy than ConvNet-based methods.
Reduces model parameters by over 70%.
Outperforms state-of-the-art on Argoverse dataset.
Abstract
Behavior prediction in dynamic, multi-agent systems is an important problem in the context of self-driving cars, due to the complex representations and interactions of road components, including moving agents (e.g. pedestrians and vehicles) and road context information (e.g. lanes, traffic lights). This paper introduces VectorNet, a hierarchical graph neural network that first exploits the spatial locality of individual road components represented by vectors and then models the high-order interactions among all components. In contrast to most recent approaches, which render trajectories of moving agents and road context information as bird-eye images and encode them with convolutional neural networks (ConvNets), our approach operates on a vector representation. By operating on the vectorized high definition (HD) maps and agent trajectories, we avoid lossy rendering and computationally…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
VectorNet: Encoding HD Maps and Agent Dynamics From Vectorized Representation· youtube
Taxonomy
TopicsAutonomous Vehicle Technology and Safety · Traffic Prediction and Management Techniques · Video Surveillance and Tracking Methods
MethodsGraph Neural Network
