Optimal Load Balanced Demand Distribution under Overload Penalties
Sarnath Ramnath, Venkata M.V. Gunturi

TL;DR
This paper introduces a novel algorithm for the Load Balanced Demand Distribution problem that efficiently finds optimal mappings considering overload penalties, improving upon previous min-cost matching approaches.
Contribution
It proposes a new allotment subspace re-adjustment method that achieves optimal solutions with reduced complexity and supports dynamic updates.
Findings
Achieves optimal load distribution with complexity O(nk^3 + nk^2 log n).
Supports efficient maintenance of solutions under demand changes.
Reduces reliance on min-cost bipartite matching algorithms.
Abstract
Input to the Load Balanced Demand Distribution (LBDD) consists of the following: (a) a set of service centers; (b) a set of demand nodes and; (c) a cost matrix containing the cost of assignment for each (demand node, service center) pair. In addition, each service center is also associated with a notion of capacity and a penalty which is incurred if it gets overloaded. Given the input, the LBDD problem determines a mapping from the set of n demand vertices to the set of k service centers, n being much larger than k. The objective is to determine a mapping that minimizes the sum of the following two terms: (i) the total cost between demand units and their allotted service centers and, (ii) total penalties incurred. The problem of LBDD has a variety of applications. An instance of the LBDD problem can be reduced to an instance of the min-cost bi-partite matching problem. The best known…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsOptimization and Search Problems · Smart Parking Systems Research · Advanced Wireless Network Optimization
