IEEE-ITSS-HAIT / 2024-IEEE-ITSS-PBP

Apache License 2.0
17 stars 0 forks source link

⚠️ Notice of Delay: IEEE ITSS Student Competition on Pedestrian Behavior Prediction ⚠️

Dear Participants,

We regret to inform you that due to unforeseen paperwork delays, we are unable to annotate and prepare the competition data on time. As a result, the IEEE ITSS Student Competition on Pedestrian Behavior Prediction will be postponed.

We understand the inconvenience this may cause and sincerely apologize for it. We expect the data to be ready in another 1-2 months, and the competition is likely to resume in September when the fall semester begins. However, at this moment, we are unable to provide an exact timeline.

We greatly appreciate your interest and enthusiasm for the IEEE ITSS Student Competition on Pedestrian Behavior Prediction. We ask for your patience and understanding as we work through these delays. Please keep an eye out for further updates and additional notices.

Thank you for your continued support.


Welcome to the 2nd IEEE ITSS Student Competition on Pedestrian Behavior Prediction!

Video Demo

2nd IEEE ITSS Student Competition

❓ Q&A Session

❔ Question 1: How to register for the competition?

❔ Question 2: Where to download the data?

Background

Pedestrian behavior prediction is one of the most critical challenges for fully automated driving in urban settings. It requires autonomous vehicles to interact safely and efficiently with pedestrians in diverse and dynamic environments. Accurate and robust pedestrian behavior prediction is crucial to ensure the safety of both pedestrians and autonomous vehicles.

Competition Tasks

PTP forecasts a pedestrian's future trajectory from a bird's-eye view, using observed data from six surrounding cameras and lidar. The Short-Term Prediction (ST) targets a 3-second future path, while the Long-Term Prediction (LT) extends to 7 seconds.

Eligibility

We invite competitors from all around the world. Each team's leader must be a current undergraduate or graduate student. Teams are limited to entering one track only.

Winning teams are expected to present their results in the IEEE ITSC 2024 conference.

Prizes

Placeholder for a prize image

Important Dates

We postponed the competition's starting date by a month due to data preparation delays. Demo data with labels have now been released. We encourage interested teams to start preparing algorithms and use public benchmark datasets to pretrain their models.

The annotations on the lidar frame include the following objects:

Training and Validation Data

Training and Validation Data will be released by July 15th when the competition starts.

Evaluation Guidelines

All the metrics are averaged over the test samples.

To ensure the accuracy and robustness of the pedestrian behavior prediction models, the following evaluation metrics will be used:

Metrics for Evaluation

  1. Average Displacement Error (ADE)

    • Definition: ADE measures the average Euclidean distance between the predicted trajectory and the ground truth trajectory over all annotated key points.
    • Formula:
      ADE = (1 / K) * Σ[ sqrt((x_k - x̂_k)² + (y_k - ŷ_k)²) ]

      where K is the total number of annotated key points, (x_k, y_k) is the ground truth position at key point k, and (x̂_k, ŷ_k) is the predicted position at key point k.

  2. Final Displacement Error (FDE)

    • Definition: FDE measures the Euclidean distance between the predicted final position and the ground truth final position at the last annotated key point.
    • Formula:
      FDE = sqrt((x_K - x̂_K)² + (y_K - ŷ_K)²)

      where K is the final annotated key point, (x_K, y_K) is the ground truth final position, and (x̂_K, ŷ_K) is the predicted final position.

  3. Miss Rate (MR)

    • Definition: MR is the proportion of predicted trajectories that are further away from the ground truth trajectory by a certain threshold at the final annotated key point.
    • Formula:
      MR = (1 / N) * Σ[ 1(sqrt((x_K^i - x̂_K^i)² + (y_K^i - ŷ_K^i)²) > δ) ]

      where N is the total number of predicted trajectories, 1 is the indicator function, and δ is the distance threshold.

  4. Collision Rate (CR)

    • Definition: CR measures the percentage of predicted trajectories that collide with the other agents in the environment, calculated based on all points of the trajectories.
    • Formula:
      CR = (1 / N) * Σ[ 1(collision(i)) ]

      where collision(i) indicates whether the i-th predicted trajectory collides with any obstacle.

      Important Notes

  5. Submission Format

    • Participants must submit their predicted trajectories in a predefined format. Each submission should include the predicted coordinates for each pedestrian at each time step within the prediction horizon.
  6. Data Splitting

    • The dataset will be divided into training, validation, and test sets. The training and validation sets will be provided to participants for model development and tuning. We will run a dry run on the validation set in our competition platform for you to test your results format, while the test set will be used for final evaluation.
  7. Prediction Horizon

    • Short-Term Prediction (ST-PTP): Predicting the pedestrian trajectory for the next 3 seconds.
    • Long-Term Prediction (LT-PTP): Predicting the pedestrian trajectory for the next 7 seconds.
  8. Frame Rate Adjustment

    • The annotated data are provided at 1 FPS, but the output trajectory needs to be at 5 FPS. Participants must ensure their predicted trajectories are interpolated to meet this requirement.

Evaluation Procedure

Steering Committee

Nobuyuki Ozaki Nobuyuki Ozaki
Nagoya University
Lingxi Li Lingxi Li
Purdue University
Jing Chen Jing Chen
Rice University

Organizers

Yaobin Chen Yaobin Chen
Purdue University
Zhengming Ding Zhengming Ding
Tulane University
Xin Hu Xin Hu
Tulane University
Renran Tian Renran Tian
North Carolina State University
Shaozhi Wang Shaozhi Wang
North Carolina State University
Zhengming Zhang Zhengming Zhang
Purdue University

Flyer

:bulb: This competition focuses on Short-Term Pedestrian Trajectory Prediction (ST-PTP) and Long-Term Pedestrian Trajectory Prediction (LT-PTP). PTP forecasts a pedestrian's future trajectory from a bird's-eye view, utilizing observed data from six surrounding cameras and lidar. The Short-Term Prediction (ST) targets a 3-second future path, while the Long-Term Prediction (LT) extends to 7 seconds.

Stay tuned for more information coming soon!

(back to top)