paper-with-me

Papers

Query-Centric Trajectory Prediction

2023-01-01 · CVPR 2023 1 · Zikang Zhou, JianPing Wang, Yung-Hui Li, Yu-Kai Huang

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 BibTeX

Code (1)

ZikangZhou/QCNet 공식 구현 pytorch

Tasks

Autonomous DrivingAutonomous VehiclesMotion Forecastingmotion predictionPredictionSelf-Driving CarsTrajectory Prediction

Similar Papers 제목 키워드 기반

Foresight in Motion: Reinforcing Trajectory Prediction with Reward Heuristics

2025-07-16 · Muleilan Pei, Shaoshuai Shi, Xuesong Chen, Xu Liu 외 arxiv

Motion forecasting for on-road traffic agents presents both a significant challenge and a critical necessity for ensuring safety in autonomous driving systems. In contrast to most existing data-driven approaches that dir…

Reinforcement LearningTrajectory PredictionAutonomous DrivingMotion Forecasting

Hand Trajectory Fusion for Egocentric Natural Language Query Grounding

2026-06-01 · Enmin Zhong, Carlos R. del-Blanco, Fernando Jaureguizar, Narciso García arxiv

Egocentric Natural Language Query (NLQ) grounding asks a model to localize, in a long first-person video, the temporal interval that answers a free-form text query. Existing methods fuse video appearance with the query b…

QCNeXt: A Next-Generation Framework For Joint Multi-Agent Trajectory Prediction

2023-06-18 · Zikang Zhou, Zihao Wen, JianPing Wang, Yung-Hui Li 외

Estimating the joint distribution of on-road agents' future trajectories is essential for autonomous driving. In this technical report, we propose a next-generation framework for joint multi-agent trajectory prediction c…

Autonomous DrivingDecoderMotion ForecastingPrediction+2

Where Will They Go? Modelling Multimodal Pedestrian Manoeuvres from Ego-centric Videos

2026-06-17 · Yuxuan Xie, Nicolas Pugeault, Chongfeng Wei, Hubert P. H. Shum 외 arxiv

Pedestrian trajectory prediction from an on-board ego-centric camera is challenging since it depends on complex interactions with vehicles and scene context, as well as the intention of the pedestrian. The task becomes e…

Trajectory Prediction

COTTA: Context-Aware Transfer Adaptation for Trajectory Prediction in Autonomous Driving

2026-04-01 · Seohyoung Park, Jaeyeol Lim, Seoyoung Ju, Kyeonghun Kim 외 arxiv

Developing robust models to accurately predict the trajectories of surrounding agents is fundamental to autonomous driving safety. However, most public datasets, such as the Waymo Open Motion Dataset and Argoverse, are c…

Trajectory PredictionAutonomous DrivingTransfer Learning