ECCV 2026 DriveX · HetroD Challenge v1.0

Generating Realistic Heterogeneous Closed-Loop Traffic Simulation

HetroD Challenge asks participants to generate realistic 8-second closed-loop traffic rollouts for mixed urban scenes with vehicles, two-wheelers, and pedestrians. The official evaluator measures kinematic realism, safety, cross-type interaction, and rollout coverage. Current models still struggle to deliver reliable results in heterogeneous traffic environments, making this challenge a focused benchmark for safer and more realistic mixed-agent simulation.

Main organizers: Yu-Hsiang Chen, Wei-Jer Chang, and Yi-Ting Chen.

Challenge Overview

A heterogeneous traffic simulation benchmark.

HetroD Challenge v1.0 focuses on generating realistic heterogeneous closed-loop traffic simulation in dense urban scenes.

The benchmark emphasizes mixed-agent interaction, vulnerable road-user safety, and type-balanced evaluation instead of vehicle-only performance.

  • Closed-loop rollout generation for vehicles, two-wheelers, and pedestrians.
  • Hidden test evaluation with official HetroD metrics.
  • Submission deadline: September 5, 2026 AoE.

Prize

Awards and certificates for the top three teams.

1st Place USD 500

Certificate included.

2nd Place USD 300

Certificate included.

3rd Place USD 200

Certificate included.

Public Package

Train and validation GT are public; test GT is hidden.

  • Train: 5087 scenarios with ScenarioNet inputs.
  • Validation: 955 scenarios with ScenarioNet inputs.
  • Test: 955 ScenarioNet-compatible inputs with future targets masked.

Submission

Submit one zipped folder of test rollouts.

Each submitted pickle must contain exactly the required agents from metadata.required_agent_ids and 80 future steps in global (x_m, y_m, z_m, yaw_rad) coordinates.

HetroD Challenge teaser showing heterogeneous traffic participants in an urban scene.
Heterogeneous urban traffic scenes combine vehicles, scooters, cyclists, and pedestrians in close-range interactions.

Challenge Timeline

Submit before the final deadline.

1

Develop

Train + validation

Use the public split and the GitHub evaluator for local validation.

2

Submit

September 5, 2026 AoE

Zip the test rollout folder and fill out the Google submission form.

3

Score

Hidden test evaluation

The organizers compute the final score with hidden test GT.

Files

Public data and evaluator layout.

The public package contains ScenarioNet inputs and GT pickles for train and validation; the test package contains inputs only.

Download the official dataset package from: https://levelxdata.com/hetrod-dataset/. The archive is named HetroD-Challenge-v1.0-public.tar.gz; its SHA-256 is d996b1843f5356cebe0a53449569c8574d31f62e0b1459ea9b3c931eeaca3c54.
HetroD-Challenge-v1.0-public/
  train/{gt,scenarionet}/
  valid/{gt,scenarionet}/
  test/input/
  manifests/
  split_summary.json

Evaluation Metrics

Type-balanced metrics for heterogeneous interaction.

The official score combines kinematic realism, safety, cross-type interaction, and a quality-gated coverage bonus.

For complete metric definitions, formulas, and evaluator details, see the official HetroD metrics documentation.
0.30 Kinematic
0.35 Safety
0.25 Cross-type
0.10 Coverage bonus
Base = 0.30 Kinematic + 0.35 Safety + 0.25 Cross-type Coverage Bonus = 0.10 * Coverage * Kinematic * Safety Overall = Base + Coverage Bonus

1. Kinematic

Realism by type.

  • Linear Speed
  • Linear Acceleration
  • Angular Speed
  • Angular Acceleration
Each metric is computed for vehicle, two-wheeler, and pedestrian, then macro-averaged.

2. Safety

Collision and valid region behavior.

  • Strict oriented-box collision with no geometric tolerance
  • GT pair/frame overlaps are not counted as new collisions
  • Type-aware valid region margin
Safety = 0.5 Collision + 0.5 Valid Region

3. Cross-type Interaction

Close-range heterogeneous behavior.

  • Cross-type distance proximity to GT
  • Cross-type time-to-proximity proximity to GT
