Papers › On the Road to Portability: Compressing End-to-End Motion Planner for Autonomous Driving

On the Road to Portability: Compressing End-to-End Motion Planner for Autonomous Driving

2 Mar 2024CVPR 2024 1arXiv:2403.01238archive 2025-07-28

Kaituo Feng, Changsheng Li, Dongchun Ren, Ye Yuan, Guoren Wang

End-to-end motion planning models equipped with deep neural networks have shown great potential for enabling full autonomous driving. However, the oversized neural networks render them impractical for deployment on resource-constrained systems, which unavoidably requires more computational time and resources during reference.To handle this, knowledge distillation offers a promising approach that compresses models by enabling a smaller student model to learn from a larger teacher model. Nevertheless, how to apply knowledge distillation to compress motion planners has not been explored so far. In this paper, we propose PlanKD, the first knowledge distillation framework tailored for compressing end-to-end motion planners. First, considering that driving scenes are inherently complex, often containing planning-irrelevant or even noisy information, transferring such information is not beneficial for the student planner. Thus, we design an information bottleneck based strategy to only distill planning-relevant information, rather than transfer all information indiscriminately. Second, different waypoints in an output planned trajectory may hold varying degrees of importance for motion planning, where a slight deviation in certain crucial waypoints might lead to a collision. Therefore, we devise a safety-aware waypoint-attentive distillation module that assigns adaptive weights to different waypoints based on the importance, to encourage the student to accurately mimic more crucial waypoints, thereby improving overall safety. Experiments demonstrate that our PlanKD can boost the performance of smaller planners by a large margin, and significantly reduce their reference time.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2403.01238")

Code

Syntology Ran 8 of 14 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 6 ran with no contract checked.

By repository: official repository: 14 samples from 1 repository, 8 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

tulerfeng/PlanKD officialmentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 8 ran; 0 honoured the contract we drafted; 6 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · our draft was wrong
6ran
6unverified

Licence: 0 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from tulerfeng/PlanKD. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

BasicBlock tulerfeng/PlanKD/interfuser/plankd.py official repository ran Apache-2.0 (permissive) · 09ca88933f8dc918 · report
Bottleneck tulerfeng/PlanKD/interfuser/plankd.py official repository ran fingerprinted Apache-2.0 (permissive) · 4ebac9a1d0a5dad8 · report
IB_Discriminator tulerfeng/PlanKD/interfuser/plankd.py official repository ran Apache-2.0 (permissive) · 9bf278ffdef97464 · report
ResNet tulerfeng/PlanKD/interfuser/plankd.py official repository ran fingerprinted Apache-2.0 (permissive) · 18e74cea8c56feea · report
ResNet6e tulerfeng/PlanKD/interfuser/plankd.py official repository ran Apache-2.0 (permissive) · f3c6ceb76d67a413 · report
VIB tulerfeng/PlanKD/interfuser/plankd.py official repository ran Apache-2.0 (permissive) · 6729323c64b5fc66 · report
conv1x1 tulerfeng/PlanKD/interfuser/plankd.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 50efec97e3cc12bc · report
conv3x3 tulerfeng/PlanKD/interfuser/plankd.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 7e98e1d315e2ea27 · report
PlanKD tulerfeng/PlanKD/interfuser/plankd.py official repository unverified Apache-2.0 (permissive) · e0d1234cc273909f · report
ResNet6 tulerfeng/PlanKD/interfuser/plankd.py official repository unverified Apache-2.0 (permissive) · 72009193bf0cb290 · report
ResNet6d tulerfeng/PlanKD/interfuser/plankd.py official repository unverified Apache-2.0 (permissive) · 560c35974fb4e7cb · report
WP_Attention tulerfeng/PlanKD/interfuser/plankd.py official repository unverified Apache-2.0 (permissive) · 14507f9b7e4dd825 · report
_resnet tulerfeng/PlanKD/interfuser/plankd.py official repository unverified Apache-2.0 (permissive) · f13d24d97f1619cd · report
resnet6e tulerfeng/PlanKD/interfuser/plankd.py official repository unverified Apache-2.0 (permissive) · be020eedc530ae09 · report

Tasks

Autonomous DrivingKnowledge DistillationMotion Planning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Knowledge Distillation

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections