Zum Hauptinhalt springen

Showing 1–15 of 15 results for author: Arkin, E

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

    cs.CG cs.DM cs.DS

    Cutting Polygons into Small Pieces with Chords: Laser-Based Localization

    Authors: Esther M. Arkin, Rathish Das, Jie Gao, Mayank Goswami, Joseph S. B. Mitchell, Valentin Polishchuk, Csaba D. Toth

    Abstract: Motivated by indoor localization by tripwire lasers, we study the problem of cutting a polygon into small-size pieces, using the chords of the polygon. Several versions are considered, depending on the definition of the "size" of a piece. In particular, we consider the area, the diameter, and the radius of the largest inscribed circle as a measure of the size of a piece. We also consider different… ▽ More

    Submitted 26 June, 2020; originally announced June 2020.

    Comments: This paper will appear in ESA2020, Track A proceedings

  2. arXiv:2001.08773  [pdf, other

    cs.CR cs.CG cs.DB

    Data Inference from Encrypted Databases: A Multi-dimensional Order-Preserving Matching Approach

    Authors: Yanjun Pan, Alon Efrat, Ming Li, Boyang Wang, Hanyu Quan, Joseph Mitchell, Jie Gao, Esther Arkin

    Abstract: Due to increasing concerns of data privacy, databases are being encrypted before they are stored on an untrusted server. To enable search operations on the encrypted data, searchable encryption techniques have been proposed. Representative schemes use order-preserving encryption (OPE) for supporting efficient Boolean queries on encrypted databases. Yet, recent works showed the possibility of infer… ▽ More

    Submitted 23 January, 2020; originally announced January 2020.

    Comments: 11 pages, 4 figures

  3. arXiv:1908.07880  [pdf, other

    cs.CG cs.RO

    Universal Reconfiguration of Facet-Connected Modular Robots by Pivots: The $O(1)$ Musketeers

    Authors: Hugo A. Akitaya, Esther M. Arkin, Mirela Damian, Erik D. Demaine, Vida Dujmović, Robin Flatland, Matias Korman, Belén Palop, Irene Parada, André van Renssen, Vera Sacristán

    Abstract: We present the first universal reconfiguration algorithm for transforming a modular robot between any two facet-connected square-grid configurations using pivot moves. More precisely, we show that five extra "helper" modules ("musketeers") suffice to reconfigure the remaining $n$ modules between any two given configurations. Our algorithm uses $O(n^2)$ pivot moves, which is worst-case optimal. Pre… ▽ More

    Submitted 10 September, 2019; v1 submitted 21 August, 2019; originally announced August 2019.

  4. Data Races and the Discrete Resource-time Tradeoff Problem with Resource Reuse over Paths

    Authors: Rathish Das, Shih-Yu Tsai, Sharmila Duppala, Jayson Lynch, Esther M. Arkin, Rezaul Chowdhury, Joseph S. B. Mitchell, Steven Skiena

    Abstract: A determinacy race occurs if two or more logically parallel instructions access the same memory location and at least one of them tries to modify its content. Races often lead to nondeterministic and incorrect program behavior. A data race is a special case of a determinacy race which can be eliminated by associating a mutual-exclusion lock or allowing atomic accesses to the memory location. Howev… ▽ More

    Submitted 19 April, 2019; originally announced April 2019.

  5. arXiv:1710.00876  [pdf, other

    cs.CG

    Network Optimization on Partitioned Pairs of Points

    Authors: Esther M. Arkin, Aritra Banik, Paz Carmi, Gui Citovsky, Su Jia, Matthet J. Katz, Tyler Mayer, Joseph S. B. Mitchell

    Abstract: Given $n$ pairs of points, $\mathcal{S} = \{\{p_1, q_1\}, \{p_2, q_2\}, \dots, \{p_n, q_n\}\}$, in some metric space, we study the problem of two-coloring the points within each pair, red and blue, to optimize the cost of a pair of node-disjoint networks, one over the red points and one over the blue points. In this paper we consider our network structures to be spanning trees, traveling salesman… ▽ More

    Submitted 2 October, 2017; originally announced October 2017.

  6. arXiv:1106.4927  [pdf, ps, other

    cs.CG cs.DM

    Probabilistic Bounds on the Length of a Longest Edge in Delaunay Graphs of Random Points in d-Dimensions

    Authors: Esther M. Arkin, Antonio Fernandez Anta, Joseph S. B. Mitchell, Miguel A. Mosteiro

    Abstract: Motivated by low energy consumption in geographic routing in wireless networks, there has been recent interest in determining bounds on the length of edges in the Delaunay graph of randomly distributed points. Asymptotic results are known for random networks in planar domains. In this paper, we obtain upper and lower bounds that hold with parametric probability in any dimension, for points distrib… ▽ More

    Submitted 22 August, 2011; v1 submitted 24 June, 2011; originally announced June 2011.

    Comments: 10 pages. 2 figures. In Proceedings of the 23rd Canadian Conference on Computational Geometry (CCCG 2011). Replacement of version 1106.4927, reference [5] added

    MSC Class: 05C10 ACM Class: F.2.2; G.2.2

  7. arXiv:cs/0604008  [pdf, ps, other

    cs.DS cs.CG

    Minimum-Cost Coverage of Point Sets by Disks

    Authors: Esther M. Arkin, Herve Broennimann, Jeff Erickson, Sandor P. Fekete, Christian Knauer, Jonathan Lenchner, Joseph S. B. Mitchell, Kim Whittlesey

    Abstract: We consider a class of geometric facility location problems in which the goal is to determine a set X of disks given by their centers (t_j) and radii (r_j) that cover a given set of demand points Y in the plane at the smallest possible cost. We consider cost functions of the form sum_j f(r_j), where f(r)=r^alpha is the cost of transmission to radius r. Special cases arise for alpha=1 (sum of rad… ▽ More

    Submitted 4 April, 2006; originally announced April 2006.

    Comments: 10 pages, 4 figures, Latex, to appear in ACM Symposium on Computational Geometry 2006

    ACM Class: F.2.2

  8. arXiv:cs/0603026  [pdf, ps, other

    cs.DS cs.CC cs.RO

    The Snowblower Problem

    Authors: Esther M. Arkin, Michael A. Bender, Joseph S. B. Mitchell, Valentin Polishchuk

    Abstract: We introduce the snowblower problem (SBP), a new optimization problem that is closely related to milling problems and to some material-handling problems. The objective in the SBP is to compute a short tour for the snowblower to follow to remove all the snow from a domain (driveway, sidewalk, etc.). When a snowblower passes over each region along the tour, it displaces snow into a nearby region.… ▽ More

    Submitted 7 March, 2006; originally announced March 2006.

    Comments: 19 pages, 10 figures, 1 table. Submitted to WAFR 2006

    ACM Class: F.2.2; I.3.5

  9. arXiv:cs/0402045  [pdf, ps, other

    cs.DS

    The Freeze-Tag Problem: How to Wake Up a Swarm of Robots

    Authors: Esther M. Arkin, Michael A. Bender, Sandor P. Fekete, Joseph S. B. Mitchell, Martin Skutella

    Abstract: An optimization problem that naturally arises in the study of swarm robotics is the Freeze-Tag Problem (FTP) of how to awaken a set of ``asleep'' robots, by having an awakened robot move to their locations. Once a robot is awake, it can assist in awakening other slumbering robots.The objective is to have all robots awake as early as possible. While the FTP bears some resemblance to problems from… ▽ More

    Submitted 7 September, 2005; v1 submitted 18 February, 2004; originally announced February 2004.

    Comments: 27 pages, 9 figures, Latex, to appear in Algorithmica. Cleaned up various parts of the paper, removed one overly technical section

    ACM Class: F.2.2

  10. arXiv:cs/0309014  [pdf, ps, other

    cs.DS cs.CG

    Optimal Covering Tours with Turn Costs

    Authors: Esther M. Arkin, Michael A. Bender, Erik D. Demaine, Sandor P. Fekete, Joseph S. B. Mitchell, Saurabh Sethia

    Abstract: We give the first algorithmic study of a class of ``covering tour'' problems related to the geometric Traveling Salesman Problem: Find a polygonal tour for a cutter so that it sweeps out a specified region (``pocket''), in order to minimize a cost that depends mainly on the number of em turns. These problems arise naturally in manufacturing applications of computational geometry to automatic too… ▽ More

    Submitted 21 June, 2005; v1 submitted 9 September, 2003; originally announced September 2003.

    Comments: 36 pages, 19 figures, 2 tables, Latex; to appear in SIAM Journal on Computing. New version contains more technical details in Sections 4.1, 5.1, 5.2, 5.5, four more figures, four more pages, as well as numerous smaller changes

    ACM Class: F.2.2

  11. arXiv:cs/0212022  [pdf, ps, other

    cs.RO

    Algorithms for Rapidly Dispersing Robot Swarms in Unknown Environments

    Authors: Tien-Ruey Hsiang, Esther M. Arkin, Michael Bender, Sandor P. Fekete, Joseph S. B. Mitchell

    Abstract: We develop and analyze algorithms for dispersing a swarm of primitive robots in an unknown environment, R. The primary objective is to minimize the makespan, that is, the time to fill the entire region. An environment is composed of pixels that form a connected subset of the integer grid. There is at most one robot per pixel and robots move horizontally or vertically at unit speed. Robots enter… ▽ More

    Submitted 10 December, 2002; originally announced December 2002.

    Comments: 17 pages, 4 figures, Latex, to appear in Workshop on Algorithmic Foundations of Robotics, 2002

    ACM Class: I.2.9

  12. The Lazy Bureaucrat Scheduling Problem

    Authors: Esther M. Arkin, Michael A. Bender, Joseph S. B. Mitchell, Steven S. Skiena

    Abstract: We introduce a new class of scheduling problems in which the optimization is performed by the worker (single ``machine'') who performs the tasks. A typical worker's objective is to minimize the amount of work he does (he is ``lazy''), or more generally, to schedule as inefficiently (in some sense) as possible. The worker is subject to the constraint that he must be busy when there is work that h… ▽ More

    Submitted 26 October, 2002; originally announced October 2002.

    Comments: 19 pages, 2 figures, Latex. To appear, Information and Computation

    ACM Class: F.2.2; I.2.8

  13. arXiv:cs/0210003  [pdf, ps, other

    cs.CG cs.DS

    On the Reflexivity of Point Sets

    Authors: Esther M. Arkin, Sandor P. Fekete, Ferran Hurtado, Joseph S. B. Mitchell, Marc Noy, Vera Sacristan, Saurabh Sethia

    Abstract: We introduce a new measure for planar point sets S that captures a combinatorial distance that S is from being a convex set: The reflexivity rho(S) of S is given by the smallest number of reflex vertices in a simple polygonalization of S. We prove various combinatorial bounds and provide efficient algorithms to compute reflexivity, both exactly (in special cases) and approximately (in general).… ▽ More

    Submitted 2 October, 2002; v1 submitted 1 October, 2002; originally announced October 2002.

    Comments: 28 pages, 16 figures, Latex, short version to appear in Discrete & Computational Geometry -- The Goodman-Pollack Festschrift (2002), Springer-Verlag

    ACM Class: F.2.2; I.3.5

  14. arXiv:cs/0209034  [pdf, ps, other

    cs.CG

    An Algorithmic Study of Manufacturing Paperclips and Other Folded Structures

    Authors: Esther M. Arkin, Sandor P. Fekete, Joseph S. B. Mitchell

    Abstract: We study algorithmic aspects of bending wires and sheet metal into a specified structure. Problems of this type are closely related to the question of deciding whether a simple non-self-intersecting wire structure (a carpenter's ruler) can be straightened, a problem that was open for several years and has only recently been solved in the affirmative. If we impose some of the constraints that a… ▽ More

    Submitted 30 September, 2002; originally announced September 2002.

    Comments: 28 pages, 14 figures, Latex, to appear in Computational Geometry - Theory and Applications

    ACM Class: F.2.2; I.3.5

    Journal ref: Computational Geometry: Theory and Applications, 25 (2003), 117-138.

  15. arXiv:cs/0011026  [pdf, ps, other

    cs.CG cs.DM

    When Can You Fold a Map?

    Authors: Esther M. Arkin, Michael A. Bender, Erik D. Demaine, Martin L. Demaine, Joseph S. B. Mitchell, Saurabh Sethia, Steven S. Skiena

    Abstract: We explore the following problem: given a collection of creases on a piece of paper, each assigned a folding direction of mountain or valley, is there a flat folding by a sequence of simple folds? There are several models of simple folds; the simplest one-layer simple fold rotates a portion of paper about a crease in the paper by +-180 degrees. We first consider the analogous questions in one di… ▽ More

    Submitted 30 August, 2003; v1 submitted 20 November, 2000; originally announced November 2000.

    Comments: 24 pages, 19 figures. Version 3 includes several improvements thanks to referees, including formal definitions of simple folds, more figures, table summarizing results, new open problems, and additional references

    ACM Class: F.2.2; G.2.1