基于动态时间翘曲的邻近问题

B. Aronov, M. J. Katz, Elad Sulami
{"title":"基于动态时间翘曲的邻近问题","authors":"B. Aronov, M. J. Katz, Elad Sulami","doi":"10.4230/LIPIcs.MFCS.2020.9","DOIUrl":null,"url":null,"abstract":"Dynamic Time Warping (DTW) is a well-known similarity measure for curves, i.e., sequences of points, and especially for time series. We study several proximity problems for curves, where dynamic time warping is the underlying similarity measure. More precisely, we focus on the variants of these problems, in which, whenever we refer to the dynamic time warping distance between two curves, one of them is a line segment (i.e., a sequence of length two). These variants already reveal some of the difficulties that occur when dealing with the more general ones. Specifically, we study the following three problems: (i) distance oracle: given a curve C in R, preprocess it to accommodate distance computations between query segments and C, (ii) segment center : given a set C of curves in R, find a segment s that minimizes the maximum distance between s and a curve in C, and (iii) segment nearest neighbor : given C, construct a data structure for segment nearest neighbor queries, i.e., return the curve in C which is closest to a query segment s. We present solutions to these problems in any constant dimension d ≥ 1, using L∞ for inter-point distances. We also consider the approximation version of the first problem, using L1 for inter-point distances. That is, given a length-m curve C in R, we construct a data structure of size O(m log m) that allows one to compute a 2-approximation of the distance between a query segment s and C in O(log3 m) time. Finally, we describe an interesting experimental study that we performed, which is related to the first problem above. 2012 ACM Subject Classification Theory of computation → Computational geometry; Theory of computation → Design and analysis of algorithms","PeriodicalId":369104,"journal":{"name":"International Symposium on Mathematical Foundations of Computer Science","volume":"12 4","pages":"0"},"PeriodicalIF":0.0000,"publicationDate":"2020-08-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"0","resultStr":"{\"title\":\"Dynamic Time Warping-Based Proximity Problems\",\"authors\":\"B. Aronov, M. J. Katz, Elad Sulami\",\"doi\":\"10.4230/LIPIcs.MFCS.2020.9\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"Dynamic Time Warping (DTW) is a well-known similarity measure for curves, i.e., sequences of points, and especially for time series. We study several proximity problems for curves, where dynamic time warping is the underlying similarity measure. More precisely, we focus on the variants of these problems, in which, whenever we refer to the dynamic time warping distance between two curves, one of them is a line segment (i.e., a sequence of length two). These variants already reveal some of the difficulties that occur when dealing with the more general ones. Specifically, we study the following three problems: (i) distance oracle: given a curve C in R, preprocess it to accommodate distance computations between query segments and C, (ii) segment center : given a set C of curves in R, find a segment s that minimizes the maximum distance between s and a curve in C, and (iii) segment nearest neighbor : given C, construct a data structure for segment nearest neighbor queries, i.e., return the curve in C which is closest to a query segment s. We present solutions to these problems in any constant dimension d ≥ 1, using L∞ for inter-point distances. We also consider the approximation version of the first problem, using L1 for inter-point distances. That is, given a length-m curve C in R, we construct a data structure of size O(m log m) that allows one to compute a 2-approximation of the distance between a query segment s and C in O(log3 m) time. Finally, we describe an interesting experimental study that we performed, which is related to the first problem above. 2012 ACM Subject Classification Theory of computation → Computational geometry; Theory of computation → Design and analysis of algorithms\",\"PeriodicalId\":369104,\"journal\":{\"name\":\"International Symposium on Mathematical Foundations of Computer Science\",\"volume\":\"12 4\",\"pages\":\"0\"},\"PeriodicalIF\":0.0000,\"publicationDate\":\"2020-08-01\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"\",\"citationCount\":\"0\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"International Symposium on Mathematical Foundations of Computer Science\",\"FirstCategoryId\":\"1085\",\"ListUrlMain\":\"https://doi.org/10.4230/LIPIcs.MFCS.2020.9\",\"RegionNum\":0,\"RegionCategory\":null,\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"\",\"JCRName\":\"\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"International Symposium on Mathematical Foundations of Computer Science","FirstCategoryId":"1085","ListUrlMain":"https://doi.org/10.4230/LIPIcs.MFCS.2020.9","RegionNum":0,"RegionCategory":null,"ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"","JCRName":"","Score":null,"Total":0}
引用次数: 0

摘要

动态时间翘曲(DTW)是一种众所周知的曲线,即点序列,特别是时间序列的相似性度量。我们研究了几个曲线的接近问题,其中动态时间翘曲是潜在的相似度量。更准确地说,我们关注这些问题的变体,其中,每当我们提到两条曲线之间的动态时间翘曲距离时,其中一条曲线是线段(即长度为2的序列)。这些变体已经揭示了在处理更一般的变体时出现的一些困难。具体来说,我们研究了以下三个问题:(i)距离oracle:给定R中的曲线C,对其进行预处理,以适应查询段与C之间的距离计算;(ii)段中心:给定R中的曲线集C,找到一个段s,使s与C中的曲线之间的最大距离最小;(iii)段的最近邻。给定C,构造一个段最近邻查询的数据结构,即返回C中最接近查询段s的曲线。我们给出了任意常数维d≥1的这些问题的解,对点间距离使用L∞。我们还考虑了第一个问题的近似版本,使用L1表示点间距离。也就是说,给定一条长度为m的曲线C在R中,我们构建一个大小为O(m log m)的数据结构,它允许我们在O(log3m)时间内计算查询段s和C之间距离的2近似值。最后,我们描述了我们所做的一个有趣的实验研究,它与上面的第一个问题有关。2012 ACM学科分类:计算理论→计算几何;计算理论→算法设计与分析
本文章由计算机程序翻译,如有差异,请以英文原文为准。
Dynamic Time Warping-Based Proximity Problems
Dynamic Time Warping (DTW) is a well-known similarity measure for curves, i.e., sequences of points, and especially for time series. We study several proximity problems for curves, where dynamic time warping is the underlying similarity measure. More precisely, we focus on the variants of these problems, in which, whenever we refer to the dynamic time warping distance between two curves, one of them is a line segment (i.e., a sequence of length two). These variants already reveal some of the difficulties that occur when dealing with the more general ones. Specifically, we study the following three problems: (i) distance oracle: given a curve C in R, preprocess it to accommodate distance computations between query segments and C, (ii) segment center : given a set C of curves in R, find a segment s that minimizes the maximum distance between s and a curve in C, and (iii) segment nearest neighbor : given C, construct a data structure for segment nearest neighbor queries, i.e., return the curve in C which is closest to a query segment s. We present solutions to these problems in any constant dimension d ≥ 1, using L∞ for inter-point distances. We also consider the approximation version of the first problem, using L1 for inter-point distances. That is, given a length-m curve C in R, we construct a data structure of size O(m log m) that allows one to compute a 2-approximation of the distance between a query segment s and C in O(log3 m) time. Finally, we describe an interesting experimental study that we performed, which is related to the first problem above. 2012 ACM Subject Classification Theory of computation → Computational geometry; Theory of computation → Design and analysis of algorithms
求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
自引率
0.00%
发文量
0
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
copy
已复制链接
快去分享给好友吧!
我知道了
右上角分享
点击右上角分享
0
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术官方微信