Combinatorial Algorithms for Server Allocation Problem

Files

TR Number

Date

2024-09-05

Journal Title

Journal ISSN

Volume Title

Publisher

Virginia Tech

Abstract

Motivated by problems in logistics, image recognition, and statistics, we consider the server allocation problem. In this problem, we are given k servers (with capacities) and n requests, which are points in a metric space. A server serves a request by moving to the request location, and the goal is to serve all requests while minimizing the total movement of servers, subject to the constraint that the number of requests served by a server cannot exceed its capacity. When the server capacity is 1, and for the Euclidean metric, the problem reduces to the Euclidean bipartite matching problem. When the capacity is infty, suppose we are also provided with the order in which requests are to be served, the problem is the k-first come first served routing problem. We also consider a generalization of the k-first come first served routing problem to the taxi allocation problem, where each request is associated with a pickup location, dropoff location, and pickup time, and the server's velocity is also given as input.

We present new algorithms for the Euclidean bipartite matching problem, showing improvements over existing algorithms. In particular, for two point sets A,BsubsetmathbbRd with |A|=|B|=n and dimension d>1 being constant, we developed: begin{itemize}

item A faster algorithm that computes an varepsilon-approximate minimum-cost perfect matching in O(n(varepsilonO(d3)loglogn+varepsilonO(d)log4nlog5logn)) time. This is an improvement over previous algorithms, which took n(varepsilon−1logn)Omega(d) time. item An algorithm that boosts the accuracy of any varepsilon-additive approximation algorithm, achieving an expected additive error of minvarepsilon,(dloglogn)w from the optimal matching cost w in O(T(n,varepsilon/d)loglogn) time, where T(n,varepsilon) is the time complexity of any given eps-additive approximation algorithm. end{itemize} For the k-first come first served routing problem, we present the following results. begin{itemize} item The online version of the k-first come first served routing problem is the celebrated k-server problem. The best-known online algorithm for this problem is the Work Function algorithm. We present a new implementation of the work function algorithm, where processing the ith request takes O((i+k)2) time, improving on the previous methods that take Omega(k(i+k)2) time. item For the offline setting, we show that the k-first come first served routing problem and the taxi allocation problem can be reduced to the minimum-cost bipartite matching problem. Using this reduction, begin{itemize} item we develop a time-based divide-and-conquer algorithm to obtain an optimal solution in tildeO(kn2) time, which can be further improved to tildeO(kn) when the requests and servers are in two-dimensional Euclidean space, and, item we apply a recently presented geometric divide-and-conquer algorithm to obtain an optimal solution for the taxi routing problem in a two-dimensional Euclidean space. As a result, we obtain significant empirical performance improvements for the taxi allocation problem in a two-dimensional space where the cost of moving from one location to another is lower bounded by the Euclidean cost. end{itemize}

end{itemize}

Description

Keywords

Euclidean bipartite matching, k-server problem, work function algorithm, taxi allocation problem

Citation