Papers › DTPP: Differentiable Joint Conditional Prediction and Cost Evaluation for Tree Policy...

DTPP: Differentiable Joint Conditional Prediction and Cost Evaluation for Tree Policy Planning in Autonomous Driving

9 Oct 2023arXiv:2310.05885links table onlyarchive 2025-07-28

Zhiyu Huang, Peter Karkus, Boris Ivanovic, Yuxiao Chen, Marco Pavone, Chen Lv

The archive published only this paper's code-link row. Authors, date and abstract are from arXiv's metadata (CC0), read from the Kaggle arXiv metadata snapshot of 2026-09-12 where its title matched the archive's; the title is the archive's.

Motion prediction and cost evaluation are vital components in the decision-making system of autonomous vehicles. However, existing methods often ignore the importance of cost learning and treat them as separate modules. In this study, we employ a tree-structured policy planner and propose a differentiable joint training framework for both ego-conditioned prediction and cost models, resulting in a direct improvement of the final planning performance. For conditional prediction, we introduce a query-centric Transformer model that performs efficient ego-conditioned motion prediction. For planning cost, we propose a learnable context-aware cost function with latent interaction features, facilitating differentiable joint learning. We validate our proposed approach using the real-world nuPlan dataset and its associated planning test platform. Our framework not only matches state-of-the-art planning methods but outperforms other learning-based methods in planning quality, while operating more efficiently in terms of runtime. We show that joint training delivers significantly better performance than separate training of the two modules. Additionally, we find that tree-structured policy planning outperforms the conventional single-stage planning approach.

PaperPDFCodeCode 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="2310.05885")

Code

Syntology Ran 11 of 16 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 11 ran with no contract checked.

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

mczhi/dtpp officialmentioned in papermentioned on GitHubpytorchApache-2.0 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

16 samples harvested; 11 ran; 0 honoured the contract we drafted; 5 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.

11ran
5unverified

Licence: 0 of the 16 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 mczhi/dtpp. “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.

bernstein_poly mczhi/dtpp/bezier_path.py official repository ran fingerprinted Apache-2.0 (permissive) · cb5cb6d0e7e6b54e · report
calc_4points_bezier_path mczhi/dtpp/bezier_path.py official repository ran Apache-2.0 (permissive) · dbd18e4b11cb39be · report
calc_bezier_path mczhi/dtpp/bezier_path.py official repository ran fingerprinted Apache-2.0 (permissive) · 4821a6353f2620ba · report
calculate_path_heading mczhi/dtpp/planner_utils.py official repository ran fingerprinted Apache-2.0 (permissive) · be15327f4c6b8a18 · report
check_path mczhi/dtpp/planner_utils.py official repository ran fingerprinted Apache-2.0 (permissive) · e71bf0d78f0a84d6 · report
convert_to_model_inputs mczhi/dtpp/obs_adapter.py official repository ran Apache-2.0 (permissive) · 8a7f01d886d3a4bf · report
cubic_spline_coefficients mczhi/dtpp/spline_planner.py official repository ran Apache-2.0 (permissive) · f1b58a3ac028a718 · report
get_aggregator_config mczhi/dtpp/common_utils.py official repository ran Apache-2.0 (permissive) · 2486e356348b426d · report
get_filter_parameters mczhi/dtpp/common_utils.py official repository ran Apache-2.0 (permissive) · 8fe70331122689e7 · report
global_velocity_to_local mczhi/dtpp/data_utils.py official repository ran fingerprinted Apache-2.0 (permissive) · 0950505f865f0908 · report
trajectory_smoothing mczhi/dtpp/planner_utils.py official repository ran Apache-2.0 (permissive) · 834c63b959a13820 · report
calc_loss mczhi/dtpp/train_utils.py official repository unverified Apache-2.0 (permissive) · 60ae27a9d035f0e0 · report
calc_metrics mczhi/dtpp/train_utils.py official repository unverified Apache-2.0 (permissive) · 992910bad800e5b8 · report
calc_spline_course mczhi/dtpp/path_planner.py official repository unverified Apache-2.0 (permissive) · b035159f75f8704e · report
compute_spline_xyvaqrt mczhi/dtpp/spline_planner.py official repository unverified Apache-2.0 (permissive) · c0d944818f33cadc · report
extract_agent_tensor mczhi/dtpp/obs_adapter.py official repository unverified Apache-2.0 (permissive) · 5c7a943caab0bfde · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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