日本語
 
Help Privacy Policy ポリシー/免責事項
  詳細検索ブラウズ

アイテム詳細


公開

成果報告書

Walking the Dog Fast in Practice: Algorithm Engineering of the Fréchet Distance

MPS-Authors
/persons/resource/persons44182

Bringmann,  Karl
Algorithms and Complexity, MPI for Informatics, Max Planck Society;

/persons/resource/persons44857

Künnemann,  Marvin
Algorithms and Complexity, MPI for Informatics, Max Planck Society;

/persons/resource/persons228472

Nusser,  André
Algorithms and Complexity, MPI for Informatics, Max Planck Society;

External Resource
There are no locators available
Fulltext (restricted access)
There are currently no full texts shared for your IP range.
フルテキスト (公開)

arXiv:1901.01504.pdf
(プレプリント), 2MB

付随資料 (公開)
There is no public supplementary material available
引用

Bringmann, K., Künnemann, M., & Nusser, A. (2019). Walking the Dog Fast in Practice: Algorithm Engineering of the Fréchet Distance. Retrieved from http://arxiv.org/abs/1901.01504.


引用: https://hdl.handle.net/21.11116/0000-0005-3D76-3
要旨
The Fr\'echet distance provides a natural and intuitive measure for the
popular task of computing the similarity of two (polygonal) curves. While a
simple algorithm computes it in near-quadratic time, a strongly subquadratic
algorithm cannot exist unless the Strong Exponential Time Hypothesis fails.
Still, fast practical implementations of the Fr\'echet distance, in particular
for realistic input curves, are highly desirable. This has even lead to a
designated competition, the ACM SIGSPATIAL GIS Cup 2017: Here, the challenge
was to implement a near-neighbor data structure under the Fr\'echet distance.
The bottleneck of the top three implementations turned out to be precisely the
decision procedure for the Fr\'echet distance.
In this work, we present a fast, certifying implementation for deciding the
Fr\'echet distance, in order to (1) complement its pessimistic worst-case
hardness by an empirical analysis on realistic input data and to (2) improve
the state of the art for the GIS Cup challenge. We experimentally evaluate our
implementation on a large benchmark consisting of several data sets (including
handwritten characters and GPS trajectories). Compared to the winning
implementation of the GIS Cup, we obtain running time improvements of up to
more than two orders of magnitude for the decision procedure and of up to a
factor of 30 for queries to the near-neighbor data structure.