Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interestingness score #103

Closed
odunkel opened this issue Oct 31, 2022 · 1 comment
Closed

Interestingness score #103

odunkel opened this issue Oct 31, 2022 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@odunkel
Copy link

odunkel commented Oct 31, 2022

Hey,

you were roughly explaining the interestingness score in your paper and in the supplementaries. Are you planning to share more details about the process of selecting interesting scenarios or is this confidential functionality?

I am looking forward to your answer.

Best regards

@benjaminrwilson benjaminrwilson added the question Further information is requested label Apr 4, 2023
@wqi
Copy link
Collaborator

wqi commented Apr 10, 2023

Hi @odunkel, thanks for your interest in the motion forecasting dataset!

At a high level, the interestingness score is a sum of four different types of score types, which are intended to encourage the selection of scenarios which exhibit:

  • Kinematic complexity
  • Map complexity
  • Social complexity
  • AV relevance

The kinematic score associated with each scenario is made up of the following components:

  • Non-straight score (promotes scenarios with focal tracks that exhibit curvature)
  • Blind turn score (promotes scenarios with straight line trajectories in the observed segment, but contain turns in the prediction horizon)
  • Velocity change score (promotes scenarios with significant changes in speed)
  • Includes stop score (promotes scenarios which start or end at a stop)

Social score components include:

  • Agent type score (encourages a diverse distribution of focal agent types)
  • Actor density score (promotes interaction density within scenarios)

Please let me know if this helps! Happy to discuss any of the scoring components in additional detail if it's useful for the community.

@wqi wqi closed this as completed Apr 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants