Pith. sign in

REVIEW 4 major objections 4 minor 37 references

ParkDiffusion: Heterogeneous Multi-Agent Multi-Modal Trajectory Prediction for Automated Parking using Diffusion Models

T0 review · 4 major / 4 minor · reviewed 2026-08-16 · deepseek-v4-flash

Pith's one-line read The paper's core claim is that parking-lot trajectory prediction improves substantially when a diffusion model conditions on soft and hard map constraints, adapts to agent type, and outputs kinematically feasible control signals.

desk verdict A credible diffusion-based parking predictor with honest ablations, but the headline baseline comparison is not yet apples-to-apples. read the letter →

arxiv 2505.00586 v2 pith:OBOJ2TSB submitted 2025-05-01 cs.RO cs.LG

classification cs.ROcs.LG
keywords trajectorypredictiondiffusionmodelsautomatedparkingheterogeneousmulti-agentmulti-modalkinematicconstraintspedestrianvulnerableroadusers
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper tries to establish that trajectory prediction in automated parking is best done as a heterogeneous, multi-modal forecasting problem: one model should predict both cars and pedestrians, offer several plausible futures, and force every hypothesis through a physical motion model. ParkDiffusion does this by diffusing control signals instead of raw positions, then integrating those signals with kinematics tuned separately for vehicles and pedestrians, while a pretrained denoiser cleans the resulting trajectories. On the Dragon Lake Parking (DLP) dataset the paper reports an all-agent minADE of 0.16 m and minFDE of 0.30 m, about half the error of the strongest adapted automotive baselines, and on the inD intersection dataset it reports the best overall accuracy, driven mainly by pedestrian prediction. If these numbers hold, parking systems gain a predictor that covers the most safety-critical interaction in lots: a vehicle and a pedestrian sharing the same unmarked space, rather than treating parking as a vehicle-only problem.

What carries the argument

The load-bearing mechanism is the kinematic refinement loop placed between the diffusion initializer and the denoiser. Instead of generating positions directly, the model lets the Leapfrog Diffusion (LED) initializer produce control signals; vehicles are integrated as point masses with acceleration bounded by the road-friction limit $\|u_a(t)\| \le \mu g$ with $\mu = 0.7$ and $g = 9.81\ \mathrm{m/s^2}$, while pedestrians are integrated through a first-order neural ODE. A two-step cross-attention map encoder first conditions agent features on soft lane polylines and then on hard obstacle polylines, and an agent-type embedding modulates those features by scaling and shifting them. This gives the candidate trajectories a physical plausibility that a single pretrained denoiser then refines for all agent types.

What would settle it

Retrain QCNet and SIMPL under the paper's exact preprocessing and train them for substantially more than 20 epochs with several random seeds, while rerunning ParkDiffusion with the same seeds; if a baseline's minADE or minFDE reaches or falls below ParkDiffusion's reported 0.16 m / 0.30 m at convergence, the large-margin claim is refuted. Alternatively, if ParkDiffusion's per-seed error bars overlap the baseline numbers, the ranking is not statistically stable.

Watch

Extended reading notes

Core claim

The core claim is that a diffusion-based trajectory predictor can be made parking-specific by splitting the scene into three conditionings: soft map semantics (lane markings that may be crossed), hard geometric obstacles (parked cars that must be avoided), and the agent's type (vehicle or pedestrian). The paper's distinct discovery is the way these conditions enter the generative process: a two-step cross-attention fuses agent features with soft then hard map polylines; a modulation layer scales and shifts the fused features by a learned agent-type embedding; and the decoder outputs control signals that are integrated under vehicle point-mass dynamics or a pedestrian neural ODE before the denoiser refines the path. The authors report that this combination produces the first heterogeneous, VRU-inclusive parking trajectory predictor and beats all compared baselines on the DLP dataset, with the largest gains on pedestrians.

Load-bearing premise

The reported margin over prior work assumes that every baseline was trained to convergence on the same 20-epoch schedule with equivalent preprocessing, and that the published ParkPredict+ numbers were produced under conditions comparable to the authors' pipeline; if those assumptions fail, the size of the reported advantage shrinks.

