Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv Machine Learning · 2026/8/2 06:53:49

Using Lower-Bound Representations for Trajectory Similarity Learning

AI 中文解读
轨迹相似性学习迎来突破!新研究提出一个名为LB-TrajRep的通用框架,不需依赖深度学习模型,就能为多种轨迹距离计算提供可靠且可解释的下界表示。通俗地说,过去判断两条路径有多相似,主要靠训练复杂的AI神经网络,但效果不稳定、成本高。现在科学家发现一种更巧妙的办法,就像用“简化版地图”快速估算两地路程,虽然不精确,但能保证不会低估真实距离。这个方法不仅适用于多种距离标准,还能轻松融入现有检索系统。在真实数据测试中,它的排名准确率比现有最强AI方法提升了20%到60%。这意味着外卖配送、共享出行、运动轨迹记录等场景中的路线匹配和推荐将变得更准、更快,同时大幅降低计算成本。普通人可能会发现,导航APP的推荐路线更聪明,健身应用能更精准识别你的运动轨迹,甚至物流公司能优化配送路径,减少时间和燃料浪费。这项研究让轨迹分析从一个依赖“黑箱”模型的任务,转变为可解释、高效率的可靠工具,为未来智能交通和位置服务打下了更坚实的基础。
Trajectory similarity learning is fundamental to efficient trajectory retrieval under complex distance measures. Existing learning-based methods typically rely on embeddings trained to approximate trajectory distances or rankings, but they often lack guarantees with respect to the original distances, exhibit unstable performance across distance measures, and incur substantial training costs. We revisit trajectory similarity learning from a lower-bound representation perspective and propose LB-TrajRep, a unified lower-bound representation framework independent of deep neural embeddings. This framework constructs single-vector representations from a set of lower-bound components, enabling admissible and interpretable lower bounds for multiple classical trajectory distances, including Dynamic Time Warping (DTW), Hausdorff distance, and Discrete Fréchet Distance (DFD). Within this framework, we instantiate point-pivot components, which naturally support both metric and non-metric distances and remain compatible with standard vector-based retrieval pipelines. To improve ranking quality, we develop two data-driven pivot selection strategies that explicitly optimize lower-bound tightness and prioritize hard near-neighbor trajectory pairs, respectively. Extensive experiments on real-world trajectory datasets show that the proposed lower-bound representations are able to consistently outperform state-of-the-art neural trajectory embeddings across diverse distance measures, improving top-$k$ ranking accuracy by up to 20\%--60\% on the Hausdorff distance and DFD and by 15\%--40\% on DTW.
分享
阅读原文