中文
相关论文

相关论文: Solving k-Set Agreement with Stable Skeleton Graph…

200 篇论文

We introduce a new graph problem, the token dropping game, and we show how to solve it efficiently in a distributed setting. We use the token dropping game as a tool to design an efficient distributed algorithm for stable orientations and…

分布式、并行与集群计算 · 计算机科学 2021-02-18 Sebastian Brandt , Barbara Keller , Joel Rybicki , Jukka Suomela , Jara Uitto

In this paper, we consider the problem of finding weak independent sets in a distributed network represented by a hypergraph. In this setting, each edge contains a set of r vertices rather than simply a pair, as in a standard graph. A…

分布式、并行与集群计算 · 计算机科学 2024-11-21 Duncan Adamson , Will Rosenbaum , Paul G. Spirakis

This paper describes a new approach to the problem of the structural research of clusters based on the theory of geodetic and k-geodetic graphs. We firmly believe that this same approach can be used when solving problems of correlation…

离散数学 · 计算机科学 2017-07-17 Carlos E. Frasser , George N. Vostrov

The paper is divided in to two parts. In the first part we present some new results for the \textit{routing via matching} model introduced by Alon et al\cite{5}. This model can be viewed as a communication scheme on a distributed network.…

离散数学 · 计算机科学 2016-04-29 Indranil Banerjee , Dana Richards

We consider a set of k autonomous robots that are endowed with visibility sensors (but that are otherwise unable to communicate) and motion actuators. Those robots must collaborate to reach a sin- gle vertex that is unknown beforehand, and…

分布式、并行与集群计算 · 计算机科学 2011-05-02 Sayaka Kamei , Anissa Lamani , Fukuhito Ooshita , Sébastien Tixeuil

This paper proposes the first distributed algorithm that solves the weight-balancing problem using only finite rate and simplex communications among nodes, compliant with the directed nature of the graph edges. It is proved that the…

最优化与控制 · 数学 2020-03-03 Chang-Shen Lee , Nicolò Michelusi , Gesualdo Scutari

We study distributed optimization algorithms for minimizing the average of convex functions. The applications include empirical risk minimization problems in statistical machine learning where the datasets are large and have to be stored on…

最优化与控制 · 数学 2016-01-07 Jason D. Lee , Qihang Lin , Tengyu Ma , Tianbao Yang

Finding a Steiner strongly $k$-arc-connected orientation is particularly relevant in network design and reliability, as it guarantees robust communication between a designated set of critical nodes. Kir\'aly and Lau (FOCS 2006) introduced a…

离散数学 · 计算机科学 2025-11-05 Kristóf Bérczi , Florian Hörsch , András Imolay , Tamás Schwarcz

The best known solutions for $k$-message broadcast in dynamic networks of size $n$ require $\Omega(nk)$ rounds. In this paper, we see if these bounds can be improved by smoothed analysis. We study perhaps the most natural randomized…

分布式、并行与集群计算 · 计算机科学 2022-08-15 Michael Dinitz , Jeremy Fineman , Seth Gilbert , Calvin Newport

We study the problem of optimal leader selection in consensus networks under two performance measures (1) formation coherence when subject to additive perturbations, as quantified by the steady-state variance of the deviation from the…

最优化与控制 · 数学 2016-04-26 Stacy Patterson , Neil McGlohon , Kirill Dyagilev

We study the problem of efficiently refuting the k-colorability of a graph, or equivalently certifying a lower bound on its chromatic number. We give formal evidence of average-case computational hardness for this problem in sparse random…

计算复杂性 · 计算机科学 2020-08-28 Afonso S. Bandeira , Jess Banks , Dmitriy Kunisky , Cristopher Moore , Alexander S. Wein

In the distributed backup-placement problem each node of a network has to select one neighbor, such that the maximum number of nodes that make the same selection is minimized. This is a natural relaxation of the perfect matching problem, in…

分布式、并行与集群计算 · 计算机科学 2019-08-19 Leonid Barenboim , Gal Oren

In the non-uniform sparsest cut problem, we are given a supply graph G and a demand graph D, both with the same set of nodes V. The goal is to find a cut of V that minimizes the ratio of the total capacity on the edges of G crossing the cut…

数据结构与算法 · 计算机科学 2021-11-12 Vincent Cohen-Addad , Tobias Mömke , Victor Verdugo

In this paper, we study the problem of map matching with travel time constraints. Given a sequence of $k$ spatio-temporal measurements and an embedded path graph with travel time costs, the goal is to snap each measurement to a close-by…

计算几何 · 计算机科学 2025-06-24 Yannick Bosch , Sabine Storandt

This short paper presents a necessary condition for Byzantine $k$-set agreement in (synchronous or asynchronous) message-passing systems and asynchronous shared memory systems where the processes communicate through atomic single-writer…

分布式、并行与集群计算 · 计算机科学 2015-12-22 Zohir Bouzid , Damien Imbs , Michel Raynal

It is a well known fact that sequential algorithms which exhibit a strong "local" nature can be adapted to the distributed setting given a legal graph coloring. The running time of the distributed algorithm will then be at least the number…

分布式、并行与集群计算 · 计算机科学 2018-05-15 Ken-ichi Kawarabayashi , Gregory Schwartzman

We investigate the problem of stabilizing an unknown networked linear system under communication constraints and adversarial disturbances. We propose the first provably stabilizing algorithm for the problem. The algorithm uses a distributed…

系统与控制 · 电气工程与系统科学 2023-01-24 Jing Yu , Dimitar Ho , Adam Wierman

Let $H$ be a fixed undirected graph on $k$ vertices. The $H$-hitting set problem asks for deleting a minimum number of vertices from a given graph $G$ in such a way that the resulting graph has no copies of $H$ as a subgraph. This problem…

数据结构与算法 · 计算机科学 2020-12-01 Noah Brüstle , Tal Elbaz , Hamed Hatami , Onur Kocer , Bingchan Ma

Graphs are a powerful tool for analyzing large data sets, but many real-world phenomena involve interactions that go beyond the simple pairwise relationships captured by a graph. In this paper we introduce and study a simple combinatorial…

数据结构与算法 · 计算机科学 2025-11-25 Elise Tate , Joshua A. Grochow

In distributed and federated learning algorithms, communication overhead is often reduced by performing multiple local updates between communication rounds. However, due to data heterogeneity across nodes and the local gradient noise within…

机器学习 · 计算机科学 2025-12-02 Yan Huang , Jinming Xu , Jiming Chen , Karl Henrik Johansson