English

Boosting Gradient Ascent for Continuous DR-submodular Maximization

Machine Learning 2024-07-25 v2 Artificial Intelligence Optimization and Control

Abstract

Projected Gradient Ascent (PGA) is the most commonly used optimization scheme in machine learning and operations research areas. Nevertheless, numerous studies and examples have shown that the PGA methods may fail to achieve the tight approximation ratio for continuous DR-submodular maximization problems. To address this challenge, we present a boosting technique in this paper, which can efficiently improve the approximation guarantee of the standard PGA to \emph{optimal} with only small modifications on the objective function. The fundamental idea of our boosting technique is to exploit non-oblivious search to derive a novel auxiliary function FF, whose stationary points are excellent approximations to the global maximum of the original DR-submodular objective ff. Specifically, when ff is monotone and γ\gamma-weakly DR-submodular, we propose an auxiliary function FF whose stationary points can provide a better (1eγ)(1-e^{-\gamma})-approximation than the (γ2/(1+γ2))(\gamma^2/(1+\gamma^2))-approximation guaranteed by the stationary points of ff itself. Similarly, for the non-monotone case, we devise another auxiliary function FF whose stationary points can achieve an optimal 1minxCx4\frac{1-\min_{\boldsymbol{x}\in\mathcal{C}}\|\boldsymbol{x}\|_{\infty}}{4}-approximation guarantee where C\mathcal{C} is a convex constraint set. In contrast, the stationary points of the original non-monotone DR-submodular function can be arbitrarily bad~\citep{chen2023continuous}. Furthermore, we demonstrate the scalability of our boosting technique on four problems. In all of these four problems, our resulting variants of boosting PGA algorithm beat the previous standard PGA in several aspects such as approximation ratio and efficiency. Finally, we corroborate our theoretical findings with numerical experiments, which demonstrate the effectiveness of our boosting PGA methods.

Keywords

Cite

@article{arxiv.2401.08330,
  title  = {Boosting Gradient Ascent for Continuous DR-submodular Maximization},
  author = {Qixin Zhang and Zongqi Wan and Zengde Deng and Zaiyi Chen and Xiaoming Sun and Jialin Zhang and Yu Yang},
  journal= {arXiv preprint arXiv:2401.08330},
  year   = {2024}
}

Comments

74 pages, 6 figures and 9 tables. An extended version of Stochastic Continuous Submodular Maximization: Boosting via Non-oblivious Function (ICML 2022)

R2 v1 2026-06-28T14:17:59.239Z