北京大学学报自然科学版 ›› 2024, Vol. 60 ›› Issue (6): 979-988.DOI: 10.13209/j.0479-8023.2024.087

上一篇    下一篇

融合图结构学习和轻量级循环建模的地图匹配方法

罗威1, 刘钰1,†, 黄强2, 武志昊1   

  1. 1. 北京交通大学计算机与信息技术学院, 北京 100044 2. 腾讯科技(北京)有限公司, 北京 100193
  • 收稿日期:2023-12-01 修回日期:2024-01-25 出版日期:2024-11-20 发布日期:2024-11-20
  • 通讯作者: 武志昊, E-mail: yul(at)bjtu.edu.cn
  • 基金资助:
    中央高校基本科研业务费和腾讯犀牛鸟大出行专项研究计划资助

Leveraging Graph Structure and Simple Recurrence for Map Matching

LUO Wei1, LIU Yu1,†, HUANG Qiang2, WU Zhihao1   

  1. 1. School of Computer and Information Technology, Beijing Jiaotong University, Beijing 100044 2. Tencent Inc., Beijing 100193
  • Received:2023-12-01 Revised:2024-01-25 Online:2024-11-20 Published:2024-11-20
  • Contact: WU Zhihao, E-mail: yul(at)bjtu.edu.cn

摘要:

现有的地图匹配方法主要依赖序列到序列模型来捕获轨迹内关联性, 忽略路段间、轨迹间以及轨迹与路段间的关联性。同时, 现有方法采用的循环神经网络因其固有结构, 难以进行高效的并行计算。为了充分利用数据中存在的多种关联性, 并提升模型的并行计算能力, 提出一种融合图结构学习和轻量级循环建模的地图匹配方法(GMMSR)。通过路网卷积和轨迹图卷积, 建模路段之间和轨迹之间的关联性, 采用在隐空间对齐路网和轨迹表示的方式, 建模轨迹与路段之间的关联性。利用轻量级循环单元实现模型更高效的并行计算。在北京市某区域轨迹路网数据集上的实验结果表明, 所提模型较已有基准模型在精度上实现大幅度提升, 在效率上相当或更好。

关键词: 地图匹配, 轨迹和路网关联性, 图神经网络, 轻量级循环单元

Abstract:

Existing solutions for map matching mainly rely on sequence-to-sequence models to capture the correlations within a trajectory while neglecting the correlation between road segments and trajectories as well as trajectory-road correlations. Meanwhile, recurrent neural networks suffer from inherent limitations in conducting computations efficiently in parallel. To fully exploit all the aforementioned correlations and to improve the model parallelism, a Graph-enhanced Map Matching model with Simple Recurrence (GMMSR) is proposed. The model captures the correlations between road segments and trajectories through road network convolution and trajectory graph convolution respectively, and exploits the trajectory-road correlation by aligning road network and trajectory representations in latent space. Moreover, the model utilizes simple recurrent units to achieve more efficient parallel computations. Extensive experiments on a map matching dataset in a subarea of Beijing demonstrate significant improvements in accuracy compared with existing baselines while achieving comparable or better efficiency.

Key words: map matching, trajectory and road correlations, graph neural networks, simple recurrence unit