Improved Bounds with a Simple Algorithm for Edge Estimation for Graphs of Unknown Size
Debarshi Chanda

TL;DR
This paper introduces a simple, practical randomized algorithm for estimating the average degree of a graph with unknown size, improving query complexity bounds and establishing lower bounds for such estimations.
Contribution
It presents a new estimation technique that simplifies and enhances the efficiency of degree estimation in graphs without prior parameter knowledge.
Findings
Achieves improved query complexity bounds for degree estimation
Provides a lower bound matching the upper bounds, establishing optimality
Demonstrates the algorithm's practicality and simplicity
Abstract
We propose a randomized algorithm with query access that given a graph with arboricity , and average degree , makes \texttt{Degree} and \texttt{Random Edge} queries to obtain an estimate satisfying . This improves the query algorithm of [Beretta et al., SODA 2026] that has access to \texttt{Degree}, \texttt{Neighbour}, and \texttt{Random Edge} queries. Our algorithm does not require any graph parameter as input, not even the size of the vertex set, and attains both simplicity and practicality through a new estimation technique. We complement our upper bounds with a lower bound that shows for all valid , and , any algorithm that has…
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 · Graph Theory and Algorithms · Complex Network Analysis Techniques
