Skip to main content

Showing 1–34 of 34 results for author: Emek, Y

.
  1. arXiv:2307.00647  [pdf, other

    cs.DC

    On the Runtime of Chemical Reaction Networks Beyond Idealized Conditions

    Authors: Anne Condon, Yuval Emek, Noga Harlev

    Abstract: This paper studies the (discrete) \emph{chemical reaction network (CRN)} computational model that emerged in the last two decades as an abstraction for molecular programming. The correctness of CRN protocols is typically established under one of two possible schedulers that determine how the execution advances: (1) a \emph{stochastic scheduler} that obeys the (continuous time) Markov process dicta… ▽ More

    Submitted 2 July, 2023; originally announced July 2023.

    Comments: Extended abstract to appear in Proceedings of the 29th International Conference on DNA Computing and Molecular Programming (DNA29)

    ACM Class: F.2.2

  2. arXiv:2302.05366  [pdf, other

    cs.DS

    Online Algorithms with Randomly Infused Advice

    Authors: Yuval Emek, Yuval Gil, Maciej Pacut, Stefan Schmid

    Abstract: We introduce a novel method for the rigorous quantitative evaluation of online algorithms that relaxes the "radical worst-case" perspective of classic competitive analysis. In contrast to prior work, our method, referred to as randomly infused advice (RIA), does not make any probabilistic assumptions about the input sequence and does not rely on the development of designated online algorithms. Rat… ▽ More

    Submitted 5 August, 2023; v1 submitted 10 February, 2023; originally announced February 2023.

    Comments: Appeared at ESA 2023

  3. arXiv:2210.06882  [pdf, other

    cs.DC cs.DS

    Bee** Shortest Paths via Hypergraph Bipartite Decomposition

    Authors: Fabien Dufoulon, Yuval Emek, Ran Gelles

    Abstract: Constructing a shortest path between two network nodes is a fundamental task in distributed computing. This work develops schemes for the construction of shortest paths in randomized bee** networks between a predetermined source node and an arbitrary set of destination nodes. Our first scheme constructs a (single) shortest path to an arbitrary destination in $O (D \log\log n + \log^3 n)$ rounds… ▽ More

    Submitted 3 January, 2023; v1 submitted 13 October, 2022; originally announced October 2022.

  4. arXiv:2208.11459  [pdf, other

    cs.DS cs.DC

    Deterministic Fault-Tolerant Connectivity Labeling Scheme

    Authors: Taisuke Izumi, Yuval Emek, Tadashi Wadayama, Toshimitsu Masuzawa

    Abstract: The \emph{$f$-fault-tolerant connectivity labeling} ($f$-FTC labeling) is a scheme of assigning each vertex and edge with a small-size label such that one can determine the connectivity of two vertices $s$ and $t$ under the presence of at most $f$ faulty edges only from the labels of $s$, $t$, and the faulty edges. This paper presents a new deterministic $f$-FTC labeling scheme attaining… ▽ More

    Submitted 16 November, 2023; v1 submitted 24 August, 2022; originally announced August 2022.

  5. arXiv:2208.08718  [pdf, ps, other

    cs.DC cs.DS

    Locally Restricted Proof Labeling Schemes (Full Version)

    Authors: Yuval Emek, Yuval Gil, Shay Kutten

    Abstract: Introduced by Korman, Kutten, and Peleg (PODC 2005), a proof labeling scheme (PLS) is a distributed verification system dedicated to evaluating if a given configured graph satisfies a certain property. It involves a centralized prover, whose role is to provide proof that a given configured graph is a yes-instance by means of assigning labels to the nodes, and a distributed verifier, whose role is… ▽ More

    Submitted 24 August, 2022; v1 submitted 18 August, 2022; originally announced August 2022.

  6. arXiv:2105.09756  [pdf, other

    cs.DC

    Fully Adaptive Self-Stabilizing Transformer for LCL Problems

    Authors: Shimon Bitton, Yuval Emek, Taisuke Izumi, Shay Kutten

    Abstract: The first generic self-stabilizing transformer for local problems in a constrained bandwidth model is introduced. This transformer can be applied to a wide class of locally checkable labeling (LCL) problems, converting a given fault free synchronous algorithm that satisfies certain conditions into a self-stabilizing synchronous algorithm for the same problem. The resulting self-stabilizing algorit… ▽ More

    Submitted 4 August, 2021; v1 submitted 20 May, 2021; originally announced May 2021.

  7. arXiv:2102.12787  [pdf, other

    cs.DC

    A Thin Self-Stabilizing Asynchronous Unison Algorithm with Applications to Fault Tolerant Biological Networks

    Authors: Yuval Emek, Eyal Keren

    Abstract: Introduced by Emek and Wattenhofer (PODC 2013), the \emph{stone age (SA)} model provides an abstraction for network algorithms distributed over randomized finite state machines. This model, designed to resemble the dynamics of biological processes in cellular networks, assumes a weak communication scheme that is built upon the nodes' ability to sense their vicinity in an asynchronous manner. Recen… ▽ More

    Submitted 18 May, 2021; v1 submitted 25 February, 2021; originally announced February 2021.

  8. arXiv:2011.09439  [pdf, ps, other

    cs.DS cs.LG

    Online Paging with a Vanishing Regret

    Authors: Yuval Emek, Shay Kutten, Yangguang Shi

    Abstract: This paper considers a variant of the online paging problem, where the online algorithm has access to multiple predictors, each producing a sequence of predictions for the page arrival times. The predictors may have occasional prediction errors and it is assumed that at least one of them makes a sublinear number of prediction errors in total. Our main result states that this assumption suffices fo… ▽ More

    Submitted 18 November, 2020; v1 submitted 18 November, 2020; originally announced November 2020.

    Comments: 25 pages. An extended abstract of this paper is to appear in the 12th Innovations in Theoretical Computer Science conference (ITCS 2021)

    MSC Class: 68W27; 68Q32 ACM Class: F.2.2

  9. arXiv:2008.04252  [pdf, other

    cs.DC

    Communication Efficient Self-Stabilizing Leader Election (Full Version)

    Authors: Xavier Défago, Yuval Emek, Shay Kutten, Toshimitsu Masuzawa, Yasumasa Tamura

    Abstract: This paper presents a randomized self-stabilizing algorithm that elects a leader $r$ in a general $n$-node undirected graph and constructs a spanning tree $T$ rooted at $r$. The algorithm works under the synchronous message passing network model, assuming that the nodes know a linear upper bound on $n$ and that each edge has a unique ID known to both its endpoints (or, alternatively, assuming the… ▽ More

    Submitted 12 August, 2020; v1 submitted 10 August, 2020; originally announced August 2020.

    Comments: An extended abstract version of this manuscript has been accepted for publication in DISC 2020

  10. arXiv:2007.14307  [pdf, ps, other

    cs.DC cs.DS

    Twenty-Two New Approximate Proof Labeling Schemes (Full Version)

    Authors: Yuval Emek, Yuval Gil

    Abstract: Introduced by Korman, Kutten, and Peleg (Distributed Computing 2005), a \emph{proof labeling scheme (PLS)} is a system dedicated to verifying that a given configuration graph satisfies a certain property. It is composed of a centralized \emph{prover}, whose role is to generate a proof for yes-instances in the form of an assignment of labels to the nodes, and a distributed \emph{verifier}, whose… ▽ More

    Submitted 4 August, 2020; v1 submitted 28 July, 2020; originally announced July 2020.

  11. arXiv:2007.09640  [pdf, other

    cs.DS q-bio.PE

    Exploitation of Multiple Replenishing Resources with Uncertainty

    Authors: Amos Korman, Yuval Emek, Simon Collet, Aya Goldshtein, Yossi Yovel

    Abstract: We consider an optimization problem in which a (single) bat aims to exploit the nectar in a set of $n$ cacti with the objective of maximizing the expected total amount of nectar it drinks. Each cactus $i \in [n]$ is characterized by a parameter $r_{i} > 0$ that determines the rate in which nectar accumulates in $i$. In every round, the bat can visit one cactus and drink all the nectar accumulated… ▽ More

    Submitted 19 July, 2020; originally announced July 2020.

  12. arXiv:2005.01869  [pdf, ps, other

    cs.GT

    Stateful Posted Pricing with Vanishing Regret via Dynamic Deterministic Markov Decision Processes

    Authors: Yuval Emek, Ron Lavi, Rad Niazadeh, Yangguang Shi

    Abstract: In this paper, a rather general online problem called dynamic resource allocation with capacity constraints (DRACC) is introduced and studied in the realm of posted price mechanisms. This problem subsumes several applications of stateful pricing, including but not limited to posted prices for online job scheduling and matching over a dynamic bipartite graph. As the existing online learning techniq… ▽ More

    Submitted 28 June, 2020; v1 submitted 4 May, 2020; originally announced May 2020.

    Comments: 24 pages

  13. arXiv:1909.09002  [pdf, ps, other

    cs.DC

    Low Diameter Graph Decompositions by Approximate Distance Computation

    Authors: Ruben Becker, Yuval Emek, Christoph Lenzen

    Abstract: In many models for large-scale computation, decomposition of the problem is key to efficient algorithms. For distance-related graph problems, it is often crucial that such a decomposition results in clusters of small diameter, while the probability that an edge is cut by the decomposition scales linearly with the length of the edge. There is a large body of literature on low diameter graph decompo… ▽ More

    Submitted 19 September, 2019; originally announced September 2019.

  14. arXiv:1909.08369  [pdf, other

    cs.DC cs.DS

    Message Reduction in the Local Model is a Free Lunch

    Authors: Shimon Bitton, Yuval Emek, Taisuke Izumi, Shay Kutten

    Abstract: A new \emph{spanner} construction algorithm is presented, working under the \emph{LOCAL} model with unique edge IDs. Given an $n$-node communication graph, a spanner with a constant stretch and $O (n^{1 + \varepsilon})$ edges (for an arbitrarily small constant $\varepsilon > 0$) is constructed in a constant number of rounds sending $O (n^{1 + \varepsilon})$ messages whp. Consequently, we conclude… ▽ More

    Submitted 18 September, 2019; originally announced September 2019.

    Comments: Appeared at International Symposium on Distributed Computing (DISC) 2019

  15. arXiv:1907.00484  [pdf, ps, other

    cs.GT cs.DS

    Bayesian Generalized Network Design

    Authors: Yuval Emek, Shay Kutten, Ron Lavi, Yangguang Shi

    Abstract: We study network coordination problems, as captured by the setting of generalized network design (Emek et al., STOC 2018), in the face of uncertainty resulting from partial information that the network users hold regarding the actions of their peers. This uncertainty is formalized using Alon et al.'s Bayesian ignorance framework (TCS 2012). While the approach of Alon et al. is purely combinatorial… ▽ More

    Submitted 30 June, 2019; originally announced July 2019.

    Comments: 25 pages, 0 figure. An extended abstract of this paper is to appear in the 27th Annual European Symposium on Algorithms (ESA 2019)

    MSC Class: 68W25 ACM Class: F.2.2

  16. arXiv:1905.00580  [pdf, other

    cs.DC cs.DS cs.RO

    Deterministic Leader Election in Programmable Matter

    Authors: Yuval Emek, Shay Kutten, Ron Lavi, William K. Moses Jr

    Abstract: Addressing a fundamental problem in programmable matter, we present the first deterministic algorithm to elect a unique leader in a system of connected amoebots assuming only that amoebots are initially contracted. Previous algorithms either used randomization, made various assumptions (shapes with no holes, or known shared chirality), or elected several co-leaders in some cases. Some of the bui… ▽ More

    Submitted 2 May, 2019; originally announced May 2019.

    Comments: 33 pages, 16 figures, to appear in the proceedings of ICALP 2019

  17. arXiv:1904.10215  [pdf, other

    cs.DS

    Multicast Communications in Tree Networks with Heterogeneous Capacity Constraints

    Authors: Yuval Emek, Shay Kutten, Mordechai Shalom, Shmuel Zaks

    Abstract: A widely studied problem in communication networks is that of finding the maximum number of communication requests that can be scheduled concurrently, subject to node and/or link capacity constraints. In this paper, we consider the problem of finding the largest number of multicast communication requests that can be serviced simultaneously by a network of tree topology, subject to heterogeneous ca… ▽ More

    Submitted 22 May, 2020; v1 submitted 23 April, 2019; originally announced April 2019.

  18. arXiv:1904.10210  [pdf, other

    cs.DS cs.CC

    Hierarchical b-Matching

    Authors: Yuval Emek, Shay Kutten, Mordechai Shalom, Shmuel Zaks

    Abstract: A matching of a graph is a subset of edges no two of which share a common vertex, and a maximum matching is a matching of maximum cardinality. In a $b$-matching every vertex $v$ has an associated bound $b_v$, and a maximum $b$-matching is a maximum set of edges, such that every vertex $v$ appears in at most $b_v$ of them. We study an extension of this problem, termed {\em Hierarchical b-Matching}.… ▽ More

    Submitted 23 April, 2019; originally announced April 2019.

  19. arXiv:1805.05660  [pdf, other

    cs.DC

    Selecting a Leader in a Network of Finite State Machines

    Authors: Yehuda Afek, Yuval Emek, Noa Kolikant

    Abstract: This paper studies a variant of the \emph{leader election} problem under the \emph{stone age} model (Emek and Wattenhofer, PODC 2013) that considers a network of $n$ randomized finite automata with very weak communication capabilities (a multi-frequency asynchronous generalization of the \emph{bee**} model's communication scheme). Since solving the classic leader election problem is impossible e… ▽ More

    Submitted 24 July, 2018; v1 submitted 15 May, 2018; originally announced May 2018.

    Comments: To appear in DISC 2018

  20. Approximating Generalized Network Design under (Dis)economies of Scale with Applications to Energy Efficiency

    Authors: Yuval Emek, Shay Kutten, Ron Lavi, Yangguang Shi

    Abstract: In a generalized network design (GND) problem, a set of resources are assigned to multiple communication requests. Each request contributes its weight to the resources it uses and the total load on a resource is then translated to the cost it incurs via a resource specific cost function. For example, a request may be to establish a virtual circuit, thus contributing to the load on each edge in the… ▽ More

    Submitted 14 March, 2018; originally announced March 2018.

    Comments: 39 pages, 1 figure. An extended abstract of this paper is to appear in the 50th Annual ACM Symposium on the Theory of Computing (STOC 2018)

    MSC Class: 68W25 ACM Class: F.2.2

  21. Dynamic Networks of Finite State Machines

    Authors: Yuval Emek, Jara Uitto

    Abstract: Like distributed systems, biological multicellular processes are subject to dynamic changes and a biological system will not pass the survival-of-the-fittest test unless it exhibits certain features that enable fast recovery from these changes. In particular, a question that is crucial in the context of biological cellular networks, is whether the system can keep the changing components \emph{conf… ▽ More

    Submitted 12 June, 2017; originally announced June 2017.

    Comments: Licensed under CC-BY-NC-ND 4.0

  22. arXiv:1705.01589  [pdf, other

    cs.GT

    Stable Secretaries

    Authors: Yakov Babichenko, Yuval Emek, Michal Feldman, Boaz Patt-Shamir, Ron Peretz, Rann Smorodinsky

    Abstract: We define and study a new variant of the secretary problem. Whereas in the classic setting multiple secretaries compete for a single position, we study the case where the secretaries arrive one at a time and are assigned, in an on-line fashion, to one of multiple positions. Secretaries are ranked according to talent, as in the original formulation, and in addition positions are ranked according to… ▽ More

    Submitted 3 May, 2017; originally announced May 2017.

    Comments: Accepted for presentation at the 18th ACM conference on Economics and Computation (EC 2017)

  23. arXiv:1704.02380  [pdf, ps, other

    math.PR cs.DC cs.DS math.CO

    Exploring an Infinite Space with Finite Memory Scouts

    Authors: Lihi Cohen, Yuval Emek, Oren Louidor, Jara Uitto

    Abstract: Consider a small number of scouts exploring the infinite $d$-dimensional grid with the aim of hitting a hidden target point. Each scout is controlled by a probabilistic finite automaton that determines its movement (to a neighboring grid point) based on its current state. The scouts, that operate under a fully synchronous schedule, communicate with each other (in a way that affects their respectiv… ▽ More

    Submitted 11 April, 2017; v1 submitted 7 April, 2017; originally announced April 2017.

    Comments: Added (forgotten) acknowledgements

    MSC Class: 60G50; 68Q80

  24. arXiv:1603.03024  [pdf, other

    cs.DS

    Online Matching: Haste makes Waste!

    Authors: Yuval Emek, Shay Kutten, Roger Wattenhofer

    Abstract: This paper studies a new online problem, referred to as \emph{min-cost perfect matching with delays (MPMD)}, defined over a finite metric space (i.e., a complete graph with positive edge weights obeying the triangle inequality) $\mathcal{M}$ that is known to the algorithm in advance. Requests arrive in a continuous time online fashion at the points of $\mathcal{M}$ and should be served by matching… ▽ More

    Submitted 9 March, 2016; originally announced March 2016.

    Comments: An extended abstract will appear in Proceedings of ACM STOC 2016

  25. arXiv:1404.6763  [pdf, other

    cs.DS

    Semi-Streaming Set Cover

    Authors: Yuval Emek, Adi Rosen

    Abstract: This paper studies the set cover problem under the semi-streaming model. The underlying set system is formalized in terms of a hypergraph $G = (V, E)$ whose edges arrive one-by-one and the goal is to construct an edge cover $F \subseteq E$ with the objective of minimizing the cardinality (or cost in the weighted case) of $F$. We consider a parameterized relaxation of this problem, where given some… ▽ More

    Submitted 8 May, 2014; v1 submitted 27 April, 2014; originally announced April 2014.

    Comments: Full version of the extended abstract that will appear in Proceedings of ICALP 2014 track A

  26. arXiv:1311.3062  [pdf, other

    cs.DC cs.MA

    Ants: Mobile Finite State Machines

    Authors: Yuval Emek, Tobias Langner, Jara Uitto, Roger Wattenhofer

    Abstract: Consider the Ants Nearby Treasure Search (ANTS) problem introduced by Feinerman, Korman, Lotker, and Sereni (PODC 2012), where $n$ mobile agents, initially placed at the origin of an infinite grid, collaboratively search for an adversarially hidden treasure. In this paper, the model of Feinerman et al. is adapted such that the agents are controlled by a (randomized) finite state machine: they poss… ▽ More

    Submitted 13 November, 2013; originally announced November 2013.

  27. arXiv:1202.4326  [pdf, other

    cs.DS

    Space-Constrained Interval Selection

    Authors: Yuval Emek, Magnus M. Halldorsson, Adi Rosen

    Abstract: We study streaming algorithms for the interval selection problem: finding a maximum cardinality subset of disjoint intervals on the line. A deterministic 2-approximation streaming algorithm for this problem is developed, together with an algorithm for the special case of proper intervals, achieving improved approximation ratio of 3/2. We complement these upper bounds by proving that they are essen… ▽ More

    Submitted 11 March, 2015; v1 submitted 20 February, 2012; originally announced February 2012.

    Comments: Revised version

  28. arXiv:1202.1590  [pdf, ps, other

    cs.GT

    Signaling Schemes for Revenue Maximization

    Authors: Yuval Emek, Michal Feldman, Iftah Gamzu, Renato Paes Leme, Moshe Tennenholtz

    Abstract: Signaling is an important topic in the study of asymmetric information in economic settings. In particular, the transparency of information available to a seller in an auction setting is a question of major interest. We introduce the study of signaling when conducting a second price auction of a probabilistic good whose actual instantiation is known to the auctioneer but not to the bidders. This f… ▽ More

    Submitted 24 April, 2012; v1 submitted 7 February, 2012; originally announced February 2012.

    Comments: accepted to EC'12

  29. arXiv:1202.1186  [pdf, ps, other

    cs.DC

    Stone Age Distributed Computing

    Authors: Yuval Emek, Jasmin Smula, Roger Wattenhofer

    Abstract: The traditional models of distributed computing focus mainly on networks of computer-like devices that can exchange large messages with their neighbors and perform arbitrary local computations. Recently, there is a trend to apply distributed computing methods to networks of sub-microprocessor devices, e.g., biological cellular networks or networks of nano-devices. However, the suitability of the t… ▽ More

    Submitted 5 April, 2012; v1 submitted 6 February, 2012; originally announced February 2012.

  30. arXiv:1112.4632  [pdf, other

    cs.CG

    The Price of Matching Selfish Vertices

    Authors: Yuval Emek, Tobias Langner, Roger Wattenhofer

    Abstract: We analyze the setting of minimum-cost perfect matchings with selfish vertices through the price of anarchy (PoA) and price of stability (PoS) lens. The underlying solution concept used for this analysis is the Gale-Shapley stable matching notion, where the preferences are determined so that each player (vertex) wishes to minimize the cost of her own matching edge.

    Submitted 6 July, 2012; v1 submitted 20 December, 2011; originally announced December 2011.

    Comments: We changed the perspective of our paper and now look at the minimum-cost perfect matching problem through the price of anarchy (PoA) and price of stability (PoS) lens. Our previous results can be seen as analyzing the PoS of minimum-cost perfect matching and we now added an analysis of the PoA of this problem

  31. arXiv:0908.0968  [pdf, ps, other

    cs.DS cs.DM

    Approximating the Statistics of various Properties in Randomly Weighted Graphs

    Authors: Yuval Emek, Amos Korman, Yuval Shavitt

    Abstract: Consider the setting of \emph{randomly weighted graphs}, namely, graphs whose edge weights are chosen independently according to probability distributions with finite support over the non-negative reals. Under this setting, properties of weighted graphs typically become random variables and we are interested in computing their statistical features. Unfortunately, this turns out to be computational… ▽ More

    Submitted 28 March, 2010; v1 submitted 7 August, 2009; originally announced August 2009.

    Comments: 22 pages (excluding the title page)

  32. arXiv:0902.1378  [pdf, ps, other

    cs.DS

    On the Additive Constant of the k-server Work Function Algorithm

    Authors: Yuval Emek, Pierre Fraigniaud, Amos Korman, Adi Rosen

    Abstract: We consider the Work Function Algorithm for the k-server problem. We show that if the Work Function Algorithm is c-competitive, then it is also strictly (2c)-competitive. As a consequence of [Koutsoupias and Papadimitriou, JACM 1995] this also shows that the Work Function Algorithm is strictly (4k-2)-competitive.

    Submitted 9 February, 2009; originally announced February 2009.

    Comments: 7 pages

  33. arXiv:0811.3284  [pdf, ps, other

    cs.NI cs.DC

    SINR Diagrams: Towards Algorithmically Usable SINR Models of Wireless Networks

    Authors: Chen Avin, Yuval Emek, Erez Kantor, Zvi Lotker, David Peleg, Liam Roditty

    Abstract: The rules governing the availability and quality of connections in a wireless network are described by physical models such as the signal-to-interference & noise ratio (SINR) model. For a collection of simultaneously transmitting stations in the plane, it is possible to identify a reception zone for each station, consisting of the points where its transmission is received correctly. The resultin… ▽ More

    Submitted 10 December, 2008; v1 submitted 20 November, 2008; originally announced November 2008.

    Comments: 34 pages, 17 Figures

    ACM Class: C.2.1; F.2.2; G.2.2

  34. arXiv:cs/0411064  [pdf, ps, other

    cs.DS cs.DM

    Lower-Stretch Spanning Trees

    Authors: Michael Elkin, Yuval Emek, Daniel A. Spielman, Shang-Hua Teng

    Abstract: We prove that every weighted graph contains a spanning tree subgraph of average stretch O((log n log log n)^2). Moreover, we show how to construct such a tree in time O(m log^2 n).

    Submitted 13 May, 2005; v1 submitted 17 November, 2004; originally announced November 2004.

    ACM Class: F.2.2; G.2.2