Skip to main content

Showing 1–21 of 21 results for author: van der Hoog, I

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

    cs.CG

    Fully-Adaptive Dynamic Connectivity of Square Intersection Graphs

    Authors: Ivor van der Hoog, André Nusser, Eva Rotenberg, Frank Staals

    Abstract: A classical problem in computational geometry and graph algorithms is: given a dynamic set S of geometric shapes in the plane, efficiently maintain the connectivity of the intersection graph of S. Previous papers studied the setting where, before the updates, the data structure receives some parameter P. Then, updates could insert and delete disks as long as at all times the disks have a diameter… ▽ More

    Submitted 28 June, 2024; originally announced June 2024.

    Comments: To appear at MFCS

  2. arXiv:2404.08468  [pdf, other

    cs.DS

    Tight Bounds for Sorting Under Partial Information

    Authors: Ivor van der Hoog, Daniel Rutschmann

    Abstract: Sorting has a natural generalization where the input consists of: (1) a ground set $X$ of size $n$, (2) a partial oracle $O_P$ specifying some fixed partial order $P$ on $X$ and (3) a linear oracle $O_L$ specifying a linear order $L$ that extends $P$. The goal is to recover the linear order $L$ on $X$ using the fewest number of linear oracle queries. In this problem, we measure algorithmic compl… ▽ More

    Submitted 28 June, 2024; v1 submitted 12 April, 2024; originally announced April 2024.

    Comments: To appear at FOCS 2024

  3. arXiv:2402.13159  [pdf, other

    cs.CG

    Barking dogs: A Fréchet distance variant for detour detection

    Authors: Ivor van der Hoog, Fabian Klute, Irene Parada, Patrick Schnider

    Abstract: Imagine you are a dog behind a fence $Q$ and a hiker is passing by at constant speed along the hiking path $P$. In order to fulfil your duties as a watchdog, you desire to bark as long as possible at the human. However, your barks can only be heard in a fixed radius $ρ$ and, as a dog, you have bounded speed $s$. Can you optimize your route along the fence $Q$ in order to maximize the barking time… ▽ More

    Submitted 20 February, 2024; originally announced February 2024.

  4. 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

  5. arXiv:2310.18146  [pdf, other

    cs.DS

    Adaptive Out-Orientations with Applications

    Authors: Chandra Chekuri, Aleksander Bjørn Christiansen, Jacob Holm, Ivor van der Hoog, Kent Quanrud, Eva Rotenberg, Chris Schwiegelshohn

    Abstract: We give improved algorithms for maintaining edge-orientations of a fully-dynamic graph, such that the out-degree of each vertex is bounded. On one hand, we show how to orient the edges such that the out-degree of each vertex is proportional to the arboricity $α$ of the graph, in, either, an amortised update time of $O(\log^2 n \log α)$, or a worst-case update time of $O(\log^3 n \log α)$. On the o… ▽ More

    Submitted 4 November, 2023; v1 submitted 27 October, 2023; originally announced October 2023.

    Comments: To appear at SODA24

  6. arXiv:2310.18128  [pdf, other

    cs.CG

    Dynamic Dynamic Time War**

    Authors: Karl Bringmann, Nick Fischer, Ivor van der Hoog, Evangelos Kipouridis, Tomasz Kociumaka, Eva Rotenberg

    Abstract: The Dynamic Time War** (DTW) distance is a popular similarity measure for polygonal curves (i.e., sequences of points). It finds many theoretical and practical applications, especially for temporal data, and is known to be a robust, outlier-insensitive alternative to the \frechet distance. For static curves of at most $n$ points, the DTW distance can be computed in $O(n^2)$ time in constant dime… ▽ More

    Submitted 13 November, 2023; v1 submitted 27 October, 2023; originally announced October 2023.

    Comments: To appear at SODA24

  7. arXiv:2310.18068  [pdf, other

    cs.CG cs.DS

    Simple and Robust Dynamic Two-Dimensional Convex Hull

    Authors: Emil Toftegaard Gæde, Inge Li Gørtz, Ivor van der Hoog, Christoffer Krogh, Eva Rotenberg

    Abstract: The convex hull of a data set $P$ is the smallest convex set that contains $P$. In this work, we present a new data structure for convex hull, that allows for efficient dynamic updates. In a dynamic convex hull implementation, the following traits are desirable: (1) algorithms for efficiently answering queries as to whether a specified point is inside or outside the hull, (2) adhering to geometr… ▽ More

    Submitted 31 October, 2023; v1 submitted 27 October, 2023; originally announced October 2023.

    Comments: Accepted for ALENEX24

    ACM Class: E.1; D.2; F.2

  8. arXiv:2212.07124  [pdf, other

    cs.CG cs.DS

    Data Structures for Approximate Discrete Fréchet Distance

    Authors: Ivor van der Hoog, Eva Rotenberg, Sampson Wong

    Abstract: The Fréchet distance is one of the most studied distance measures between curves $P$ and $Q$. The data structure variant of the problem is a longstanding open problem: Efficiently preprocess $P$, so that for any $Q$ given at query time, one can efficiently approximate their Fréchet distance. There exist conditional lower bounds that prohibit $(1 + \varepsilon)$-approximate Fréchet distance computa… ▽ More

    Submitted 10 February, 2023; v1 submitted 14 December, 2022; originally announced December 2022.

  9. arXiv:2209.14094  [pdf, other

    cs.DS cs.CG

    Dynamic Embeddings of Dynamic Single-Source Upward Planar Graphs

    Authors: Ivor van der Hoog, Irene Parada, Eva Rotenberg

    Abstract: A directed graph $G$ is upward planar if it admits a planar embedding such that each edge is $y$-monotone. Unlike planarity testing, upward planarity testing is NP-hard except in restricted cases, such as when the graph has the single-source property (i.e. each connected component only has one source). In this paper, we present a dynamic algorithm for maintaining a combinatorial embedding… ▽ More

    Submitted 28 September, 2022; originally announced September 2022.

  10. arXiv:2209.14087  [pdf, ps, other

    cs.DS

    Adaptive Out-Orientations with Applications

    Authors: Aleksander B. G. Christiansen, Jacob Holm, Ivor van der Hoog, Eva Rotenberg, Chris Schwiegelshohn

    Abstract: We give improved algorithms for maintaining edge-orientations of a fully-dynamic graph, such that the out-degree of each vertex is bounded. On one hand, we show how to orient the edges such that the out-degree of each vertex is proportional to the arboricity $α$ of the graph, in a worst-case update time of $O(\log^3 n \log α)$. On the other hand, motivated by applications including dynamic maximal… ▽ More

    Submitted 15 February, 2023; v1 submitted 28 September, 2022; originally announced September 2022.

  11. arXiv:2209.14079  [pdf, other

    cs.DS

    Worst-case Deterministic Fully-Dynamic Planar 2-vertex Connectivity

    Authors: Jacob Holm, Ivor van der Hoog, Eva Rotenberg

    Abstract: We study dynamic planar graphs with $n$ vertices, subject to edge deletion, edge contraction, edge insertion across a face, and the splitting of a vertex in specified corners. We dynamically maintain a combinatorial embedding of such a planar graph, subject to connectivity and $2$-vertex-connectivity (biconnectivity) queries between pairs of vertices. Whenever a query pair is connected and not bic… ▽ More

    Submitted 28 September, 2022; originally announced September 2022.

  12. arXiv:2203.01794  [pdf, other

    cs.CG

    Efficient Fréchet distance queries for segments

    Authors: Maike Buchin, Ivor van der Hoog, Tim Ophelders, Lena Schlipf, Rodrigo I. Silveira, Frank Staals

    Abstract: We study the problem of constructing a data structure that can store a two-dimensional polygonal curve $P$, such that for any query segment $\overline{ab}$ one can efficiently compute the Fréchet distance between $P$ and $\overline{ab}$. First we present a data structure of size $O(n \log n)$ that can compute the Fréchet distance between $P$ and a horizontal query segment $\overline{ab}$ in… ▽ More

    Submitted 3 March, 2022; originally announced March 2022.

  13. arXiv:2201.03490  [pdf, other

    cs.CG

    Segment Visibility Counting Queries in Polygons

    Authors: Kevin Buchin, Bram Custers, Ivor van der Hoog, Maarten Löffler, Aleksandr Popov, Marcel Roeloffzen, Frank Staals

    Abstract: Let $P$ be a simple polygon with $n$ vertices, and let $A$ be a set of $m$ points or line segments inside $P$. We develop data structures that can efficiently count the number of objects from $A$ that are visible to a query point or a query segment. Our main aim is to obtain fast, $O(\mathop{\textrm{polylog}} nm$), query times, while using as little space as possible. In case the query is a single… ▽ More

    Submitted 10 January, 2022; originally announced January 2022.

    Comments: 27 pages, 13 figures

  14. arXiv:2201.02121  [pdf, other

    cs.CG

    On the Discrete Fréchet Distance in a Graph

    Authors: Anne Driemel, Ivor van der Hoog, Eva Rotenberg

    Abstract: The Fréchet distance is a well-studied similarity measure between curves that is widely used throughout computer science. Motivated by applications where curves stem from paths and walks on an underlying graph (such as a road network), we define and study the Fréchet distance for paths and walks on graphs. When provided with a distance oracle of $G$ with $O(1)$ query time, the classical quadratic-… ▽ More

    Submitted 13 January, 2022; v1 submitted 6 January, 2022; originally announced January 2022.

  15. arXiv:2101.06079  [pdf, other

    cs.CG

    Preprocessing Imprecise Points for the Pareto Front

    Authors: Ivor van der Hoog, Irina Kostitsyna, Maarten Löffler, Bettina Speckmann

    Abstract: In the preprocessing model for uncertain data we are given a set of regions R which model the uncertainty associated with an unknown set of points P. In this model there are two phases: a preprocessing phase, in which we have access only to R, followed by a reconstruction phase, in which we have access to points in P at a certain retrieval cost C per point. We study the following algorithmic quest… ▽ More

    Submitted 15 January, 2021; originally announced January 2021.

  16. arXiv:1912.02278  [pdf, other

    cs.CG cs.CC cs.DM cs.DS math.NA

    Smoothing the gap between NP and ER

    Authors: Jeff Erickson, Ivor van der Hoog, Tillmann Miltzow

    Abstract: We study algorithmic problems that belong to the complexity class of the existential theory of the reals (ER). A problem is ER-complete if it is as hard as the problem ETR and if it can be written as an ETR formula. Traditionally, these problems are studied in the real RAM, a model of computation that assumes that the storage and comparison of real-valued numbers can be done in constant space and… ▽ More

    Submitted 18 November, 2021; v1 submitted 4 December, 2019; originally announced December 2019.

    Comments: 31 pages, 11 figures, FOCS 2020, SICOMP 2022

  17. arXiv:1907.04645  [pdf, other

    cs.CG cs.CC cs.DM cs.DS math.CO

    Smoothed Analysis of Order Types

    Authors: Ivor van der Hoog, Tillmann Miltzow, Martijn van Schaik

    Abstract: Consider an ordered point set $P = (p_1,\ldots,p_n)$, its order type (denoted by $χ_P$) is a map which assigns to every triple of points a value in $\{+,-,0\}$ based on whether the points are collinear(0), oriented clockwise(-) or counter-clockwise(+). An abstract order type is a map $χ: \left[\substack{n\\3}\right] \rightarrow \{+,-,0\}$ (where $\left[\substack{n\\3}\right]$ is the collection of… ▽ More

    Submitted 10 July, 2019; originally announced July 2019.

    Comments: 15 pages, 6 figures, long introduction and short proofs

  18. arXiv:1903.08280  [pdf, other

    cs.CG

    Preprocessing Ambiguous Imprecise Points

    Authors: Ivor van der Hoog, Irina Kostitsyna, Maarten Löffler, Bettina Speckmann

    Abstract: Let ${R} = \{R_1, R_2, ..., R_n\}$ be a set of regions and let $ X = \{x_1, x_2, ..., x_n\}$ be an (unknown) point set with $x_i \in R_i$. Region $R_i$ represents the uncertainty region of $x_i$. We consider the following question: how fast can we establish order if we are allowed to preprocess the regions in $R$? The preprocessing model of uncertainty uses two consecutive phases: a preprocessing… ▽ More

    Submitted 19 March, 2019; originally announced March 2019.

  19. arXiv:1810.00794  [pdf, other

    cs.CG

    Topological Stability of Kinetic $k$-Centers

    Authors: Ivor van der Hoog, Marc van Kreveld, Wouter Meulemans, Kevin Verbeek, Jules Wulms

    Abstract: We study the $k$-center problem in a kinetic setting: given a set of continuously moving points $P$ in the plane, determine a set of $k$ (moving) disks that cover $P$ at every time step, such that the disks are as small as possible at any point in time. Whereas the optimal solution over time may exhibit discontinuous changes, many practical applications require the solution to be stable: the disks… ▽ More

    Submitted 12 July, 2021; v1 submitted 1 October, 2018; originally announced October 2018.

    ACM Class: F.2.2

  20. arXiv:1708.00681  [pdf, other

    cs.CG

    Maximum-Area Quadrilateral in a Convex Polygon, Revisited

    Authors: Vahideh Keikha, Maarten Löffler, Ali Mohades, Jérôme Urhausen, Ivor van der Hoog

    Abstract: In this note we show by example that the algorithm presented in 1979 by Dobkin and Snyder for finding the largest-area k-gon that is inscribed in a convex polygon fails to find the optimal solution for k=4. This question, posed by Keikha et al. where they showed that the Dobkin Snyder algorithm fails for k=3.

    Submitted 24 December, 2017; v1 submitted 2 August, 2017; originally announced August 2017.

    Comments: 6 pages. arXiv admin note: substantial text overlap with arXiv:1705.11035

  21. Maximum-Area Triangle in a Convex Polygon, Revisited

    Authors: Vahideh Keikha, Maarten Löffler, Ali Mohades, Jérôme Urhausen, Ivor van der Hoog

    Abstract: We revisit the following problem: Given a convex polygon $P$, find the largest-area inscribed triangle. We show by example that the linear-time algorithm presented in 1979 by Dobkin and Snyder for solving this problem fails. We then proceed to show that with a small adaptation, their approach does lead to a quadratic-time algorithm. We also present a more involved $O(n\log n)$ time divide-and-conq… ▽ More

    Submitted 18 December, 2017; v1 submitted 31 May, 2017; originally announced May 2017.