Only unique vehicle-pedestrian, vehicle-two-wheeler, and pedestrian-two-wheeler pairs are used.

4. Coverage

Multi-rollout occupancy diversity.

  • Rasterized BEV occupancy
  • Type-wise average
  • Quality-gated bonus
Coverage rewards diverse valid rollouts without rewarding unsafe or unrealistic spread.
Frozen agent-selection policy: public validation uses the automatic v0.8 selector. Hidden test scoring retains every frozen automatic v0.8 target and pair, then adds eligible targets and pairs from blind human review. This fixed union is identical for every submission; exact hidden-test selections remain private with the test GT.

Submission

Submit one folder of scenario-level PKL files.

The final zip should contain exactly one rollout pickle for every scenario listed in manifests/test.txt.

your_team_submission.zip
  your_team_submission/
    <scenario_id_0>.pkl
    <scenario_id_1>.pkl
    ...
{
    "agent_id": ...,          # [num_agents]
    "simulated_states": ...,  # [32, num_agents, 80, 4]
}
  • scenario_id is the top-level input id.
  • agent_id must match metadata.required_agent_ids exactly.
  • simulated_states must contain exactly 32 rollouts and store future steps 11..90 as global (x_m, y_m, z_m, yaw_rad); positions use meters and yaw uses radians.

Run the official public preflight before uploading. It checks all 955 files, exact agent IDs, array shapes, floating-point dtype, and finite values without requiring hidden test GT.

python scripts/validate_submission.py your_team_submission.zip \
  --public-root /path/to/HetroD-Challenge-v1.0-public \
  --output submission_preflight.json

For local validation scoring, use the public validation GT:

python hetrod_eval.py /path/to/valid_rollouts \
  --gt-dir /path/to/HetroD-Challenge-v1.0-public/valid/gt \
  --output valid_metrics.json \
  --device cuda
Please fill out the Google submission form before September 5, 2026 AoE: https://forms.gle/L9mcG5TQMa3mkhr7A

Leaderboard

Hidden test evaluation results.

GT Reference (not ranked): verified on the same 946 scored test scenes and frozen selection using 32 copies of the ground-truth future. Kinematic and Cross-type are 1.0; Safety is 0.999778 (Collision 1.0, Valid Region 0.999557). Identical rollouts have Coverage 0, giving Overall 0.899922. This is a reference baseline, not a theoretical upper bound: diverse high-quality rollouts can earn a coverage bonus.

Updated September 7, 2026 · Evaluator hetrod-0.8.0. All seven submissions passed format checks for all 955 scenarios. Scores use 946 scenarios; nine scenes are excluded by the frozen quality-review manifest. Every submission uses the same frozen automatic + human-curated selection.

Click any Overall, Kinematic, Safety, Cross-type, or Coverage score to expand its breakdown. Within each group, expand submetrics for agent-type or pair-type details. Higher scores are better. For duplicate submissions, only the latest received version is scored.

HetroD hidden test scores ranked by Overall, with expandable metric breakdowns
RankTeam / MethodOverallKinematicSafetyCross-typeCoverage
ReferenceGT ReferenceRepeated GT · not ranked
0.899922

Overall

ContributionWeighted score
Kinematic0.300000
Safety0.349922
Cross-type0.250000
Coverage bonus0.000000

Overall is the sum of these contributions, averaged equally across locations.

1.000000

Kinematic

Pooled diagnostic details below; official group scores use equal-weight location averaging. These details need not average to the group score.

Linear speed 1.000000
Agent typeScore
Vehicle1.000000
Two-wheeler1.000000
Pedestrian1.000000
Linear acceleration 1.000000
Agent typeScore
Vehicle1.000000
Two-wheeler1.000000
Pedestrian1.000000
Angular speed 1.000000
Agent typeScore
Vehicle1.000000
Two-wheeler1.000000
Pedestrian1.000000
Angular acceleration 1.000000
Agent typeScore
Vehicle1.000000
Two-wheeler1.000000
Pedestrian1.000000
By location
Location IDScore
loc01.000000
loc11.000000
loc21.000000
loc31.000000
loc41.000000
loc51.000000
0.999778

Safety

Pooled diagnostic details below; official group scores use equal-weight location averaging. These details need not average to the group score.

