Direction-optimizing breadth-first search
TL;DR: Breadth-First Search as mentioned in this paper is an important kernel used by many graph processing applications, such as analyzing social networks, where the input graphs are low-diagonal and low-dimensional.
read more
Abstract: Breadth-First Search is an important kernel used by many graph-processing applications. In many of these emerging applications of BFS, such as analyzing social networks, the input graphs are low-di...
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Thinking Like a Vertex: A Survey of Vertex-Centric Frameworks for Large-Scale Distributed Graph Processing
TL;DR: In this survey, the vertex-centric approach to graph processing is overviewed, TLAV frameworks are deconstructed into four main components and respectively analyzed, and TLAV implementations are reviewed and categorized.
To Push or To Pull: On Reducing Communication and Synchronization in Graph Computations
Maciej Besta,Michal Podstawski,Linus Groner,Edgar Solomonik,Torsten Hoefler +4 more
- 26 Jun 2017
TL;DR: In this paper, the authors investigate the applicability of push-pull dichotomy to various algorithms and its impact on complexity, performance, and the amount of used locks, atomics, and reads/writes.
138
Scalable and high performance betweenness centrality on the GPU
Adam McLaughlin,David A. Bader +1 more
- 16 Nov 2014
TL;DR: Several hybrid GPU implementations are presented, providing good performance on graphs of arbitrary structure rather than just scale-free graphs as was done previously, and near linear speedup and performance exceeding tens of GTEPS when running between ness centrality on 192 GPUs.
125
When is Graph Reordering an Optimization? Studying the Effect of Lightweight Graph Reordering Across Applications and Input Graphs
Vignesh Balaji,Brandon Lucia +1 more
- 01 Sep 2018
TL;DR: This work identifies lightweight re ordering techniques that improve performance even after accounting for the overhead of reordering, and addresses a major impediment to the general adoption of these reordering techniques - input-dependent speedups – by linking the speedup from lightweight reordering to structural properties of the input graph.
85
Landmark Indexing for Evaluation of Label-Constrained Reachability Queries
Lucien D.J. Valstar,George H. L. Fletcher,Yuichi Yoshida +2 more
- 09 May 2017
TL;DR: This paper presents the first practical solution for efficient LCR evaluation, leveraging landmark-based indexes for large graphs, and shows through extensive experiments that their indexes are significantly smaller than state-of-the-art LCR indexing techniques, while supporting up to orders of magnitude faster query evaluation times.
81
References
Emergence of Scaling in Random Networks
TL;DR: A model based on these two ingredients reproduces the observed stationary scale-free distributions, which indicates that the development of large networks is governed by robust self-organizing phenomena that go beyond the particulars of the individual systems.
39.1K
What is Twitter, a social network or a news media?
Haewoon Kwak,Changhyun Lee,Hosung Park,Sue Moon +3 more
- 26 Apr 2010
TL;DR: In this paper, the authors have crawled the entire Twittersphere and found a non-power-law follower distribution, a short effective diameter, and low reciprocity, which all mark a deviation from known characteristics of human social networks.
7.5K
The university of Florida sparse matrix collection
Timothy A. Davis,Yifan Hu +1 more
TL;DR: The University of Florida Sparse Matrix Collection, a large and actively growing set of sparse matrices that arise in real applications, is described and a new multilevel coarsening scheme is proposed to facilitate this task.
4.3K
Measurement and analysis of online social networks
Alan Mislove,Massimiliano Marcon,Krishna P. Gummadi,Peter Druschel,Bobby Bhattacharjee +4 more
- 24 Oct 2007
TL;DR: This paper examines data gathered from four popular online social networks: Flickr, YouTube, LiveJournal, and Orkut, and reports that the indegree of user nodes tends to match the outdegree; the networks contain a densely connected core of high-degree nodes; and that this core links small groups of strongly clustered, low-degree node at the fringes of the network.
•Proceedings Article
R-MAT: A Recursive Model for Graph Mining
Deepayan Chakrabarti,Yiping Zhan,Christos Faloutsos +2 more
- 01 Jan 2004
TL;DR: A simple, parsimonious model, the “recursive matrix” (R-MAT) model, which can quickly generate realistic graphs, capturing the essence of each graph in only a few parameters is proposed.
1.4K