Pith. sign in

REVIEW 4 major objections 4 minor 16 references

Improving Traffic Signal Data Quality for the Waymo Open Motion Dataset

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

Pith's one-line read Vehicle trajectories can reconstruct nearly all missing traffic-signal states in the Waymo Open Motion Dataset, cutting the estimated red-light running rate from 15.7% to 2.9%.

desk verdict Useful pipeline for fixing WOMD signal data, but the headline red-light-running validation is partly circular; still worth serious review. read the letter →

arxiv 2506.07150 v1 pith:LNYFGS5I submitted 2025-06-08 cs.RO

classification cs.RO
keywords WaymoOpenMotionDatasettrafficsignalimputationtrajectory-basedestimationring-and-barrierdiagramdataqualityautonomousdrivingred-lightrunningratephaseandtiming
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 claims that the traffic-signal information in the Waymo Open Motion Dataset can be made nearly complete and internally consistent by reading signal states off vehicle trajectories rather than relying only on the dataset's sensor-derived labels. In the raw data, 71.7% of all signal states are missing or unknown, and the proposed fully automated pipeline imputes all of them while also correcting labels that conflict with observed driver behavior. As a check in the absence of ground truth, the paper compares red-light running rates: the original data imply 15.7% of signalized-intersection scenarios contain a red-light violation, while the corrected data imply 2.9%, a level consistent with the premise that red-light running is rare. In a SUMO simulation with known signal states, estimation accuracy exceeds 96% under both fixed-time and actuated control. If the claim holds, downstream users of the dataset—trajectory prediction, motion planning, and simulation—inherit a cleaner and more self-consistent signal channel.

What carries the argument

The load-bearing object is the pair of vehicle confidence functions $f(d,a)$ and $g(d,v)$: for a vehicle at distance $d$ from the stop bar with acceleration $a$ or velocity $v$, these functions score how strongly its motion evidences a red or green light, with the $d=30$ m cutoff based on FHWA dilemma-zone guidance. Aggregating these scores across vehicles yields a per-movement estimate $\hat{m}_i(t)$ and a confidence $c_i(t)$. The second pillar is the ring-and-barrier feasibility set $\mathcal{X}$—the roughly ten legal green configurations for a four-way intersection—which constrains the final sequence and lets the method resolve conflicts by maximizing a weighted match score and minimizing a weighted conflict score. Temporal filtering enforces a minimum phase duration, and a fixed yellow phase is appended before each red.

What would settle it

Collect independent ground-truth signal states for a sample of WOMD intersections—for example, from controller logs, video, or a separate instrumented vehicle—and compare frame-by-frame with the imputed sequence. The central claim fails if the imputed states disagree with direct observations on a meaningful fraction of frames where the trajectory evidence was sparse, or if the red-light running rate computed against independent ground truth does not approach the 2.9% level.

Watch

Extended reading notes

Core claim

The paper's central claim is that a 9-second window of vehicle trajectories, combined with map geometry and standard U.S. signal-timing structure, is enough to reconstruct the full per-movement signal state at an intersection. Each approaching vehicle contributes two confidence scores—one from acceleration and distance to the stop bar, one from velocity and distance—that vote for green or red; the votes are aggregated over a time horizon into an estimated state per movement with a confidence value. Missing states are filled from these estimates, and recorded states are overwritten when the trajectory evidence is confident and disagrees. The candidate states are then restricted to the ring-and-barrier feasible configurations of the intersection, and the configuration maximizing weighted agreement with the imputed states is chosen, with temporal smoothing to avoid implausibly short phases and a fixed yellow inserted before each red. Applied to over 360,000 signalized scenarios in WOMD, the pipeline imputes all 71.7% of missing and unknown states and reduces the estimated red-light running rate from 15.7% to 2.9%.

Load-bearing premise

The load-bearing premise is that near a stop bar most vehicles stop on red and proceed on green, so any disagreement between trajectories and the dataset's signal labels is a data error; if frequent red-light running, queue spillback, or sensor noise produces the same trajectories, the imputed states can be wrong while the reported violation rate still looks low.

Editorial extensions

If this is right

  • All 360,000+ signalized scenarios in the Waymo Open Motion Dataset can be released with complete per-lane signal states, removing the largest incompleteness in the dataset's signal channel.
  • Models trained on the corrected signals should see a far lower rate of impossible red-light crossings in their training labels, since the paper's estimated violation rate drops from 15.7% to 2.9%.
  • The method transfers across intersection geometries and timing plans: simulation accuracy is 96.98%, 97.72%, and 96.08% for two fixed-time plans and one actuated plan.
  • The imputation logic extends to movements whose signals were entirely absent from the raw data, so downstream trajectory prediction no longer needs to treat signal state as partially unobserved.

Reading between the lines

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

  • Our reading: because the method needs only trajectories, map geometry, and a NEMA-style signal-structure assumption, the same pipeline should transfer to other motion datasets (for example, the Lyft Level 5 or Argoverse 2 datasets), though the paper does not test this.
  • Our reading: the 2.9% residual red-light rate is best treated as an upper bound on real violations under the paper's own assumptions; at intersections with frequent queue spillback or genuine non-compliance, the corrected states could inherit the same bias as the validation metric.
  • Our reading: a natural next test is to use the imputed signal states as training targets for a trajectory-conditioned signal-state predictor, and to check whether downstream trajectory-prediction error drops when the corrected labels replace the raw ones.
  • Our reading: because the method does not generate flashing signals and assumes standard ring-and-barrier layouts, the paper's own limitations imply that five-leg intersections, separated right-turn lanes, and flashing phases would need a relaxed feasibility set.
Share X Bluesky LinkedIn Reddit HN

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 a fully automated pipeline to impute and correct traffic signal states in the Waymo Open Motion Dataset. The method identifies signalized intersections from lane geometry, estimates per-movement signal states from vehicle acceleration and velocity near stop bars, and then selects a ring-and-barrier feasible state combination that minimizes conflict with the trajectory-based estimates. The authors validate the approach in SUMO simulation on one intersection with three timing plans (reported accuracy above 96%), qualitatively on three WOMD scenarios, and quantitatively on the entire dataset through a 71.7% imputation rate and a reduction in estimated red-light running scenarios from 15.7% in the original data to 2.9% after correction. The code and improved traffic signal data are open-sourced.

Significance. Improving traffic signal data quality in WOMD is a valuable contribution because the dataset is widely used for prediction, planning, and simulation, and missing or erroneous signal states can degrade downstream models. The open-sourced code and improved data have clear practical value. The simulation experiments provide some evidence that the internal logic works under compliant driver behavior and standard intersection geometry. However, the central real-data claim—that the corrected WOMD signal states are accurate—is not established by the current validation: the headline red-light-violation metric is computed on the same trajectories used to construct the signal states, so it is partly enforced by construction, and the raw and corrected rates are not computed on the same movements. The simulation validation is limited to one intersection and does not address the confounds of queuing, noncompliance, or unusual geometries. If the authors add independent, like-for-like validation on real data, the contribution would be significant; in its current form the accuracy claim is not convincingly supported.

major comments (4)
  1. [Section 4.3.2, Eqs. (9)-(11)] The red-light violation rate is a circular validation metric. In Section 3.2.2, Eqs. (9)-(11) select the final signal state by minimizing a conflict score between the feasible state and the trajectory-based estimates; the red-light violation rate in Section 4.3.2 then counts red-light conflicts between those same trajectories and the selected states. A low violation rate therefore measures agreement with the objective the method was designed to optimize, not accuracy against any independent ground truth. To support the accuracy claim, the authors should validate against held-out observed signal states from the original WOMD (e.g., the ~28.3% of states that are present), rather than only reporting the trajectory-consistency metric.
  2. [Section 4.3.2] The comparison between the raw violation rate of 15.7% and the corrected rate of 2.9% is not like-for-like. The raw rate is computed only on movements for which the original data provides a signal state, while the corrected rate is computed on all movements, including the 71.7% that were missing or unknown and therefore could not contribute to the raw violation count. These two numbers have different denominators and different movement sets, so the reduction from 15.7% to 2.9% is not a valid measure of improvement. The authors should compute both rates on the same set of movements (for example, only on movements with known raw states) and should report the definitions explicitly.
  3. [Section 4.1 and Section 5] The simulation validation is not sufficient to establish real-world accuracy. The SUMO experiment uses a single intersection, trajectories generated by compliant car-following models, and parameters calibrated on the same simulation setup. The authors' own Section 5 concedes that performance may degrade at nonstandard intersections, unusual geometries, or complex lane configurations, yet the abstract and introduction claim robustness and flexibility across diverse real-world geometries. The simulation therefore cannot support the global accuracy claim for the entire WOMD. A more convincing validation would use real intersections with independent ground-truth signal states, or at least a clear sensitivity analysis over intersection types and congestion levels.
  4. [Section 3.2.1 and Appendix A] The trajectory-based estimation cannot distinguish several important confounds that are not addressed outside simulation. A vehicle stopped near the stop bar on green because of a queue or a blocked intersection is observationally similar in acceleration and velocity to a vehicle stopped on red; similarly, a vehicle moving through on green is observationally similar to one running a red light if the motion is smooth. The confidence functions in Eqs. (21)-(23) use only distance, acceleration, and velocity, with no mechanism to account for queue spillback or stop-line blockage. The authors should either incorporate such mechanisms or explicitly bound the error introduced by these confounds, with supporting real-world evidence.