Collision 1.000000
Agent typeScore
Vehicle1.000000
Two-wheeler1.000000
Pedestrian1.000000
Valid region 0.999557
Agent typeScore
Vehicle1.000000
Two-wheeler1.000000
Pedestrian0.998039
By location
Location IDScore
loc01.000000
loc11.000000
loc20.999666
loc30.999645
loc40.999715
loc50.999645
1.000000

Cross-type

Pooled diagnostic details below; official group scores use equal-weight location averaging. These details need not average to the group score.

SubmetricScore
Distance proximity to GT1.000000
Time-to-proximity to GT1.000000
Vehicle–pedestrian 1.000000
SubmetricScore
Distance proximity to GT1.000000
Time-to-proximity to GT1.000000
Vehicle–two-wheeler 1.000000
SubmetricScore
Distance proximity to GT1.000000
Time-to-proximity to GT1.000000
Pedestrian–two-wheeler 1.000000
SubmetricScore
Distance proximity to GT1.000000
Time-to-proximity to GT1.000000
By location
Location IDScore
loc01.000000
loc11.000000
loc21.000000
loc31.000000
loc41.000000
loc51.000000
0.000000

Coverage

Pooled diagnostic details below; official group scores use equal-weight location averaging. These details need not average to the group score.

Agent typeScore
Vehicle0.000000
Two-wheeler0.000000
Pedestrian0.000000

Coverage is the raw diversity score. Its contribution to Overall is quality-gated.

By location
Location IDScore
loc00.000000
loc10.000000
loc20.000000
loc30.000000
loc40.000000
loc50.000000
1HetroD-C1Mix512-SafeTechnical report (PDF)
0.729299

Overall

ContributionWeighted score
Kinematic0.227570
Safety0.299241
Cross-type0.189019
Coverage bonus0.013469

Overall is the sum of these contributions, averaged equally across locations.

0.758565

Kinematic

Pooled diagnostic details below; official group scores use equal-weight location averaging. These details need not average to the group score.

Linear speed 0.720818
Agent typeScore
Vehicle0.637761
Two-wheeler0.619756
Pedestrian0.904936
Linear acceleration 0.687767
Agent typeScore
Vehicle0.637738
Two-wheeler0.583008
Pedestrian0.842556
Angular speed 0.693512
Agent typeScore
Vehicle0.710366
Two-wheeler0.722116
Pedestrian0.648053
Angular acceleration 0.849693
Agent typeScore
Vehicle0.896951
Two-wheeler0.833849
Pedestrian0.818280
By location
Location IDScore
loc00.737156
loc10.777656
loc20.713613
loc30.777558
loc40.770229
loc50.775179
0.854976

Safety

Pooled diagnostic details below; official group scores use equal-weight location averaging. These details need not average to the group score.

Collision 0.762685
Agent typeScore
Vehicle0.779377
Two-wheeler0.732657
Pedestrian0.612417
Valid region 0.947266
Agent typeScore
Vehicle0.981720
Two-wheeler0.965210
Pedestrian0.893973
By location
Location IDScore
loc00.855637
loc10.871350
loc20.803746
loc30.823272
loc40.942600
loc50.833247
0.756076

Cross-type

Pooled diagnostic details below; official group scores use equal-weight location averaging. These details need not average to the group score.

SubmetricScore
Distance proximity to GT0.736843
Time-to-proximity to GT0.735215
Vehicle–pedestrian 0.709868
SubmetricScore
Distance proximity to GT0.714114
Time-to-proximity to GT0.705622
Vehicle–two-wheeler 0.742133
SubmetricScore
Distance proximity to GT0.742676
Time-to-proximity to GT0.741590
Pedestrian–two-wheeler 0.756086
SubmetricScore
Distance proximity to GT0.753739
Time-to-proximity to GT0.758433
By location
Location IDScore
loc00.781205
loc10.767482
loc20.723560
loc30.690271
loc40.795847
loc50.778091
0.208174

Coverage

Pooled diagnostic details below; official group scores use equal-weight location averaging. These details need not average to the group score.

Agent typeScore
Vehicle0.144115
Two-wheeler0.306314
Pedestrian0.185718

