Skip to main content

Showing 1–9 of 9 results for author: Ooms, A

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

    cs.CG

    Improved Spanning on Theta-5

    Authors: Prosenjit Bose, Darryl Hill, Aurélien Ooms

    Abstract: We show an upper bound of $\frac{ \sin\left(\frac{3π}{10}\right) }{ \sin\left(\frac{2π}{5}\right)-\sin\left(\frac{3π}{10}\right) } <5.70$ on the spanning ratio of $Θ_5$-graphs, improving on the previous best known upper bound of $9.96$ [Bose, Morin, van Renssen, and Verdonschot. The Theta-5-graph is a spanner. Computational Geometry, 2015.]

    Submitted 2 June, 2021; originally announced June 2021.

    Comments: 21 pages, 30 figures, to be published in the proceedings of WADS 2021, The 17th Algorithms and Data Structures Symposium

  2. arXiv:1908.00351  [pdf, other

    cs.DS cs.CG

    Sparse Regression via Range Counting

    Authors: Jean Cardinal, Aurélien Ooms

    Abstract: The sparse regression problem, also known as best subset selection problem, can be cast as follows: Given a set $S$ of $n$ points in $\mathbb{R}^d$, a point $y\in \mathbb{R}^d$, and an integer $2 \leq k \leq d$, find an affine combination of at most $k$ points of $S$ that is nearest to $y$. We describe a $O(n^{k-1} \log^{d-k+2} n)$-time randomized $(1+\varepsilon)$-approximation algorithm for this… ▽ More

    Submitted 30 December, 2019; v1 submitted 1 August, 2019; originally announced August 2019.

  3. arXiv:1903.02645  [pdf, other

    cs.DS cs.CG

    Encoding 3SUM

    Authors: Sergio Cabello, Jean Cardinal, John Iacono, Stefan Langerman, Pat Morin, Aurélien Ooms

    Abstract: We consider the following problem: given three sets of real numbers, output a word-RAM data structure from which we can efficiently recover the sign of the sum of any triple of numbers, one in each set. This is similar to a previous work by some of the authors to encode the order type of a finite set of points. While this previous work showed that it was possible to achieve slightly subquadratic s… ▽ More

    Submitted 6 March, 2019; originally announced March 2019.

  4. arXiv:1804.07150  [pdf, other

    cs.CG

    Improved Bounds for Guarding Plane Graphs with Edges

    Authors: Ahmad Biniaz, Prosenjit Bose, Aurélien Ooms, Sander Verdonschot

    Abstract: An "edge guard set" of a plane graph $G$ is a subset $Γ$ of edges of $G$ such that each face of $G$ is incident to an endpoint of an edge in $Γ$. Such a set is said to guard $G$. We improve the known upper bounds on the number of edges required to guard any $n$-vertex embedded planar graph $G$: 1- We present a simple inductive proof for a theorem of Everett and Rivera-Campo (1997) that $G$ can b… ▽ More

    Submitted 19 April, 2018; originally announced April 2018.

    Comments: 12 pages, to appear in SWAT 2018

  5. arXiv:1801.01767  [pdf, other

    cs.CG

    Subquadratic Encodings for Point Configurations

    Authors: Jean Cardinal, Timothy M. Chan, John Iacono, Stefan Langerman, Aurélien Ooms

    Abstract: For most algorithms dealing with sets of points in the plane, the only relevant information carried by the input is the combinatorial configuration of the points: the orientation of each triple of points in the set (clockwise, counterclockwise, or collinear). This information is called the order type of the point set. In the dual, realizable order types and abstract order types are combinatorial a… ▽ More

    Submitted 5 January, 2018; originally announced January 2018.

    ACM Class: F.2.2

  6. arXiv:1712.05538  [pdf, other

    cs.CG

    Rectilinear Link Diameter and Radius in a Rectilinear Polygonal Domain

    Authors: Elena Arseneva, Man-Kwun Chiu, Matias Korman, Aleksandar Markovic, Yoshio Okamoto, Aurélien Ooms, André van Renssen, Marcel Roeloffzen

    Abstract: We study the computation of the diameter and radius under the rectilinear link distance within a rectilinear polygonal domain of $n$ vertices and $h$ holes. We introduce a \emph{graph of oriented distances} to encode the distance between pairs of points of the domain. This helps us transform the problem so that we can search through the candidates more efficiently. Our algorithm computes both the… ▽ More

    Submitted 3 July, 2020; v1 submitted 15 December, 2017; originally announced December 2017.

    ACM Class: F.2.2

  7. arXiv:1706.10193  [pdf, other

    math.CO cs.CG cs.DM

    More Turán-Type Theorems for Triangles in Convex Point Sets

    Authors: Boris Aronov, Vida Dujmović, Pat Morin, Aurélien Ooms, Luís Fernando Schultz Xavier da Silveira

    Abstract: We study the following family of problems: Given a set of $n$ points in convex position, what is the maximum number triangles one can create having these points as vertices while avoiding certain sets of forbidden configurations. As forbidden configurations we consider all 8 ways in which a pair of triangles in such a point set can interact. This leads to 256 extremal Turán-type questions. We give… ▽ More

    Submitted 7 December, 2018; v1 submitted 30 June, 2017; originally announced June 2017.

    Comments: 25 pages, 14 figures, 16 graphics. This version corrects one theorem statement from the original version

  8. arXiv:1612.02384  [pdf, other

    cs.DS

    Subquadratic Algorithms for Algebraic Generalizations of 3SUM

    Authors: Luis Barba, Jean Cardinal, John Iacono, Stefan Langerman, Aurélien Ooms, Noam Solomon

    Abstract: The 3SUM problem asks if an input $n$-set of real numbers contains a triple whose sum is zero. We consider the 3POL problem, a natural generalization of 3SUM where we replace the sum function by a constant-degree polynomial in three variables. The motivations are threefold. Raz, Sharir, and de Zeeuw gave a $O(n^{11/6})$ upper bound on the number of solutions of trivariate polynomial equations when… ▽ More

    Submitted 7 December, 2016; originally announced December 2016.

    Comments: Submitted to SoCG'17

    ACM Class: F.2.2

  9. arXiv:1512.06678  [pdf, other

    cs.DS cs.CC cs.CG

    Solving $k$-SUM using few linear queries

    Authors: Jean Cardinal, John Iacono, Aurélien Ooms

    Abstract: The $k$-SUM problem is given $n$ input real numbers to determine whether any $k$ of them sum to zero. The problem is of tremendous importance in the emerging field of complexity theory within $P$, and it is in particular open whether it admits an algorithm of complexity $O(n^c)$ with $c<\lceil \frac{k}{2} \rceil$. Inspired by an algorithm due to Meiser (1993), we show that there exist linear decis… ▽ More

    Submitted 18 February, 2016; v1 submitted 21 December, 2015; originally announced December 2015.

    ACM Class: F.2.2