Skip to main content

Showing 1–13 of 13 results for author: Filtser, O

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

    cs.CG

    Robustly Guarding Polygons

    Authors: Rathish Das, Omrit Filtser, Matthew J. Katz, Joseph S. B. Mitchell

    Abstract: We propose precise notions of what it means to guard a domain "robustly", under a variety of models. While approximation algorithms for minimizing the number of (precise) point guards in a polygon is a notoriously challenging area of investigation, we show that imposing various degrees of robustness on the notion of visibility coverage leads to a more tractable (and realistic) problem for which we… ▽ More

    Submitted 18 March, 2024; originally announced March 2024.

    Comments: To appear in SoCG 2024

  2. arXiv:2308.00334  [pdf, other

    cs.CG cs.DS

    Guarding Polyominoes under $k$-Hop Visibility

    Authors: Omrit Filtser, Erik Krohn, Bengt J. Nilsson, Christian Rieck, Christiane Schmidt

    Abstract: We study the Art Gallery Problem under $k$-hop visibility in polyominoes. In this visibility model, two unit squares of a polyomino can see each other if and only if the shortest path between the respective vertices in the dual graph of the polyomino has length at most $k$. In this paper, we show that the VC dimension of this problem is $3$ in simple polyominoes, and $4$ in polyominoes with hole… ▽ More

    Submitted 15 January, 2024; v1 submitted 1 August, 2023; originally announced August 2023.

    Comments: 17 pages, 11 figures. Full version of an extended abstract that has been accepted to LATIN 2024. Some parts have been improved based on reviewer comments

    ACM Class: F.2.2

  3. arXiv:2203.04548  [pdf, other

    cs.CG

    On Flip** the Fréchet distance

    Authors: Omrit Filtser, Mayank Goswami, Joseph S. B. Mitchell, Valentin Polishchuk

    Abstract: The classical and extensively-studied Fréchet distance between two curves is defined as an inf max, where the infimum is over all traversals of the curves, and the maximum is over all concurrent positions of the two agents. In this article we investigate a "flipped" Fréchet measure defined by a sup min -- the supremum is over all traversals of the curves, and the minimum is over all concurrent pos… ▽ More

    Submitted 21 September, 2022; v1 submitted 9 March, 2022; originally announced March 2022.

  4. arXiv:2111.02591  [pdf, other

    cs.CG cs.DS

    Minimum-Complexity Graph Simplification under Fréchet-Like Distances

    Authors: Omrit Filtser, Majid Mirzanezhad, Carola Wenk

    Abstract: Simplifying graphs is a very applicable problem in numerous domains, especially in computational geometry. Given a geometric graph and a threshold, the minimum-complexity graph simplification asks for computing an alternative graph of minimum complexity so that the distance between the two graphs remains at most the threshold. In this paper, we propose several NP-hardness and algorithmic results d… ▽ More

    Submitted 3 November, 2021; originally announced November 2021.

    Comments: 27 pages, 13 figures

    ACM Class: F.2.2

  5. arXiv:2007.10898  [pdf, other

    cs.CG cs.DS

    Static and Streaming Data Structures for Fréchet Distance Queries

    Authors: Arnold Filtser, Omrit Filtser

    Abstract: Given a curve $P$ with points in $\mathbb{R}^d$ in a streaming fashion, and parameters $\varepsilon>0$ and $k$, we construct a distance oracle that uses $O(\frac{1}{\varepsilon})^{kd}\log\varepsilon^{-1}$ space, and given a query curve $Q$ with $k$ points in $\mathbb{R}^d$, returns in $\tilde{O}(kd)$ time a $1+\varepsilon$ approximation of the discrete Fréchet distance between $Q$ and $P$. In ad… ▽ More

    Submitted 21 July, 2020; originally announced July 2020.

  6. arXiv:2005.04799  [pdf, other

    cs.CG cs.GT

    Plurality in Spatial Voting Games with constant $β$

    Authors: Arnold Filtser, Omrit Filtser

    Abstract: Consider a set $V$ of voters, represented by a multiset in a metric space $(X,d)$. The voters have to reach a decision -- a point in $X$. A choice $p\in X$ is called a $β$-plurality point for $V$, if for any other choice $q\in X$ it holds that $|\{v\in V\mid β\cdot d(p,v)\le d(q,v)\}|\ge\frac{|V|}{2}$. In other words, at least half of the voters ``prefer'' $p$ over $q$, when an extra factor of… ▽ More

    Submitted 19 December, 2023; v1 submitted 10 May, 2020; originally announced May 2020.

  7. arXiv:1907.01228  [pdf, other

    cs.CG

    A Constant-Factor Approximation Algorithm for Vertex Guarding a WV-Polygon

    Authors: Stav Ashur, Omrit Filtser, Matthew J. Katz

    Abstract: The problem of vertex guarding a simple polygon was first studied by Subir K. Ghosh (1987), who presented a polynomial-time $O(\log n)$-approximation algorithm for placing as few guards as possible at vertices of a simple $n$-gon $P$, such that every point in $P$ is visible to at least one of the guards. Ghosh also conjectured that this problem admits a polynomial-time algorithm with constant appr… ▽ More

    Submitted 2 July, 2019; originally announced July 2019.

  8. arXiv:1904.11026  [pdf, other

    cs.CG

    Efficient Nearest-Neighbor Query and Clustering of Planar Curves

    Authors: Boris Aronov, Omrit Filtser, Michael Horton, Matthew J. Katz, Khadijeh Sheikhan

    Abstract: We study two fundamental problems dealing with curves in the plane, namely, the nearest-neighbor problem and the center problem. Let $\mathcal{C}$ be a set of $n$ polygonal curves, each of size $m$. In the nearest-neighbor problem, the goal is to construct a compact data structure over $\mathcal{C}$, such that, given a query curve $Q$, one can efficiently find the curve in $\mathcal{C}$ closest to… ▽ More

    Submitted 24 April, 2019; originally announced April 2019.

    Comments: 22 pages, 3 figures

    ACM Class: F.2.2

  9. arXiv:1902.07562  [pdf, ps, other

    cs.CG

    Approximate Nearest Neighbor for Curves: Simple, Efficient, and Deterministic

    Authors: Arnold Filtser, Omrit Filtser, Matthew J. Katz

    Abstract: In the $(1+\varepsilon,r)$-approximate near-neighbor problem for curves (ANNC) under some distance measure $δ$, the goal is to construct a data structure for a given set $\mathcal{C}$ of curves that supports approximate near-neighbor queries: Given a query curve $Q$, if there exists a curve $C\in\mathcal{C}$ such that $δ(Q,C)\le r$, then return a curve $C'\in\mathcal{C}$ with… ▽ More

    Submitted 11 January, 2022; v1 submitted 20 February, 2019; originally announced February 2019.

  10. arXiv:1506.04861  [pdf, other

    cs.CG

    The Discrete Fréchet Gap

    Authors: Omrit Filtser, Matthew J. Katz

    Abstract: We introduce the discrete Fréchet gap and its variants as an alternative measure of similarity between polygonal curves. We believe that for some applications the new measure (and its variants) may better reflect our intuitive notion of similarity than the discrete Fréchet distance (and its variants), since the latter measure is indifferent to (matched) pairs of points that are relatively close to… ▽ More

    Submitted 16 June, 2015; originally announced June 2015.

  11. arXiv:1409.2457  [pdf, other

    cs.CG

    On the Chain Pair Simplification Problem

    Authors: Chenglin Fan, Omrit Filtser, Matthew J. Katz, Tim Wylie, Binhai Zhu

    Abstract: The problem of efficiently computing and visualizing the structural resemblance between a pair of protein backbones in 3D has led Bereg et al. to pose the Chain Pair Simplification problem (CPS). In this problem, given two polygonal chains $A$ and $B$ of lengths $m$ and $n$, respectively, one needs to simplify them simultaneously, such that each of the resulting simplified chains, $A'$ and $B'$, i… ▽ More

    Submitted 2 December, 2014; v1 submitted 8 September, 2014; originally announced September 2014.

  12. arXiv:1310.5245  [pdf, other

    cs.CG

    The Discrete and Semi-continuous Fréchet Distance with Shortcuts via Approximate Distance Counting and Selection Techniques

    Authors: Rinat Ben Avraham, Omrit Filtser, Haim Kaplan, Matthew J. Katz, Micha Sharir

    Abstract: The \emph{Fréchet distance} is a well studied similarity measures between curves. The \emph{discrete Fréchet distance} is an analogous similarity measure, defined for a sequence $A$ of $m$ points and a sequence $B$ of $n$ points, where the points are usually sampled from input curves. In this paper we consider a variant, called the \emph{discrete Fréchet distance with shortcuts}, which captures th… ▽ More

    Submitted 7 September, 2016; v1 submitted 19 October, 2013; originally announced October 2013.

    Comments: This version also corrects mistakes that appeared in the journal version of this paper: "The Discrete and Semicontinuous Fréchet Distance with Shortcuts via Approximate Distance Counting and Selection." ACM Trans. Algorithms 11(4): 29 (2015)

    Journal ref: ACM Trans. Algorithms 11(4): 29 (2015)

  13. arXiv:1308.2757  [pdf, other

    cs.CG

    A (7/2)-Approximation Algorithm for Guarding Orthogonal Art Galleries with Sliding Cameras

    Authors: Stephane Durocher, Omrit Filtser, Robert Fraser, Ali Mehrabi, Saeed Mehrabi

    Abstract: Consider a sliding camera that travels back and forth along an orthogonal line segment $s$ inside an orthogonal polygon $P$ with $n$ vertices. The camera can see a point $p$ inside $P$ if and only if there exists a line segment containing $p$ that crosses $s$ at a right angle and is completely contained in $P$. In the minimum sliding cameras (MSC) problem, the objective is to guard $P$ with the mi… ▽ More

    Submitted 28 September, 2013; v1 submitted 13 August, 2013; originally announced August 2013.

    Comments: 11 pages