Skip to main content
QUICK REVIEW

[论文解读] DiffMM: Efficient Method for Accurate Noisy and Sparse Trajectory Map Matching via One Step Diffusion

Chenxu Han, Bin Yang|arXiv (Cornell University)|Jan 13, 2026
Traffic Prediction and Management Techniques被引用 0
一句话总结

DiffMM 引入了一个带有一步扩散(快捷方式)的方法的编码器–扩散框架,用于地图匹配,在稀疏 GPS 轨迹上比最先进方法具有更高的准确性和效率。

ABSTRACT

Map matching for sparse trajectories is a fundamental problem for many trajectory-based applications, e.g., traffic scheduling and traffic flow analysis. Existing methods for map matching are generally based on Hidden Markov Model (HMM) or encoder-decoder framework. However, these methods continue to face significant challenges when handling noisy or sparsely sampled GPS trajectories. To address these limitations, we propose DiffMM, an encoder-diffusion-based map matching framework that produces effective yet efficient matching results through a one-step diffusion process. We first introduce a road segment-aware trajectory encoder that jointly embeds the input trajectory and its surrounding candidate road segments into a shared latent space through an attention mechanism. Next, we propose a one step diffusion method to realize map matching through a shortcut model by leveraging the joint embedding of the trajectory and candidate road segments as conditioning context. We conduct extensive experiments on large-scale trajectory datasets, demonstrating that our approach consistently outperforms state-of-the-art map matching methods in terms of both accuracy and efficiency, particularly for sparse trajectories and complex road network topologies.

研究动机与目标

  • 解决地图匹配对嘈杂 GPS 数据和稀疏采样的敏感性。
  • 开发一个编码器–扩散框架,将轨迹和候选道路段共同嵌入一个共享潜在空间。
  • 实现高效的一步去噪(快捷模型),由轨迹-道路嵌入条件化。
  • 在大规模城市轨迹数据集上证明更高的准确性和速度。

提出的方法

  • 提出一个道路段感知的轨迹编码器,通过注意力将输入轨迹和附近的候选道路段共同嵌入到共享潜在空间。
  • 采用 delta-meter 半径策略为每个 GPS 点形成一个在空间上有意义的候选道路段集合。
  • 将地图匹配表述为在轨迹嵌入条件化下的一步扩散过程,使用快捷模型(DiT 主干)进行去噪。
  • 用一个快捷损失来训练,目标是扩散去噪,并使用辅助的交叉熵损失来提升匹配精度。
  • 推理时在单步中生成条件分布并为每个点选择最可能的道路段。
  • 端到端训练轨迹编码器和扩散主干。

实验结果

研究问题

  • RQ1编码器–扩散框架是否能够在嘈杂且稀疏采样的 GPS 轨迹下改善地图匹配?
  • RQ2联合轨迹和道路段嵌入是否能改善候选集合的选择和匹配精度?
  • RQ3一步扩散配合快捷模型是否足以在与多步扩散或自回归解码器相比时实现具竞争力或更高的准确性与效率?

主要发现

MethodPorto r=0.2Porto r=0.1Porto r=0.05Porto r=0.025Beijing r=0.5Beijing r=0.3Beijing r=0.2Beijing r=0.1
HMM92.4683.8266.6240.0489.1977.5168.2446.46
GraphMM52.8449.2237.6734.4940.9620.5716.3212.02
DeepMM86.3883.6881.3778.6976.5973.1971.6468.25
RNTrajRec79.5677.5775.8173.7674.4569.7868.6868.18
DiffMM (Ours)93.4391.4789.0886.8790.3288.4587.6585.39
  • DiffMM 在 Porto 和 Beijing 数据集的不同稀疏度水平下的准确性上优于最先进基线。
  • DiffMM 的推理速度显著更快(每 1000 条轨迹 1.18 秒),训练时间与最快方法相当。
  • 消融研究表明基于 Transformer 的点表示和基于注意力的段融合至关重要,快捷扩散相较于传统扩散有改进。
  • 即使在训练数据减少时,DiffMM 仍保持较强的准确性,表明对数据稀缺具有鲁棒性。
  • 稀疏鲁棒性:与 HMM 等基线相比,DiffMM 在轨迹越稀疏时的性能衰减更小。

更好的研究,从现在开始

从论文设计到论文写作,大幅缩短您的研究时间。

无需绑定信用卡

本解读由 AI 生成,并经人工编辑审核。