您的瀏覽器不支援JavaScript語法,網站的部份功能在JavaScript沒有啟用的狀態下無法正常使用。

Institute of Information Science, Academia Sinica

Events

Print

Press Ctrl+P to print from browser

Seminar

:::

Min-cost (Bipartite) Perfect Matching with Delays

  • LecturerDr. Yuyi Wang (Distributed Computing Group, ETH Zürich)
    Host: Kai-Min Chung
  • Time2019-11-04 (Mon.) 10:30 ~ 12:30
  • LocationAuditorium106 at IIS new Building
Abstract

In the min-cost (bipartite) perfect matching with delays (MBPMD) problem, requests arrive online at points of a finite metric space. Each request is either positive or negative and has to be matched to a request of opposite polarity. As opposed to traditional online matching problems, the algorithm does not have to serve requests as they arrive, and may choose to match them later at a cost. Our objective is to minimize the sum of the distances between matched pairs of requests (the connection cost) and the sum of the waiting times of the requests (the delay cost). This objective exhibits a natural tradeoff between minimizing the distances and the cost of waiting for better matches. This tradeoff appears in many real-life scenarios, notably, ride-sharing platforms. MBPMD is related to its non-bipartite variant, min-cost perfect matching with delays (MPMD), in which each request can be matched to any other request. MPMD was introduced by Emek et al. (STOC’16), who showed an O(log2 n + log ∆)-competitive randomized algorithm on n-point metric spaces with aspect ratio ∆.

Our contribution is threefold. First, we find a new lower bound construction for MPMD and MBPMD. Second, we adapt the algorithm of Emek et al. to the bipartite case, and provide a simplified analysis that improves the competitive ratio to O(log n). The key ingredient of the algorithm is an O(h)- competitive randomized algorithm for MBPMD on weighted trees of height h. Third, we provide an O(h)-competitive deterministic algorithm for MBPMD on weighted trees of height h. This algorithm is obtained by adapting the algorithm for MPMD by Azar et al. to the apparently more complicated bipartite setting. This talk will mainly focus on the O(h)-competitive algorithm.