Sublinear Time Estimation of Degree Distribution Moments: The Degeneracy Connection

April 13, 2016 Β· Declared Dead Β· πŸ› International Colloquium on Automata, Languages and Programming

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Talya Eden, Dana Ron, C. Seshadhri arXiv ID 1604.03661 Category cs.DS: Data Structures & Algorithms Cross-listed cs.DM Citations 27 Venue International Colloquium on Automata, Languages and Programming Last Checked 3 months ago
Abstract
We revisit the classic problem of estimating the degree distribution moments of an undirected graph. Consider an undirected graph $G=(V,E)$ with $n$ vertices, and define (for $s > 0$) $ΞΌ_s = \frac{1}{n}\cdot\sum_{v \in V} d^s_v$. Our aim is to estimate $ΞΌ_s$ within a multiplicative error of $(1+Ξ΅)$ (for a given approximation parameter $Ξ΅>0$) in sublinear time. We consider the sparse graph model that allows access to: uniform random vertices, queries for the degree of any vertex, and queries for a neighbor of any vertex. For the case of $s=1$ (the average degree), $\widetilde{O}(\sqrt{n})$ queries suffice for any constant $Ξ΅$ (Feige, SICOMP 06 and Goldreich-Ron, RSA 08). Gonen-Ron-Shavitt (SIDMA 11) extended this result to all integral $s > 0$, by designing an algorithms that performs $\widetilde{O}(n^{1-1/(s+1)})$ queries. We design a new, significantly simpler algorithm for this problem. In the worst-case, it exactly matches the bounds of Gonen-Ron-Shavitt, and has a much simpler proof. More importantly, the running time of this algorithm is connected to the degeneracy of $G$. This is (essentially) the maximum density of an induced subgraph. For the family of graphs with degeneracy at most $Ξ±$, it has a query complexity of $\widetilde{O}\left(\frac{n^{1-1/s}}{ΞΌ^{1/s}_s} \Big(Ξ±^{1/s} + \min\{Ξ±,ΞΌ^{1/s}_s\}\Big)\right) = \widetilde{O}(n^{1-1/s}Ξ±/ΞΌ^{1/s}_s)$. Thus, for the class of bounded degeneracy graphs (which includes all minor closed families and preferential attachment graphs), we can estimate the average degree in $\widetilde{O}(1)$ queries, and can estimate the variance of the degree distribution in $\widetilde{O}(\sqrt{n})$ queries. This is a major improvement over the previous worst-case bounds. Our key insight is in designing an estimator for $ΞΌ_s$ that has low variance when $G$ does not have large dense subgraphs.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted