Skip to main content

Showing 1–17 of 17 results for author: Nusser, A

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:2312.08803  [pdf, other

    cs.CG

    Clustering with Few Disks to Minimize the Sum of Radii

    Authors: Mikkel Abrahamsen, Sarita de Berg, Lucas Meijer, André Nusser, Leonidas Theocharous

    Abstract: Given a set of $n$ points in the Euclidean plane, the $k$-MinSumRadius problem asks to cover this point set using $k$ disks with the objective of minimizing the sum of the radii of the disks. After a long line of research on related problems, it was finally discovered that this problem admits a polynomial time algorithm [GKKPV~'12]; however, the running time of this algorithm is $O(n^{881})$, and… ▽ More

    Submitted 14 December, 2023; originally announced December 2023.

    Comments: 13 pages, 7 figures

    MSC Class: 68U05 ACM Class: F.2

  3. arXiv:2311.10631  [pdf, other

    cs.CG

    Minimum Star Partitions of Simple Polygons in Polynomial Time

    Authors: Mikkel Abrahamsen, Joakim Blikstad, André Nusser, Hanwen Zhang

    Abstract: We devise a polynomial-time algorithm for partitioning a simple polygon $P$ into a minimum number of star-shaped polygons. The question of whether such an algorithm exists has been open for more than four decades [Avis and Toussaint, Pattern Recognit., 1981] and it has been repeated frequently, for example in O'Rourke's famous book [Art Gallery Theorems and Algorithms, 1987]. In addition to its st… ▽ More

    Submitted 9 April, 2024; v1 submitted 17 November, 2023; originally announced November 2023.

  4. arXiv:2203.07898  [pdf, other

    cs.CG cs.DS

    Dynamic Time War** Under Translation: Approximation Guided by Space-Filling Curves

    Authors: Karl Bringmann, Sándor Kisfaludi-Bak, Marvin Künnemann, Dániel Marx, André Nusser

    Abstract: The Dynamic Time War** (DTW) distance is a popular measure of similarity for a variety of sequence data. For comparing polygonal curves $π, σ$ in $\mathbb{R}^d$, it provides a robust, outlier-insensitive alternative to the Fréchet distance. However, like the Fréchet distance, the DTW distance is not invariant under translations. Can we efficiently optimize the DTW distance of $π$ and $σ$ under a… ▽ More

    Submitted 16 March, 2022; v1 submitted 15 March, 2022; originally announced March 2022.

    Comments: Full version of SoCG '22 paper

  5. arXiv:2203.04531  [pdf, other

    cs.CG

    Computing Continuous Dynamic Time War** of Time Series in Polynomial Time

    Authors: Kevin Buchin, André Nusser, Sampson Wong

    Abstract: Dynamic Time War** is arguably the most popular similarity measure for time series, where we define a time series to be a one-dimensional polygonal curve. The drawback of Dynamic Time War** is that it is sensitive to the sampling rate of the time series. The Fréchet distance is an alternative that has gained popularity, however, its drawback is that it is sensitive to outliers. Continuous Dy… ▽ More

    Submitted 16 April, 2023; v1 submitted 9 March, 2022; originally announced March 2022.

    Comments: In SoCG 2022

  6. arXiv:2203.03663  [pdf, other

    cs.CG

    Towards Sub-Quadratic Diameter Computation in Geometric Intersection Graphs

    Authors: Karl Bringmann, Sándor Kisfaludi-Bak, Marvin Künnemann, André Nusser, Zahra Parsaeian

    Abstract: We initiate the study of diameter computation in geometric intersection graphs from the fine-grained complexity perspective. A geometric intersection graph is a graph whose vertices correspond to some shapes in $d$-dimensional Euclidean space, such as balls, segments, or hypercubes, and whose edges correspond to pairs of intersecting shapes. The diameter of a graph is the largest distance realized… ▽ More

    Submitted 10 March, 2022; v1 submitted 7 March, 2022; originally announced March 2022.

    Comments: Full version of SoCG '22 paper

  7. arXiv:2111.08520  [pdf, ps, other

    cs.DM cs.DS cs.NI

    Hyperbolicity Computation through Dominating Sets

    Authors: David Coudert, André Nusser, Laurent Viennot

    Abstract: Hyperbolicity is a graph parameter related to how much a graph resembles a tree with respect to distances. Its computation is challenging as the main approaches consist in scanning all quadruples of the graph or using fast matrix multiplication as building block, both are not practical for large graphs. In this paper, we propose and evaluate an approach that uses a hierarchy of distance-k dominati… ▽ More

    Submitted 22 November, 2021; v1 submitted 16 November, 2021; originally announced November 2021.

    Journal ref: Proceedings of the Symposium on Algorithm Engineering and Experiments, ALENEX 2022, Jan 2022, Westin Alexandria Old Town, United States

  8. arXiv:2111.02544  [pdf, other

    cs.CG cs.CC cs.DS

    Polygon Placement Revisited: (Degree of Freedom + 1)-SUM Hardness and an Improvement via Offline Dynamic Rectangle Union

    Authors: Marvin Künnemann, André Nusser

    Abstract: We revisit the classical problem of determining the largest copy of a simple polygon $P$ that can be placed into a simple polygon $Q$. Despite significant effort, known algorithms require high polynomial running times. (Barequet and Har-Peled, 2001) give a lower bound of $n^{2-o(1)}$ under the 3SUM conjecture when $P$ and $Q$ are (convex) polygons with $Θ(n)$ vertices each. This leaves open whethe… ▽ More

    Submitted 3 November, 2021; originally announced November 2021.

    Comments: to appear at SODA 2020; shortened abstract

  9. arXiv:2107.07792  [pdf, other

    cs.CG cs.CC cs.DS

    Tight Bounds for Approximate Near Neighbor Searching for Time Series under the Fréchet Distance

    Authors: Karl Bringmann, Anne Driemel, André Nusser, Ioannis Psarros

    Abstract: We study the $c$-approximate near neighbor problem under the continuous Fréchet distance: Given a set of $n$ polygonal curves with $m$ vertices, a radius $δ> 0$, and a parameter $k \leq m$, we want to preprocess the curves into a data structure that, given a query curve $q$ with $k$ vertices, either returns an input curve with Fréchet distance at most $c\cdot δ$ to $q$, or returns that there exist… ▽ More

    Submitted 3 November, 2021; v1 submitted 16 July, 2021; originally announced July 2021.

    Comments: to appear at SODA 2020

  10. arXiv:2104.12523  [pdf, other

    cs.DS

    Enumeration of Far-Apart Pairs by Decreasing Distance for Faster Hyperbolicity Computation

    Authors: David Coudert, André Nusser, Laurent Viennot

    Abstract: Hyperbolicity is a graph parameter which indicates how much the shortest-path distance metric of a graph deviates from a tree metric. It is used in various fields such as networking, security, and bioinformatics for the classification of complex networks, the design of routing schemes, and the analysis of graph algorithms. Despite recent progress, computing the hyperbolicity of a graph remains cha… ▽ More

    Submitted 26 April, 2021; originally announced April 2021.

  11. arXiv:2101.07696  [pdf, other

    cs.CG cs.CC

    Translating Hausdorff is Hard: Fine-Grained Lower Bounds for Hausdorff Distance Under Translation

    Authors: Karl Bringmann, André Nusser

    Abstract: Computing the similarity of two point sets is a ubiquitous task in medical imaging, geometric shape comparison, trajectory analysis, and many more settings. Arguably the most basic distance measure for this task is the Hausdorff distance, which assigns to each point from one set the closest point in the other set and then evaluates the maximum distance of any assigned pair. A drawback is that this… ▽ More

    Submitted 13 June, 2022; v1 submitted 19 January, 2021; originally announced January 2021.

    Comments: to be published at JoCG

  12. (k, l)-Medians Clustering of Trajectories Using Continuous Dynamic Time War**

    Authors: Milutin Brankovic, Kevin Buchin, Koen Klaren, André Nusser, Aleksandr Popov, Sampson Wong

    Abstract: Due to the massively increasing amount of available geospatial data and the need to present it in an understandable way, clustering this data is more important than ever. As clusters might contain a large number of objects, having a representative for each cluster significantly facilitates understanding a clustering. Clustering methods relying on such representatives are called center-based. In th… ▽ More

    Submitted 1 December, 2020; originally announced December 2020.

    Comments: 12 pages, 16 figures. This is the authors' version of the paper published in SIGSPATIAL 2020

  13. arXiv:2008.07510  [pdf, other

    cs.CG cs.DS

    When Lipschitz Walks Your Dog: Algorithm Engineering of the Discrete Fréchet Distance under Translation

    Authors: Karl Bringmann, Marvin Künnemann, André Nusser

    Abstract: Consider the natural question of how to measure the similarity of curves in the plane by a quantity that is invariant under translations of the curves. Such a measure is justified whenever we aim to quantify the similarity of the curves' shapes rather than their positioning in the plane, e.g., to compare the similarity of handwritten characters. Perhaps the most natural such notion is the (discret… ▽ More

    Submitted 17 August, 2020; originally announced August 2020.

    Comments: A shorter version was accepted at ESA 2020

  14. arXiv:1903.03211  [pdf, other

    cs.CG

    The VC Dimension of Metric Balls under Fréchet and Hausdorff Distances

    Authors: Anne Driemel, André Nusser, Jeff M. Phillips, Ioannis Psarros

    Abstract: The Vapnik-Chervonenkis dimension provides a notion of complexity for systems of sets. If the VC dimension is small, then knowing this can drastically simplify fundamental computational tasks such as classification, range counting, and density estimation through the use of sampling bounds. We analyze set systems where the ground set $X$ is a set of polygonal curves in $\mathbb{R}^d$ and the sets… ▽ More

    Submitted 15 November, 2019; v1 submitted 7 March, 2019; originally announced March 2019.

    Comments: 24 pages, 5 figures

  15. arXiv:1901.01504  [pdf, other

    cs.CG

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

    Authors: Karl Bringmann, Marvin Künnemann, André Nusser

    Abstract: The Fréchet 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échet distance, in particular for realistic input curv… ▽ More

    Submitted 6 January, 2019; originally announced January 2019.

  16. arXiv:1810.10982  [pdf, other

    cs.DS

    Fréchet Distance Under Translation: Conditional Hardness and an Algorithm via Offline Dynamic Grid Reachability

    Authors: Karl Bringmann, Marvin Künnemann, André Nusser

    Abstract: The discrete Fréchet distance is a popular measure for comparing polygonal curves. An important variant is the discrete Fréchet distance under translation, which enables detection of similar movement patterns in different spatial domains. For polygonal curves of length $n$ in the plane, the fastest known algorithm runs in time $\tilde{\cal O}(n^{5})$ [Ben Avraham, Kaplan, Sharir '15]. This is achi… ▽ More

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

    Comments: Published at TALG

  17. arXiv:1804.07223  [pdf, other

    cs.SI physics.soc-ph

    Phase Transition of the 2-Choices Dynamics on Core-Periphery Networks

    Authors: Emilio Cruciani, Emanuele Natale, André Nusser, Giacomo Scornavacca

    Abstract: Consider the following process on a network: Each agent initially holds either opinion blue or red; then, in each round, each agent looks at two random neighbors and, if the two have the same opinion, the agent adopts it. This process is known as the 2-Choices dynamics and is arguably the most basic non-trivial opinion dynamics modeling voting behavior on social networks. Despite its apparent simp… ▽ More

    Submitted 16 November, 2020; v1 submitted 19 April, 2018; originally announced April 2018.

    Comments: A preliminary version of this work appeared in AAMAS 2018