DCNIApr 12

Bipartite matching under communication constraints

arXiv:2604.1074431.2h-index: 31
Predicted impact top 52% in DC · last 90 daysOriginality Incremental advance
AI Analysis

For data center network operators, this work provides practical, communication-efficient scheduling algorithms that improve network stability without centralized coordination.

This paper tackles bipartite matching under communication constraints, modeling data center scheduling. It proposes probabilistic algorithms using degree-biased sampling and random thinning, achieving higher expected matching size in sparse regimes and extending the network stability region in simulations with production traffic traces.

In modern data center networks, thousands of hosts contend for shared link capacity; the scale of these systems makes centralized scheduling impractical. This article models such scheduling as a bipartite matching problem under communication constraints: senders express interest in forming connections, and receivers respond using only locally available information. A class of single-round probabilistic matching algorithms is proposed, built on two key ideas: degree-biased sampling, in which senders use receiver degrees to inform their random selection, and random thinning, in which senders report only a random subset of their connections. Analytical performance guarantees are established for random graph models. In sparse regimes, degree-biased sampling yields a higher expected matching size than prior communication-constrained algorithms; in denser settings, a counterintuitive phenomenon emerges where deliberately restricting available connections through thinning increases the expected number of matches. Combining thinning to degree two with greedy selection produces an algorithm that requires no parameter tuning and, in packet-level simulations with production traffic traces, significantly extends the network stability region. Although motivated by data center network scheduling, the underlying framework of bipartite matching under local information constraints is portable to other resource allocation settings.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes