Get 20M+ Full-Text Papers For Less Than $1.50/day. Start a 14-Day Trial for You or Your Team.

Learn More →

I/O efficient ECC graph decomposition via graph reduction

I/O efficient ECC graph decomposition via graph reduction The problem of computing k-edge connected components (k- $$\mathsf {ECC}$$ ECC s) of a graph G for a specific k is a fundamental graph problem and has been investigated recently. In this paper, we study the problem of $$\mathsf {ECC}$$ ECC decomposition, which computes the k- $$\mathsf {ECC}$$ ECC s of a graph G for all possible k values. $$\mathsf {ECC}$$ ECC decomposition can be widely applied in a variety of applications such as graph-topology analysis, community detection, Steiner Component Search, and graph visualization. A straightforward solution for $$\mathsf {ECC}$$ ECC decomposition is to apply the existing k- $$\mathsf {ECC}$$ ECC computation algorithm to compute the k- $$\mathsf {ECC}$$ ECC s for all k values. However, this solution is not applicable to large graphs for two challenging reasons. First, all existing k- $$\mathsf {ECC}$$ ECC computation algorithms are highly memory intensive due to the complex data structures used in the algorithms. Second, the number of possible k values can be very large, resulting in a high computational cost when each k value is independently considered. In this paper, we address the above challenges, and study I/O efficient $$\mathsf {ECC}$$ ECC decomposition via graph reduction. We introduce two elegant graph reduction operators which aim to reduce the size of the graph loaded in memory while preserving the connectivity information of a certain set of edges to be computed for a specific k. We also propose three novel I/O efficient algorithms, $$\mathsf {Bottom}$$ Bottom - $$\mathsf {Up}$$ Up , $$\mathsf {Top}$$ Top - $$\mathsf {Down}$$ Down , and $$\mathsf {Hybrid}$$ Hybrid , that explore the k values in different orders to reduce the redundant computations between different k values. We analyze the I/O and memory costs for all proposed algorithms. In addition, we extend our algorithm to build an efficient index for Steiner Component Search. We show that our index can be used to perform Steiner Component Search in optimal I/Os when only the node information of the graph is allowed to be loaded in memory. In our experiments, we evaluate our algorithms using seven real large datasets with various graph properties, one of which contains 1.95 billion edges. The experimental results show that our proposed algorithms are scalable and efficient. http://www.deepdyve.com/assets/images/DeepDyve-Logo-lg.png The VLDB Journal Springer Journals

I/O efficient ECC graph decomposition via graph reduction

Loading next page...
 
/lp/springer_journal/i-o-efficient-ecc-graph-decomposition-via-graph-reduction-fX9pdeXWxM

References (17)

Publisher
Springer Journals
Copyright
Copyright © 2016 by Springer-Verlag Berlin Heidelberg
Subject
Computer Science; Database Management
ISSN
1066-8888
eISSN
0949-877X
DOI
10.1007/s00778-016-0451-4
Publisher site
See Article on Publisher Site

Abstract

The problem of computing k-edge connected components (k- $$\mathsf {ECC}$$ ECC s) of a graph G for a specific k is a fundamental graph problem and has been investigated recently. In this paper, we study the problem of $$\mathsf {ECC}$$ ECC decomposition, which computes the k- $$\mathsf {ECC}$$ ECC s of a graph G for all possible k values. $$\mathsf {ECC}$$ ECC decomposition can be widely applied in a variety of applications such as graph-topology analysis, community detection, Steiner Component Search, and graph visualization. A straightforward solution for $$\mathsf {ECC}$$ ECC decomposition is to apply the existing k- $$\mathsf {ECC}$$ ECC computation algorithm to compute the k- $$\mathsf {ECC}$$ ECC s for all k values. However, this solution is not applicable to large graphs for two challenging reasons. First, all existing k- $$\mathsf {ECC}$$ ECC computation algorithms are highly memory intensive due to the complex data structures used in the algorithms. Second, the number of possible k values can be very large, resulting in a high computational cost when each k value is independently considered. In this paper, we address the above challenges, and study I/O efficient $$\mathsf {ECC}$$ ECC decomposition via graph reduction. We introduce two elegant graph reduction operators which aim to reduce the size of the graph loaded in memory while preserving the connectivity information of a certain set of edges to be computed for a specific k. We also propose three novel I/O efficient algorithms, $$\mathsf {Bottom}$$ Bottom - $$\mathsf {Up}$$ Up , $$\mathsf {Top}$$ Top - $$\mathsf {Down}$$ Down , and $$\mathsf {Hybrid}$$ Hybrid , that explore the k values in different orders to reduce the redundant computations between different k values. We analyze the I/O and memory costs for all proposed algorithms. In addition, we extend our algorithm to build an efficient index for Steiner Component Search. We show that our index can be used to perform Steiner Component Search in optimal I/Os when only the node information of the graph is allowed to be loaded in memory. In our experiments, we evaluate our algorithms using seven real large datasets with various graph properties, one of which contains 1.95 billion edges. The experimental results show that our proposed algorithms are scalable and efficient.

Journal

The VLDB JournalSpringer Journals

Published: Dec 31, 2016

There are no references for this article.