English

Asymptotically Optimal Bounds for Estimating H-Index in Sublinear Time with Applications to Subgraph Counting

Data Structures and Algorithms 2022-09-20 v1

Abstract

The hh-index is a metric used to measure the impact of a user in a publication setting, such as a member of a social network with many highly liked posts or a researcher in an academic domain with many highly cited publications. Specifically, the hh-index of a user is the largest integer hh such that at least hh publications of the user have at least hh units of positive feedback. We design an algorithm that, given query access to the nn publications of a user and each publication's corresponding positive feedback number, outputs a (1±ε)(1\pm \varepsilon)-approximation of the hh-index of this user with probability at least 1δ1-\delta in time O(nln(1/δ)ε2h), O(\frac{n \cdot \ln{(1/\delta)}}{\varepsilon^2 \cdot h}), where hh is the actual hh-index which is unknown to the algorithm a-priori. We then design a novel lower bound technique that allows us to prove that this bound is in fact asymptotically optimal for this problem in all parameters n,h,ε,n,h,\varepsilon, and δ\delta. Our work is one of the first in sublinear time algorithms that addresses obtaining asymptotically optimal bounds, especially in terms of the error and confidence parameters. As such, we focus on designing novel techniques for this task. In particular, our lower bound technique seems quite general -- to showcase this, we also use our approach to prove an asymptotically optimal lower bound for the problem of estimating the number of triangles in a graph in sublinear time, which now is also optimal in the error and confidence parameters. This result improves upon prior lower bounds of Eden, Levi, Ron, and Seshadhri (FOCS'15) for this problem, as well as multiple follow-ups that extended this lower bound to other subgraph counting problems.

Keywords

Cite

@article{arxiv.2209.08114,
  title  = {Asymptotically Optimal Bounds for Estimating H-Index in Sublinear Time with Applications to Subgraph Counting},
  author = {Sepehr Assadi and Hoai-An Nguyen},
  journal= {arXiv preprint arXiv:2209.08114},
  year   = {2022}
}

Comments

Full version of the paper accepted to APPROX 2022