概述

由于自动驾驶和服务机器人等人工智能新兴应用的需求不断增长,拥挤场景中的轨迹预测已成为近年来的一个重要话题。轨迹预测的一项重要挑战是有效地建模社交互动。在过去的几年中,已经提出了几种新颖的方法。然而,这些方法已经在可用数据的不同子集上进行了评估,因此很难客观地比较结果。
TrajNet++,是一个大规模的以交互为中心的基于轨迹的基准测试。不仅包含适当的轨迹采样数据,而且提供统一的广泛评估系统来测试收集的方法以进行公平比较。

标注格式

场景

{“scene”: {“id”: 266, “p”: 254, “s”: 10238, “e”: 10358, “fps”: 2.5, “tag”: 2}}

id: scene id
p: pedestrian ID
s, e: starting and ending frames id of pedestrian “p”
fps: frame rate.
tag: trajectory type. Discussed in detail below.

轨迹

{“track”: {“f”: 10238, “p”: 248, “x”: 13.2, “y”: 5.85, “pred_number”: 0, “scene_id”: 123}}

f: frame id
p: pedestrian ID
x, y: x and y coordinates in meters of pedestrian “p” in frame “f”.
pred_number: prediction number. This is useful when you are providing multiple predictions as opposed to a single prediction. Max 3 predictions allowed
scene_id: This is useful when you are providing predictions of other agents in the scene as opposed to only primary pedestrian prediction.

轨迹分类



评价

UNIMODAL METRICS: SINGLE PREDICTION

Average Displacement Error (ADE): Average L2 distance between the ground truth and prediction of the primary pedestrian over all predicted time steps. Lower is better.

Final Displacement Error (FDE): The L2 distance between the final ground truth coordinates and the final prediction coordinates of the primary pedestrian. Lower is better

Prediction Collision (Col-I): Calculates the percentage of collisions of primary pedestrian with neighbouring pedestrians in the scene. The model prediction of neighbouring pedestrians is used to check the occurrence of collisions. Lower is better.

Ground Truth Collision (Col-II): Calculates the percentage of collisions of primary pedestrian with neighbouring pedestrians in the scene. The ground truth of neighbouring pedestrians is used to check the occurrence of collisions. Lower is better.

MULTIMODAL METRICS: MULTIPLE PREDICTION

Topk Average Displacement Error (Topk_ADE): Given k output predictions for an observed scene, the metric calculates the ADE of the prediction which is closest to the groundtruth trajectory in terms of ADE. Lower is better. In this challenge, k=3

Topk Final Displacement Error (Topk_FDE): Given k output predictions for an observed scene, the metric calculate the FDE of the prediction which is closest to the groundtruth trajectory in terms of ADE. Lower is better. In this challenge, k=3

Average NLL (NLL): Given n output predictions for an observed scene, the metric calculates the average negative log-likelihood of groundtruth trajectory in the model prediction distribution over the prediction horizon. Higher is better. In this challenge, n=50.

Reference

  • aicrowd trajnet challenge
  • Awesome Interaction-aware Behavior and Trajectory Prediction
  • Human Trajectory Forecasting in Crowds:A Deep Learning Perspective
  • TrajNet++: Large-scale Trajectory Forecasting Benchmark

Trajectory Forecasting:TrajNet++相关推荐

  1. KaggleM5 Forecasting:传统预测方法与机器学习预测方法对比

    本文的出发点在于比较传统预测方法和机器学习预测方法. 本文使用的数据集来自 kaggle:M5 Forecasting - Accuracy. 该数据集包含有 California.Texas.Wis ...

  2. 自动驾驶关键环节:行人的行为意图建模和预测(上)

    作者 | 黄浴 出品 | AI科技大本营(ID:rgznai100) [导读]介绍一下最近行人行为意图建模和预测的研究工作,还是分上下两部分,本文为上半部分.  Social LSTM: Human ...

  3. Recursive Social Behavior Graph for Trajectory Prediction(CVPR2020阅读笔记)

    Recursive Social Behavior Graph for Trajectory Prediction 摘要 1 引言 2 相关工作 3 方法 4 实验 5 结论 用于轨迹预测的递归社会行 ...

  4. CVPR2022论文速览--Vehicle trajectory prediction works, but not everywhere

    车辆轨迹预测有效,但并非无处不在 原文链接 [2112.03909] Vehicle trajectory prediction works, but not everywhere (arxiv.or ...

  5. 【论文解读】AAAI21最佳论文Informer:效果远超Transformer的长序列预测神器!

    炼丹笔记干货 作者:一元,四品炼丹师 Informer:最强最快的序列预测神器 01 简介 在很多实际应用问题中,我们需要对长序列时间序列进行预测,例如用电使用规划.长序列时间序列预测(LSTF)要求 ...

  6. AAAI21最佳论文Informer:效果远超Transformer的长序列预测神器???

    Informer:最强最快的序列预测神器??? AAAI21最佳论文Informer:效果远超Transformer的长序列预测神器! 01 简介 在很多实际应用问题中,我们需要对长序列时间序列进行预 ...

  7. AAAI21最佳论文Informer:效果远超Transformer的长序列预测神器!

    Informer:最强最快的序列预测神器 AAAI21最佳论文Informer:效果远超Transformer的长序列预测神器! 作者:一元,公众号:炼丹笔记 01 简介 在很多实际应用问题中,我们需 ...

  8. 今日arXiv精选 | 35篇顶会论文:ICCV/ CIKM/ ACM MM

     关于 #今日arXiv精选  这是「AI 学术前沿」旗下的一档栏目,编辑将每日从arXiv中精选高质量论文,推送给读者. TSI: an Ad Text Strength Indicator usi ...

  9. 机器人中的轨迹规划(Trajectory Planning )

    Figure. Several possible path shapes for a single joint 五次多项式曲线(quintic polynomial) $$\theta(t)=a_0+ ...

最新文章

  1. centos7离线安装metasploit
  2. linux提取字符串特定结果
  3. 成功解决cv2.imwrite(filename, img)代码输出中文文件乱码的问题(cv2.imencode方法解决)
  4. Java千百问_03基本的语法(005)_二进制是如何做位运算的
  5. android软件中加入广告实现方法
  6. 阿联酋esma认证怎么做_行业视野 | 关于阿联酋eCall 的要求更新
  7. 数据库的查询优化建议整理
  8. 【Xamarin挖墙脚系列:关闭 OS X El Capitan 中 SIP 安全设置功能】
  9. Java线程池自学手册Executor的使用
  10. typescript-react-webpack4 起手与踩坑
  11. 科学计算机度转弧度,角度弧度换算器在线(70°角度转换弧度)
  12. matpower安装问题
  13. utf-8格式如何转化为gbk格式
  14. ODIN SNN处理器
  15. 纯js实现类似淘宝星级评分功能
  16. 用matlab演示dsb,DSB-AM的MATLAB仿真
  17. 有关H5的第三章表单介绍
  18. 想了解视频加水印软件哪个好?这2个实用的软件分享给你
  19. BlueCms v1.6 本地文件包含漏洞代码审计
  20. 3.灰色预测模型(Gray Forecast Model)

热门文章

  1. 爬取网站时返回的html是乱码问题解决
  2. 编程猫python讲师面试_你为什么从编程猫离职?
  3. Lineage17OS 中的一些定制及方法
  4. 向右看齐Look Up
  5. Django2.0服务器的零基础完全部署
  6. 为什么成立计算机维修社团,张家口煤矿机械制造高级技工学校学生计算机维修社团成立...
  7. 查看,设置,设备的 竖屏-横屏模式 screen.orientation
  8. memcached + mysql_memcached+Mysql(主从)
  9. 模具腐蚀皮纹工艺原理及其流程
  10. java序列化算法透析_Java序列化算法透析