minor comments (4)
  1. [Appendix A, Eq. (21)] The piecewise definition of f(d,a) appears to contain conflicting conditions: the first line lists 'd<0, a<0 or a>=0 or d>30' while the third line sets f=1 for d>30. As written, the function is ambiguous for d>30. The intended range likely excludes d>30 from the first condition, but this needs clarification.
  2. [Abstract and Section 4.3.1] The phrase 'all of which were successfully imputed' is too strong: since there is no ground truth for the missing states on real data, the method assigns a state to every movement, but 'successful' imputation is not demonstrated. The imputation rate metric measures completeness, not correctness.
  3. [Section 4.3.2] The metric is described as a 'red light violation rate' but is computed as the fraction of scenarios with at least one violation, not the fraction of vehicle crossings that are violations. The authors should use a less ambiguous term such as 'scenario-level red-light violation rate' and clearly distinguish it from a vehicle-level violation rate.
  4. [Section 4.1, Table 5] The parameter calibration section states that 960 parameter combinations were evaluated on the same three SUMO timing plans used for the accuracy results in Table 4. Reporting accuracy on the calibration set as a validation result overstates generalization; a held-out simulation run or a separate calibration/validation split would be more appropriate.

Circularity Check

1 steps flagged · score 6.0 of 10

The headline real-data validation is circular: the red-light running rate is computed on the same trajectories used to construct the signal states, and the raw-versus-corrected comparison is not like-for-like.

  1. fitted input called prediction [Section 4.3.2 (Red Light Violation Rate); objective defined in Section 3.2.2, Eq. (10)]
    "To validate the accuracy of our method in the absence of ground-truth traffic signal states, we calculate the red light violation rate based on observed vehicle trajectories. The rationale is that red light running is a rare event in reality. Thus, if our estimated traffic light states are accurate, there should be a limited number of red light running events. ... Note that when calculating the red light violation rate of the proposed method, we consider all movements, including those missing or unknown in the original dataset."

    The signal states being validated are not independent of the trajectories used to validate them. Section 3.2.2 selects x*(t) by Eq. (10) to minimize s_conflict (Eq. 9), a weighted mismatch count against trajectory-derived imputed states, with weights c_i from the same acceleration and velocity observations. The violation rate then counts, on those same trajectories, crossings while x*(t) is red; a crossing can be re-labeled green via Table 2 when c_i >= theta, deleting the violation by construction. The 15.7% to 2.9% drop therefore mostly restates the method's own optimization objective rather than providing external confirmation.

full rationale

The core trajectory-based imputation method is not itself circular: Section 3.2.1 derives estimated movement states from deceleration and velocity patterns, and the SUMO validation in Section 4.1 provides an independent ground-truth check, achieving accuracy above 96% across fixed-time and actuated plans, with parameters calibrated in simulation. However, the paper's principal WOMD-scale real-data validation, the reduction in red-light violation rate from 15.7% to 2.9% in Section 4.3.2, is circular as an accuracy claim. The final state x*(t) is chosen via Eq. (10) to minimize conflict with trajectory-derived estimates, and the violation rate counts conflicts between those same trajectories and x*(t); low violation rates are therefore a restatement of the optimization objective. The comparison is also not like-for-like, because the raw violation rate is evaluated only on originally labeled states, while the corrected rate includes all imputed movements. The simulation validation is independent but assumes compliant driving in SUMO, so it does not resolve the real-data circularity. No load-bearing self-citation chain was found: references to prior SPaT work by one of the authors are contextual rather than foundational. The authors' own Section 5 limitation, noting that performance may degrade at nonstandard intersections, further narrows but does not repair the circular real-data validation. Overall, the central real-data validation reduces by construction, giving a score of 6.

