Proceedings of the 15th International Conference on Extending Database Technology 2012
DOI: 10.1145/2247596.2247652
|View full text |Cite
|
Sign up to set email alerts
|

Finding maximal k-edge-connected subgraphs from a large graph

Abstract: In this paper, we study how to find maximal k-edge-connected subgraphs from a large graph. k-edge-connected subgraphs can be used to capture closely related vertices, and finding such vertex clusters is interesting in many applications, e.g., social network analysis, bioinformatics, web link research. Compared with other explicit structures for modeling vertex clusters, such as quasi-clique, k-core, which only set the requirement on vertex degrees, k-edge-connected subgraph further requires high connectivity w… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
2

Citation Types

0
59
0

Year Published

2013
2013
2022
2022

Publication Types

Select...
5
2
1

Relationship

0
8

Authors

Journals

citations
Cited by 89 publications
(59 citation statements)
references
References 31 publications
0
59
0
Order By: Relevance
“…To achieve this, before clustering process, find connected subgraphs, and then start clustering by focus on these subgraphs. one of the best algorithms to find these subgraphs is presented by zhou and liu [13]. A k-edge-connected graph is a connected graph that cannot be disconnected by removing less than k edges [13].…”
Section: Definitionmentioning
confidence: 99%
See 1 more Smart Citation
“…To achieve this, before clustering process, find connected subgraphs, and then start clustering by focus on these subgraphs. one of the best algorithms to find these subgraphs is presented by zhou and liu [13]. A k-edge-connected graph is a connected graph that cannot be disconnected by removing less than k edges [13].…”
Section: Definitionmentioning
confidence: 99%
“…one of the best algorithms to find these subgraphs is presented by zhou and liu [13]. A k-edge-connected graph is a connected graph that cannot be disconnected by removing less than k edges [13]. This is one of the best structures for extracting connected subgraphs.…”
Section: Definitionmentioning
confidence: 99%
“…With the proliferation of graph applications, research efforts have been devoted to many fundamental problems in managing and analyzing graph data. Among them, the problem of computing all k-Edge Connected Components (k-ECCs) of a graph for a given k has been recently studied in [26,32,5,9]. Here, a k-ECC of a graph G is a…”
Section: Introductionmentioning
confidence: 99%
“…Given a graph G, a straightforward solution for ECC decomposition is to independently compute the k-ECCs of G for all k values using a k-ECC computation algorithm [26,32,5,9]. However, this solution presents the following two challenges:…”
Section: Introductionmentioning
confidence: 99%
“…In the literature, there is a long list of subgraph density measures that may be suited in different application context. Examples include cliques, quasi-cliques [1], k-core, k-edge-connectivity [2], etc. Among these graph density measures, k-core stands out to be the least computationally expensive one that is still giving reasonable results.…”
Section: Introductionmentioning
confidence: 99%