We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.DS

Change to browse by:

cs

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Data Structures and Algorithms

Title: An Efficient Framework for Balancing Submodularity and Cost

Abstract: In the classical selection problem, the input consists of a collection of elements and the goal is to pick a subset of elements from the collection such that some objective function $f$ is maximized. This problem has been studied extensively in the data-mining community and it has multiple applications including influence maximization in social networks, team formation and recommender systems. A particularly popular formulation that captures the needs of many such applications is one where the objective function $f$ is a monotone and non-negative submodular function. In these cases, the corresponding computational problem can be solved using a simple greedy $(1-\frac{1}{e})$-approximation algorithm.
In this paper, we consider a generalization of the above formulation where the goal is to optimize a function that maximizes the submodular function $f$ minus a linear cost function $c$. This formulation appears as a more natural one, particularly when one needs to strike a balance between the value of the objective function and the cost being paid in order to pick the selected elements. We address variants of this problem both in an offline setting, where the collection is known a priori, as well as in online settings, where the elements of the collection arrive in an online fashion. We demonstrate that by using simple variants of the standard greedy algorithm (used for submodular optimization) we can design algorithms that have provable approximation guarantees, are extremely efficient and work very well in practice.
Comments: Extended version of KDD 2021 paper
Subjects: Data Structures and Algorithms (cs.DS)
Cite as: arXiv:2002.07782 [cs.DS]
  (or arXiv:2002.07782v3 [cs.DS] for this version)

Submission history

From: Alina Ene [view email]
[v1] Tue, 18 Feb 2020 18:26:47 GMT (7kb)
[v2] Mon, 13 Apr 2020 17:08:38 GMT (199kb,D)
[v3] Fri, 3 Sep 2021 14:20:26 GMT (2363kb,D)

Link back to: arXiv, form interface, contact.