paper-with-me

Papers

An efficient branch-and-cut algorithm for approximately submodular function maximization

2019-04-26 · Naoya Uematsu, Shunji Umetani, Yoshinobu Kawahara

When approaching to problems in computer science, we often encounter situations where a subset of a finite set maximizing some utility function needs to be selected. Some of such utility functions are known to be approximately submodular. For the problem of maximizing an approximately submodular function (ASFM problem), a greedy algorithm quickly finds good feasible solutions for many instances while guaranteeing ($1-e^{-\gamma}$)-approximation ratio for a given submodular ratio $\gamma$. However, we still encounter its applications that ask more accurate or exactly optimal solutions within a reasonable computation time. In this paper, we present an efficient branch-and-cut algorithm for the non-decreasing ASFM problem based on its binary integer programming (BIP) formulation with an exponential number of constraints. To this end, we first derive a BIP formulation of the ASFM problem and then, develop an improved constraint generation algorithm that starts from a reduced BIP problem with a small subset of constraints and repeats solving the reduced BIP problem while adding a promising set of constraints at each iteration. Moreover, we incorporate it into a branch-and-cut algorithm to attain good upper bounds while solving a smaller number of nodes of a search tree. The computational results for three types of well-known benchmark instances show that our algorithm performs better than the conventional exact algorithms.

📄 PDF Abstract BibTeX arXiv:1904.12682

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Maximizing approximately k-submodular functions

2021-01-18 · Leqian Zheng, Hau Chan, Grigorios Loukides, Minming Li

We introduce the problem of maximizing approximately $k$-submodular functions subject to size constraints. In this problem, one seeks to select $k$-disjoint subsets of a ground set with bounded total size or individual s…

An efficient branch-and-bound algorithm for submodular function maximization

2018-11-10 · Naoya Uematsu, Shunji Umetani, Yoshinobu Kawahara

The submodular function maximization is an attractive optimization model that appears in many real applications. Although a variety of greedy algorithms quickly find good feasible solutions for many instances while guara…

Continuous DR-submodular Maximization: Structure and Algorithms

2017-11-04 · NeurIPS 2017 12 · An Bian, Kfir. Y. Levy, Andreas Krause, Joachim M. Buhmann

DR-submodular continuous functions are important objectives with wide real-world applications spanning MAP inference in determinantal point processes (DPPs), and mean-field inference for probabilistic submodular models, …

Point Processes

Fairness in Monotone $k$-submodular Maximization: Algorithms and Applications

2024-11-08 · Yanhui Zhu, Samik Basu, A. Pavan

Submodular optimization has become increasingly prominent in machine learning and fairness has drawn much attention. In this paper, we propose to study the fair $k$-submodular maximization problem and develop a $\frac{1}…

Fairness

Submodular Maximization Through Barrier Functions

2020-02-10 · NeurIPS 2020 12 · Ashwinkumar Badanidiyuru, Amin Karbasi, Ehsan Kazemi, Jan Vondrak

In this paper, we introduce a novel technique for constrained submodular maximization, inspired by barrier functions in continuous optimization. This connection not only improves the running time for constrained submodul…

Movie Recommendation