中文
相关论文

相关论文: Partial-Monotone Adaptive Submodular Maximization

200 篇论文

This paper presents a polynomial-time $1/2$-approximation algorithm for maximizing nonnegative $k$-submodular functions. This improves upon the previous $\max\{1/3, 1/(1+a)\}$-approximation by Ward and \v{Z}ivn\'y~(SODA'14), where…

数据结构与算法 · 计算机科学 2015-02-27 Satoru Iwata , Shin-ichi Tanigawa , Yuichi Yoshida

We consider the maximization problem in the value oracle model of functions defined on $k$-tuples of sets that are submodular in every orthant and $r$-wise monotone, where $k\geq 2$ and $1\leq r\leq k$. We give an analysis of a…

数据结构与算法 · 计算机科学 2016-08-05 Justin Ward , Stanislav Zivny

Several large-scale machine learning tasks, such as data summarization, can be approached by maximizing functions that satisfy submodularity. These optimization problems often involve complex side constraints, imposed by the underlying…

数据结构与算法 · 计算机科学 2021-02-15 Francesco Quinzan , Vanja Doskoč , Andreas Göbel , Tobias Friedrich

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 sizes, and maximum…

数据结构与算法 · 计算机科学 2021-01-19 Leqian Zheng , Hau Chan , Grigorios Loukides , Minming Li

We study the problem of maximizing a function that is approximately submodular under a cardinality constraint. Approximate submodularity implicitly appears in a wide range of applications as in many cases errors in evaluation of a…

数据结构与算法 · 计算机科学 2024-11-19 Thibaut Horel , Yaron Singer

We show that the greedy algorithm for adaptive-submodular cover has approximation ratio at least 1.3*(1+ln Q). Moreover, the instance demonstrating this gap has Q=1. So, it invalidates a prior result in the paper ``Adaptive Submodularity: A…

数据结构与算法 · 计算机科学 2024-05-27 Blake Harris , Viswanath Nagarajan

We present combinatorial and parallelizable algorithms for maximization of a submodular function, not necessarily monotone, with respect to a size constraint. We improve the best approximation factor achieved by an algorithm that has…

数据结构与算法 · 计算机科学 2024-02-21 Yixin Chen , Alan Kuhnle

The classical problem of maximizing a submodular function under a matroid constraint is considered. Defining a new measure for the increments made by the greedy algorithm at each step, called the discriminant, improved approximation ratio…

数据结构与算法 · 计算机科学 2018-10-31 Nived Rajaraman , Rahul Vaze

Motivated by applications in machine learning, such as subset selection and data summarization, we consider the problem of maximizing a monotone submodular function subject to mixed packing and covering constraints. We present a tight…

数据结构与算法 · 计算机科学 2018-12-20 Eyal Mizrachi , Roy Schwartz , Joachim Spoerhase , Sumedha Uniyal

Subset selection, which aims to select a subset from a ground set to maximize some objective function, arises in various applications such as influence maximization and sensor placement. In real-world scenarios, however, one often needs to…

神经与进化计算 · 计算机科学 2022-05-10 Chao Bian , Yawen Zhou , Chao Qian

The problem of maximizing a constrained monotone set function has many practical applications and generalizes many combinatorial problems. Unfortunately, it is generally not possible to maximize a monotone set function up to an acceptable…

数据结构与算法 · 计算机科学 2014-08-29 Moran Feldman , Rani Izsak

Symmetric submodular functions are an important family of submodular functions capturing many interesting cases including cut functions of graphs and hypergraphs. Maximization of such functions subject to various constraints receives little…

数据结构与算法 · 计算机科学 2016-04-19 Moran Feldman

The submodular maximization problem is widely applicable in many engineering problems where objectives exhibit diminishing returns. While this problem is known to be NP-hard for certain subclasses of objective functions, there is a greedy…

分布式、并行与集群计算 · 计算机科学 2020-07-01 Haoyuan Sun , David Grimsman , Jason R Marden

The greedy strategy is an approximation algorithm to solve optimization problems arising in decision making with multiple actions. How good is the greedy strategy compared to the optimal solution? In this survey, we mainly consider two…

最优化与控制 · 数学 2019-05-10 Yajing Liu , Edwin K. P. Chong , Ali Pezeshki , Zhenliang Zhang

Motivated by applications in online advertising, we consider a class of maximization problems where the objective is a function of the sequence of actions as well as the running duration of each action. For these problems, we introduce the…

离散数学 · 计算机科学 2019-03-15 Saeed Alaei , Ali Makhdoumi , Azarakhsh Malekian

The problem of maximizing non-negative submodular functions has been studied extensively in the last few years. However, most papers consider submodular set functions. Recently, several advances have been made for the more general case of…

离散数学 · 计算机科学 2016-11-29 Corinna Gottschalk , Britta Peis

In this paper, we focus on applications in machine learning, optimization, and control that call for the resilient selection of a few elements, e.g. features, sensors, or leaders, against a number of adversarial denial-of-service attacks or…

最优化与控制 · 数学 2017-11-01 Vasileios Tzoumas , Konstantinos Gatsis , Ali Jadbabaie , George J. Pappas

The Submodular Welfare Maximization problem (SWM) captures an important subclass of combinatorial auctions and has been studied extensively from both computational and economic perspectives. In particular, it has been studied in a natural…

数据结构与算法 · 计算机科学 2018-11-20 Niv Buchbinder , Moran Feldman , Yuval Filmus , Mohit Garg

We demonstrate that from an algorithm guaranteeing an approximation factor for the ratio of submodular (RS) optimization problem, we can build another algorithm having a different kind of approximation guarantee -- weaker than the classical…

数据结构与算法 · 计算机科学 2022-09-12 Pierre Perrault , Jennifer Healey , Zheng Wen , Michal Valko

We study a general stochastic ranking problem where an algorithm needs to adaptively select a sequence of elements so as to "cover" a random scenario (drawn from a known distribution) at minimum expected cost. The coverage of each scenario…

数据结构与算法 · 计算机科学 2019-02-06 Fatemeh Navidi , Prabhanjan Kambadur , Viswanath Nagarajan