Editorial extensions

If this is right

  • Parking-specific prediction no longer has to ignore pedestrians; the same model can forecast both classes, and the paper's largest margins are in pedestrian accuracy.
  • Diffusion models can run within an ADAS pipeline if an initializer skips most denoising steps and the denoiser only refines a kinematically plausible proposal.
  • Treating parked cars as hard constraints and lane markings as soft constraints, then fusing them in that order, is a reusable recipe for map conditioning in parking-like spaces.
  • Because the model outputs control signals rather than positions, the same pretrained denoiser can be paired with different kinematic models for different agent types.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The paper leaves open whether the soft-then-hard cross-attention order is essential; swapping the order would test whether the ordering itself carries the map-conditioning benefit.
  • The same soft/hard context split and type modulation could transfer to other shared-space domains, such as loading docks, garage ramps, or pedestrianized city centers, where the parking-specific kinematic models would need to be adapted.
  • A direct way to isolate the value of the learned pedestrian dynamics is to run the pedestrian branch with the same point-mass integrator used for vehicles; if pedestrian error stays low, the neural ODE is not the reason.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 4 minor

Summary. The paper proposes ParkDiffusion, a diffusion-model-based trajectory prediction method for heterogeneous agents (vehicles and pedestrians) in automated parking scenarios. The method combines a dual map encoder for soft and hard map constraints, an adaptive agent type embedding, a Leapfrog Diffusion initializer, and physics-based kinematic refinement. The authors evaluate on the Dragon Lake Parking (DLP) dataset and the Intersections Drone (inD) dataset, reporting strong improvements over several baselines and ablations that show the contribution of each component. The central claim is state-of-the-art performance on parking-scene trajectory prediction, with particular emphasis on pedestrian prediction.

Significance. If the reported results hold, ParkDiffusion would be a useful step for automated parking trajectory prediction, an underexplored area relative to urban driving. The architecture is plausible, and the paper has clear strengths: explicit consideration of VRUs, a dual map encoder that separates soft and hard constraints, an agent type embedding that conditions on agent class, a kinematic refinement layer that improves feasibility, and a set of ablations including context masking and agent-density analysis. The use of two datasets and the inclusion of scenario-specific analyses are also positive. However, the empirical evaluation as presented is not yet at the level needed to support the headline claims. The baseline comparison is not fully controlled, the training budget assertion is unsupported, and the absence of statistical significance testing leaves the reported margins difficult to evaluate. The kinematic feasibility claim is also stronger than the implemented point-mass model justifies. With these issues addressed, the work could become a solid contribution.

major comments (4)
  1. [IV-B / Table I] The headline claim that ParkDiffusion 'outperforms all baselines across the board' rests on an uncontrolled comparison. ParkPredict+ is not integrated into the authors' preprocessing pipeline; its numbers are quoted from the original paper because it is 'challenging to reproduce' it in the authors' setting. No evidence is provided that the observation history length, prediction horizon, sampling interval, ego-centric radius, number of modes K, or metric implementation match the authors' setup. Table I also reports no pedestrian or 'all' metrics for ParkPredict+, so the 'across the board' claim is not fully supported even by the table as printed.
  2. [IV-B] The statement that all baselines are trained for 20 epochs 'to ensure convergence' is not supported by any convergence curves, learning-rate schedules, early-stopping criteria, or repeated-seed variance. With single-run point estimates and no significance testing, the large margins in Table I could partly reflect asymmetric hyperparameter effort or incomplete training of the baselines. The paper should retrain all baselines under matched training budgets and report mean and standard deviation over multiple seeds, or otherwise justify that the reported single runs are representative.
  3. [III-D / Eq. (11)] The vehicle kinematic model is a point-mass double integrator with only an acceleration norm bound (Eq. 11). It does not constrain heading, steering angle, or turning radius, so the claim that the model produces 'physically feasible' trajectories (Contribution 3) is overstated. The authors should either adopt a kinematic bicycle model or explicitly discuss why the point-mass approximation is sufficient for the parking maneuvers considered, including reversing and tight turns.
  4. [Table I] The very low absolute errors on DLP (e.g., pedestrian minADE of 0.15 m and minFDE of 0.32 m over a 4 s horizon) suggest that a large fraction of the samples may be near-stationary. Without reporting the proportion of static agents or the speed distribution in the validation set, the practical significance of the margin over baselines is unclear. The authors should quantify the share of stationary trajectories and, if substantial, report metrics separately for moving and stationary agents.
