用路线符号编码提升城市高速路轨迹匹配效率
Route Based Map Matching via a Structured Codebook and Token Sequence Decoding
- 构建线路与节点名称序列作为路由码本,实现高效匹配
- 在中等噪声下准确还原真实路线,重噪声下仍可识别序列
- 适合高并发、低延迟的实时交通轨迹匹配场景
本文提出一种高效且计算轻量的基于路线的轨迹匹配方法,适用于城市高速公路网络的GPS轨迹数据。核心思想是利用地图中未被传统方法使用的命名线路与命名交叉口的符号结构。将每个候选路线表示为线路与交叉口名称的序列,构成路由码本,并将轨迹匹配问题转化为探测轨迹与码本成员的评分对齐。通过网格量化器(将坐标映射为线路或交叉口令牌)将探测点转换为令牌序列,解码器依据构造原理返回码本中的成员。码本采用DAFSA × Levenshtein自动机索引,源自近似字符串匹配和语音识别的模糊查找技术,使单次查询解码成本比暴力扫描低多个数量级。在东京都市高速路拓扑的变形副本上进行评估:中等噪声下可准确恢复真实路线,重噪声下仍能识别线路与交叉口序列;敏感性分析确定了网格分辨率的有效工作范围。真实探测点评估、信道模型校准及与HMM方法的直接对比留待后续版本。
原文摘要 · Abstract (English)
This study proposes an efficient and computationally light route based map matching method for GPS track data on urban expressway networks. The key idea is to exploit a symbolic structure of named lines and named junctions that link level map matching leaves unused. We represent each candidate route as a sequence of line and junction names, take the set of such sequences as a route codebook, and formulate map matching as scored alignment of a probe trajectory against members of the codebook. Probes become token sequences via a mesh quantizer, a precomputed grid mapping each coordinate to a line or junction token, and the decoder returns a member of the codebook by construction. The codebook is indexed by a DAFSA $\times$ Levenshtein automaton, a fuzzy lookup technique from approximate string matching and speech recognition; the per query decoding cost is orders of magnitude lower than a brute force scan. We evaluate the method on a deformed replica of the Tokyo Metropolitan Expressway topology. The method recovers the exact route at moderate GPS noise and continues to identify the line and junction sequence under heavy noise; a sensitivity analysis maps the mesh resolution operating range. Real probe evaluation, channel model calibration, and a head to head HMM comparison are left to a forthcoming version.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。