中文
相关论文

相关论文: Profit Maximization in Social Networks and Non-mon…

200 篇论文

We provide a distributed online algorithm for multi-agent submodular maximization under communication delays. We are motivated by the future distributed information-gathering tasks in unknown and dynamic environments, where utility…

机器学习 · 计算机科学 2026-03-31 Zirui Xu , Vasileios Tzoumas

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

Submodular maximization is a general optimization problem with a wide range of applications in machine learning (e.g., active learning, clustering, and feature selection). In large-scale optimization, the parallel running time of an…

数据结构与算法 · 计算机科学 2023-04-11 Matthew Fahrbach , Vahab Mirrokni , Morteza Zadimoghaddam

Unconstrained submodular maximization captures many NP-hard combinatorial optimization problems, including Max-Cut, Max-Di-Cut, and variants of facility location problems. Recently, Buchbinder et al. presented a surprisingly simple linear…

数据结构与算法 · 计算机科学 2014-04-25 Norman Huang , Allan Borodin

Greedy algorithms are widely used for problems in machine learning such as feature selection and set function optimization. Unfortunately, for large datasets, the running time of even greedy algorithms can be quite high. This is because for…

机器学习 · 统计学 2017-03-09 Rajiv Khanna , Ethan Elenberg , Alexandros G. Dimakis , Sahand Negahban , Joydeep Ghosh

The problem of maximizing nonnegative monotone submodular functions under a certain constraint has been intensively studied in the last decade, and a wide range of efficient approximation algorithms have been developed for this problem.…

数据结构与算法 · 计算机科学 2020-06-30 Akbar Rafiey , Yuichi Yoshida

Submodular functions are an important class of functions in combinatorial optimization which satisfy the natural properties of decreasing marginal costs. The study of these functions has led to strong structural properties with applications…

多智能体系统 · 计算机科学 2009-11-13 Gagan Goel , Pushkar Tripathi , Lei Wang

We consider parallel, or low adaptivity, algorithms for submodular function maximization. This line of work was recently initiated by Balkanski and Singer and has already led to several interesting results on the cardinality constraint and…

数据结构与算法 · 计算机科学 2018-12-03 Chandra Chekuri , Kent Quanrud

A $k$-submodular function naturally generalizes submodular functions by taking as input $k$ disjoint subsets, rather than a single subset. Unlike standard submodular maximization, which only requires selecting elements for the solution,…

数据结构与算法 · 计算机科学 2025-07-18 Chenhao Wang

We generalize the problem of online submodular welfare maximization to incorporate various stochastic elements that have gained significant attention in recent years. We show that a non-adaptive Greedy algorithm, which is oblivious to the…

数据结构与算法 · 计算机科学 2026-01-06 Rajan Udwani

Low-bit width neural networks have been extensively explored for deployment on edge devices to reduce computational resources. Existing approaches have focused on gradient-based optimization in a two-stage train-and-compress setting or as a…

机器学习 · 计算机科学 2022-06-07 Han Zhou , Aida Ashrafi , Matthew B. Blaschko

In this paper, we study a certain class of online optimization problems, where the goal is to maximize a function that is not necessarily concave and satisfies the Diminishing Returns (DR) property under budget constraints. We analyze a…

最优化与控制 · 数学 2019-07-02 Omid Sadeghi , Reza Eghbali , Maryam Fazel

In this paper, we consider an online optimization problem over $T$ rounds where at each step $t\in[T]$, the algorithm chooses an action $x_t$ from the fixed convex and compact domain set $\mathcal{K}$. A utility function $f_t(\cdot)$ is…

机器学习 · 计算机科学 2021-06-16 Omid Sadeghi , Prasanna Raut , Maryam Fazel

In this paper we consider a generalization of the well-known budgeted maximum coverage problem. We are given a ground set of elements and a set of bins. The goal is to find a subset of elements along with an associated set of bins, such…

数据结构与算法 · 计算机科学 2018-08-10 Francesco Cellinese , Gianlorenzo D'Angelo , Gianpiero Monaco , Yllka Velaj

Submodularity in combinatorial optimization has been a topic of many studies and various algorithmic techniques exploiting submodularity of a studied problem have been proposed. It is therefore natural to ask, in cases where the cost…

数据结构与算法 · 计算机科学 2023-05-19 Martin Böhm , Jarosław Byrka , Mateusz Lewandowski , Jan Marcinkowski

We study the problem of maximizing a non-negative monotone submodular objective $f$ subject to the intersection of $k$ arbitrary matroid constraints. The natural greedy algorithm guarantees $(k+1)$-approximation for this problem, and the…

数据结构与算法 · 计算机科学 2026-05-11 Moran Feldman , Justin Ward

Continuous submodular functions are a category of generally non-convex/non-concave functions with a wide spectrum of applications. The celebrated property of this class of functions - continuous submodularity - enables both exact…

机器学习 · 计算机科学 2020-06-25 Yatao Bian , Joachim M. Buhmann , Andreas Krause

Submodular function optimization has numerous applications in machine learning and data analysis, including data summarization which aims to identify a concise and diverse set of data points from a large dataset. It is important to…

数据结构与算法 · 计算机科学 2023-04-11 Shaojie Tang , Jing Yuan , Twumasi Mensah-Boateng

Submodular optimization generalizes many classic problems in combinatorial optimization and has recently found a wide range of applications in machine learning (e.g., feature engineering and active learning). For many large-scale…

数据结构与算法 · 计算机科学 2023-04-11 Matthew Fahrbach , Vahab Mirrokni , Morteza Zadimoghaddam

In the Submodular Welfare Maximization (SWM) problem, the input consists of a set of $n$ items, each of which must be allocated to one of $m$ agents. Each agent $\ell$ has a valuation function $v_\ell$, where $v_\ell(S)$ denotes the welfare…

数据结构与算法 · 计算机科学 2017-12-18 Nitish Korula , Vahab Mirrokni , Morteza Zadimoghaddam