paper-with-me

Papers

Enhancing Mapless Trajectory Prediction through Knowledge Distillation

2023-06-25 · Yuning Wang, Pu Zhang, Lei Bai, Jianru Xue

Scene information plays a crucial role in trajectory forecasting systems for autonomous driving by providing semantic clues and constraints on potential future paths of traffic agents. Prevalent trajectory prediction techniques often take high-definition maps (HD maps) as part of the inputs to provide scene knowledge. Although HD maps offer accurate road information, they may suffer from the high cost of annotation or restrictions of law that limits their widespread use. Therefore, those methods are still expected to generate reliable prediction results in mapless scenarios. In this paper, we tackle the problem of improving the consistency of multi-modal prediction trajectories and the real road topology when map information is unavailable during the test phase. Specifically, we achieve this by training a map-based prediction teacher network on the annotated samples and transferring the knowledge to a student mapless prediction network using a two-fold knowledge distillation framework. Our solution is generalizable for common trajectory prediction networks and does not bring extra computation burden. Experimental results show that our method stably improves prediction performance in mapless mode on many widely used state-of-the-art trajectory prediction baselines, compensating for the gaps caused by the absence of HD maps. Qualitative visualization results demonstrate that our approach helps infer unseen map information.

📄 PDF Abstract BibTeX arXiv:2306.14177

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingKnowledge DistillationPredictionTrajectory ForecastingTrajectory Prediction

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

Delving into Mapping Uncertainty for Mapless Trajectory Prediction

2025-07-24 · Zongzheng Zhang, Xuchong Qiu, Boran Zhang, Guantian Zheng 외 arxiv

Recent advances in autonomous driving are moving towards mapless approaches, where High-Definition (HD) maps are generated online directly from sensor data, reducing the need for expensive labeling and maintenance. Howev…

Trajectory PredictionAutonomous Driving

CREStE: Scalable Mapless Navigation with Internet Scale Priors and Counterfactual Guidance

2025-03-05 · Arthur Zhang, Harshit Sikchi, Amy Zhang, Joydeep Biswas

We introduce CREStE, a scalable learning-based mapless navigation framework to address the open-world generalization and robustness challenges of outdoor urban navigation. Key to achieving this is learning perceptual rep…

Active LearningcounterfactualNavigate

Sem-NaVAE: Semantically-Guided Outdoor Mapless Navigation via Generative Trajectory Priors

2026-02-01 · Gonzalo Olguín, Javier Ruiz-del-Solar arxiv

This work presents a mapless navigation approach for outdoor applications. It combines the exploratory capacity of conditional variational autoencoders (CVAEs) to generate trajectories and the semantic segmentation capab…

Semantic Segmentation

AERO-MPPI: Anchor-Guided Ensemble Trajectory Optimization for Agile Mapless Drone Navigation

2025-09-22 · Xin Chen, Rui Huang, Longbin Tang, Lin Zhao arxiv

Agile mapless navigation in cluttered 3D environments poses significant challenges for autonomous drones. Conventional mapping-planning-control pipelines incur high computational cost and propagate estimation errors. We …

Collision AvoidanceDrone navigation

Virtual-to-real Deep Reinforcement Learning: Continuous Control of Mobile Robots for Mapless Navigation

2017-03-01 · Lei Tai, Giuseppe Paolo, Ming Liu

We present a learning-based mapless motion planner by taking the sparse 10-dimensional range findings and the target position with respect to the mobile robot coordinate frame as input and the continuous steering command…

continuous-controlContinuous ControlDeep Reinforcement LearningNavigate+3