Approximate k-Cover in Hypergraphs: Efficient Algorithms, and Applications
Hung Nguyen, Phuc Thai, My Thai, Tam Vu, Thang Dinh

TL;DR
This paper introduces BCA, a scalable algorithm for approximate k-cover in hypergraphs that significantly reduces space complexity while maintaining strong approximation guarantees, with enhanced efficiency through adaptive sampling.
Contribution
The paper presents BCA, a new family of algorithms for approximate k-cover that reduces space complexity from O(k n log n) to O(ε^{-2} n log n) and introduces DTA, an adaptive sampling scheme for improved performance.
Findings
BCA achieves a (1 - 1/e - ε)-approximation with much less space.
The algorithms are scalable to large networks.
Adaptive sampling improves robustness and efficiency.
Abstract
Given a weighted hypergraph , the approximate -cover problem seeks for a size- subset of that has the maximum weighted coverage by \emph{sampling only a few hyperedges} in . The problem has emerged from several network analysis applications including viral marketing, centrality maximization, and landmark selection. Despite many efforts, even the best approaches require space complexities, thus, cannot scale to, nowadays, humongous networks without sacrificing formal guarantees. In this paper, we propose BCA, a family of algorithms for approximate -cover that can find -approximation solutions within an \emph{ space}. That is a factor reduction on space comparing to the state-of-the-art approaches with the same guarantee. We further make BCA more…
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
TopicsComplexity and Algorithms in Graphs · Optimization and Search Problems · Advanced Graph Theory Research
