paper-with-me

홈 › Papers

Narrowing the Coordinate-frame Gap in Behavior Prediction Models: Distillation for Efficient and Accurate Scene-centric Motion Forecasting

2022-06-08 · DiJia Su, Bertrand Douillard, Rami Al-Rfou, Cheolho Park, Benjamin Sapp

Behavior prediction models have proliferated in recent years, especially in the popular real-world robotics application of autonomous driving, where representing the distribution over possible futures of moving agents is essential for safe and comfortable motion planning. In these models, the choice of coordinate frames to represent inputs and outputs has crucial trade offs which broadly fall into one of two categories. Agent-centric models transform inputs and perform inference in agent-centric coordinates. These models are intrinsically invariant to translation and rotation between scene elements, are best-performing on public leaderboards, but scale quadratically with the number of agents and scene elements. Scene-centric models use a fixed coordinate system to process all agents. This gives them the advantage of sharing representations among all agents, offering efficient amortized inference computation which scales linearly with the number of agents. However, these models have to learn invariance to translation and rotation between scene elements, and typically underperform agent-centric models. In this work, we develop knowledge distillation techniques between probabilistic motion forecasting models, and apply these techniques to close the gap in performance between agent-centric and scene-centric models. This improves scene-centric model performance by 13.2% on the public Argoverse benchmark, 7.8% on Waymo Open Dataset and up to 9.4% on a large In-House dataset. These improved scene-centric models rank highly in public leaderboards and are up to 15 times more efficient than their agent-centric teacher counterparts in busy scenes.

📄 PDF Abstract BibTeX arXiv:2206.03970

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingKnowledge DistillationMotion ForecastingMotion PlanningTranslation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Knowledge Distillation for Visual Autoregressive Models

2026-06-04 · Elia Peruzzo, Aritra Bhowmik, Guillaume Sautiere, Yuki M Asano 외 arxiv

Autoregressive (AR) image generation models are highly expressive but computationally intensive, motivating effective model compression. Knowledge distillation (KD) is a natural approach for model compression and has bee…

Knowledge DistillationModel CompressionImage Generation

Near-Policy: Accelerating On-Policy Distillation via Asynchronous Generation and Selective Packing

2026-05-07 · Miao Rang, Zhenni Bi, Hang Zhou, Kai Han 외 arxiv

Standard knowledge distillation for autoregressive models often suffers from distribution mismatch. While on-policy methods mitigate this by leveraging student-generated outputs, they rely on computationally expensive Re…

Knowledge DistillationReinforcement Learning

IoU-PD: IoU-Aware Privileged Distillation for Visual Grounding with Multimodal Large Language Models

2026-07-17 · Xiuyuan Zhu, Ke Lu, Hao Wu, Zijin Du 외 arxiv

Visual grounding with multimodal large language models is commonly formulated as autoregressive coordinate generation, where a model outputs bounding-box coordinates as text given an image and a referring-expression prom…

Instruction FollowingVisual Grounding

MiniVLN: Efficient Vision-and-Language Navigation by Progressive Knowledge Distillation

2024-09-27 · Junyou Zhu, Yanyuan Qiao, Siqi Zhang, Xingjian He 외

In recent years, Embodied Artificial Intelligence (Embodied AI) has advanced rapidly, yet the increasing size of models conflicts with the limited computational capabilities of Embodied AI platforms. To address this chal…

Knowledge DistillationVision and Language Navigation

Large Language Model Post-Training: A Unified View of Off-Policy and On-Policy Learning

2026-04-09 · Shiwan Zhao, Zhihu Wang, Xuyang Zhao, Jiaming Zhou 외 arxiv

Post-training has become central to turning pretrained large language models (LLMs) into aligned, capable, and deployable systems. Recent progress spans supervised fine-tuning (SFT), preference optimization, reinforcemen…

Reinforcement Learning