Assumptions & free parameters 10 free parameters · 6 assumptions · 0 invented entities

The central claim depends on trajectory behavior being a faithful proxy for signal state, on the NEMA ring-and-barrier assumption for feasible signal patterns, and on a fixed set of thresholds tuned in simulation. No new physical entities are introduced.

free parameters (10)
  • a_green = 0.5 m/s^2
    Acceleration threshold above which a movement is estimated green; tuned by grid search on SUMO simulation in Section 4.1.
  • a_red = -2.0 m/s^2
    Acceleration threshold below which a movement is estimated red; tuned by grid search on SUMO simulation.
  • v_green = 3.5 m/s
    Velocity threshold for green estimation; tuned by grid search on SUMO simulation.
  • v_red = 0.5 m/s
    Velocity threshold for red estimation; tuned by grid search on SUMO simulation.
  • theta = 1.0
    Confidence threshold for overriding original data with the trajectory estimate; tuned by grid search.
  • w_big = 100
    Arbitrarily large weight for states where original and estimated signals agree.
  • w_small = 0.1
    Arbitrarily small weight for original-only states with no trajectory support.
  • t_min = 30 time steps (3 s at 10 Hz)
    Minimum signal duration threshold for temporal filtering in Section 3.2.3.
  • t_yellow = 20 time steps (2 s at 10 Hz)
    Fixed yellow duration inserted after every green period in Equation 14.
  • Delta_t = 10 time steps (1 s at 10 Hz)
    Temporal window for averaging vehicle confidence values in Equations 5 to 8.
assumptions (6)
  • domain assumption Vehicle acceleration and velocity near the stop bar reliably indicate whether the signal is red or green.
    Used to define confidence functions f and g in Section 3.2.1 and Appendix A; if vehicles stop for congestion, blockage, or run red lights, the estimate is biased.
  • domain assumption Red-light running is rare in real-world driving.
    Used as the validation premise in Section 4.3.2 to treat a low violation rate as evidence of accuracy.
  • domain assumption Signalized intersections in WOMD follow the NEMA ring-and-barrier structure, so only enumerated green configurations are possible.
    Feasible set X and Table 3 in Section 3.2.2; nonstandard intersections are acknowledged as a limitation in Section 5.
  • domain assumption Right-turn movements can be ignored because right turns on red are often permitted.
    Right-turning vehicles are excluded in Section 3.2.1; this may fail where right turns are signalized separately.
  • domain assumption Original signal labels are correct when they agree with the trajectory estimate.
    The weight assignment w_big in Table 2 assumes agreement validates the original data and gives it near-maximum weight.
  • domain assumption A fixed yellow duration of 2 seconds is an acceptable approximation across all intersections.
    Yellow is inserted as a constant interval in Equation 14, though real yellow times vary with approach speed.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Improving Traffic Signal Data Quality for the Waymo Open Motion Dataset." pith.science (2026). https://pith.science/paper/LNYFGS5I

@misc{pith2026250607150,
  author       = {Pith},
  title        = {Pith review of: Improving Traffic Signal Data Quality for the Waymo Open Motion Dataset},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/LNYFGS5I}},
  note         = {Machine review of arXiv:2506.07150}
}
read the original abstract