minor comments (4)
  1. [IV-C] The sentence 'Overall, our method achieves the best minADE and minFDE scores compared to all baselines' after Table II is ambiguous because SIMPL has a lower vehicle minADE. The claim should explicitly state that it refers to the combined 'All' metrics, where it is supported by the table.
  2. [III-F] The weighted L2 norm in Eq. (18) is not defined: the weights W and how they are chosen are not specified. The cross-entropy target formation for the probability branch is also described only in words; please provide the exact loss formulation.
  3. [III-E / Eq. (16)] The notation \tilde{Y} is used both for the candidate trajectory after kinematic refinement and for the noisy input to the denoiser. Please clarify the relationship and define the diffusion schedule parameters αβ, ᾱβ, and σβ explicitly, including any dependence on the timestep β.
  4. [IV-B] For the inD dataset, the paper states that Bendplatz and Frankenburg are merged due to their high number of VRUs, but it does not state whether this matches the official data splits or how the train/validation split was made. Please specify the exact split procedure and the number of agents of each class in each split.

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity: ParkDiffusion's core predictions are supervised on held-out ground truth, and self-citations from the authors' group are related-work only.

full rationale

ParkDiffusion's derivation chain is self-contained. The model is trained with a standard noise-prediction loss (Eq. 17) and a best-of-K weighted L2 reconstruction loss (Eq. 18), both evaluated against ground-truth future trajectories from the DLP and inD datasets; no predicted quantity is defined in terms of the evaluation metric it claims to minimize. The diffusion backbone is cited to external work by Mao et al. (Leapfrog Diffusion), and the three references from the authors' own group ([9], [10], [13]) appear only in related-work discussion and are not used to justify the central empirical claim. The decision to quote ParkPredict+ from its published paper rather than retrain it is an evaluation-protocol fairness issue, not a circular step, because the comparison does not feed back into the model's training objective or derivation. Consequently, there is no self-definitional fit, no fitted-input-called-prediction, and no load-bearing self-citation chain.

Assumptions & free parameters 3 free parameters · 3 assumptions · 0 invented entities

The central claims rest on domain assumptions inherited from prior work (dataset quality, LED transferability, kinematic model adequacy) rather than on new postulated entities. No new physical or formal objects are introduced. Free parameters are limited to hand-chosen constants and unreported hyperparameters that do not overturn the method but do reduce reproducibility.

free parameters (3)
  • Kinematic acceleration bound (mu times g) = 0.7 * 9.81 m/s^2
    Introduced in Eq. 11 as a constraint on vehicle acceleration; the friction coefficient mu = 0.7 is a hand-chosen typical asphalt value, not measured or fit to data.
  • Diffusion schedule hyperparameters = Not specified in the paper
    The noise schedule, number of denoising steps, and beta values are referenced but not reported; these are hand-chosen and directly affect the denoising quality and runtime.
  • Weighted L2 norm weights W = Not specified
    The reconstruction loss in Eq. 18 uses a weighted L2 norm, but the weight matrix W is never defined, making the exact loss unidentifiable.
assumptions (3)
  • domain assumption The DLP and inD datasets provide accurate ground-truth trajectories and map polylines.
    All training and evaluation rely on these labels; any noise or inconsistency in the data directly propagates into the reported errors.
  • domain assumption The Leapfrog Diffusion (LED) framework [11] provides a working initializer and denoiser that transfer to this new setting.
    The architecture is built on the LED skeleton; if the LED initializer or its pretraining procedure is not applicable to parking scenes, the whole pipeline fails.
  • domain assumption A point-mass double integrator is an adequate kinematic model for vehicles in parking lots.
    Eq. 10 models vehicles as point masses with acceleration controls, omitting steering and heading constraints that are relevant for reversing and tight parking maneuvers.

