使用分层 LSTM 和图注意网络预测车辆轨迹

IF 8.9 1区 计算机科学 Q1 COMPUTER SCIENCE, INFORMATION SYSTEMS IEEE Internet of Things Journal Pub Date : 2024-11-07 DOI:10.1109/JIOT.2024.3493208
Jiaqin Wang;Kai Liu;Hantao Li;Qiang Gao;Xiangfen Wang
{"title":"使用分层 LSTM 和图注意网络预测车辆轨迹","authors":"Jiaqin Wang;Kai Liu;Hantao Li;Qiang Gao;Xiangfen Wang","doi":"10.1109/JIOT.2024.3493208","DOIUrl":null,"url":null,"abstract":"Vehicle trajectory prediction (VTP) is an important task that can enhance the safety and efficiency of autonomous driving. However, existing VTP methods often struggle to fully extract spatiotemporal features, resulting in inaccurate prediction results. To solve this problem, we propose a hierarchical long short-term memory and graph attention network (HLSTM-GAT) model. First, we design a hierarchical network architecture to model different spatiotemporal features. The first-layer network (FLN) focuses on short-term trajectory information and immediate vehicle interactions to generate preliminary candidate trajectories. In the FLN, long short-term memory (LSTM) encoder processes historical trajectories to extract temporal features of vehicles, while a graph attention network (GAT) handles the LSTM-encoded outputs to capture spatial features between vehicles. Second, the second-layer network (SLN) combines the candidate trajectories generated by the FLN with historical trajectories to form comprehensive trajectories for accurate prediction. Subsequently, SLN adopts a GAT to process these comprehensive trajectories to precisely model the spatial relationships between vehicles. Moreover, we propose two distance threshold-based dynamic GAT models to perfectly capture spatial features between vehicles. They construct vehicle spatial interaction relationships at two distinct levels based on real-time distances in the FLN and predicted future distances in the SLN, respectively. These dynamic GAT models effectively filter out irrelevant information and enable the proposed method to consider potential future interactions. Finally, we conduct extensive experiments on two publicly available datasets, and experimental results demonstrate that the proposed method outperforms other state-of-the-art VTP methods in terms of prediction accuracy, robustness and computational efficiency.","PeriodicalId":54347,"journal":{"name":"IEEE Internet of Things Journal","volume":"12 6","pages":"7010-7025"},"PeriodicalIF":8.9000,"publicationDate":"2024-11-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"0","resultStr":"{\"title\":\"Vehicle Trajectory Prediction Using Hierarchical LSTM and Graph Attention Network\",\"authors\":\"Jiaqin Wang;Kai Liu;Hantao Li;Qiang Gao;Xiangfen Wang\",\"doi\":\"10.1109/JIOT.2024.3493208\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"Vehicle trajectory prediction (VTP) is an important task that can enhance the safety and efficiency of autonomous driving. However, existing VTP methods often struggle to fully extract spatiotemporal features, resulting in inaccurate prediction results. To solve this problem, we propose a hierarchical long short-term memory and graph attention network (HLSTM-GAT) model. First, we design a hierarchical network architecture to model different spatiotemporal features. The first-layer network (FLN) focuses on short-term trajectory information and immediate vehicle interactions to generate preliminary candidate trajectories. In the FLN, long short-term memory (LSTM) encoder processes historical trajectories to extract temporal features of vehicles, while a graph attention network (GAT) handles the LSTM-encoded outputs to capture spatial features between vehicles. Second, the second-layer network (SLN) combines the candidate trajectories generated by the FLN with historical trajectories to form comprehensive trajectories for accurate prediction. Subsequently, SLN adopts a GAT to process these comprehensive trajectories to precisely model the spatial relationships between vehicles. Moreover, we propose two distance threshold-based dynamic GAT models to perfectly capture spatial features between vehicles. They construct vehicle spatial interaction relationships at two distinct levels based on real-time distances in the FLN and predicted future distances in the SLN, respectively. These dynamic GAT models effectively filter out irrelevant information and enable the proposed method to consider potential future interactions. Finally, we conduct extensive experiments on two publicly available datasets, and experimental results demonstrate that the proposed method outperforms other state-of-the-art VTP methods in terms of prediction accuracy, robustness and computational efficiency.\",\"PeriodicalId\":54347,\"journal\":{\"name\":\"IEEE Internet of Things Journal\",\"volume\":\"12 6\",\"pages\":\"7010-7025\"},\"PeriodicalIF\":8.9000,\"publicationDate\":\"2024-11-07\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"\",\"citationCount\":\"0\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"IEEE Internet of Things Journal\",\"FirstCategoryId\":\"94\",\"ListUrlMain\":\"https://ieeexplore.ieee.org/document/10746494/\",\"RegionNum\":1,\"RegionCategory\":\"计算机科学\",\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"Q1\",\"JCRName\":\"COMPUTER SCIENCE, INFORMATION SYSTEMS\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"IEEE Internet of Things Journal","FirstCategoryId":"94","ListUrlMain":"https://ieeexplore.ieee.org/document/10746494/","RegionNum":1,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"Q1","JCRName":"COMPUTER SCIENCE, INFORMATION SYSTEMS","Score":null,"Total":0}
引用次数: 0

摘要

车辆轨迹预测是提高自动驾驶安全性和效率的一项重要任务。然而,现有的VTP方法往往难以充分提取时空特征,导致预测结果不准确。为了解决这个问题,我们提出了一个分层长短期记忆和图注意网络(HLSTM-GAT)模型。首先,我们设计了一个分层网络架构来模拟不同的时空特征。第一层网络(FLN)侧重于短期轨迹信息和即时车辆交互来生成初步候选轨迹。在FLN中,长短期记忆(LSTM)编码器处理历史轨迹以提取车辆的时间特征,而图注意网络(GAT)处理LSTM编码的输出以捕获车辆之间的空间特征。其次,第二层网络(SLN)将FLN生成的候选轨迹与历史轨迹相结合,形成综合轨迹,进行准确预测。随后,SLN采用GAT对这些综合轨迹进行处理,以精确建模车辆间的空间关系。此外,我们提出了两种基于距离阈值的动态GAT模型,以完美地捕捉车辆之间的空间特征。他们分别基于FLN中的实时距离和SLN中的预测未来距离,在两个不同的水平上构建了车辆空间相互作用关系。这些动态GAT模型有效地过滤掉了不相关的信息,并使所提出的方法能够考虑潜在的未来相互作用。最后,我们在两个公开可用的数据集上进行了广泛的实验,实验结果表明,所提出的方法在预测精度、鲁棒性和计算效率方面优于其他最先进的VTP方法。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
查看原文
分享 分享
微信好友 朋友圈 QQ好友 复制链接
本刊更多论文
Vehicle Trajectory Prediction Using Hierarchical LSTM and Graph Attention Network
Vehicle trajectory prediction (VTP) is an important task that can enhance the safety and efficiency of autonomous driving. However, existing VTP methods often struggle to fully extract spatiotemporal features, resulting in inaccurate prediction results. To solve this problem, we propose a hierarchical long short-term memory and graph attention network (HLSTM-GAT) model. First, we design a hierarchical network architecture to model different spatiotemporal features. The first-layer network (FLN) focuses on short-term trajectory information and immediate vehicle interactions to generate preliminary candidate trajectories. In the FLN, long short-term memory (LSTM) encoder processes historical trajectories to extract temporal features of vehicles, while a graph attention network (GAT) handles the LSTM-encoded outputs to capture spatial features between vehicles. Second, the second-layer network (SLN) combines the candidate trajectories generated by the FLN with historical trajectories to form comprehensive trajectories for accurate prediction. Subsequently, SLN adopts a GAT to process these comprehensive trajectories to precisely model the spatial relationships between vehicles. Moreover, we propose two distance threshold-based dynamic GAT models to perfectly capture spatial features between vehicles. They construct vehicle spatial interaction relationships at two distinct levels based on real-time distances in the FLN and predicted future distances in the SLN, respectively. These dynamic GAT models effectively filter out irrelevant information and enable the proposed method to consider potential future interactions. Finally, we conduct extensive experiments on two publicly available datasets, and experimental results demonstrate that the proposed method outperforms other state-of-the-art VTP methods in terms of prediction accuracy, robustness and computational efficiency.
求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
IEEE Internet of Things Journal
IEEE Internet of Things Journal Computer Science-Information Systems
CiteScore
17.60
自引率
13.20%
发文量
1982
期刊介绍: The EEE Internet of Things (IoT) Journal publishes articles and review articles covering various aspects of IoT, including IoT system architecture, IoT enabling technologies, IoT communication and networking protocols such as network coding, and IoT services and applications. Topics encompass IoT's impacts on sensor technologies, big data management, and future internet design for applications like smart cities and smart homes. Fields of interest include IoT architecture such as things-centric, data-centric, service-oriented IoT architecture; IoT enabling technologies and systematic integration such as sensor technologies, big sensor data management, and future Internet design for IoT; IoT services, applications, and test-beds such as IoT service middleware, IoT application programming interface (API), IoT application design, and IoT trials/experiments; IoT standardization activities and technology development in different standard development organizations (SDO) such as IEEE, IETF, ITU, 3GPP, ETSI, etc.
期刊最新文献
IEEE Internet of Things Journal Publication Information DRL-Assisted Null Space Aware (DNSA) Framework for MU-MISO ISAC Systems An INS/DVL/PS Integrated Underwater System Based on NLS-Transformer-LSTM Velocity Prediction Model Quantum key recovery attack on post-quantum cryptosystems Distributed Random Space-Time Coding for Unmanned Ground Vehicles in Barrage Relay Networks
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
已复制链接
已复制链接
快去分享给好友吧!
我知道了
×
扫码分享
扫码分享
Book学术官方微信
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:604180095
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1