Datasets pertaining to autonomous vehicles (AVs) hold significant promise for a range of research fields, including artificial intelligence (AI), autonomous driving, and transportation engineering. Nonetheless, these datasets often encounter challenges related to the states of traffic signals, such as missing or inaccurate data. Such issues can compromise the reliability of the datasets and adversely affect the performance of models developed using them. This research introduces a fully automated approach designed to tackle these issues by utilizing available vehicle trajectory data alongside knowledge from the transportation domain to effectively impute and rectify traffic signal information within the Waymo Open Motion Dataset (WOMD). The proposed method is robust and flexible, capable of handling diverse intersection geometries and traffic signal configurations in real-world scenarios. Comprehensive validations have been conducted on the entire WOMD, focusing on over 360,000 relevant scenarios involving traffic signals, out of a total of 530,000 real-world driving scenarios. In the original dataset, 71.7% of traffic signal states are either missing or unknown, all of which were successfully imputed by our proposed method. Furthermore, in the absence of ground-truth signal states, the accuracy of our approach is evaluated based on the rate of red-light violations among vehicle trajectories. Results show that our method reduces the estimated red-light running rate from 15.7% in the original data to 2.9%, thereby demonstrating its efficacy in rectifying data inaccuracies. This paper significantly enhances the quality of AV datasets, contributing to the wider AI and AV research communities and benefiting various downstream applications. The code and improved traffic signal data are open-sourced at https://github.com/michigan-traffic-lab/WOMD-Traffic-Signal-Data-Improvement

Figures

Figures reproduced from arXiv: 2506.07150 by the authors.