Coverage is the raw diversity score. Its contribution to Overall is quality-gated.

By location
Location IDScore
loc00.244790
loc10.199431
loc20.226549
loc30.180699
loc40.201863
loc50.195712
2Y1nnngTrajTokFusionTechnical report (PDF)
0.713597

Overall

ContributionWeighted score
Kinematic0.204720
Safety0.305295
Cross-type0.195801
Coverage bonus0.007780

Overall is the sum of these contributions, averaged equally across locations.

0.682400

Kinematic

Pooled diagnostic details below; official group scores use equal-weight location averaging. These details need not average to the group score.

Linear speed 0.678148
Agent typeScore
Vehicle0.605392
Two-wheeler0.533981
Pedestrian0.895072
Linear acceleration 0.603895
Agent typeScore
Vehicle0.566117
Two-wheeler0.476649
Pedestrian0.768917
Angular speed 0.603957
Agent typeScore
Vehicle0.693290
Two-wheeler0.594418
Pedestrian0.524163
Angular acceleration 0.813419
Agent typeScore
Vehicle0.907433
Two-wheeler0.765177
Pedestrian0.767646
By location
Location IDScore
loc00.690182
loc10.685740
loc20.668912
loc30.740061
loc40.663723
loc50.645783
0.872273

Safety

Pooled diagnostic details below; official group scores use equal-weight location averaging. These details need not average to the group score.

Collision 0.768479
Agent typeScore
Vehicle0.763831
Two-wheeler0.745157
Pedestrian0.598220
Valid region 0.976067
Agent typeScore
Vehicle0.990994
Two-wheeler0.982554
Pedestrian0.936606
By location
Location IDScore
loc00.924884
loc10.883138
loc20.796638
loc30.833127
loc40.939200
loc50.856649
0.783205

Cross-type

Pooled diagnostic details below; official group scores use equal-weight location averaging. These details need not average to the group score.

SubmetricScore
Distance proximity to GT0.763122
Time-to-proximity to GT0.760972
Vehicle–pedestrian 0.745140
SubmetricScore
Distance proximity to GT0.752067
Time-to-proximity to GT0.738213
Vehicle–two-wheeler 0.770724
SubmetricScore
Distance proximity to GT0.773912
Time-to-proximity to GT0.767535
Pedestrian–two-wheeler 0.770278
SubmetricScore
Distance proximity to GT0.763388
Time-to-proximity to GT0.777169
By location
Location IDScore
loc00.781645
loc10.813513
loc20.744093
loc30.788375
loc40.815139
loc50.756468
0.131520

Coverage

Pooled diagnostic details below; official group scores use equal-weight location averaging. These details need not average to the group score.

Agent typeScore
Vehicle0.102799
Two-wheeler0.193987
Pedestrian0.121768

Coverage is the raw diversity score. Its contribution to Overall is quality-gated.

By location
Location IDScore
loc00.118979
loc10.131638
loc20.165206
loc30.128707
loc40.120518
loc50.124069
3LRPSHARPTechnical report (PDF)
0.701899

Overall

ContributionWeighted score
Kinematic0.195604
Safety0.304043
Cross-type0.197095
Coverage bonus0.005157

Overall is the sum of these contributions, averaged equally across locations.

0.652013

Kinematic

Pooled diagnostic details below; official group scores use equal-weight location averaging. These details need not average to the group score.

Linear speed 0.671392
Agent typeScore
Vehicle0.575994
Two-wheeler0.533173
Pedestrian0.905009
Linear acceleration 0.641153
Agent typeScore
Vehicle0.602643
Two-wheeler0.583011
Pedestrian0.737805
Angular speed 0.466956
Agent typeScore
Vehicle0.693053
Two-wheeler0.498487
Pedestrian0.209329
Angular acceleration 0.651677
Agent typeScore
Vehicle0.572380
Two-wheeler0.741566
Pedestrian0.641087
By location
Location IDScore
loc00.730960
loc10.652209
loc20.549651
loc30.604364
loc40.714513
loc50.660384
0.868693

Safety

Pooled diagnostic details below; official group scores use equal-weight location averaging. These details need not average to the group score.

