Skip to main content

Showing 1–6 of 6 results for author: van der Horst, T

Searching in archive cs. Search in all archives.
.
  1. arXiv:2402.13117  [pdf, other

    cs.CG

    Faster and Deterministic Subtrajectory Clustering

    Authors: Ivor van der Hoog, Thijs van der Horst, Tim Ophelders

    Abstract: Given a trajectory $T$ and a distance $Δ$, we wish to find a set $C$ of curves of complexity at most $\ell$, such that we can cover $T$ with subcurves that each are within Fréchet distance $Δ$ to at least one curve in $C$. We call $C$ an $(\ell,Δ)$-clustering and aim to find an $(\ell,Δ)$-clustering of minimum cardinality. This problem was introduced by Akitaya $et$ $al.$ (2021) and shown to be NP… ▽ More

    Submitted 20 February, 2024; originally announced February 2024.

    Comments: 27 pages, 8 figures

    ACM Class: F.2.2

  2. arXiv:2401.14815  [pdf, other

    cs.CG

    Faster Fréchet Distance Approximation through Truncated Smoothing

    Authors: Thijs van der Horst, Tim Ophelders

    Abstract: The Fréchet distance is a popular distance measure for curves. Computing the Fréchet distance between two polygonal curves of $n$ vertices takes roughly quadratic time, and conditional lower bounds suggest that even approximating to within a factor $3$ cannot be done in strongly-subquadratic time, even in one dimension. The current best approximation algorithms present trade-offs between approxima… ▽ More

    Submitted 26 January, 2024; originally announced January 2024.

    Comments: 27 pages, 11 figures

    ACM Class: F.2.2

  3. arXiv:2401.02897  [pdf, other

    cs.CG

    Robust Bichromatic Classification using Two Lines

    Authors: Erwin Glazenburg, Thijs van der Horst, Tom Peters, Bettina Speckmann, Frank Staals

    Abstract: Given two sets $\mathit{R}$ and $\mathit{B}$ of at most $\mathit{n}$ points in the plane, we present efficient algorithms to find a two-line linear classifier that best separates the "red" points in $\mathit{R}$ from the "blue" points in $B$ and is robust to outliers. More precisely, we find a region $\mathit{W}_\mathit{B}$ bounded by two lines, so either a halfplane, strip, wedge, or double wedge… ▽ More

    Submitted 16 February, 2024; v1 submitted 5 January, 2024; originally announced January 2024.

    Comments: 19 pages, 11 figures. Updated to include new results

    ACM Class: F.2.2

  4. arXiv:2304.13094  [pdf, other

    cs.CG

    Simply Realising an Imprecise Polyline is NP-hard

    Authors: Thijs van der Horst, Tim Ophelders, Bart van der Steenhoven

    Abstract: We consider the problem of deciding, given a sequence of regions, if there is a choice of points, one for each region, such that the induced polyline is simple or weakly simple, meaning that it can touch but not cross itself. Specifically, we consider the case where each region is a translate of the same shape. We show that the problem is NP-hard when the shape is a unit-disk or unit-square. We ar… ▽ More

    Submitted 25 April, 2023; originally announced April 2023.

  5. arXiv:2208.12721  [pdf, other

    cs.CG

    A Subquadratic $n^ε$-approximation for the Continuous Fréchet Distance

    Authors: Thijs van der Horst, Marc van Kreveld, Tim Ophelders, Bettina Speckmann

    Abstract: The Fréchet distance is a commonly used similarity measure between curves. It is known how to compute the continuous Fréchet distance between two polylines with $m$ and $n$ vertices in $\mathbb{R}^d$ in $O(mn (\log \log n)^2)$ time; doing so in strongly subquadratic time is a longstanding open problem. Recent conditional lower bounds suggest that it is unlikely that a strongly subquadratic algorit… ▽ More

    Submitted 26 August, 2022; originally announced August 2022.

    Comments: 20 pages, 5 figures

    ACM Class: F.2.2

  6. arXiv:2205.00277  [pdf, other

    cs.CG

    Chromatic $k$-Nearest Neighbor Queries

    Authors: Thijs van der Horst, Maarten Löffler, Frank Staals

    Abstract: Let $P$ be a set of $n$ colored points. We develop efficient data structures that store $P$ and can answer chromatic $k$-nearest neighbor ($k$-NN) queries. Such a query consists of a query point $q$ and a number $k$, and asks for the color that appears most frequently among the $k$ points in $P$ closest to $q$. Answering such queries efficiently is the key to obtain fast $k$-NN classifiers. Our ma… ▽ More

    Submitted 30 April, 2022; originally announced May 2022.

    Comments: 37 pages, 9 figures