中文
相关论文

相关论文: Time vs. Information Tradeoffs for Leader Election…

200 篇论文

Information freshness and low latency communication is important to many emerging applications. While Age of Information (AoI) serves as a metric of information freshness, packet delay is a traditional metric of communication latency. We…

信息论 · 计算机科学 2019-01-15 Rajat Talak , Eytan Modiano

Consider the following heuristic for building a decision tree for a function $f : \{0,1\}^n \to \{\pm 1\}$. Place the most influential variable $x_i$ of $f$ at the root, and recurse on the subfunctions $f_{x_i=0}$ and $f_{x_i=1}$ on the…

数据结构与算法 · 计算机科学 2019-11-19 Guy Blanc , Jane Lange , Li-Yang Tan

This paper addresses the tradeoffs which need to be considered in reasoning using probabilistic network representations, such as Influence Diagrams (IDs). In particular, we examine the tradeoffs entailed in using Temporal Influence Diagrams…

人工智能 · 计算机科学 2013-03-08 Gregory M. Provan

Many tasks executed in dynamic distributed systems, such as sensor networks or enterprise environments with bring-your-own-device policy, require central coordination by a leader node. In the past it has been proven that distributed leader…

分布式、并行与集群计算 · 计算机科学 2024-10-30 Bronislav Sidik , Rami Puzis , Polina Zilberman , Yuval Elovici

Censor-Hillel, Cohen, Gelles, and Sela (PODC 2022 & Distributed Computing 2023) studied fully-defective asynchronous networks, where communication channels may suffer an extreme form of alteration errors, rendering messages completely…

分布式、并行与集群计算 · 计算机科学 2025-08-20 Jérémie Chalopin , Yi-Jun Chang , Lyuting Chen , Giuseppe A. Di Luna , Haoran Zhou

We consider a real-time monitoring system where a source node (with energy limitations) aims to keep the information status at a destination node as fresh as possible by scheduling status update transmissions over a set of channels. The…

网络与互联网体系结构 · 计算机科学 2025-09-24 Mohamed A. Abd-Elmagid , Ming Shi , Eylem Ekici , Ness B. Shroff

A routing labeling scheme assigns a binary string, called a label, to each node in a network, and chooses a distinct port number from $\{1,\ldots,d\}$ for every edge outgoing from a node of degree $d$. Then, given the labels of $u$ and $w$…

数据结构与算法 · 计算机科学 2020-03-17 Paweł Gawrychowski , Wojciech Janczewski , Jakub Łopuszański

In the context of tree-search stochastic planning algorithms where a generative model is available, we consider on-line planning algorithms building trees in order to recommend an action. We investigate the question of avoiding re-planning…

机器学习 · 计算机科学 2019-02-14 Erwan Lecarpentier , Guillaume Infantes , Charles Lesire , Emmanuel Rachelson

The aim of rendezvous in a graph is meeting of two mobile agents at some node of an unknown anonymous connected graph. In this paper, we focus on rendezvous in trees, and, analogously to the efforts that have been made for solving the…

分布式、并行与集群计算 · 计算机科学 2015-03-18 Pierre Fraigniaud , Andrzej Pelc

Two mobile agents, starting from different nodes of a network at possibly different times, have to meet at the same node. This problem is known as $\mathit{rendezvous}$. Agents move in synchronous rounds. Each agent has a distinct integer…

分布式、并行与集群计算 · 计算机科学 2015-08-12 Avery Miller , Andrzej Pelc

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…

分布式、并行与集群计算 · 计算机科学 2018-07-26 Yehuda Afek , Yuval Emek , Noa Kolikant

Searching in partially ordered structures has been considered in the context of information retrieval and efficient tree-like indexes, as well as in hierarchy based knowledge representation. In this paper we focus on tree-like partial…

数据结构与算法 · 计算机科学 2016-12-16 Ferdinando Cicalese , Balázs Keszegh , Bernard Lidický , Dömötör Pálvölgyi , Tomáš Valla

This paper gives the first separation of quantum and classical pure (i.e., non-cryptographic) computing abilities with no restriction on the amount of available computing resources, by considering the exact solvability of a celebrated…

量子物理 · 物理学 2012-10-10 Seiichiro Tani , Hirotada Kobayashi , Keiji Matsumoto

Random walks on bipartite networks have been used extensively to design personalized recommendation methods. While aging has been identified as a key component in the growth of information networks, most research has focused on the…

信息检索 · 计算机科学 2017-02-22 Alexandre Vidmer , Matus Medo

We consider the time and energy complexities of randomized leader election in a multiple-access channel, where the number of devices $n\geq 2$ is unknown. It is well-known that for polynomial-time randomized leader election algorithms with…

数据结构与算法 · 计算机科学 2022-05-19 Yi-Jun Chang , Shunhua Jiang

The content-oblivious model, introduced by Censor-Hillel, Cohen, Gelles, and Sel (PODC 2022; Distributed Computing 2023), captures an extremely weak form of communication where nodes can only send asynchronous, content-less pulses.…

分布式、并行与集群计算 · 计算机科学 2025-12-01 Yi-Jun Chang , Lyuting Chen , Haoran Zhou

We consider the problem of self-stabilizing leader election in the population model by Angluin, Aspnes, Diamadi, Fischer, and Peralta (JDistComp '06). The population model is a well-established and powerful model for asynchronous,…

分布式、并行与集群计算 · 计算机科学 2025-05-05 Henry Austin , Petra Berenbrink , Tom Friedetzky , Thorsten Götte , Lukas Hintze

In this paper, we study learning and testing decision tree of size and depth that are significantly smaller than the number of attributes $n$. Our main result addresses the problem of poly$(n,1/\epsilon)$ time algorithms with…

数据结构与算法 · 计算机科学 2021-08-11 Nader H. Bshouty , Catherine A. Haddad-Zaknoon

In majority voting dynamics, a group of $n$ agents in a social network are asked for their preferred candidate in a future election between two possible choices. At each time step, a new poll is taken, and each agent adjusts their vote…

分布式、并行与集群计算 · 计算机科学 2023-09-06 Diego Maldonado , Pedro Montealegre , Martín Ríos-Wilson , Guillaume Theyssier

We propose a self-stabilizing leader election protocol on directed rings in the model of population protocols. Given an upper bound $N$ on the population size $n$, the proposed protocol elects a unique leader within $O(nN)$ expected steps…

分布式、并行与集群计算 · 计算机科学 2021-12-15 Daisuke Yokota , Yuichi Sudo , Toshimitsu Masuzawa