how reviews work

0 comments
Cite this review

Pith. "Pith review of ParkDiffusion: Heterogeneous Multi-Agent Multi-Modal Trajectory Prediction for Automated Parking using Diffusion Models." pith.science (2026). https://pith.science/paper/OBOJ2TSB

@misc{pith2026250500586,
  author       = {Pith},
  title        = {Pith review of: ParkDiffusion: Heterogeneous Multi-Agent Multi-Modal Trajectory Prediction for Automated Parking using Diffusion Models},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/OBOJ2TSB}},
  note         = {Machine review of arXiv:2505.00586}
}
read the original abstract

Automated parking is a critical feature of Advanced Driver Assistance Systems (ADAS), where accurate trajectory prediction is essential to bridge perception and planning modules. Despite its significance, research in this domain remains relatively limited, with most existing studies concentrating on single-modal trajectory prediction of vehicles. In this work, we propose ParkDiffusion, a novel approach that predicts the trajectories of both vehicles and pedestrians in automated parking scenarios. ParkDiffusion employs diffusion models to capture the inherent uncertainty and multi-modality of future trajectories, incorporating several key innovations. First, we propose a dual map encoder that processes soft semantic cues and hard geometric constraints using a two-step cross-attention mechanism. Second, we introduce an adaptive agent type embedding module, which dynamically conditions the prediction process on the distinct characteristics of vehicles and pedestrians. Third, to ensure kinematic feasibility, our model outputs control signals that are subsequently used within a kinematic framework to generate physically feasible trajectories. We evaluate ParkDiffusion on the Dragon Lake Parking (DLP) dataset and the Intersections Drone (inD) dataset. Our work establishes a new baseline for heterogeneous trajectory prediction in parking scenarios, outperforming existing methods by a considerable margin.

Figures

Figures reproduced from arXiv: 2505.00586 by the authors.

Figure 1
Figure 1. Trajectory prediction for automated parking faces several challenges. [PITH_FULL_IMAGE:figures/full_fig_p001_1.png] view at source ↗
Figure 2
Figure 2. Overview of our ParkDiffusion approach for heterogeneous multi-agent multi-modal trajectory prediction. It takes as input agent histories, map polylines representing soft and hard constraints, and agent type information. The agent encoder and dual map encoder extract relevant features from the agents and maps, which are then fused through an attention mechanism. These fused features, along with the agent type data, … view at source ↗
Figure 3
Figure 3. Visualizations of ParkDiffusion predictions on the DLP (top row) and inD (bottom row) datasets. For clarity, on the DLP dataset with higher agent density, we show the trajectory with the highest probability from the multi-modal predictions; on the inD dataset with lower agent density, we present the top three most probable predictions to demonstrate the model’s ability to capture multiple plausible futures. The ego … view at source ↗

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

