中文
相关论文

相关论文: An Optimal Distributed Edge-Biconnectivity Algorit…

200 篇论文

We propose a simple and natural approximation algorithm for the problem of finding a 2-edge-connected spanning subgraph of minimum total edge cost in a graph. The algorithm maintains a spanning forest starting with an empty edge set. In…

数据结构与算法 · 计算机科学 2018-11-21 Stephan Beyer , Markus Chimani , Joachim Spoerhase

Depth first search (DFS) tree is a fundamental data structure for solving graph problems. The classical algorithm [SiComp74] for building a DFS tree requires $O(m+n)$ time for a given graph $G$ having $n$ vertices and $m$ edges. Recently,…

数据结构与算法 · 计算机科学 2017-05-11 Shahbaz Khan

The paper addresses large-scale, convex optimization problems that need to be solved in a distributed way by agents communicating according to a random time-varying graph. Specifically, the goal of the network is to minimize the sum of…

最优化与控制 · 数学 2020-10-28 Andrea Camisa , Francesco Farina , Ivano Notarnicola , Giuseppe Notarstefano

We consider problems to make a given bidirected graph strongly connected with minimum cardinality of additional signs or additional arcs. For the former problem, we show the minimum number of additional signs and give a linear-time…

离散数学 · 计算机科学 2017-09-05 Tatsuya Matsuoka , Shun Sato

We consider deterministic distributed algorithms for reaching agreement in synchronous networks of arbitrary topologies. Links are bi-directional and prone to failures while nodes stay non-faulty at all times. A faulty link may omit…

分布式、并行与集群计算 · 计算机科学 2023-06-27 Bogdan S. Chlebus , Dariusz R. Kowalski , Jan Olkowski , Jedrzej Olkowski

Connectivity related concepts are of fundamental interest in graph theory. The area has received extensive attention over four decades, but many problems remain unsolved, especially for directed graphs. A directed graph is 2-edge-connected…

数据结构与算法 · 计算机科学 2017-05-31 Shiri Chechik , Thomas Dueholm Hansen , Giuseppe F. Italiano , Veronika Loitzenbauer , Nikos Parotsidis

We propose an algorithm for distributed optimization over time-varying communication networks. Our algorithm uses an optimized ratio between the number of rounds of communication and gradient evaluations to achieve fast convergence. The…

最优化与控制 · 数学 2020-01-08 Bryan Van Scoy , Laurent Lessard

In this paper, we study systems of distributed entities that can actively modify their communication network. This gives rise to distributed algorithms that apart from communication can also exploit network reconfiguration in order to carry…

分布式、并行与集群计算 · 计算机科学 2020-03-09 Othon Michail , George Skretas , Paul G. Spirakis

We present space-efficient algorithms for computing cut vertices in a given graph with $n$ vertices and $m$ edges in linear time using $O(n+\min\{m,n\log \log n\})$ bits. With the same time and using $O(n+m)$ bits, we can compute the…

数据结构与算法 · 计算机科学 2016-12-09 Frank Kammer , Dieter Kratsch , Moritz Laudahn

In this paper, we initiate the study of the dynamic maintenance of $2$-edge-connectivity relationships in directed graphs. We present an algorithm that can update the $2$-edge-connected blocks of a directed graph with $n$ vertices through a…

数据结构与算法 · 计算机科学 2016-07-26 Loukas Georgiadis , Giuseppe F. Italiano , Nikos Parotsidis

This paper focuses on showing time-message trade-offs in distributed algorithms for fundamental problems such as leader election, broadcast, spanning tree (ST), minimum spanning tree (MST), minimum cut, and many graph verification problems.…

数据结构与算法 · 计算机科学 2018-10-09 Robert Gmyr , Gopal Pandurangan

In this paper, we consider networks with topologies described by some connected undirected graph ${\mathcal{G}}=(V, E)$ and with some agents (fusion centers) equipped with processing power and local peer-to-peer communication, and…

最优化与控制 · 数学 2021-12-07 Nazar Emirov , Guohui Song , Qiyu Sun

We study the problem of computing approximate minimum edge cuts by distributed algorithms. We use a standard synchronous message passing model where in each round, $O(\log n)$ bits can be transmitted over each edge (a.k.a. the CONGEST…

数据结构与算法 · 计算机科学 2013-11-21 Mohsen Ghaffari , Fabian Kuhn

We study two-stage bipartite matching, in which the edges of a bipartite graph on vertices $(B_1 \cup B_2, I)$ are revealed in two batches. In stage one, a matching must be selected from among revealed edges $E \subseteq B_1 \times I$. In…

数据结构与算法 · 计算机科学 2025-10-24 Tristan Pollner , Amin Saberi , Anders Wikum

Adding edges between layers of interconnected networks is an important way to optimize the spreading dynamics. While previous studies mostly focus on the case of adding a single edge, the theoretical optimal strategy for adding multiple…

物理与社会 · 物理学 2019-10-09 Liming Pan , Wei Wang , Shimin Cai , Tao Zhou

We consider the problem of accelerating distributed optimization in multi-agent networks by sequentially adding edges. Specifically, we extend the distributed dual averaging (DDA) subgradient algorithm to evolving networks of growing…

机器学习 · 统计学 2018-03-14 Sijia Liu , Pin-Yu Chen , Alfred O. Hero

The MEG (minimum equivalent graph) problem is, given a directed graph, to find a small subset of the edges that maintains all reachability relations between nodes. The problem is NP-hard. This paper gives a proof that, for graphs where each…

数据结构与算法 · 计算机科学 2015-06-02 Samir Khuller , Balaji Raghavachari , Neal Young

We present faster algorithms for computing the 2-edge and 2-vertex strongly connected components of a directed graph, which are straightforward generalizations of strongly connected components. While in undirected graphs the 2-edge and…

数据结构与算法 · 计算机科学 2018-03-02 Monika Henzinger , Sebastian Krinninger , Veronika Loitzenbauer

Motivated by emerging applications in wireless sensor networks and large-scale data processing, we consider distributed optimization over directed networks where the agents communicate their information locally to their neighbors to…

最优化与控制 · 数学 2021-03-22 Farzad Yousefian

We study dynamic planar graphs with $n$ vertices, subject to edge deletion, edge contraction, edge insertion across a face, and the splitting of a vertex in specified corners. We dynamically maintain a combinatorial embedding of such a…

数据结构与算法 · 计算机科学 2022-09-29 Jacob Holm , Ivor van der Hoog , Eva Rotenberg