Collision 0.765376
Agent typeScore
Vehicle0.812523
Two-wheeler0.768117
Pedestrian0.561548
Valid region 0.972010
Agent typeScore
Vehicle0.993182
Two-wheeler0.980308
Pedestrian0.936680
By location
Location IDScore
loc00.919905
loc10.867698
loc20.818999
loc30.844149
loc40.917320
loc50.844087
0.788379

Cross-type

Pooled diagnostic details below; official group scores use equal-weight location averaging. These details need not average to the group score.

SubmetricScore
Distance proximity to GT0.782603
Time-to-proximity to GT0.778535
Vehicle–pedestrian 0.762706
SubmetricScore
Distance proximity to GT0.775496
Time-to-proximity to GT0.749915
Vehicle–two-wheeler 0.786832
SubmetricScore
Distance proximity to GT0.793109
Time-to-proximity to GT0.780556
Pedestrian–two-wheeler 0.792168
SubmetricScore
Distance proximity to GT0.779204
Time-to-proximity to GT0.805133
By location
Location IDScore
loc00.760121
loc10.801737
loc20.781092
loc30.735829
loc40.859694
loc50.791799
0.091772

Coverage

Pooled diagnostic details below; official group scores use equal-weight location averaging. These details need not average to the group score.

Agent typeScore
Vehicle0.074470
Two-wheeler0.154210
Pedestrian0.056388

Coverage is the raw diversity score. Its contribution to Overall is quality-gated.

By location
Location IDScore
loc00.073472
loc10.097988
loc20.104235
loc30.094285
loc40.090417
loc50.090239
4winzzzkinematicTechnical report (PDF)
0.696323

Overall

ContributionWeighted score
Kinematic0.209906
Safety0.288163
Cross-type0.188324
Coverage bonus0.009930

Overall is the sum of these contributions, averaged equally across locations.

0.699688

Kinematic

Pooled diagnostic details below; official group scores use equal-weight location averaging. These details need not average to the group score.

Linear speed 0.640487
Agent typeScore
Vehicle0.523636
Two-wheeler0.509090
Pedestrian0.888735
Linear acceleration 0.721972
Agent typeScore
Vehicle0.669585
Two-wheeler0.637184
Pedestrian0.859146
Angular speed 0.524925
Agent typeScore
Vehicle0.493301
Two-wheeler0.581238
Pedestrian0.500237
Angular acceleration 0.787280
Agent typeScore
Vehicle0.891076
Two-wheeler0.762096
Pedestrian0.708667
By location
Location IDScore
loc00.817325
loc10.668959
loc20.630020
loc30.651538
loc40.743791
loc50.686495
0.823324

Safety

Pooled diagnostic details below; official group scores use equal-weight location averaging. These details need not average to the group score.

Collision 0.744340
Agent typeScore
Vehicle0.701579
Two-wheeler0.653846
Pedestrian0.707285
Valid region 0.902308
Agent typeScore
Vehicle0.931478
Two-wheeler0.898006
Pedestrian0.866684
By location
Location IDScore
loc00.894615
loc10.808136
loc20.755445
loc30.773598
loc40.889505
loc50.818645
0.753295

Cross-type

Pooled diagnostic details below; official group scores use equal-weight location averaging. These details need not average to the group score.

SubmetricScore
Distance proximity to GT0.732814
Time-to-proximity to GT0.757683
Vehicle–pedestrian 0.733090
SubmetricScore
Distance proximity to GT0.735286
Time-to-proximity to GT0.730893
Vehicle–two-wheeler 0.742047
SubmetricScore
Distance proximity to GT0.728452
Time-to-proximity to GT0.755642
Pedestrian–two-wheeler 0.760610
SubmetricScore
Distance proximity to GT0.734704
Time-to-proximity to GT0.786515
By location
Location IDScore
loc00.760295
loc10.742283
loc20.748680
loc30.662079
loc40.826291
loc50.780139
0.172921

Coverage

Pooled diagnostic details below; official group scores use equal-weight location averaging. These details need not average to the group score.

Agent typeScore
Vehicle0.133900
Two-wheeler0.262529
Pedestrian0.126880

Coverage is the raw diversity score. Its contribution to Overall is quality-gated.

