LGDMDSOCMLMay 18, 2023

Difference of Submodular Minimization via DC Programming

arXiv:2305.11046v26 citations
Originality Incremental advance
AI Analysis

This work addresses a specific optimization problem in machine learning, offering incremental improvements in algorithm performance for applications like feature selection.

The paper tackled the problem of minimizing the difference of two submodular functions, which arises in machine learning applications, by introducing variants of the DC algorithm and its complete form, showing that these algorithms outperform existing baselines in speech corpus selection and feature selection tasks.

Minimizing the difference of two submodular (DS) functions is a problem that naturally occurs in various machine learning problems. Although it is well known that a DS problem can be equivalently formulated as the minimization of the difference of two convex (DC) functions, existing algorithms do not fully exploit this connection. A classical algorithm for DC problems is called the DC algorithm (DCA). We introduce variants of DCA and its complete form (CDCA) that we apply to the DC program corresponding to DS minimization. We extend existing convergence properties of DCA, and connect them to convergence properties on the DS problem. Our results on DCA match the theoretical guarantees satisfied by existing DS algorithms, while providing a more complete characterization of convergence properties. In the case of CDCA, we obtain a stronger local minimality guarantee. Our numerical results show that our proposed algorithms outperform existing baselines on two applications: speech corpus selection and feature selection.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes