English

Almost optimal query algorithm for hitting set using a subset query

Data Structures and Algorithms 2023-05-09 v2

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 kk, the size of the Hitting-Set. The subset query oracle we use in this paper is called Generalized dd-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 dd-uniform hypergraph H\mathcal{H} takes as input dd pairwise disjoint non-empty subsets A1,,AdA_1, \ldots, A_d of vertices in H\cal H and answers whether there is a hyperedge in H\mathcal{H} that intersects each set AiA_i, where i{1,2,,d}i \in \{1, \, 2, \, \ldots, d\}. } For d=2d=2, the GPIS oracle is nothing but BIS oracle. We show that dd-Hitting-Set, the hitting set problem for dd-uniform hypergraphs, can be solved using O~d(kdlogn)\widetilde{\mathcal{O}}_d(k^{d} \log n) GPIS queries. Additionally, we also showed that dd-Decesion-Hitting-Set, the decision version of dd-Hitting-Set can be solved with O~d(min{kdlogn,k2d2})\widetilde{\mathcal{O}}_d\left( \min \left\{ k^d\log n, k^{2d^2} \right\} \right) {\sc GPIS} queries. We complement these parameterized upper bounds with an almost matching parameterized lower bound that states that any algorithm that solves dd-Decesion-Hitting-Set requires Ω((k+dd))\Omega \left( \binom{k+d}{d} \right) GPIS queries.

Cite

@article{arxiv.1807.06272,
  title  = {Almost optimal query algorithm for hitting set using a subset query},
  author = {Arijit Bishnu and Arijit Ghosh and Sudeshna Kolay and Gopinath Mishra and Saket Saurabh},
  journal= {arXiv preprint arXiv:1807.06272},
  year   = {2023}
}

Comments

22 pages. A preliminary version has appeared in ISAAC'19 and the full version has been accepted in JCSS

R2 v1 2026-06-23T03:03:52.706Z