By location
Location IDScore
loc00.160827
loc10.191666
loc20.182933
loc30.176082
loc40.155922
loc50.170099
5yancyHeteroTLATechnical report (PDF)
0.634236

Overall

ContributionWeighted score
Kinematic0.196854
Safety0.245185
Cross-type0.182623
Coverage bonus0.009574

Overall is the sum of these contributions, averaged equally across locations.

0.656179

Kinematic

Pooled diagnostic details below; official group scores use equal-weight location averaging. These details need not average to the group score.

Linear speed 0.656023
Agent typeScore
Vehicle0.564271
Two-wheeler0.535495
Pedestrian0.868305
Linear acceleration 0.529845
Agent typeScore
Vehicle0.373018
Two-wheeler0.412242
Pedestrian0.804276
Angular speed 0.481066
Agent typeScore
Vehicle0.507915
Two-wheeler0.500142
Pedestrian0.435141
Angular acceleration 0.776374
Agent typeScore
Vehicle0.876822
Two-wheeler0.748975
Pedestrian0.703326
By location
Location IDScore
loc00.721386
loc10.672058
loc20.556034
loc30.641053
loc40.691878
loc50.654667
0.700528

Safety

Pooled diagnostic details below; official group scores use equal-weight location averaging. These details need not average to the group score.

Collision 0.523131
Agent typeScore
Vehicle0.433551
Two-wheeler0.452861
Pedestrian0.509437
Valid region 0.877925
Agent typeScore
Vehicle0.903632
Two-wheeler0.879895
Pedestrian0.860044
By location
Location IDScore
loc00.800147
loc10.631937
loc20.634100
loc30.672508
loc40.782609
loc50.681867
0.730493

Cross-type

Pooled diagnostic details below; official group scores use equal-weight location averaging. These details need not average to the group score.

SubmetricScore
Distance proximity to GT0.717056
Time-to-proximity to GT0.716107
Vehicle–pedestrian 0.696937
SubmetricScore
Distance proximity to GT0.707154
Time-to-proximity to GT0.686719
Vehicle–two-wheeler 0.720779
SubmetricScore
Distance proximity to GT0.724152
Time-to-proximity to GT0.717406
Pedestrian–two-wheeler 0.732029
SubmetricScore
Distance proximity to GT0.719860
Time-to-proximity to GT0.744198
By location
Location IDScore
loc00.755560
loc10.726228
loc20.709527
loc30.673978
loc40.780138
loc50.737525
0.207971

Coverage

Pooled diagnostic details below; official group scores use equal-weight location averaging. These details need not average to the group score.

Agent typeScore
Vehicle0.143556
Two-wheeler0.324759
Pedestrian0.140958

Coverage is the raw diversity score. Its contribution to Overall is quality-gated.

By location
Location IDScore
loc00.192387
loc10.223761
loc20.200678
loc30.223167
loc40.203382
loc50.204451
6LITIVSRTGTechnical report (PDF)
0.539011

Overall

ContributionWeighted score
Kinematic0.087403
Safety0.259581
Cross-type0.189278
Coverage bonus0.002750

Overall is the sum of these contributions, averaged equally across locations.

0.291342

Kinematic

Pooled diagnostic details below; official group scores use equal-weight location averaging. These details need not average to the group score.

Linear speed 0.441173
Agent typeScore
Vehicle0.215565
Two-wheeler0.206732
Pedestrian0.901223
Linear acceleration 0.310153
Agent typeScore
Vehicle0.226738
Two-wheeler0.163689
Pedestrian0.540032
Angular speed 0.069324
Agent typeScore
Vehicle0.128899
Two-wheeler0.050853
Pedestrian0.028221
Angular acceleration 0.306804
Agent typeScore
Vehicle0.601303
Two-wheeler0.121064
Pedestrian0.198045
By location
Location IDScore
loc00.388398
loc10.216948
loc20.319238
loc30.287738
loc40.304885
loc50.230846
0.741659

Safety

Pooled diagnostic details below; official group scores use equal-weight location averaging. These details need not average to the group score.

