paper-with-me

홈 › Papers

Multi-modal Knowledge Distillation-based Human Trajectory Forecasting

2025-03-28 · CVPR 2025 1 · Jaewoo Jeong, Seohee Lee, Daehee Park, Giwon Lee, Kuk-Jin Yoon

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.

📄 PDF Abstract BibTeX arXiv:2503.22201

Code (1)

jaewoo97/kdtf 공식 구현

Tasks

Autonomous DrivingKnowledge DistillationRobot NavigationTrajectory Forecasting

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 제목 키워드 기반

Hydra-MDP: End-to-end Multimodal Planning with Multi-target Hydra-Distillation

2024-06-11 · Zhenxin Li, Kailin Li, Shihao Wang, Shiyi Lan 외

We propose Hydra-MDP, a novel paradigm employing multiple teachers in a teacher-student model. This approach uses knowledge distillation from both human and rule-based teachers to train the student model, which features …

DecoderKnowledge DistillationNavSim

Human-Inspired Multi-Agent Navigation using Knowledge Distillation

2021-03-18 · Pei Xu, Ioannis Karamouzas

Despite significant advancements in the field of multi-agent navigation, agents still lack the sophistication and intelligence that humans exhibit in multi-agent settings. In this paper, we propose a framework for learni…

Collision AvoidanceKnowledge Distillationreinforcement-learningReinforcement Learning (RL)

Multimodal Dataset Distillation via Phased Teacher Models

2026-03-26 · Shengbin Guo, Hang Zhao, Senqiao Yang, Chenyang Jiang 외 arxiv

Multimodal dataset distillation aims to construct compact synthetic datasets that enable efficient compression and knowledge transfer from large-scale image-text data. However, existing approaches often fail to capture t…

Drive-JEPA: Video JEPA Meets Multimodal Trajectory Distillation for End-to-End Driving

2026-01-29 · Linhan Wang, Zichong Yang, Chen Bai, Guoxiang Zhang 외 arxiv

End-to-end autonomous driving increasingly leverages self-supervised video pretraining to learn transferable planning representations. However, pretraining video world models for scene understanding has so far brought on…

Scene UnderstandingTrajectory PlanningAutonomous Driving

Decoupled Multimodal Distilling for Emotion Recognition

2023-03-24 · CVPR 2023 1 · Yong Li, Yuanzhi Wang, Zhen Cui

Human multimodal emotion recognition (MER) aims to perceive human emotions via language, visual and acoustic modalities. Despite the impressive performance of previous MER approaches, the inherent multimodal heterogeneit…

Emotion RecognitionKnowledge DistillationMultimodal Emotion RecognitionTransfer Learning