Discrete and Continuous Difference of Submodular Minimization
George Orfanides, Tim Hoheisel, Marwa El Halabi
TL;DR
This work studies the minimization of $F(x)=G(x)-H(x)$ where $G,H$ are normalized submodular on product domains, addressing both discrete and continuous settings. It proves that any function on a discrete domain and any smooth function on a continuous domain admit a DS decomposition, enabling a DC reformulation via the Lovász extension and a corresponding DC algorithm. The authors propose a discrete-domain DS solver (DCA-LS) with $O(1/T)$ convergence to a local minimum and show how to apply the method to continuous domains via discretization, accompanied by theoretical guarantees. Empirically, the approach improves over baselines on integer least squares and integer compressed sensing, while remaining practical in runtime. Overall, the work tightly links DS representations with DC programming and provides actionable algorithms for mixed-integer non-convex optimization problems.
Abstract
Submodular functions, defined on continuous or discrete domains, arise in numerous applications. We study the minimization of the difference of two submodular (DS) functions, over both domains, extending prior work restricted to set functions. We show that all functions on discrete domains and all smooth functions on continuous domains are DS. For discrete domains, we observe that DS minimization is equivalent to minimizing the difference of two convex (DC) functions, as in the set function case. We propose a novel variant of the DC Algorithm (DCA) and apply it to the resulting DC Program, obtaining comparable theoretical guarantees as in the set function case. The algorithm can be applied to continuous domains via discretization. Experiments demonstrate that our method outperforms baselines in integer compressive sensing and integer least squares.
