vix.ing · top · new · best · stats

Robust Approximation Algorithms for Non-monotone k-Submodular Maximization under a Knapsack Constraint

2023/09/21 by Dung T. K. Ha, Ha, Dung T. K., Canh V. Pham +4
Computer Science · Engineering · #Advanced Graph Theory Research #Combinatorics (math.CO) #Complexity and Algorithms in Graphs #Computational Complexity (cs.CC) #Data Structures and Algorithms (cs.DS) #FOS: Computer and information sciences #FOS: Mathematics #Machine Learning (cs.LG) #Optimization and Packing Problems

paper · pdf · doi:10.48550/arxiv.2309.12025

openalex publication_date 2023/09/21 · openalex created_date 2023/09/23 · openalex updated_date 2026/07/28

Abstract

The problem of non-monotone k-submodular maximization under a knapsack constraint (\kSMK) over the ground set size n has been raised in many applications in machine learning, such as data summarization, information propagation, etc. However, existing algorithms for the problem are facing questioning of how to overcome the non-monotone case and how to fast return a good solution in case of the big size of data. This paper introduces two deterministic approximation algorithms for the problem that competitively improve the query complexity of existing algorithms. Our first algorithm, \LAA, returns an approximation ratio of 1/19 within O(nk) query complexity. The second one, \RLA, improves the approximation ratio to 1/5-ε in O(nk) queries, where ε is an input parameter. Our algorithms are the first ones that provide constant approximation ratios within only O(nk) query complexity for the non-monotone objective. They, therefore, need fewer the number of queries than state-of-the-the-art ones by a factor of Ω(log n). Besides the theoretical analysis, we have evaluated our proposed ones with several experiments in some instances: Influence Maximization and Sensor Placement for the problem. The results confirm that our algorithms ensure theoretical quality as the cutting-edge techniques and significantly reduce the number of queries.

Related