Query-Centric Trajectory Prediction

Predicting the future trajectories of surrounding agents is essential for autonomous vehicles to operate safely. This paper presents QCNet, a modeling framework toward pushing the boundaries of trajectory prediction. First, we identify that the agent-centric modeling scheme used by existing approaches requires re-normalizing and re-encoding the input whenever the observation window slides forward, leading to redundant computations during online prediction. To overcome this limitation and achieve faster inference, we introduce a query-centric paradigm for scene encoding, which enables the reuse of past computations by learning representations independent of the global spacetime coordinate system. Sharing the invariant scene features among all target agents further allows the parallelism of multi-agent trajectory decoding. Second, even given rich encodings of the scene, existing decoding strategies struggle to capture the multimodality inherent in agents' future behavior, especially when the prediction horizon is long. To tackle this challenge, we first employ anchor-free queries to generate trajectory proposals in a recurrent fashion, which allows the model to utilize different scene contexts when decoding waypoints at different horizons. A refinement module then takes the trajectory proposals as anchors and leverages anchor-based queries to refine the trajectories further. By supplying adaptive and high-quality anchors to the refinement module, our query-based decoder can better deal with the multimodality in the output of trajectory prediction. Our approach ranks 1st on Argoverse 1 and Argoverse 2 motion forecasting benchmarks, outperforming all methods on all main metrics by a large margin. Meanwhile, our model can achieve streaming scene encoding and parallel multi-agent decoding thanks to the query-centric design ethos.

PDF Abstract
Task Dataset Model Metric Name Metric Value Global Rank Benchmark
Motion Forecasting Argoverse CVPR 2020 QCNet MR (K=6) 0.1056 # 291
minADE (K=1) 1.5234 # 291
minFDE (K=1) 3.3420 # 291
MR (K=1) 0.5257 # 297
minADE (K=6) 0.7340 # 297
minFDE (K=6) 1.0666 # 297
DAC (K=6) 0.9887 # 39
brier-minFDE (K=6) 1.6934 # 2

Methods


No methods listed for this paper. Add relevant methods here