Almost optimal query algorithm for hitting set using a subset query
Arijit Bishnu, Arijit Ghosh, Sudeshna Kolay, Gopinath Mishra, Saket, Saurabh

TL;DR
This paper presents near-optimal sublinear algorithms for the hitting set problem in hypergraphs using a generalized subset query oracle, with tight bounds on query complexity.
Contribution
It introduces efficient algorithms for hypergraph hitting set problems using GPIS queries and establishes nearly matching lower bounds for query complexity.
Findings
Algorithms solve d-Hitting-Set with ~O(k^d log n) queries.
Decision problem solved with ~O(min{k^d log n, k^{2d^2}}) queries.
Lower bounds show any algorithm requires at least Ω(inom{k+d}{d}) queries.
Abstract
Given access to the hypergraph through a subset query oracle in the query model, we give sublinear time algorithms for Hitting-Set with almost tight parameterized query complexity. In parameterized query complexity, we estimate the number of queries to the oracle based on the parameter , the size of the Hitting-Set. The subset query oracle we use in this paper is called Generalized -partite Independent Set query oracle (GPIS) and it was introduced by Bishnu et al. (ISAAC'18). GPIS is a generalization to hypergraphs of the Bipartite Independent Set query oracle (BIS) introduced by Beame et al. (ITCS'18 and TALG'20) for estimating the number of edges in graphs. Formally, GPIS is defined as follows: GPIS oracle for a -uniform hypergraph takes as input pairwise disjoint non-empty subsets of vertices in and answers whether there is a…
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
TopicsAlgorithms and Data Compression · Advanced Graph Theory Research · Complexity and Algorithms in Graphs
