TL;DR
This paper unifies various submodular and supermodular ratio optimization problems, showing their equivalence and demonstrating that general-purpose algorithms can effectively solve large-scale instances, outperforming specialized methods.
Contribution
It establishes the equivalence of multiple ratio optimization problems and introduces a universal algorithmic framework based on the MNP problem, connecting theory with practical algorithms.
Findings
SuperGreedy++ and Fujishige-Wolfe algorithms act as universal solvers.
General convex and flow-based methods outperform task-specific baselines.
Empirical results on 400+ experiments show scalability and effectiveness.
Abstract
We study the problem of minimizing or maximizing the average value of a submodular or supermodular set function over non-empty subsets . This generalizes classical problems such as Densest Subgraph (DSG), Densest Supermodular Set (DSS), and Submodular Function Minimization (SFM). Motivated by recent applications, we introduce two broad formulations: Unrestricted Sparsest Submodular Set (USSS) and Unrestricted Densest Supermodular Set (UDSS), which allow for negative and non-monotone functions. We show that DSS, SFM, USSS, UDSS, and the Minimum Norm Point (MNP) problem are equivalent under strongly polynomial-time reductions, enabling algorithmic crossover. In particular, viewing these through the lens of the MNP in the base polyhedron, we connect Fujishige's theory with dense decomposition, and show that both Fujishige-Wolfe's…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsBalanced Selection · Sparse Evolutionary Training
