中文
相关论文

相关论文: Computing a Maximal Independent Set Using Beeps

200 篇论文

We consider the problem of computing a maximal independent set (MIS) in an extremely harsh broadcast model that relies only on carrier sensing. The model consists of an anonymous broadcast network in which nodes have no knowledge about the…

数据结构与算法 · 计算机科学 2012-06-04 Yehuda Afek , Noga Alon , Ziv Bar-Joseph , Alejandro Cornejo , Bernhard Haeupler , Fabian Kuhn

We consider self-stabilizing algorithms to compute a Maximal Independent Set (MIS) in the extremely weak beeping communication model. The model consists of an anonymous network with synchronous rounds. In each round, each vertex can…

分布式、并行与集群计算 · 计算机科学 2024-09-04 George Giakkoupis , Volker Turau , Isabella Ziccardi

We adapt a recent algorithm by Ghaffari [SODA'16] for computing a Maximal Independent Set in the LOCAL model, so that it works in the significantly weaker BEEP model. For networks with maximum degree $\Delta$, our algorithm terminates…

分布式、并行与集群计算 · 计算机科学 2017-04-25 Stephan Holzer , Nancy Lynch

Maximal Independent Set (MIS) is one of the fundamental problems in distributed computing. The round (time) complexity of distributed MIS has traditionally focused on the \emph{worst-case time} for all nodes to finish. The best-known…

分布式、并行与集群计算 · 计算机科学 2020-06-16 Soumyottam Chatterjee , Robert Gmyr , Gopal Pandurangan

The maximal independent set (MIS) is one of the most fundamental problems in distributed computing, and it has been studied intensively for over four decades. This paper focuses on the MIS problem in the Radio Network model, a standard…

分布式、并行与集群计算 · 计算机科学 2025-10-10 Dominick Banasik , Varsha Dani , Fabien Dufoulon , Aayush Gupta , Thomas P. Hayes , Gopal Pandurangan

We study a simple random process that computes a maximal independent set (MIS) on a general $n$-vertex graph. Each vertex has a binary state, black or white, where black indicates inclusion into the MIS. The vertex states are arbitrary…

分布式、并行与集群计算 · 计算机科学 2023-01-13 George Giakkoupis , Isabella Ziccardi

Maximal Independent Set (MIS) is one of the fundamental and most well-studied problems in distributed graph algorithms. Even after four decades of intensive research, the best-known (randomized) MIS algorithms have $O(\log{n})$ round…

分布式、并行与集群计算 · 计算机科学 2023-12-20 Fabien Dufoulon , William K. Moses , Gopal Pandurangan

The Maximal Independent Set (MIS) problem is one of the basics in the study of locality in distributed graph algorithms. This paper presents an extremely simple randomized algorithm providing a near-optimal local complexity for this…

数据结构与算法 · 计算机科学 2015-07-14 Mohsen Ghaffari

We consider the problem of finding a maximal independent set (MIS) in the shared blackboard communication model with vertex-partitioned inputs. There are $n$ players corresponding to vertices of an undirected graph, and each player sees the…

数据结构与算法 · 计算机科学 2022-09-20 Sepehr Assadi , Gillat Kol , Zhijun Zhang

Humans are very good at optimizing solutions for specific problems. Biological processes, on the other hand, have evolved to handle multiple constrained distributed environments and so they are robust and adaptable. Inspired by observations…

分布式、并行与集群计算 · 计算机科学 2015-03-19 Yehuda Afek , Noga Alon , Ziv Bar-Joseph

Daum et al. [PODC'13] presented an algorithm that computes a maximal independent set (MIS) within $O(\log^2 n/F+\log n \mathrm{polyloglog} n)$ rounds in an $n$-node multichannel radio network with $F$ communication channels. The paper uses…

分布式、并行与集群计算 · 计算机科学 2015-08-19 Sebastian Daum , Fabian Kuhn

We study the Maximum Independent Set (MIS) problem on general graphs within the framework of learning-augmented algorithms. The MIS problem is known to be NP-hard and is also NP-hard to approximate to within a factor of $n^{1-\delta}$ for…

数据结构与算法 · 计算机科学 2024-07-17 Vladimir Braverman , Prathamesh Dharangutte , Vihan Shah , Chen Wang

We introduce a broadcast model called the singing model, where agents are oblivious of the size and structure of the communication network, even their immediate neighborhood. Agents can sing multiple notes which are heard by their…

数据结构与算法 · 计算机科学 2025-12-04 Sandy Irani , Michael Luby

Beeping models are models for networks of weak devices, such as sensor networks or biological networks. In these networks, nodes are allowed to communicate only via emitting beeps: unary pulses of energy. Listening nodes only the capability…

分布式、并行与集群计算 · 计算机科学 2023-03-28 Peter Davies

A simple greedy algorithm to find a maximal independent set (MIS) in a graph starts with the empty set and visits every vertex, adding it to the set if and only if none of its neighbours are already in the set. In this paper, we consider…

数据结构与算法 · 计算机科学 2025-01-23 Maximilien Gadouleau , David C. Kutner

Chatterjee, Gmyr, and Pandurangan [PODC 2020] recently introduced the notion of awake complexity for distributed algorithms, which measures the number of rounds in which a node is awake. In the other rounds, the node is sleeping and…

数据结构与算法 · 计算机科学 2023-05-11 Mohsen Ghaffari , Julian Portmann

In graph theory, an independent set is a subset of nodes where there are no two adjacent nodes. The independent set is maximal if no node outside the independent set can join it. In network applications, maximal independent sets can be used…

分布式、并行与集群计算 · 计算机科学 2021-02-01 Badreddine Benreguia , Hamouma Moumen , Soheila Bouam , Chafik Arar

We introduce noisy beeping networks, where nodes have limited communication capabilities, namely, they can only emit energy or sense the channel for energy. Furthermore, imperfections may cause devices to malfunction with some fixed…

数据结构与算法 · 计算机科学 2022-08-04 Yagel Ashkenazi , Ran Gelles , Amir Leshem

This work deals with the Maximum Independent Set ($\mathcal{MIS}$) formation problem in a finite rectangular grid by autonomous robots. Suppose we are given a set of identical robots, where each robot is placed on a node of a finite…

分布式、并行与集群计算 · 计算机科学 2022-07-28 Raja Das , Avisek Sharma , Buddhadeb Sau

In this paper, we investigate a distributed maximal independent set (MIS) reconfiguration problem, in which there are two maximal independent sets for which every node is given its membership status, and the nodes need to communicate with…

分布式、并行与集群计算 · 计算机科学 2019-02-21 Keren Censor-Hillel , Mikaël Rabie
‹ 上一页 1 2 3 10 下一页 ›