通过轨迹索引快速查找共享相同兴趣点顺序的相似轨迹。
TISIS : Trajectory Indexing for SImilarity Search
- 构建轨迹索引,按兴趣点顺序高效匹配相似轨迹
- 在真实数据集上相比LCSS基线提升显著
- 支持语义相似的地点匹配,适合位置推荐场景
社交媒体平台允许用户分享多种信息,包括记录其移动模式的地理定位数据。这些数据可用于重构用户访问兴趣点(POIs)的轨迹。在众多应用中,衡量轨迹间的相似性至关重要,这有助于检索与给定参考轨迹相似的轨迹。现有方法通常对每个候选轨迹应用相似性函数来识别足够相似的轨迹,但在大规模数据集下计算成本高。为此,我们提出TISIS,一种利用轨迹索引快速找到共享相同顺序公共兴趣点的相似轨迹的高效方法。此外,为处理兴趣点不完全匹配但语义相近的情况,我们引入TISIS*,该变体结合了兴趣点嵌入,通过考虑兴趣点间的语义相似性,实现更全面的轨迹检索。大量实验评估表明,所提方法在多个真实世界数据集上显著优于基于经典最长公共子序列(LCSS)算法的基线方法,性能提升明显。
原文摘要 · Abstract (English)
Social media platforms enable users to share diverse types of information, including geolocation data that captures their movement patterns. Such geolocation data can be leveraged to reconstruct the trajectory of a user's visited Points of Interest (POIs). A key requirement in numerous applications is the ability to measure the similarity between such trajectories, as this facilitates the retrieval of trajectories that are similar to a given reference trajectory. This is the main focus of our work. Existing methods predominantly rely on applying a similarity function to each candidate trajectory to identify those that are sufficiently similar. However, this approach becomes computationally expensive when dealing with large-scale datasets. To mitigate this challenge, we propose TISIS, an efficient method that uses trajectory indexing to quickly find similar trajectories that share common POIs in the same order. Furthermore, to account for scenarios where POIs in trajectories may not exactly match but are contextually similar, we introduce TISIS*, a variant of TISIS that incorporates POI embeddings. This extension allows for more comprehensive retrieval of similar trajectories by considering semantic similarities between POIs, beyond mere exact matches. Extensive experimental evaluations demonstrate that the proposed approach significantly outperforms a baseline method based on the well-known Longest Common SubSequence (LCSS) algorithm, yielding substantial performance improvements across various real-world datasets.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。