Simplification of Trajectory Streams

Abstract

While there are software systems that simplify trajectory streams on the fly, few curve simplification algorithms with quality guarantees fit the streaming requirements. We present streaming algorithms for two such problems under the Fr\'echet distance dF in Rd for some constant d ≥ 2. Consider a polygonal curve τ in Rd in a stream. We present a streaming algorithm that, for any ∈ (0,1) and δ > 0, produces a curve σ such that dF(σ,τ[v1,vi]) (1+)δ and |σ| 2\,opt-2, where τ[v1,vi] is the prefix in the stream so far, and opt = \|σ'|: dF(σ',τ[v1,vi]) δ\. Let α = 2(d-1) d/2 2 + d. The working storage is O(-α). Each vertex is processed in O(-α1) time for d ∈ \2,3\ and O(-α) time for d ≥ 4 . Thus, the whole τ can be simplified in O(-α|τ|1) time. Ignoring polynomial factors in 1/, this running time is a factor |τ| faster than the best static algorithm that offers the same guarantees. We present another streaming algorithm that, for any integer k ≥ 2 and any ∈ (0,117), maintains a curve σ such that |σ| ≤ 2k-2 and dF(σ,τ[v1,vi]) (1+) · \dF(σ',τ[v1,vi]): |σ'| ≤ k\, where τ[v1,vi] is the prefix in the stream so far. The working storage is O((k-1+-(α+1)) 1). Each vertex is processed in O(k-(α+1)21) time for d ∈ \2,3\ and O(k-(α+1)1) time for d ≥ 4.

0

Turn this paper into a full lesson

ArcXiv compiles a staged curriculum from this paper: 8-12 lessons across beginner → advanced, synthesised section guides, visuals, flashcards, a quiz, exercises, and on-demand deep dives per section. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…