The problem of maximizing submodular functions with constraints has attracted widespread attention in the past few decades. In recent years, the extensions of submodular functions were studied, such as lattice submodu...
详细信息
The problem of maximizing submodular functions with constraints has attracted widespread attention in the past few decades. In recent years, the extensions of submodular functions were studied, such as lattice submodular functions, diminishing return submodular (DR-submodular) functions and k-submodular functions. A k-submodular function is a generalization of a submodular function to k dimensions. Many machine learning problems can be cast as k-submodular maximization problems, for example, influence maximization with k kinds of topics and sensor placement with k kinds of sensors. Recently, the unprecedented growth in modern datasets makes it necessary to design streaming algorithms. This paper investigates the problem of maximizing a nonnegative normalized k-submodular function with the multi-knapsack constraint (also called the d-knapsackconstraint) in the streaming model. To address this problem, we design an efficient streaming algorithm that runs in one pass, stores at most O(b log b/epsilon) elements and queries at most O(dk log b/epsilon) per element where b is a constant after the normalization of the problem. This streaming algorithm also can achieve a (1/2(1+d) - epsilon)-approximation when the objective function f is monotone and (1/3+2d - epsilon)-approximation when the objective function f is non-monotone.
暂无评论