2019
DOI: 10.1109/tkde.2018.2882837
|View full text |Cite
|
Sign up to set email alerts
|

Exploring Communities in Large Profiled Graphs

Abstract: Given a graph G and a vertex q ∈ G, the community search (CS) problem aims to efficiently find a subgraph of G whose vertices are closely related to q. Communities are prevalent in social and biological networks, and can be used in product advertisement and social event recommendation. In this paper, we study profiled community search (PCS), where CS is performed on a profiled graph. This is a graph in which each vertex has labels arranged in a hierarchical manner. Extensive experiments show that PCS can ident… Show more

Help me understand this report
View preprint versions

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
19
0

Year Published

2019
2019
2022
2022

Publication Types

Select...
5
1

Relationship

2
4

Authors

Journals

citations
Cited by 23 publications
(19 citation statements)
references
References 36 publications
0
19
0
Order By: Relevance
“…add an edge s→v with capacity deg G (v, Ψ); 8 add an edge v→t with capacity α|V Ψ |; 9 for each (h-1)-clique ψ ∈ Λ do 10 for each vertex v ∈ ψ do 11 add an edge ψ→v with capacity +∞; 12 for each (h-1)-clique ψ ∈ Λ do 13 for each vertex v ∈ V do 14 if ψ and v form an h-clique then 15 add an edge v→ψ with capacity 1; 16 find minimum st-cut (S, T ) from the flow network F (V F , E F ); 17 if S={s} then u ← α; 18 else l ← α, D ← the subgraph induced by S\{s}; 19 return D;…”
Section: The Exact Methodsmentioning
confidence: 99%
See 4 more Smart Citations
“…add an edge s→v with capacity deg G (v, Ψ); 8 add an edge v→t with capacity α|V Ψ |; 9 for each (h-1)-clique ψ ∈ Λ do 10 for each vertex v ∈ ψ do 11 add an edge ψ→v with capacity +∞; 12 for each (h-1)-clique ψ ∈ Λ do 13 for each vertex v ∈ V do 14 if ψ and v form an h-clique then 15 add an edge v→ψ with capacity 1; 16 find minimum st-cut (S, T ) from the flow network F (V F , E F ); 17 if S={s} then u ← α; 18 else l ← α, D ← the subgraph induced by S\{s}; 19 return D;…”
Section: The Exact Methodsmentioning
confidence: 99%
“…Specifically, we first compute the exact clique-degree for each vertex in G[W ], and record the minimum and maximum clique-degrees (lines 6-7). Then, we perform core decomposition for G[W ] with clique-core numbers in [k l , ku] (lines [8][9][10][11][12][13][14][15], during which the maximum clique-core number kmax and (kmax, Ψ)-core are kept (lines [13][14]. After that, we double the size of W for the next iteration (line 15).…”
Section: The Core-based Approximation Methodsmentioning
confidence: 99%
See 3 more Smart Citations