Efficient Deterministic Algorithms for Maximizing Symmetric Submodular Functions
Zongqi Wan, Jialin Zhang, Xiaoming Sun, Zhijie Zhang

TL;DR
This paper introduces new efficient deterministic algorithms for maximizing symmetric submodular functions under various constraints, achieving improved approximation ratios and query complexities over previous randomized or less efficient deterministic methods.
Contribution
The paper presents the first deterministic algorithms with improved approximation ratios and query complexities for symmetric submodular maximization under cardinality, matroid, and packing constraints.
Findings
Deterministic algorithm for cardinality constraint attains 0.432 ratio with O(kn) queries.
Deterministic algorithm for matroid constraint attains 1/3−ε ratio with O(kn log ε^{-1}) queries.
New algorithms for packing constraints and knapsack constraints with improved query complexity and approximation ratios.
Abstract
Symmetric submodular maximization is an important class of combinatorial optimization problems, including MAX-CUT on graphs and hyper-graphs. The state-of-the-art algorithm for the problem over general constraints has an approximation ratio of . The algorithm applies the canonical continuous greedy technique that involves a sampling process. It, therefore, suffers from high query complexity and is inherently randomized. In this paper, we present several efficient deterministic algorithms for maximizing a symmetric submodular function under various constraints. Specifically, for the cardinality constraint, we design a deterministic algorithm that attains a ratio and uses queries. Previously, the best deterministic algorithm attains a ratio and uses queries. For the matroid…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCryptography and Data Security · Complexity and Algorithms in Graphs · Coding theory and cryptography
