中文
相关论文

相关论文: String Submodular Functions with Curvature Constra…

200 篇论文

The subspace selection problem seeks a subspace that maximizes an objective function under some constraint. This problem includes several important machine learning problems such as the principal component analysis and sparse dictionary…

数据结构与算法 · 计算机科学 2018-05-22 So Nakashima , Takanori Maehara

We study the problem of maximizing a non-monotone submodular function under multiple knapsack constraints. We propose a simple discrete greedy algorithm to approach this problem, and prove that it yields strong approximation guarantees for…

机器学习 · 计算机科学 2020-02-19 Vanja Doskoč , Tobias Friedrich , Andreas Göbel , Frank Neumann , Aneta Neumann , Francesco Quinzan

This paper studies the problem of maximizing a monotone submodular function under an unknown knapsack constraint. A solution to this problem is a policy that decides which item to pack next based on the past packing history. The robustness…

数据结构与算法 · 计算机科学 2024-10-25 Max Klimm , Martin Knaack

We study the worst-case adaptive optimization problem with budget constraint that is useful for modeling various practical applications in artificial intelligence and machine learning. We investigate the near-optimality of greedy algorithms…

人工智能 · 计算机科学 2017-05-24 Nguyen Viet Cuong , Huan Xu

We study influence maximization on temporal networks. This is a special setting where the influence function is not submodular, and there is no optimality guarantee for solutions achieved via greedy optimization. We perform an exhaustive…

物理与社会 · 物理学 2022-09-05 Sirag Erkol , Dario Mazzilli , Filippo Radicchi

In this paper, we study the problem of maximizing $k$-submodular functions subject to a knapsack constraint. For monotone objective functions, we present a $\frac{1}{2}(1-e^{-2})\approx 0.432$ greedy approximation algorithm. For the…

数据结构与算法 · 计算机科学 2023-09-18 Hao Xiao , Qian Liu , Yang Zhou , Min Li

A deterministic approximation algorithm is presented for the maximization of non-monotone submodular functions over a ground set of size $n$ subject to cardinality constraint $k$; the algorithm is based upon the idea of interlacing two…

数据结构与算法 · 计算机科学 2019-10-28 Alan Kuhnle

We consider a class of discrete optimization problems that aim to maximize a submodular objective function subject to a distributed partition matroid constraint. More precisely, we consider a networked scenario in which multiple agents…

最优化与控制 · 数学 2020-11-19 Alexander Robey , Arman Adibi , Brent Schlotfeldt , George J. Pappas , Hamed Hassani

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

We investigate two greedy strategies for finding an approximation to the minimum of a convex function $E$ defined on a Hilbert space $H$. We prove convergence rates for these algorithms under suitable conditions on the objective function…

数值分析 · 数学 2014-01-09 Hao Nguyen , Guergana Petrova

A key problem in emerging complex cyber-physical networks is the design of information and control topologies, including sensor and actuator selection and communication network design. These problems can be posed as combinatorial set…

最优化与控制 · 数学 2018-11-20 Tyler Summers , Maryam Kamgarpour

We study the problem of selecting a subset of k random variables from a large set, in order to obtain the best linear prediction of another variable of interest. This problem can be viewed in the context of both feature selection and sparse…

机器学习 · 统计学 2011-02-28 Abhimanyu Das , David Kempe

We consider the problem of maximizing a monotone nondecreasing set function under multiple constraints, where the constraints are also characterized by monotone nondecreasing set functions. We propose two greedy algorithms to solve the…

最优化与控制 · 数学 2023-05-09 Lintao Ye , Zhi-Wei Liu , Ming Chi , Vijay Gupta

We study the problem of scheduling sensors in a resource-constrained linear dynamical system, where the objective is to select a small subset of sensors from a large network to perform the state estimation task. We formulate this problem as…

系统与控制 · 计算机科学 2018-04-05 Abolfazl Hashemi , Mahsa Ghasemi , Haris Vikalo , Ufuk Topcu

We consider the problem of maximizing non-negative non-decreasing set functions. Although most of the recent work focus on exploiting submodularity, it turns out that several objectives we encounter in practice are not submodular.…

数据结构与算法 · 计算机科学 2018-06-19 Gaurav Gupta , Sergio Pequito , Paul Bogdan

In machine learning and big data, the optimization objectives based on set-cover, entropy, diversity, influence, feature selection, etc. are commonly modeled as submodular functions. Submodular (function) maximization is generally NP-hard,…

数据结构与算法 · 计算机科学 2022-12-13 Haotian Zhang , Rao Li , Zewei Wu , Guodong Sun

We study the problem of selecting a subset of vectors from a large set, to obtain the best signal representation over a family of functions. Although greedy methods have been widely used for tackling this problem and many of those have been…

信号处理 · 电气工程与系统科学 2023-05-16 Ehsan Tohidi , Mario Coutino , David Gesbert

It is known that greedy methods perform well for maximizing monotone submodular functions. At the same time, such methods perform poorly in the face of non-monotonicity. In this paper, we show - arguably, surprisingly - that invoking the…

机器学习 · 计算机科学 2017-04-07 Moran Feldman , Christopher Harshaw , Amin Karbasi

We consider classes of objective functions of cardinality constrained maximization problems for which the greedy algorithm guarantees a constant approximation. We propose the new class of $\gamma$-$\alpha$-augmentable functions and prove…

离散数学 · 计算机科学 2022-10-05 Yann Disser , David Weckbecker

Many sequential decision making problems, including pool-based active learning and adaptive viral marketing, can be formulated as an adaptive submodular maximization problem. Most of existing studies on adaptive submodular optimization…

机器学习 · 计算机科学 2022-12-13 Shaojie Tang , Jing Yuan