2020
DOI: 10.3390/sym13010018
|View full text |Cite
|
Sign up to set email alerts
|

Overlapping Community Discovery Method Based on Two Expansions of Seeds

Abstract: The real world can be characterized as a complex network sto in symmetric matrix. Community discovery (or community detection) can effectively reveal the common features of network groups. The communities are overlapping since, in fact, one thing often belongs to multiple categories. Hence, overlapping community discovery has become a new research hotspot. Since the results of the existing community discovery algorithms are not robust enough, this paper proposes an effective algorithm, named Two Expansions of … Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
9
0

Year Published

2021
2021
2023
2023

Publication Types

Select...
6
1

Relationship

0
7

Authors

Journals

citations
Cited by 9 publications
(9 citation statements)
references
References 51 publications
0
9
0
Order By: Relevance
“…Input: a network G(V, E), the number of nodes in the network n Output: the importance of each node (1) Initialize D � ∅, CC � ∅ (2) for i in n do (3) Calculate D(i) using formula (4) during D decomposition (4) end for (5) for i in n do (6) Calculate CC(i) using formula (5) (7) end for (8) Create matrix R using formula (6) (9) for i in 2 do (10) Calculate E i using formula (7) (11) end for (12) for i in n do (13) Calculate CLC(i) using formula (10) ( 14) end for ALGORITHM 1: Node importance evaluation algorithm.…”
Section: Experimental Results and Analysismentioning
confidence: 99%
See 2 more Smart Citations
“…Input: a network G(V, E), the number of nodes in the network n Output: the importance of each node (1) Initialize D � ∅, CC � ∅ (2) for i in n do (3) Calculate D(i) using formula (4) during D decomposition (4) end for (5) for i in n do (6) Calculate CC(i) using formula (5) (7) end for (8) Create matrix R using formula (6) (9) for i in 2 do (10) Calculate E i using formula (7) (11) end for (12) for i in n do (13) Calculate CLC(i) using formula (10) ( 14) end for ALGORITHM 1: Node importance evaluation algorithm.…”
Section: Experimental Results and Analysismentioning
confidence: 99%
“…for w in neighbors[v] do (19) if S vw > S then (20) addIsolateNode(v, w,OC) (21) end if (22) end for (23) end if (24) end for ALGORITHM 2: Community merging and isolated nodes adjustment. 6 Complexity where F1(C i , C j ′ ) is the harmonic average of the Precision and Recall between the two communities:…”
Section: Community Detection Resultsmentioning
confidence: 99%
See 1 more Smart Citation
“…In 2020 [18], Two Expansion Seed (TES) proposed gravitational degree force where used in seed selection for robust discovery. As first time expanded, the selected seeds are expanded by greedy strategy based on f fitness function.…”
Section: Related Workmentioning
confidence: 99%
“…Ameliorated Local Fitness Maximization [24] discovers overlapping communities using initial community set expansion and optimization relying on a local fitness function, which attains linear time complexity without loss of effectiveness via multiple-vertex removal and addition on the premise of prohibiting community drift. Two Expansions of Seeds [25] distinguishes the local maximum vertices as the seeds by adapting the topological feature of the network, and then twice expands seeds based on the fitness function and the gravitational degree. The distance between correlative communities is computed to merge similar communities.…”
Section: Local Seed Expansionmentioning
confidence: 99%