扎实写完这篇博客

@(论文阅读)

作者自述:到了新的实验室,原本的实验方向发生了巨大的改变,对自动驾驶和车联网一头雾水,所以从综述入手,了解轨迹预测任务的头尾,以及对于现阶段的研究点做出初步的统计和积累,为后续工作的展开奠定坚实的基础,希望能够为车联网事业的发展狠狠地贡献一把力量。

A survey on Trajectory-Prediction Methods for Autonomous Driving

Authors : Yanjun Huang et al.
Insititute : Tongji University, Automotive Studies school.
Time: SEPTEMBER 2022 (Pubilished at TIV)

Abstract:

为了在动态变化的道路上安全驾驶,自动驾驶汽车(车联网汽车)需要预测未来的运行轨迹,并且需要判断周边车次、行人等道路交通参与者的运行轨迹。这也是为什么很多学者致力于轨迹预测研究,以及众多方法涌现出来的原因。这篇文章收集了近二十年的自动驾驶领域中的关于轨迹预测的可比较的和可解释性的工作回顾。以问题的公式化和算法分类开头,展开基于物理学、经典的机器学习方法、深度学习、强化学习方法的讨论,并且对现有方法做实验性介绍和分析,并对每种方法的强弱点做一个讨论,指明未来的研究方向!

Introduction

It belongs to me!!!

Autonomous driving is attracting more and more attention from both academia and industial sectors, because of its promising merits (potentials)to solve many long-term transportation challenges related to safety, congestion(堵塞), energy-saving, and so on.

In recent years, we have witnessed the rapid development of perception, planning and control systems for autonomous vehicels(AVs).

However, mass production of AVs will become true only if the safety of autonomous driving is verified.

To further improve the safery, one of the most key technologies is AVs should be able to predict the future states of the surrounding environment in real time like human drivers.

When a human drives a vehicle, he usually observes the surrounding traffic participants and predicts their future states before initiating a new driving maneuver, e.g., acceleration or lane change. (could alternate to the deceleration, turns).

Future states of traffic participants can be represented by future trajectories, utilized to detect potential dangers in advance and used in designing decision-making or planning algorithm, as shown in Fig.1.

However, due to diverse maneuvers of traffic participants, the complex interaction between traffic participants and environments,
the uncertainty of sensory information, the computation burdens and computing time requirements of AVs,
how to accurately predict future trajectories of traffic participants is drawing much attention and becoming one of the key points to improve the safety of autonomous driving.
here is too much / partially theroies or ideal, compare to reality, sometimes, human could hardly determine the situation of the front car always.

Many researchers are devoted to the field of trajectory prediction and propose a number of useful methods.
Several review papers have discussed a part of trajectory-prediction techniques. list:
Lefevre et al. present a survey on existing methods of motion(moving) prediction and risk assessment for AV’s before 2014. Most of these methods are classical but out of date.
This sentence means the old methods could not get good results, but not the impossible of the old methods could improve the sotas, I think it is more suitable for this result that the old methods and theories don’t attract reaseachers because of the unsatisified performance.

Mohammad et al. review behavior-prediction methods at intersections based on drivers’ maneuvers.

A review of deep learning-based approaches focusing on vehicel behavior analysis is presented in 2019 by Mozaffari et al. which describes different criteria to classify only a part of popular methods based on input and output information, and it does not involve some latest published methods.

Two recent publications, similarly focus on trajectory prediction for AVs, but the one provides a review about tracking and trajectory prediction which only contains methods using deep learning and methods using stochastic technique and the other only presents deep learning methods.

Other two surveys use vision information to detect anomaly behavior and two survey human motion prediction, which is obviously different from the topic of this study.

Thus, this sirvey comprehensively reviews trajectory-prediction methods for AVs proposed over the last two decades. We select heuristic and state-of-the-art trajectory prediction methods for a period of time to compare and summarize.

Note that the historical trajectory information used in prediction methods can be obtained from the perception system [] and vehicle to everything V2X [] and vision-based methods [] are not the focus of this review.
这里说了,感知系统、V2X和基于视觉的工作都不在这里,都给了相应的参考文献,毕竟是个大方向,所以综述也只能偏一个方向来写。
大体的模型分类图

Since traffic participants for instance surrounding vehicles, directly impact the ego vehicle(auto driving), this paper mainly focuses on trajectory-prediction methods for vehicles.

As shown, in Fig.2, this paper will review physics-based methods, classical machine learning-based methods, deep learning-based methods, and reinforcement learning-based methods, respectively. The main contributions of this work can be summarized as follows:

主要贡献如下:
1、The popular trajectory prediction methods for AVs based on physics, classic machine learning, deep learning, and reinforcement learning are elaborately reviewed.
2、The metrics and datasets for evaluating the performance of methods are detailed summarized.
3、The pros and cons(advantage and disadvantage)

The rest of this paper is arranged as follows:
In Section II, the problem of tajectory prediction is described and methods used are classified according to different criteria.

Section III, IV, V, and VI review physics-based methods, classic machine learning-based methods, deep learning-based methods, and reinforcement learning-based methods, respectively.

Section VII summarizes the datasets and metrics for trajectory predicton and compares some methods based on the NGSIM dataset.
Section VIII summarizes the pro and cons of each method and puts forward some possible future directions. The key conclusions are presented in the Section IX.

Problem Formulation and Classification of Trajectory Prediction Methods

In this section, the problem of trajectory prediction is described and existing methods are classified based on different criteria.

A Problem Formulation of Trajectory Prediction

Trahectory-prediction problems can be expressed as using past states of traffic prarticipants in a given scene to estimate their future states.
The historical states of traffic participants, e.g. vehicles, observed by the AVs or road side units is X = { p 1 , p 2 , … … , p t h } X=\{p^1, p^2,……, p^{th}\} X={p1,p2,……,pth}
where p t ( t ∈ 1 , 2 , … … , t h ) p^t(t∈1,2,……, t_h) pt(t12……,th) represents the states when the number of time steps is t t t; t h t_h th represents the length of historical trajectory and p t h p^{th} pth denotes the states of traffic vehicles at the current time. Regarding most of trajectory-prediction methods, p t p^t pt only contains the coordinate information of the vehicles, defined as p t = { x 0 t , y 0 t , x 1 t , y 1 t , … … , x n t , y n t , } p^t=\{x_0^t, y_0^t,x_1^t, y_1^t,……, x_n^t, y_n^t,\} pt={x0t,y0t,x1t,y1t,……,xnt,ynt,} where n n n represents all traffic vehicles detected by the ego vehicle. ( x j t , y j t ) (x_j^t, y_j^t) (xjt,yjt) refers to coordinates of vehicle j j j at time step t t t. X X X is the input of the prediction model, and vehicle trajectory with a time step length t f t_f tf is predicted. For other methods. p t p^t pt may also contain information such as velocity, acceleration, orientation, etc. The output of the model is defined as : Y = { p t h + 1 , p t h + 2 , … … , p t h + t f } Y=\{p^{t_h+1},p^{t_h+2},……, p^{t_h+t_f}\} Y={pth+1,pth+2,……,pth+tf}
在这个输出中包含了时间步长为 t f t_f tf的车辆轨迹,以及在这个轨迹上的车辆的速度,加速度,位置等相关信息。
Regard the trajectory prediction model as the function F \mathscr F F. Some methods can directly output future trajectories, that is Y = F ( X ) Y=\mathscr F(X) Y=F(X), Others generate intermediate results M, from which Y Y Y is generated : M = F 1 ( X ) , Y = F 2 ( M ) M= \mathscr F_1(X), Y=\mathscr F_2(M) M=F1(X),Y=F2(M). Note that M M M can be maneuvers generated by some maneuver-based methods, or reward functions generated by reinforcement learning-based methods, etc.

Classification of Trajectory-prediction methods

The classification of trajectory-prediction methods for AVs, input, and outputs are shown in Fig.2. Besides Fig.3 shows the input and output factors of trajectory prediction. fig3
(1) Prediction Methods: physics、 machine learning 、deep learning、reinforcement learning methods.
(2) Contextual Factors:
according to these methods need historical trajectories with environment and some important factors about physics-related, road-related, interaction-related.
1) Physics-related factors: dynamics and kinematics factors of vehicles.
2) Road-related factors: map information, corresponding traffic rules.
3) Interaction-related factors: include social regulations and inter-dependencies between vehicles maneuvers.
(3) Output Types:
Trajectory-prediction methods need to provide the future trajectories of traffic participants, which can be unimodal or mutimodal. In addition, some methods also providethe behavior intention of traffic participants. Therefore, the prediction algorithm can be divided in to the following three categories according to the output type.

1) Unimodal trajectory: prediction methods output a future trajectory for a single or multiple traffic particpants.
2) Mutimodal trajectory:prediction methods generate multimodal future trajectories for traffic participants with the probability of each future trajectory.
3) Intention: Prediction methods produce behavior intentions to assist in prediction. Intention can be part of the final output, or just be an intermediate step in the method.
  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值