Figure 1
Figure 1. Method schematic for imputing and correcting traffic signal states in the WOMD. [PITH_FULL_IMAGE:figures/full_fig_p003_1.png] view at source ↗
Figure 2
Figure 2. Demonstration of the WOMD and the traffic signal data issues. (a) A snapshot of a scenario in the [PITH_FULL_IMAGE:figures/full_fig_p004_2.png] view at source ↗
Figure 3
Figure 3. Demonstration of movements in a typical four-way intersection. [PITH_FULL_IMAGE:figures/full_fig_p005_3.png] view at source ↗
Figures from the paper (10 more)
Figure 4
Figure 4. Figure 4: The process of identifying a signalized intersection. [PITH_FULL_IMAGE:figures/full_fig_p007_4.png]
Figure 5
Figure 5. Figure 5: Area for estimating traffic signal state. [PITH_FULL_IMAGE:figures/full_fig_p008_5.png]
Figure 6
Figure 6. Figure 6: Illustration figure of the SUMO simulated intersection (Washtenaw Avenue – S Huron Parkway) [PITH_FULL_IMAGE:figures/full_fig_p012_6.png]
Figure 7
Figure 7. Figure 7: Diverse traffic signal settings include both static (signal timing plans #1 and #2) and actuated [PITH_FULL_IMAGE:figures/full_fig_p013_7.png]
Figure 8
Figure 8. Figure 8: Demonstration of scenario 1. (a) Original data from the WOMD, (b) Data after applying the [PITH_FULL_IMAGE:figures/full_fig_p015_8.png]
Figure 9
Figure 9. Figure 9: Demonstration of scenario 2. (a) Original data from the WOMD, (b) Data after applying the [PITH_FULL_IMAGE:figures/full_fig_p016_9.png]
Figure 10
Figure 10. Figure 10: Demonstration of scenario 3. (a) Original data from the WOMD, (b) Data after applying the [PITH_FULL_IMAGE:figures/full_fig_p017_10.png]
Figure 11
Figure 11. Figure 11: Demonstration of the proposed method in diverse real-world intersections. The title for each [PITH_FULL_IMAGE:figures/full_fig_p018_11.png]
Figure 12
Figure 12. Figure 12: Estimated red-light running rates by aver [PITH_FULL_IMAGE:figures/full_fig_p019_12.png]
Figure 14
Figure 14. Figure 14: Heatmaps of the vehicle confidence functions. (a) Heatmap of [PITH_FULL_IMAGE:figures/full_fig_p024_14.png]

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

16 extracted references · 9 canonical work pages

  1. [2]

    Gorela: Go relative for viewpoint-invariant motion forecasting, in: 2023 IEEE International Conference on Robotics and Automation (ICRA), IEEE. pp. 7801–7807. Dauner, D., Hallgarten, M., Geiger, A., Chitta, K.,

  2. [4]

    arXiv preprint arXiv:2403.15098

    Unitraj: A unified framework for scalable vehicle trajectory prediction. arXiv preprint arXiv:2403.15098 . Gordon, R.L., Reiss, R.A., Haenel, H., Case, E., French, R.L., Mohaddes, A., Wolcott, R., et al.,

  3. [5]

    arXiv preprint arXiv:2404.02524

    Versatile scene-consistent traffic scenario generation as optimization with diffusion. arXiv preprint arXiv:2404.02524 . Jiao, Y., Li, G., Calvert, S.C., van Cranenburgh, S., van Lint, H.,

  4. [6]

    Towards Knowledge-driven Autonomous Driving

    Towards knowledge-driven autonomous driving. arXiv preprint arXiv:2312.04316 . Lopez, P.A., Behrisch, M., Bieker-Walz, L., Erdmann, J., Fl¨otter¨od, Y.P., Hilbrich, R., L¨ ucken, L., Rummel, J., Wagner, P., Wießner, E.,

  5. [8]

    Use of connected vehicle data to identify signal timing plans on signalized arterial corridors, in: 2023 IEEE International Automated Vehicle Validation Conference (IA VVC), IEEE. pp. 1–6. Manual, H.C.,

  6. [9]

    Wayformer: Motion forecasting via simple & efficient attention networks, in: 2023 IEEE International Conference on Robotics and Automation (ICRA), IEEE. pp. 2980–2987. Punzo, V., Borzacchiello, M.T., Ciuffo, B.,

  7. [11]

    https://waymo.com/open/challenges/2024/motion- prediction/

    Waymo motion prediction challenge. https://waymo.com/open/challenges/2024/motion- prediction/. 22 Wen, X., Cui, Z., Jian, S.,

  8. [12]

    URL: https://en.wikipedia.org/wiki/Disjoint-set_data_structure

    Disjoint-set data structure — Wikipedia, The Free Encyclopedia. URL: https://en.wikipedia.org/wiki/Disjoint-set_data_structure. [Online; accessed 30-July- 2024]. Wilson, B., Qi, W., Agarwal, T., Lambert, J., Singh, J., Khandelwal, S., Pan, B., Kumar, R., Hartnett, A., Pontes, J.K., et al.,

Show all 16 references
  1. [13]

    arXiv preprint arXiv:2301.00493

    Argoverse 2: Next generation datasets for self-driving perception and forecasting. arXiv preprint arXiv:2301.00493 . Yan, X., Zou, Z., Feng, S., Zhu, H., Sun, H., Liu, H.X.,

  2. [14]

    arXiv preprint arXiv:2412.05334

    Closed-loop supervised fine-tuning of tokenized traffic models. arXiv preprint arXiv:2412.05334 . Zhang, Z., Liniger, A., Dai, D., Yu, F., Van Gool, L.,

  3. [15]

    Trafficbots: Towards world models for autonomous driving simulation and motion prediction, in: 2023 IEEE International Conference on Robotics and Automation (ICRA), IEEE. pp. 1522–1529. Zhou, Z., Wang, J., Li, Y.H., Huang, Y.K.,

  4. [16]

    Those vehicles with𝑑≥−8 m are taken into consideration

    be its current acceleration; and𝑣≥0 (unit: m/s) be its velocity. Those vehicles with𝑑≥−8 m are taken into consideration. Then the acceleration confidence function𝑓and the velocity confidence function𝑔are given by: (𝑡is neglected for concise expression) 𝑓(𝑑,𝑎)=    0,if...

  5. [2018]

    Microscopic traffic simulation using sumo, in: 2018 21st international conference on intelligent transportation systems (ITSC), Ieee. pp. 2575–2582. Mahmud, S., Huang, T., Sharma, A., Day, C.M.,

  6. [2023]

    arXiv preprint arXiv:2306.16927

    End-to-end autonomous driving: Challenges and frontiers. arXiv preprint arXiv:2306.16927 . Coifman, B., Li, L.,

  7. [2024]

    arXiv preprint arXiv:2406.15349

    Navsim: Data-driven non-reactive autonomous vehicle simulation and benchmarking. arXiv preprint arXiv:2406.15349 . Du, Z., Yan, X., Zhu, J., Sun, W.,

  8. [2025]

    arXiv preprint arXiv:2504.09103

    Impact: Be- havioral intention-aware multimodal trajectory prediction with adaptive context trimming. arXiv preprint arXiv:2504.09103 . Urbanik, T., Tanaka, A., Lozner, B., Lindstrom, E., Lee, K., Quayle, S., Beaird, S., Tsoi, S., Ryus, P., Gettman, D., et al.,

Pith tools

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