Collision 0.571469
Agent typeScore
Vehicle0.488560
Two-wheeler0.490068
Pedestrian0.527152
Valid region 0.911849
Agent typeScore
Vehicle0.937965
Two-wheeler0.922849
Pedestrian0.878473
By location
Location IDScore
loc00.838947
loc10.685470
loc20.662917
loc30.719667
loc40.821761
loc50.721193
0.757112

Cross-type

Pooled diagnostic details below; official group scores use equal-weight location averaging. These details need not average to the group score.

SubmetricScore
Distance proximity to GT0.741094
Time-to-proximity to GT0.752596
Vehicle–pedestrian 0.735582
SubmetricScore
Distance proximity to GT0.733154
Time-to-proximity to GT0.738010
Vehicle–two-wheeler 0.743903
SubmetricScore
Distance proximity to GT0.743320
Time-to-proximity to GT0.744485
Pedestrian–two-wheeler 0.761050
SubmetricScore
Distance proximity to GT0.746807
Time-to-proximity to GT0.775293
By location
Location IDScore
loc00.763398
loc10.755391
loc20.749018
loc30.668002
loc40.814427
loc50.792434
0.123915

Coverage

Pooled diagnostic details below; official group scores use equal-weight location averaging. These details need not average to the group score.

Agent typeScore
Vehicle0.086781
Two-wheeler0.183201
Pedestrian0.101737

Coverage is the raw diversity score. Its contribution to Overall is quality-gated.

By location
Location IDScore
loc00.141194
loc10.126950
loc20.134251
loc30.107735
loc40.125439
loc50.107922
7mxrHEAT_RaScTechnical report (PDF)
0.517443

Overall

ContributionWeighted score
Kinematic0.175592
Safety0.196027
Cross-type0.126377
Coverage bonus0.019448

Overall is the sum of these contributions, averaged equally across locations.

0.585307

Kinematic

Pooled diagnostic details below; official group scores use equal-weight location averaging. These details need not average to the group score.

Linear speed 0.477569
Agent typeScore
Vehicle0.303233
Two-wheeler0.335162
Pedestrian0.794312
Linear acceleration 0.452713
Agent typeScore
Vehicle0.448396
Two-wheeler0.465842
Pedestrian0.443902
Angular speed 0.503354
Agent typeScore
Vehicle0.522353
Two-wheeler0.566785
Pedestrian0.420926
Angular acceleration 0.736423
Agent typeScore
Vehicle0.697455
Two-wheeler0.767654
Pedestrian0.744160
By location
Location IDScore
loc00.619870
loc10.644190
loc20.490715
loc30.553583
loc40.599412
loc50.604070
0.560076

Safety

Pooled diagnostic details below; official group scores use equal-weight location averaging. These details need not average to the group score.

Collision 0.395708
Agent typeScore
Vehicle0.226715
Two-wheeler0.315830
Pedestrian0.529470
Valid region 0.724443
Agent typeScore
Vehicle0.830868
Two-wheeler0.818112
Pedestrian0.534786
By location
Location IDScore
loc00.590831
loc10.551830
loc20.499362
loc30.568683
loc40.596859
loc50.552890
0.505507

Cross-type

Pooled diagnostic details below; official group scores use equal-weight location averaging. These details need not average to the group score.

SubmetricScore
Distance proximity to GT0.420998
Time-to-proximity to GT0.542241
Vehicle–pedestrian 0.453405
SubmetricScore
Distance proximity to GT0.398292
Time-to-proximity to GT0.508517
Vehicle–two-wheeler 0.511325
SubmetricScore
Distance proximity to GT0.450877
Time-to-proximity to GT0.571773
Pedestrian–two-wheeler 0.480129
SubmetricScore
Distance proximity to GT0.413826
Time-to-proximity to GT0.546433
By location
Location IDScore
loc00.585390
loc10.505885
loc20.469218
loc30.443963
loc40.507410
loc50.521174
0.590663

Coverage

Pooled diagnostic details below; official group scores use equal-weight location averaging. These details need not average to the group score.

Agent typeScore
Vehicle0.396093
Two-wheeler0.683042
Pedestrian0.686098

Coverage is the raw diversity score. Its contribution to Overall is quality-gated.

By location
Location IDScore
loc00.617273
loc10.565162
loc20.597231
loc30.552557
loc40.625742
loc50.586011