A general framework for finding diverse solutions via network flow and its applications
By: Yuni Iwamasa , Tomoki Matsuda , Shunya Morihira and more
Potential Business Impact:
Finds many different good answers to hard problems.
In this paper, we present a general framework for efficiently computing diverse solutions to combinatorial optimization problems. Given a problem instance, the goal is to find $k$ solutions that maximize a specified diversity measure; the sum of pairwise Hamming distances or the size of the union of the $k$ solutions. Our framework applies to problems satisfying two structural properties: (i) All solutions are of equal size and (ii) the family of all solutions can be represented by a surjection from the family of ideals of some finite poset. Under these conditions, we show that the problem of computing $k$ diverse solutions can be reduced to the minimum cost flow problem and the maximum $s$-$t$ flow problem. As applications, we demonstrate that both the unweighted minimum $s$-$t$ cut problem and the stable matching problem satisfy the requirements of our framework. By utilizing the recent advances in network flows algorithms, we improve the previously known time complexities of the diverse problems, which were based on submodular function minimization.
Similar Papers
Finding Diverse Solutions in Combinatorial Problems with a Distributive Lattice Structure
Data Structures and Algorithms
Finds many different good answers to hard problems.
The Price of Diversity of the Traveling Salesman Problem
Data Structures and Algorithms
Finds best ways to visit cities with different paths.
Fair Diversity Maximization with Few Representatives
Data Structures and Algorithms
Picks fair, varied items, representing all groups.