DegreeSketch: Distributed Cardinality Sketches on Massive Graphs with Applications

04/08/2020
by   Benjamin W. Priest, et al.
0

We present DegreeSketch, a semi-streaming distributed sketch data structure and demonstrate its utility for estimating local neighborhood sizes and local triangle count heavy hitters on massive graphs. DegreeSketch consists of vertex-centric cardinality sketches distributed across a set of processors that are accumulated in a single pass, and then behaves as a persistent query engine capable of approximately answering graph queries pertaining to the sizes of adjacency set unions and intersections. The tth local neighborhood of a vertex is the number of vertices reachable in G from v by traversing at most t edges, whereas the local triangle count is the number of 3-cycles in which it is included. Both metrics are useful in graph analysis applications, but exact computations scale poorly as graph sizes grow. We present efficient algorithms for estimating both local neighborhood sizes and local triangle count heavy hitters using DegreeSketch. In our experiments we implement DegreeSketch using the celebrated hyperloglog cardinality sketch and utilize the distributed communication tool YGM to achieve state-of-the-art performance in distributed memory.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
12/23/2020

A triangle process on regular graphs

Switches are operations which make local changes to the edges of a graph...
research
04/30/2021

Triangle Centrality

Triangle centrality is introduced for finding important vertices in a gr...
research
11/08/2021

Succinct Data Structure for Path Graphs

We consider the problem of designing a succinct data structure for path ...
research
02/23/2018

Estimating Graphlet Statistics via Lifting

Exploratory analysis over network data is often limited by our ability t...
research
04/02/2019

Towards a practical k-dimensional Weisfeiler-Leman algorithm

The k-dimensional Weisfeiler-Leman algorithm is a well-known heuristic f...
research
06/20/2020

AOT: Pushing the Efficiency Boundary of Main-memory Triangle Listing

Triangle listing is an important topic significant in many practical app...
research
11/22/2018

REPT: A Streaming Algorithm of Approximating Global and Local Triangle Counts in Parallel

Recently, considerable efforts have been devoted to approximately comput...

Please sign up or login with your details

Forgot password? Click here to reset