期刊文献+
共找到6篇文章
< 1 >
每页显示 20 50 100
Driver Intent Prediction and Collision Avoidance With Barrier Functions
1
作者 Yousaf Rahman Abhishek Sharma +2 位作者 Mrdjan Jankovic Mario Santillo Michael Hafner 《IEEE/CAA Journal of Automatica Sinica》 SCIE EI CSCD 2023年第2期365-375,共11页
For autonomous vehicles and driver assist systems,path planning and collision avoidance algorithms benefit from accurate predictions of future location of other vehicles and intent of their drivers.In the literature,t... For autonomous vehicles and driver assist systems,path planning and collision avoidance algorithms benefit from accurate predictions of future location of other vehicles and intent of their drivers.In the literature,the algorithms that provide driver intent belong to two categories:those that use physics based models with some type of filtering,and machine learning based approaches.In this paper we employ barrier functions(BF)to decide driver intent.BFs are typically used to prove safety by establishing forward invariance of an admissible set.Here,we decide if the“target”vehicle is violating one or more possibly fictitious(i.e.,non-physical)barrier constraints determined based on the context provided by the road geometry.The algorithm has a very small computational footprint and better false positive and negative rates than some of the alternatives.The predicted intent is then used by a control barrier function(CBF)based collision avoidance system to prevent unnecessary interventions,for either an autonomous or human-driven vehicle. 展开更多
关键词 Driver intent prediction and Collision Avoidance With Barrier Functions intent
下载PDF
Intent-Slot Correlation Modeling for Joint Intent Prediction and Slot Filling 被引量:1
2
作者 Jun-Feng Fan Mei-Ling Wang +2 位作者 Chang-Liang Li Zi-Qiang Zhu Lu Mao 《Journal of Computer Science & Technology》 SCIE EI CSCD 2022年第2期309-319,共11页
Slot filling and intent prediction are basic tasks in capturing semantic frame of human utterances.Slots and intent have strong correlation for semantic frame parsing.For each utterance,a specific intent type is gener... Slot filling and intent prediction are basic tasks in capturing semantic frame of human utterances.Slots and intent have strong correlation for semantic frame parsing.For each utterance,a specific intent type is generally determined with the indication information of words having slot tags(called as slot words),and in reverse the intent type decides that words of certain categories should be used to fill as slots.However,the Intent-Slot correlation is rarely modeled explicitly in existing studies,and hence may be not fully exploited.In this paper,we model Intent-Slot correlation explicitly and propose a new framework for joint intent prediction and slot filling.Firstly,we explore the effects of slot words on intent by differentiating them from the other words,and we recognize slot words by solving a sequence labeling task with the bi-directional long short-term memory(BiLSTM)model.Then,slot recognition information is introduced into attention-based intent prediction and slot filling to improve semantic results.In addition,we integrate the Slot-Gated mechanism into slot filling to model dependency of slots on intent.Finally,we obtain slot recognition,intent prediction and slot filling by training with joint optimization.Experimental results on the benchmark Air-line Travel Information System(ATIS)and Snips datasets show that our Intent-Slot correlation model achieves state-of-the-art semantic frame performance with a lightweight structure. 展开更多
关键词 spoken language understanding slot filling intent prediction intent-Slot correlation slot recognition
原文传递
A Bayesian Approach with Prior Mixed Strategy Nash Equilibrium for Vehicle Intention Prediction
3
作者 Giovanni Lucente Reza Dariani +1 位作者 Julian Schindler Michael Ortgiese 《Automotive Innovation》 EI CSCD 2023年第3期425-437,共13页
The state-of-the-art technology in the field of vehicle automation will lead to a mixed traffic environment in the coming years,where connected and automated vehicles have to interact with human-driven vehicles.In thi... The state-of-the-art technology in the field of vehicle automation will lead to a mixed traffic environment in the coming years,where connected and automated vehicles have to interact with human-driven vehicles.In this context,it is necessary to have intention prediction models with the capability of forecasting how the traffic scenario is going to evolve with respect to the physical state of vehicles,the possible maneuvers and the interactions between traffic participants within the seconds to come.This article presents a Bayesian approach for vehicle intention forecasting,utilizing a game-theoretic framework in the form of a Mixed Strategy Nash Equilibrium(MSNE)as a prior estimate to model the reciprocal influence between traffic participants.The likelihood is then computed based on the Kullback-Leibler divergence.The game is modeled as a static nonzero-sum polymatrix game with individual preferences,a well known strategic game.Finding the MSNE for these games is in the PPAD∩PLS complexity class,with polynomial-time tractability.The approach shows good results in simulations in the long term horizon(10s),with its computational complexity allowing for online applications. 展开更多
关键词 Vehicle intention prediction Trajectory prediction Bayesian approach Mixed strategy Nash equilibrium
原文传递
A Hierarchical LSTM-Based Vehicle Trajectory Prediction Method Considering Interaction Information
4
作者 Haitao Min Xiaoyong Xiong +1 位作者 Pengyu Wang Zhaopu Zhang 《Automotive Innovation》 EI CSCD 2024年第1期71-81,共11页
Trajectory prediction is an essential component in autonomous driving systems,as it can forecast the future movements of surrounding vehicles,thereby enhancing the decision-making and planning capabilities of autonomo... Trajectory prediction is an essential component in autonomous driving systems,as it can forecast the future movements of surrounding vehicles,thereby enhancing the decision-making and planning capabilities of autonomous driving systems.Traditional models relying on constant acceleration and constant velocity often experience a reduction in prediction accu-racy as the forecasted timeframe extends.This limitation makes it challenging to meet the demands for medium to long-term trajectory prediction.Conversely,data-driven models,particularly those based on Long Short-Term Memory(LSTM)neural networks,have demonstrated superior performance in medium to long-term trajectory prediction.Therefore,this study introduces a hierarchical LSTM-based method for vehicle trajectory prediction.Considering the difficulty of using a single LSTM model to predict trajectories for all driving intentions,the trajectory prediction task is decomposed into three sequential steps:driving intention prediction,lane change time prediction,and trajectory prediction.Furthermore,given that the driving intent and trajectory of a vehicle are always subject to the influence of the surrounding traffic flow,the predictive model proposed in this paper incorporates the interactional information of neighboring vehicle movements into the model input.The proposed method is trained and validated on the real vehicle trajectory dataset Next Generation Simulation.The results show that the proposed hierarchical LSTM method has a lower prediction error compared to the integral LSTM model. 展开更多
关键词 Autonomous vehicles Trajectory prediction Long Short-Term Memory Driving intention prediction
原文传递
Spatial-Temporal ConvLSTM for Vehicle Driving Intention Prediction 被引量:6
5
作者 He Huang Zheni Zeng +2 位作者 Danya Yao Xin Pei Yi Zhang 《Tsinghua Science and Technology》 SCIE EI CAS CSCD 2022年第3期599-609,共11页
Driving intention prediction from a bird’s-eye view has always been an active research area. However,existing research, on one hand, has only focused on predicting lane change intention in highway scenarios and, on t... Driving intention prediction from a bird’s-eye view has always been an active research area. However,existing research, on one hand, has only focused on predicting lane change intention in highway scenarios and, on the other hand, has not modeled the influence and spatiotemporal relationship of surrounding vehicles. This study extends the application scenarios to urban road scenarios. A spatial-temporal convolutional long short-term memory(ConvLSTM) model is proposed to predict the vehicle’s lateral and longitudinal driving intentions simultaneously. This network includes two modules: the first module mines the information of the target vehicle using the long short-term memory(LSTM) network and the second module uses ConvLSTM to capture the spatial interactions and temporal evolution of surrounding vehicles simultaneously when modeling the influence of surrounding vehicles. The model is trained and verified on a real road dataset, and the results show that the spatial-temporal ConvLSTM model is superior to the traditional LSTM in terms of accuracy, precision, and recall, which helps improve the prediction accuracy at different time horizons. 展开更多
关键词 driving intention prediction lane change intention ConvLSTM
原文传递
A Survey of Scene Understanding by Event Reasoning in Autonomous Driving 被引量:5
6
作者 Jian-Ru Xue Jian-Wu Fang Pu Zhang 《International Journal of Automation and computing》 EI CSCD 2018年第3期249-266,共18页
Realizing autonomy is a hot research topic for automatic vehicles in recent years. For a long time, most of the efforts to this goal concentrate on understanding the scenes surrounding the ego-vehicle(autonomous vehi... Realizing autonomy is a hot research topic for automatic vehicles in recent years. For a long time, most of the efforts to this goal concentrate on understanding the scenes surrounding the ego-vehicle(autonomous vehicle itself). By completing lowlevel vision tasks, such as detection, tracking and segmentation of the surrounding traffic participants, e.g., pedestrian, cyclists and vehicles, the scenes can be interpreted. However, for an autonomous vehicle, low-level vision tasks are largely insufficient to give help to comprehensive scene understanding. What are and how about the past, the on-going and the future of the scene participants? This deep question actually steers the vehicles towards truly full automation, just like human beings. Based on this thoughtfulness, this paper attempts to investigate the interpretation of traffic scene in autonomous driving from an event reasoning view. To reach this goal, we study the most relevant literatures and the state-of-the-arts on scene representation, event detection and intention prediction in autonomous driving. In addition, we also discuss the open challenges and problems in this field and endeavor to provide possible solutions. 展开更多
关键词 Autonomous vehicle scene understanding event reasoning intention prediction scene representation.
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部