paper-with-me

Papers

Fast Stochastic Greedy Algorithm for $k$-Submodular Cover Problem

2025-11-02 · Hue T. Nguyen, Tan D. Tran, Nguyen Long Giang, Canh V. Pham arxiv

We study the $k$-Submodular Cover ($kSC$) problem, a natural generalization of the classical Submodular Cover problem that arises in artificial intelligence and combinatorial optimization tasks such as influence maximization, resource allocation, and sensor placement. Existing algorithms for $\kSC$ often provide weak approximation guarantees or incur prohibitively high query complexity. To overcome these limitations, we propose a \textit{Fast Stochastic Greedy} algorithm that achieves strong bicriteria approximation while substantially lowering query complexity compared to state-of-the-art methods. Our approach dramatically reduces the number of function evaluations, making it highly scalable and practical for large-scale real-world AI applications where efficiency is essential.

📄 PDF Abstract BibTeX arXiv:2511.00869

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Lazier Than Lazy Greedy

2014-09-28 · Baharan Mirzasoleiman, Ashwinkumar Badanidiyuru, Amin Karbasi, Jan Vondrak 외

Is it possible to maximize a monotone submodular function faster than the widely used lazy greedy algorithm (also known as accelerated greedy), both in theory and practice? In this paper, we develop the first linear-time…

ClusteringData Summarization

Lower Bound on the Greedy Approximation Ratio for Adaptive Submodular Cover

2024-05-23 · Blake Harris, Viswanath Nagarajan

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 ``Adapt…

Active LearningStochastic Optimization

Scalable Greedy Feature Selection via Weak Submodularity

2017-03-08 · Rajiv Khanna, Ethan Elenberg, Alexandros G. Dimakis, Sahand Negahban 외

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.…

feature selection

Adaptive Submodularity: Theory and Applications in Active Learning and Stochastic Optimization

2010-03-21 · Daniel Golovin, Andreas Krause

Solving stochastic optimization problems under partial observability, where one needs to adaptively make decisions with uncertain outcomes, is a fundamental but notoriously difficult challenge. In this paper, we introduc…

Active LearningMarketingStochastic Optimization

Near-Optimal Data Source Selection for Bayesian Learning

2020-11-21 · Lintao Ye, Aritra Mitra, Shreyas Sundaram

We study a fundamental problem in Bayesian learning, where the goal is to select a set of data sources with minimum cost while achieving a certain learning performance based on the data streams provided by the selected d…