37 extracted references · 34 canonical work pages

  1. [1]

    Inverse perspective mapping-based neural occupancy grid map for visual parking,

    X. Mu, H. Ye, D. Zhu, T. Chen, and T. Qin, “Inverse perspective mapping-based neural occupancy grid map for visual parking,” in IEEE Int. Conf. on Robotics and Automation , 2023, pp. 8400–8406

  2. [2]

    Towards autonomous parking using vision-only sensors,

    Y . Yang, M. Pan, S. Jiang, J. Wang, W. Wang, J. Wang, and M. Wang, “Towards autonomous parking using vision-only sensors,” in IEEE/RSJ Int. Conf. on Intelligent Robots and Systems , 2021, pp. 2038–2044

  3. [3]

    LESS-map: Lightweight and evolving semantic map in parking lots for long-term self- localization,

    M. Liu, X. Tang, Y . Qian, J. Chen, and L. Li, “LESS-map: Lightweight and evolving semantic map in parking lots for long-term self- localization,” in IEEE Int. Conf. on Robotics and Automation , 2024

  4. [4]

    Visual localization in repetitive and symmetric indoor parking lots using 3D key text graph,

    J. Kim, G. Koo, H. Park, and N. Doh, “Visual localization in repetitive and symmetric indoor parking lots using 3D key text graph,” in IEEE Int. Conf. on Robotics and Automation , 2024, pp. 10 185–10 191

  5. [5]

    Long-horizon motion planning for autonomous vehicle parking incorporating incomplete map information,

    S. Dai and Y . Wang, “Long-horizon motion planning for autonomous vehicle parking incorporating incomplete map information,” in IEEE Int. Conf. on Robotics and Automation , 2021, pp. 8135–8142

  6. [6]

    Speeding up path planning via reinforcement learning in MCTS for automated parking,

    X. Zheng, X. Zhang, and D. Xu, “Speeding up path planning via reinforcement learning in MCTS for automated parking,” in IEEE/RSJ Int. Conf. on Intelligent Robots and Systems , 2024, pp. 5410–5415

  7. [7]

    Query-centric trajectory prediction,

    Z. Zhou, J. Wang, Y .-H. Li, and Y .-K. Huang, “Query-centric trajectory prediction,” in IEEE/CVF Conf. on Computer Vision and Pattern Recognition, 2023, pp. 17 863–17 873

  8. [8]

    SIMPL: A simple and efficient multi-agent motion prediction baseline for autonomous driving,

    L. Zhang, P. Li, S. Liu, and S. Shen, “SIMPL: A simple and efficient multi-agent motion prediction baseline for autonomous driving,” IEEE Robotics and Automation Letters , 2024

