CVMar 28, 2025

Multi-modal Knowledge Distillation-based Human Trajectory Forecasting

arXiv:2503.22201v114 citationsh-index: 8Has CodeCVPR
Originality Incremental advance
AI Analysis

This work addresses the problem of efficient multi-modal forecasting for autonomous systems, though it is incremental as it builds on existing distillation and multi-modal methods.

The paper tackles the challenge of resource-intensive text extraction for multi-modal trajectory forecasting by proposing a knowledge distillation framework where a student model with limited modalities learns from a teacher with full modalities, achieving up to ~13% improvement in prediction metrics across datasets.

Pedestrian trajectory forecasting is crucial in various applications such as autonomous driving and mobile robot navigation. In such applications, camera-based perception enables the extraction of additional modalities (human pose, text) to enhance prediction accuracy. Indeed, we find that textual descriptions play a crucial role in integrating additional modalities into a unified understanding. However, online extraction of text requires the use of VLM, which may not be feasible for resource-constrained systems. To address this challenge, we propose a multi-modal knowledge distillation framework: a student model with limited modality is distilled from a teacher model trained with full range of modalities. The comprehensive knowledge of a teacher model trained with trajectory, human pose, and text is distilled into a student model using only trajectory or human pose as a sole supplement. In doing so, we separately distill the core locomotion insights from intra-agent multi-modality and inter-agent interaction. Our generalizable framework is validated with two state-of-the-art models across three datasets on both ego-view (JRDB, SIT) and BEV-view (ETH/UCY) setups, utilizing both annotated and VLM-generated text captions. Distilled student models show consistent improvement in all prediction metrics for both full and instantaneous observations, improving up to ~13%. The code is available at https://github.com/Jaewoo97/KDTF.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes