Conjecture: O(nm log(nm)) algorithm for continuous barking distance
Develop an algorithm that, given two polygonal curves P (with n vertices) and Q (with m vertices) in a fixed-dimensional Euclidean space, a barking radius ρ > 0, and a speed bound s > 0, computes the continuous barking distance from P to Q in O(nm log(nm)) time. The continuous barking distance is defined as the minimum, over all differentiable one-sided reparametrizations γ:[0,|P|]→[0,|Q|] with |γ'(t)| ≤ s, of the integral ∫₀^{|P|} 1{d(P[t], Q[γ(t)]) > ρ} dt. Establish such an algorithm that matches the near-quadratic time suggested by the conjecture.
References
While we conjecture that it is possible to obtain an $O(nm\log(nm))$ algorithm, it is likely that new ideas are necessary for this.
— Barking dogs: A Fréchet distance variant for detour detection
(2402.13159 - Hoog et al., 20 Feb 2024) in Conclusion (Section 7)