Show all 37 references
  1. [9]

    Entropy-based uncertainty modeling for trajectory prediction in autonomous driving,

    A. Distelzweig, A. Look, E. Kosman, F. Janjo ˇs, J. Wagner, and A. Val- ada, “Entropy-based uncertainty modeling for trajectory prediction in autonomous driving,” arXiv preprint arXiv:2410.01628 , 2024

  2. [10]

    Motion forecasting via model-based risk minimization,

    A. Distelzweig, E. Kosman, A. Look, F. Janjo ˇs, D. K. Manivannan, and A. Valada, “Motion forecasting via model-based risk minimization,” arXiv preprint arXiv:2409.10585 , 2024

  3. [11]

    Leapfrog diffusion model for stochastic trajectory prediction,

    W. Mao, C. Xu, Q. Zhu, S. Chen, and Y . Wang, “Leapfrog diffusion model for stochastic trajectory prediction,” in IEEE/CVF Conf. on Computer Vision and Pattern Recognition , 2023, pp. 5517–5526

  4. [12]

    SocialCircle: Learning the angle-based social interaction representation for pedestrian trajectory prediction,

    C. Wong, B. Xia, Z. Zou, Y . Wang, and X. You, “SocialCircle: Learning the angle-based social interaction representation for pedestrian trajectory prediction,” in IEEE/CVF Conf. on Computer Vision and Pattern Recognition, 2024, pp. 19 005–19 015

  5. [13]

    Multimodal interaction-aware motion prediction for autonomous street crossing,

    N. Radwan, W. Burgard, and A. Valada, “Multimodal interaction-aware motion prediction for autonomous street crossing,” Int. Journal of Robotics Research, vol. 39, no. 13, pp. 1567–1598, 2020

  6. [14]

    ParkPredict+: Multimodal intent and motion prediction for vehicles in parking lots with CNN and transformer,

    X. Shen, M. Lacayo, N. Guggilla, and F. Borrelli, “ParkPredict+: Multimodal intent and motion prediction for vehicles in parking lots with CNN and transformer,” in IEEE Int. Conf. on Intelligent Transportation Systems, 2022, pp. 3999–4004

  7. [15]

    The inD dataset: A drone dataset of naturalistic road user trajectories at german intersections,

    J. Bock, R. Krajewski, T. Moers, S. Runde, L. Vater, and L. Eckstein, “The inD dataset: A drone dataset of naturalistic road user trajectories at german intersections,” in IEEE Intelligent Vehicles Symposium, 2020

  8. [16]

    Scene Transformer: A unified architecture for predicting future trajectories of multiple agents,

    J. Ngiam, V . Vasudevan, B. Caine,et al., “Scene Transformer: A unified architecture for predicting future trajectories of multiple agents,” in Int. Conf. on Learning Representations , 2022

  9. [17]

    Multipath++: Efficient information fusion and trajectory aggregation for behavior prediction,

    B. Varadarajan, A. Hefny, A. Srivastava, et al., “Multipath++: Efficient information fusion and trajectory aggregation for behavior prediction,” in IEEE Int. Conf. on Robotics and Automation , 2022, pp. 7814–7821

  10. [18]

    Heterogeneous graph-based trajectory prediction using local map context and social interactions,

    D. Grimm, M. Zipfl, F. Hertlein, A. Naumann, J. Luettin, S. Thoma, S. Schmid, L. Halilaj, A. Rettinger, and J. M. Z ¨ollner, “Heterogeneous graph-based trajectory prediction using local map context and social interactions,” in IEEE Int. Conf. on Intelligent Transportation Syst...

  11. [19]

    Heterogeneous trajectory forecasting via risk and scene graph learning,

    J. Fang, C. Zhu, P. Zhang, H. Yu, and J. Xue, “Heterogeneous trajectory forecasting via risk and scene graph learning,” IEEE Transactions on Intelligent Transportation Systems, pp. 12 078–12 091, 2023

  12. [20]

    Traphic: Trajectory prediction in dense and heterogeneous traffic using weighted interactions,

    R. Chandra, U. Bhattacharya, A. Bera, and D. Manocha, “Traphic: Trajectory prediction in dense and heterogeneous traffic using weighted interactions,” in IEEE/CVF Conf. on Computer Vision and Pattern Recognition, 2019, pp. 8483–8492

  13. [21]

    TrafficPredict: Trajectory prediction for heterogeneous traffic-agents,

    Y . Ma, X. Zhu, S. Zhang, R. Yang, W. Wang, and D. Manocha, “TrafficPredict: Trajectory prediction for heterogeneous traffic-agents,” in AAAI Conf. on Artificial Intelligence , 2019

  14. [22]

    Real- time heterogeneous road-agents trajectory prediction using hierarchical convolutional networks and multi-task learning,

    L. Li, X. Wang, D. Yang, Y . Ju, Z. Zhang, and J. Lian, “Real- time heterogeneous road-agents trajectory prediction using hierarchical convolutional networks and multi-task learning,” IEEE Transactions on Intelligent Vehicles, vol. 9, no. 2, pp. 4055–4069, 2023

  15. [23]

    Trajectory prediction for heterogeneous road-agents using dual attention model,

    S. Zhao, M. Li, T. Huang, S. Li, and Z. Xing, “Trajectory prediction for heterogeneous road-agents using dual attention model,” Measurement, vol. 212, p. 112685, 2023

  16. [24]

    Intention-aware denoising diffusion model for trajectory prediction,

    C. Liu, S. He, H. Liu, and J. Chen, “Intention-aware denoising diffusion model for trajectory prediction,” arXiv preprint arXiv:2403.09190 , 2024

  17. [25]

    MotionDiffuser: Controllable multi-agent motion prediction using diffusion,

    C. Jiang, A. Cornman, C. Park, B. Sapp, Y . Zhou, D. Anguelov, et al. , “MotionDiffuser: Controllable multi-agent motion prediction using diffusion,” in IEEE/CVF Conf. on Computer Vision and Pattern Recognition, 2023, pp. 9644–9653

  18. [26]

    A multi- modal vehicle trajectory prediction framework via conditional diffusion model: A coarse-to-fine approach,

    Z. Li, H. Liang, H. Wang, X. Zheng, J. Wang, and P. Zhou, “A multi- modal vehicle trajectory prediction framework via conditional diffusion model: A coarse-to-fine approach,” Knowledge-Based Systems , vol. 280, p. 110990, 2023

  19. [27]

    Learning autoencoder diffusion models of pedestrian group relationships for multimodal trajectory prediction,

    K. Lv, L. Yuan, and X. Ni, “Learning autoencoder diffusion models of pedestrian group relationships for multimodal trajectory prediction,” IEEE Transactions on Instrumentation and Measurement , 2024

  20. [28]

    DICE: Diverse diffusion model with scoring for trajectory prediction,

    Y . Choi, R. C. Mercurius, S. M. A. Shabestary, and A. Rasouli, “DICE: Diverse diffusion model with scoring for trajectory prediction,” in IEEE Intelligent Vehicles Symposium, 2024, pp. 3023–3029

  21. [29]

    ControlTraj: Controllable trajectory generation with topology-constrained diffusion model,

    Y . Zhu, J. J. Yu, X. Zhao, Q. Liu, Y . Ye, W. Chen, Z. Zhang, X. Wei, and Y . Liang, “ControlTraj: Controllable trajectory generation with topology-constrained diffusion model,” in ACM SIGKDD Conf. on Knowledge Discovery and Data Mining , 2024, pp. 4676–4687

  22. [30]

    BCDiff: Bidi- rectional consistent diffusion for instantaneous trajectory prediction,

    R. Li, C. Li, D. Ren, G. Chen, Y . Yuan, and G. Wang, “BCDiff: Bidi- rectional consistent diffusion for instantaneous trajectory prediction,” Conf. on Neural Information Processing Systems , 2023

  23. [31]

    A VM-SLAM: Semantic visual SLAM with multi-sensor fusion in a bird’s eye view for automated valet parking,

    Y . Li, W. Yang, D. Lin, Q. Wang, Z. Cui, and X. Qin, “A VM-SLAM: Semantic visual SLAM with multi-sensor fusion in a bird’s eye view for automated valet parking,” in IEEE/RSJ Int. Conf. on Intelligent Robots and Systems , 2023

  24. [32]

    Robust multi-camera SLAM with Manhattan constraint toward automated valet parking,

    Y . Kang, Y . Song, W. Ge, and T. Ling, “Robust multi-camera SLAM with Manhattan constraint toward automated valet parking,” in IEEE/RSJ Int. Conf. on Intelligent Robots and Systems , 2021

  25. [33]

    Autonomous vehicle parking in dynamic environments: An integrated system with prediction and motion planning,

    J. Leu, Y . Wang, M. Tomizuka, and S. Di Cairano, “Autonomous vehicle parking in dynamic environments: An integrated system with prediction and motion planning,” in IEEE Int. Conf. on Robotics and Automation, 2022, pp. 10 890–10 897

  26. [34]

    ParkingE2E: Camera-based end-to-end parking network, from images to planning,

    C. Li, Z. Ji, Z. Chen, T. Qin, and M. Yang, “ParkingE2E: Camera-based end-to-end parking network, from images to planning,” in IEEE/RSJ Int. Conf. on Intelligent Robots and Systems , 2024, pp. 13 206–13 212

  27. [35]

    ParkPredict: Motion and intent prediction of vehicles in parking lots,

    X. Shen, I. Batkovic, V . Govindarajan, P. Falcone, T. Darrell, and F. Borrelli, “ParkPredict: Motion and intent prediction of vehicles in parking lots,” in IEEE Intelligent Vehicles Symposium , 2020

  28. [36]

    Deep kinematic models for kinematically feasible vehicle trajectory predictions,

    H. Cui, T. Nguyen, F.-C. Chou, T.-H. Lin, J. Schneider, D. Bradley, and N. Djuric, “Deep kinematic models for kinematically feasible vehicle trajectory predictions,” in IEEE Int. Conf. on Robotics and Automation , 2020, pp. 10 563–10 569

  29. [37]

    Diffusion-based environment- aware trajectory prediction,

    T. Westny, B. Olofsson, and E. Frisk, “Diffusion-based environment- aware trajectory prediction,” arXiv preprint arXiv:2403.11643 , 2024

Pith tools

Reviewed August 16, 2026 · model on record in the stance chip above.