中文
相关论文

相关论文: Balanced Allocation on Graphs

200 篇论文

Balls are sequentially allocated into $n$ bins as follows: for each ball, an independent, uniformly random bin is generated. An overseer may then choose to either allocate the ball to this bin, or else the ball is allocated to a new…

概率论 · 数学 2018-07-04 Ohad N. Feldheim , Ori Gurel-Gurevich

We consider the allocation of $m$ balls (jobs) into $n$ bins (servers). In the standard Two-Choice process, at each step $t=1,2,\ldots,m$ we first sample two randomly chosen bins, compare their two loads and then place a ball in the least…

离散数学 · 计算机科学 2023-12-27 Dimitrios Los , Thomas Sauerwald

The power of two choices is a classic paradigm for load balancing when assigning $m$ balls to $n$ bins. When placing a ball, we pick two bins according to two hash functions $h_0$ and $h_1$, and place the ball in the least loaded bin.…

数据结构与算法 · 计算机科学 2016-01-26 Søren Dahlgaard , Mathias Bæk Tejs Knudsen , Eva Rotenberg , Mikkel Thorup

Allocation of balls into bins is a well studied abstraction for load balancing problems.The literature hosts numerous results for sequential(single dimensional) allocation case when m balls are thrown into n bins. In this paper we study the…

数据结构与算法 · 计算机科学 2011-11-30 Ankur Narang , Sourav Dutta , Souvik Bhattacherjee

This paper investigates a general version of the multiple choice model called the $(k,d)$-choice process in which $n$ balls are assigned to $n$ bins. In the process, $k<d$ balls are placed into $k$ least loaded out of $d$ bins chosen…

离散数学 · 计算机科学 2016-07-12 Gahyun Park

In balanced allocations, the goal is to place $m$ balls into $n$ bins, so as to minimize the gap (difference of max to average load). The One-Choice process places each ball to a bin sampled independently and uniformly at random. The…

离散数学 · 计算机科学 2023-04-24 Dimitrios Los , Thomas Sauerwald

We consider the following load balancing process for $m$ tokens distributed arbitrarily among $n$ nodes connected by a complete graph: In each time step a pair of nodes is selected uniformly at random. Let $\ell_1$ and $\ell_2$ be their…

分布式、并行与集群计算 · 计算机科学 2018-08-17 Petra Berenbrink , Tom Friedetzky , Dominik Kaaser , Peter Kling

In dynamic load balancing, we wish to distribute balls into bins in an environment where both balls and bins can be added and removed. We want to minimize the maximum load of any bin but we also want to minimize the number of balls and bins…

数据结构与算法 · 计算机科学 2021-04-13 Anders Aamand , Jakob Bæk Tejs Knudsen , Mikkel Thorup

In the classic online graph balancing problem, edges arrive sequentially and must be oriented immediately upon arrival, to minimize the maximum in-degree. For adversarial arrivals, the natural greedy algorithm is $O(\log n)$-competitive,…

数据结构与算法 · 计算机科学 2026-04-07 Nikhil Bansal , Milind Prabhu , Sahil Singla , Siddharth M. Sundaram

We consider an infinite balls-into-bins process with deletions where in each discrete step $t$ a coin is tossed as to whether, with probability $\beta(t) \in (0,1)$, a new ball is allocated using the Greedy[2] strategy (which places the…

分布式、并行与集群计算 · 计算机科学 2025-10-17 Petra Berenbrink , Tom Friedetzky , Peter Kling , Lars Nagel

Designing algorithms for balanced allocation of clients to servers in dynamic settings is a challenging problem for a variety of reasons. Both servers and clients may be added and/or removed from the system periodically, and the main…

数据结构与算法 · 计算机科学 2017-07-28 Vahab Mirrokni , Mikkel Thorup , Morteza Zadimoghaddam

We prove that hashing $n$ balls into $n$ bins via a random matrix over $\mathbf{F}_2$ yields expected maximum load $O(\log n / \log \log n)$. This matches the expected maximum load of a fully random function and resolves an open question…

数据结构与算法 · 计算机科学 2025-05-21 Michael Jaber , Vinayak M. Kumar , David Zuckerman

We consider the allocation of $m$ balls (jobs) into $n$ bins (servers). In the standard Two-Choice process, at each step $t=1,2,\ldots,m$ we first sample two bins uniformly at random and place a ball in the least loaded bin. It is…

离散数学 · 计算机科学 2023-01-25 Dimitrios Los , Thomas Sauerwald , John Sylvester

We consider the unbalanced allocation of $m$ balls into $n$ bins by a randomized algorithm using the "power of two choices". For each ball, we select a set of bins at random, then place the ball in the fullest bin within the set.…

离散数学 · 计算机科学 2014-01-03 Amanda Redlich

A fundamental problem in distributed computing is the distribution of requests to a set of uniform servers without a centralized controller. Classically, such problems are modeled as static balls into bins processes, where $m$ balls (tasks)…

分布式、并行与集群计算 · 计算机科学 2016-03-08 Petra Berenbrink , Tom Friedetzky , Peter Kling , Frederik Mallmann-Trenn , Lars Nagel , Chris Wastell

Suppose we sequentially put $n$ balls into $n$ bins. If we put each ball into a random bin then the heaviest bin will contain ${\sim}\log n/\log\log n$ balls with high probability. However, Azar, Broder, Karlin and Upfal [SIAM J. Comput. 29…

数据结构与算法 · 计算机科学 2012-09-13 Itai Benjamini , Yury Makarychev

We consider the sequential allocation of $m$ balls (jobs) into $n$ bins (servers) by allowing each ball to choose from some bins sampled uniformly at random. The goal is to maintain a small gap between the maximum load and the average load.…

离散数学 · 计算机科学 2023-08-11 Dimitrios Los , Thomas Sauerwald , John Sylvester

The problem of graphical model selection is to correctly estimate the graph structure of a Markov random field given samples from the underlying distribution. We analyze the information-theoretic limitations of the problem of graph…

信息论 · 计算机科学 2009-05-19 Narayana Santhanam , Martin J. Wainwright

The study of {\em balls-into-bins processes} or {\em occupancy problems} has a long history. These processes can be used to translate realistic problems into mathematical ones in a natural way. In general, the goal of a balls-into-bins…

数据结构与算法 · 计算机科学 2015-05-19 Tugkan Batu , Petra Berenbrink , Colin Cooper

We present deterministic distributed algorithms for computing approximate maximum cardinality matchings and approximate maximum weight matchings. Our algorithm for the unweighted case computes a matching whose size is at least $(1-\eps)$…

分布式、并行与集群计算 · 计算机科学 2014-11-12 Guy Even , Moti Medina , Dana Ron