Online Bipartite Matching in Offline Time

FOCS(2014)

引用 63|浏览122
暂无评分
摘要
This paper investigates the problem of maintaining maximum size matchings in incremental bipartite graphs. In this problem a bipartite graph G between n clients and n servers is revealed online. The clients arrive in an arbitrary order and request to be matched to a subset of servers. In our model we allow the clients to switch between servers and want to maximize the matching size between them, i.e., after a client arrives we find an augmenting path from a client to a free server. Our goals in this model are twofold. First, we want to minimize the number of times clients are reallocated between the servers. Second, we want to give fast algorithms that recompute such reallocation. As for the number of changes, we propose a greedy algorithm that chooses an augmenting path π that minimizes the maximum number of times each server in π was used by augmenting paths so far. We show that in this algorithm each server has its client reassigned O(√n) times. This gives an O(n3/2) bound on the total number of changes, what gives a progres towards the main open question risen by Chaudhuri et al. (INFOCOM'09) who asked to prove O(nlog n) upper bound. Next, we argue that the same bound holds in the decremental case. Moreover, we show incremental and decremental algorithms that maintain (1 -- ε)-approximate matching with total of O(ε -- 1n) reallocations, for any ε0. Finally, we address the question of how to efficiently compute paths given by this greedy algorithm. We show that by introducing proper amortization we can obtain an incremental algorithm that maintains the maximum size matching in total O(√nm) time. This matches the running time of one of the fastest static maximum matching algorithms that was given by Hopcroft and Karp (SIAM J. Comput '73). We extend our result to decremental case where we give the same total bound on the running time. Additionally, we show O(ε -- 1m) time incremental and decremental algorithms that maintain (1 -- ε)-approximate matching for any ε 0. Observe that this bound matches the running time of the fastest approximate static solution as well.
更多
查看译文
关键词
(1 - ε)-approximate matching,bipartite graph,o(n log n) upper bound,o(ε-1n) reallocations,online,client-server system,incremental bipartite graphs,o(n3/2) bound,running time,o(ε-1m) time incremental algorithm,online, incremental, algorithm, matching, bipartite graph,ε-1m) time decremental algorithm,greedy algorithm,amortization,computational complexity,approximate static solution,algorithm,maximum size matchings,augmenting path,greedy algorithms,matching,total o(√nm) time,offline time,static maximum matching algorithms,graph theory,online bipartite matching,incremental,o(√n) time
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要