paper-with-me

Papers

Robust Submodular Maximization: A Non-Uniform Partitioning Approach

2017-06-15 · ICML 2017 8 · Ilija Bogunovic, Slobodan Mitrović, Jonathan Scarlett, Volkan Cevher

We study the problem of maximizing a monotone submodular function subject to a cardinality constraint $k$, with the added twist that a number of items $\tau$ from the returned set may be removed. We focus on the worst-case setting considered in (Orlin et al., 2016), in which a constant-factor approximation guarantee was given for $\tau = o(\sqrt{k})$. In this paper, we solve a key open problem raised therein, presenting a new Partitioned Robust (PRo) submodular maximization algorithm that achieves the same guarantee for more general $\tau = o(k)$. Our algorithm constructs partitions consisting of buckets with exponentially increasing sizes, and applies standard submodular optimization subroutines on the buckets in order to construct the robust solution. We numerically demonstrate the performance of PRo in data summarization and influence maximization, demonstrating gains over both the greedy algorithm and the algorithm of (Orlin et al., 2016).

📄 PDF Abstract BibTeX arXiv:1706.04918

Code (0)

등록된 구현이 없습니다.

Tasks

Data Summarization

Similar Papers 제목 키워드 기반

Mixed Robust/Average Submodular Partitioning: Fast Algorithms, Guarantees, and Applications

2015-12-01 · NeurIPS 2015 12 · Kai Wei, Rishabh K. Iyer, Shengjie Wang, Wenruo Bai 외

We investigate two novel mixed robust/average-case submodular data partitioning problems that we collectively call Submodular Partitioning. These problems generalize purely robust instances of the problem, namely max-min…

ClusteringDistributed OptimizationImage SegmentationSemantic Segmentation+1

Partitioning and Observability in Linear Systems via Submodular Optimization

2025-05-22 · Mohamad H. Kazma, Ahmad F. Taha

Network partitioning has gained recent attention as a pathway to enable decentralized operation and control in large-scale systems. This paper addresses the interplay between partitioning, observability, and sensor place…

Mixed Robust/Average Submodular Partitioning: Fast Algorithms, Guarantees, and Applications to Parallel Machine Learning and Multi-Label Image Segmentation

2015-10-29 · NeurIPS 2015 · Kai Wei, Rishabh Iyer, Shengjie Wang, Wenruo Bai 외

We study two mixed robust/average-case submodular partitioning problems that we collectively call Submodular Partitioning. These problems generalize both purely robust instances of the problem (namely max-min submodular …

ClusteringDistributed OptimizationImage SegmentationInteractive Segmentation+2

Online Two-Stage Submodular Maximization

2025-10-22 · Iasonas Nikolaou, Miltiadis Stouras, Stratis Ioannidis, Evimaria Terzi arxiv

Given a collection of monotone submodular functions, the goal of Two-Stage Submodular Maximization (2SSM) [Balkanski et al., 2016] is to restrict the ground set so an objective selected u.a.r. from the collection attains…

Fast algorithms for k-submodular maximization subject to a matroid constraint

2023-07-26 · Shuxian Niu, Qian Liu, Yang Zhou, Min Li

In this paper, we apply a Threshold-Decreasing Algorithm to maximize $k$-submodular functions under a matroid constraint, which reduces the query complexity of the algorithm compared to the greedy algorithm with little l…