-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.bib
3296 lines (3284 loc) · 332 KB
/
library.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
Automatically generated by Mendeley Desktop 1.13.4
Any changes to this file will be lost if it is regenerated by Mendeley.
BibTeX export options can be customized via Options -> BibTeX in Mendeley Desktop
@incollection{Gaumont2015,
author = {Gaumont, No\'{e} and Queyroi, Fran\c{c}ois and Magnien, Cl\'{e}mence and Latapy, Matthieu},
booktitle = {Complex Networks VI},
series = {Studies in Computational Intelligence},
title = {{Expected Nodes: a quality function for the detection of link communities}},
year = {2015}
}
@incollection{Gaumont2016,
author = {Gaumont, No\'{e} and Viard, Tiphaine and Fournier-S'niehotta, Rapha\'{e}l and
Wang, Qinna and Latapy, Matthieu},
booktitle = {Complex Networks VII},
series = {Studies in Computational Intelligence},
title = {{Analysis of the temporal and structural features of threads in a mailing-list}},
year = {2016}
}
@article{Gaumont2016d,
author = {Gaumont, No\'{e}},
journal = {Social Network Analysis and Mining in submission},
language = {en},
title = {{Finding remarkably dense sequences of contacts in link streams, to Social Network Analysis and Mining}},
year = {2016}
}
@article{Li2014d,
abstract = {Network dynamics plays an important role in analyzing the correlation between the function properties and the topological structure. In this paper, we propose a novel dynamical iteration (DI) algorithm, which incorporates the iterative process of membership vector with weighting scheme, i.e. weighting W and tightness T. These new elements can be used to adjust the link strength and the node compactness for improving the speed and accuracy of community structure detection. To estimate the optimal stop time of iteration, we utilize a new stability measure which is defined as the Markov random walk auto-covariance. We do not need to specify the number of communities in advance. It naturally supports the overlapping communities by associating each node with a membership vector describing the node's involvement in each community. Theoretical analysis and experiments show that the algorithm can uncover communities effectively and efficiently.},
author = {Li, Ju and Yu, Kai and Hu, Ke},
doi = {10.1142/S0129183115500916},
issn = {0129-1831},
journal = {International Journal of Modern Physics C},
keywords = {Community structure,dynamical iteration,stability optimization,tightness,weighting scheme},
language = {en},
month = nov,
pages = {1550091},
publisher = {World Scientific Publishing Company},
title = {{A novel dynamical community detection algorithm based on weighting scheme}},
url = {http://www.worldscientific.com/doi/abs/10.1142/S0129183115500916},
year = {2014}
}
@inproceedings{Coscia2012c,
address = {New York, New York, USA},
author = {Coscia, Michele and Rossetti, Giulio and Giannotti, Fosca and Pedreschi, Dino},
booktitle = {Proceedings of the 18th ACM SIGKDD international conference on Knowledge discovery and data mining - KDD '12},
doi = {10.1145/2339530.2339630},
file = {:home/gaumont/.local/share/data/Mendeley Ltd./Mendeley Desktop/Downloaded/Coscia et al. - 2012 - DEMON(5).pdf:pdf},
isbn = {9781450314626},
keywords = {community discovery,complex networks,data mining},
month = aug,
pages = {615},
publisher = {ACM Press},
title = {{DEMON}},
url = {http://dl.acm.org/citation.cfm?id=2339530.2339630},
year = {2012}
}
@article{Karsai2012,
abstract = {We investigate the communication sequences of millions of people through two different channels and analyse the fine grained temporal structure of correlated event trains induced by single individuals. By focusing on correlations between the heterogeneous dynamics and the topology of egocentric networks we find that the bursty trains usually evolve for pairs of individuals rather than for the ego and his/her several neighbours, thus burstiness is a property of the links rather than of the nodes. We compare the directional balance of calls and short messages within bursty trains to the average on the actual link and show that for the trains of voice calls the imbalance is significantly enhanced, while for short messages the balance within the trains increases. These effects can be partly traced back to the technological constraints (for short messages) and partly to the human behavioural features (voice calls). We define a model that is able to reproduce the empirical results and may help us to understand better the mechanisms driving technology mediated human communication dynamics.},
author = {Karsai, M\'{a}rton and Kaski, Kimmo and Kert\'{e}sz, J\'{a}nos},
doi = {10.1371/journal.pone.0040612},
editor = {Lambiotte, Renaud},
issn = {1932-6203},
journal = {PloS one},
keywords = {Algorithms,Communication,Humans,Models, Theoretical},
month = jan,
number = {7},
pages = {e40612},
pmid = {22866176},
publisher = {Public Library of Science},
title = {{Correlated dynamics in egocentric communication networks.}},
url = {http://dx.plos.org/10.1371/journal.pone.0040612},
volume = {7},
year = {2012}
}
@inproceedings{Cafieri2014,
abstract = {We propose mathematical programming based aproaches to refine graph clustering solutions computed by heuristics. Clustering partitions are refined by applying cluster splitting and a combination of merging and splitting actions. A refinement scheme based on iteratively fixing and releasing integer variables of a mixed-integer quadratic optimization formulation appears to be particularly efficient. Computational experiments show the effectiveness and efficiency of the proposed approaches.},
author = {Cafieri, Sonia and Hansen, Pierre},
booktitle = {NA 2004, 3rd International Conference on Network Analysis},
file = {:home/gaumont/.local/share/data/Mendeley Ltd./Mendeley Desktop/Downloaded/Cafieri, Hansen - 2014 - Using mathematical programming to refine heuristic solutions for network clustering(3).pdf:pdf},
title = {{Using mathematical programming to refine heuristic solutions for network clustering}},
url = {http://hal-enac.archives-ouvertes.fr/hal-01018034},
year = {2014}
}
@article{Kim2014b,
abstract = {Community detection in social networks is one of the most active problems with lots of applications. Most of the existing works on the problem have focused on detecting the community considering only the closeness between community members. In the real world, however, it is also important to consider bad relationships between members. In this paper, we propose a new variant of the community detection problem, called friendly community search. In the proposed problem, for a given graph, we aim to not only find a densely connected subgraph that contains a given set of query nodes but also minimizes the number of nodes involved in bad relationships in the subgraph. We prove that is Non-deterministic Polynomial-time hard (NP-hard), and develop two novel algorithms, called GREEDY and STEINERSWAP that return the near optimal solutions. Experimental results show that two proposed algorithms outperform the algorithm adapted from an existing algorithm for the optimal quasi-clique problem.},
author = {Kim, S.-Y. and Choi, D.-W. and Chung, C.-W.},
doi = {10.1093/comjnl/bxu092},
issn = {0010-4620},
journal = {The Computer Journal},
keywords = {negative weight},
mendeley-tags = {negative weight},
month = sep,
pages = {bxu092--},
title = {{Finding a Friendly Community in Social Networks Considering Bad Relationships}},
url = {http://comjnl.oxfordjournals.org/content/early/2014/09/26/comjnl.bxu092.abstract},
year = {2014}
}
@misc{Cho2014,
author = {Cho, Yoon Sik},
booktitle = {Handbook on Mixed Membership Models},
file = {:home/gaumont/Documents/Ch24\_MMM2014.pdf:pdf},
title = {{Mixed membership blockmodels for dynamic networks with feedback}},
year = {2014}
}
@article{Newman2004,
abstract = {We propose and study a set of algorithms for discovering community structure in networks-natural divisions of network nodes into densely connected subgroups. Our algorithms all share two definitive features: first, they involve iterative removal of edges from the network to split it into communities, the edges removed being identified using any one of a number of possible "betweenness" measures, and second, these measures are, crucially, recalculated after each removal. We also propose a measure for the strength of the community structure found by our algorithms, which gives us an objective metric for choosing the number of communities into which a network should be divided. We demonstrate that our algorithms are highly effective at discovering community structure in both computer-generated and real-world network data, and show how they can be used to shed light on the sometimes dauntingly complex structure of networked systems.},
archivePrefix = {arXiv},
arxivId = {cond-mat/0308217},
author = {Newman, M. E J and Girvan, M.},
doi = {10.1103/PhysRevE.69.026113},
eprint = {0308217},
isbn = {1539-3755 (Print)$\backslash$r1539-3755 (Linking)},
issn = {1063651X},
journal = {Physical Review E - Statistical, Nonlinear, and Soft Matter Physics},
pmid = {14995526},
primaryClass = {cond-mat},
title = {{Finding and evaluating community structure in networks}},
volume = {69},
year = {2004}
}
@article{Gallotti2015,
author = {Gallotti, Riccardo and Barthelemy, Marc},
doi = {10.1038/sdata.2014.56},
issn = {2052-4463},
journal = {Scientific Data},
keywords = {Civil engineering,Complex networks,Geography,Information technology,dataset},
language = {en},
mendeley-tags = {dataset},
month = jan,
pages = {140056},
publisher = {Nature Publishing Group},
title = {{The multilayer temporal network of public transport in Great Britain}},
url = {http://www.nature.com/articles/sdata201456},
volume = {2},
year = {2015}
}
@article{Palla2005,
abstract = {Many complex systems in nature and society can be described in terms of networks capturing the intricate web of connections among the units they are made of. A key question is how to interpret the global organization of such networks as the coexistence of their structural subunits (communities) associated with more highly interconnected parts. Identifying these a priori unknown building blocks (such as functionally related proteins, industrial sectors and groups of people) is crucial to the understanding of the structural and functional properties of networks. The existing deterministic methods used for large networks find separated communities, whereas most of the actual networks are made of highly overlapping cohesive groups of nodes. Here we introduce an approach to analysing the main statistical features of the interwoven sets of overlapping communities that makes a step towards uncovering the modular structure of complex systems. After defining a set of new characteristic quantities for the statistics of communities, we apply an efficient technique for exploring overlapping communities on a large scale. We find that overlaps are significant, and the distributions we introduce reveal universal features of networks. Our studies of collaboration, word-association and protein interaction graphs show that the web of communities has non-trivial correlations and specific scaling properties.},
author = {Palla, Gergely and Der\'{e}nyi, Imre and Farkas, Ill\'{e}s and Vicsek, Tam\'{a}s},
doi = {10.1038/nature03607},
file = {:home/gaumont/.local/share/data/Mendeley Ltd./Mendeley Desktop/Downloaded/Palla et al. - 2005 - Uncovering the overlapping community structure of complex networks in nature and society(4).pdf:pdf},
issn = {0028-0836},
journal = {Nature},
keywords = {k-clique percolation,overlapping,printed},
language = {en},
mendeley-tags = {k-clique percolation,overlapping,printed},
month = jun,
number = {7043},
pages = {814--818},
title = {{Uncovering the overlapping community structure of complex networks in nature and society}},
url = {http://www.nature.com/nature/journal/v435/n7043/full/nature03607.html http://www.nature.com/nature/journal/v435/n7043/pdf/nature03607.pdf},
volume = {435},
year = {2005}
}
@incollection{Stabeler2012,
abstract = {Previous work has demonstrated that community-finding algorithms can provide useful information for routing algorithms in delay tolerant networks. In this work we investigate which community finding algorithm most effectively informs this routing task. While early community finding algorithms partitioned networks into flat disjoint communities, more recent methods return community structures that can be overlapping and hierarchical. Given this diversity, it seems reasonable to expect that some methods will be better suited to message routing than others. In this paper, we evaluate a number of community finding strategies and find that Link Clustering, which returns overlapping hierarchical clusters, is very effective. We also find that InfoMap performs well – this is somewhat surprising given that InfoMap returns a flat partition of the network, however this may be because the optimization that drives InfoMap is based on flow.},
author = {Stabeler, Matthew and Lee, Conrad and Cunningham, P\'{a}draig},
editor = {Koucheryavy, Yevgeni and Mamatas, Lefteris and Matta, Ibrahim and Tsaoussidis, Vassilis},
file = {:home/gaumont/.local/share/data/Mendeley Ltd./Mendeley Desktop/Downloaded/Stabeler, Lee, Cunningham - 2012 - An Assessment of Community Finding Algorithms for Community-Based Message Routing in DTNs(3).pdf:pdf},
isbn = {978-3-642-30629-7, 978-3-642-30630-3},
keywords = {Community-Based Routing,Computer Communication Networks,Delay Tolerant Networking,Information Systems Applications (incl. Internet),Information Systems and Communication Service,Software Engineering,Systems and Data Security,comp,link partition},
mendeley-tags = {Community-Based Routing,Computer Communication Networks,Delay Tolerant Networking,Information Systems Applications (incl. Internet),Information Systems and Communication Service,Software Engineering,Systems and Data Security,comp,link partition},
month = jan,
pages = {244--256},
publisher = {Springer Berlin Heidelberg},
series = {Lecture Notes in Computer Science},
title = {{An Assessment of Community Finding Algorithms for Community-Based Message Routing in DTNs}},
url = {http://link.springer.com/chapter/10.1007/978-3-642-30630-3\_21 http://link.springer.com/content/pdf/10.1007/978-3-642-30630-3\_21.pdf},
year = {2012}
}
@article{Li2014b,
abstract = {In this paper, a unique algorithm is proposed to detect overlapping communities in the un-weighted and weighted networks with considerable accuracy. The maximal cliques, overlapping vertex, bridge vertex and isolated vertex are introduced. First, all the maximal cliques are extracted by the algorithm based on the deep and bread searching. Then two maximal cliques can be merged into a larger sub-graph by some given rules. In addition, the proposed algorithm successfully finds overlapping vertices and bridge vertices between communities. Experimental results using some real-world networks data show that the performance of the proposed algorithm is satisfactory.},
author = {Li, Junqiu and Wang, Xingyuan and Cui, Yaozu},
doi = {10.1016/j.physa.2014.08.025},
file = {:home/gaumont/.local/share/data/Mendeley Ltd./Mendeley Desktop/Downloaded/Li, Wang, Cui - 2014 - Uncovering the overlapping community structure of complex networks by maximal cliques.pdf:pdf},
issn = {03784371},
journal = {Physica A: Statistical Mechanics and its Applications},
keywords = {Complex networks,Maximal cliques,Overlapping communities},
month = aug,
title = {{Uncovering the overlapping community structure of complex networks by maximal cliques}},
url = {http://www.sciencedirect.com/science/article/pii/S0378437114007031},
year = {2014}
}
@article{Xie2013,
author = {Xie, Jierui and Kelley, Stephen and Szymanski, Boleslaw K.},
doi = {10.1145/2501654.2501657},
file = {:home/gaumont/Documents/a43-xie.pdf:pdf},
issn = {03600300},
journal = {ACM Computing Surveys},
keywords = {Overlapping community detection,social networks},
month = aug,
number = {4},
pages = {1--35},
publisher = {ACM},
title = {{Overlapping community detection in networks}},
url = {http://dl.acm.org/citation.cfm?id=2501654.2501657},
volume = {45},
year = {2013}
}
@article{Zhang2007,
abstract = {Identification of (overlapping) communities/clusters in a complex network is a general problem in data mining of network data sets. In this paper, we devise a novel algorithm to identify overlapping communities in complex networks by the combination of a new modularity function based on generalizing NG's Q function, an approximation mapping of network nodes into Euclidean space and fuzzy c-means clustering. Experimental results indicate that the new algorithm is efficient at detecting both good clusterings and the appropriate number of clusters.},
author = {Zhang, Shihua and Wang, Rui-Sheng and Zhang, Xiang-Sun},
doi = {10.1016/j.physa.2006.07.023},
file = {:home/gaumont/.local/share/data/Mendeley Ltd./Mendeley Desktop/Downloaded/Zhang, Wang, Zhang - 2007 - Identification of overlapping community structure in complex networks using fuzzy -means clustering(3).pdf:pdf},
issn = {0378-4371},
journal = {Physica A: Statistical Mechanics and its Applications},
keywords = {Complex network,Fuzzy c -means clustering,Modular function,Overlapping community structure,Spectral mapping,overlapping},
mendeley-tags = {Complex network,Fuzzy c -means clustering,Modular function,Overlapping community structure,Spectral mapping,overlapping},
month = jan,
number = {1},
pages = {483--490},
title = {{Identification of overlapping community structure in complex networks using fuzzy -means clustering}},
url = {http://www.sciencedirect.com/science/article/pii/S0378437106008119 http://www.sciencedirect.com/science/article/pii/S0378437106008119/pdfft?md5=1fff03829d2d4363b94dfdb57440a7c7\&pid=1-s2.0-S0378437106008119-main.pdf},
volume = {374},
year = {2007}
}
@article{Mankad2013,
abstract = {Time series of graphs are increasingly prevalent in modern data and pose unique challenges to visual exploration and pattern extraction. This paper describes the development and application of matrix factorizations for exploration and time-varying community detection in time-evolving graph sequences. The matrix factorization model allows the user to home in on and display interesting, underlying structure and its evolution over time. The methods are scalable to weighted networks with a large number of time points or nodes, and can accommodate sudden changes to graph topology. Our techniques are demonstrated with several dynamic graph series from both synthetic and real world data, including citation and trade networks. These examples illustrate how users can steer the techniques and combine them with existing methods to discover and display meaningful patterns in sizable graphs over many time points.},
archivePrefix = {arXiv},
arxivId = {1305.7169},
author = {Mankad, Shawn and Michailidis, George},
eprint = {1305.7169},
journal = {arXiv preprint},
title = {{Structural and functional discovery in dynamic networks with non-negative matrix factorization}},
url = {http://arxiv.org/abs/1305.7169},
year = {2013}
}
@book{Queyroi2013,
abstract = {L'analyse de r\'{e}seaux (repr\'{e}sent\'{e}s par des graphes) est une composante importante dans la compr\'{e}hension de syst\`{e}mes complexes issus de nombreuses disciplines telles que la biologie, la g\'{e}ographie ou la sociologie. Nous nous int\'{e}ressons dans cette th\`{e}se aux d\'{e}compositions de ces r\'{e}seaux. Ces d\'{e}compositions sont utiles pour la compression des donn\'{e}es, la d\'{e}tection de communaut\'{e}s ou la visualisation de graphes. Une d\'{e}composition possible est un partitionnement hi\'{e}rarchique des sommets du graphe. Nous traitons de l'\'{e}valuation de la qualit\'{e} de telles structures (leur capacit\'{e} \`{a} bien capturer la topologie du graphe) par le biais de mesures de qualit\'{e}. Nous discutons ensuite l'utilisation de ces mesures en tant que fonctions objectives \`{a} maximiser dans le cadre d'algorithmes de partitionnement. Enfin, nous nous int\'{e}ressons \`{a} la d\'{e}finition de m\'{e}taphores visuelles efficaces permettant de repr\'{e}senter diff\'{e}rentes d\'{e}compositions de graphes.},
author = {Queyroi, Fran\c{c}ois},
file = {:home/gaumont/.local/share/data/Mendeley Ltd./Mendeley Desktop/Downloaded/Queyroi - 2013 - Partitionnement de grands graphes mesures, algorithmes et visualisation.html:html},
keywords = {Community detection Partitioning Graph visualizati,D\'{e}tection de communaut\'{e}s Partitionnement Visualisa},
mendeley-tags = {Community detection Partitioning Graph visualizati,D\'{e}tection de communaut\'{e}s Partitionnement Visualisa},
month = oct,
publisher = {Bordeaux 1},
shorttitle = {Partitionnement de grands graphes},
title = {{Partitionnement de grands graphes : mesures, algorithmes et visualisation}},
url = {http://www.theses.fr/2013BOR14863},
year = {2013}
}
@article{Zhou2014,
abstract = {Community structure can naturally emerge in paths to synchronization, and scratching it from the paths is a tough issue that accounts for the diverse dynamics of synchronization. In this paper, with assumption that the synchronization on complex networks is made up of local and collective processes, we proposed a scheme to lock the local synchronization (phase locking) at a stable state meanwhile suppress the collective synchronization based on Kuramoto model. Through this scheme, the network dynamics only contains the local synchronization, which suggests that the nodes in the same community synchronize together and these synchronization clusters well reveal the community structure of network. Furthermore, by analyzing the paths to synchronization, the relations or overlaps among different communities are also obtained. Thus, the community detection based on the scheme is performed on five real networks and the observed community structures are much more apparent than modularity-based fast algorithm. Our results not only provide a deep insight to understand the synchronization dynamics on complex network but also enlarge the research scope of community detection.},
archivePrefix = {arXiv},
arxivId = {1408.5196},
author = {Zhou, Ming-Yang and Zhuo, Zhao and Cai, Shi-Min and Fu, Zhong-Qian},
eprint = {1408.5196},
file = {:home/gaumont/Documents/1408.5196.pdf:pdf},
month = aug,
pages = {8},
title = {{Community structure revealed by phase locking}},
url = {http://arxiv.org/abs/1408.5196},
year = {2014}
}
@article{LeThi2014,
abstract = {Automatic discovery of community structures in complex networks is a fundamental task in many disciplines, including physics, biology, and the social sciences. The most used criterion for characterizing the existence of a community structure in a network is modularity, a quantitative measure proposed by Newman and Girvan (2004). The discovery community can be formulated as the so-called modularity maximization problem that consists of finding a partition of nodes of a network with the highest modularity. In this letter, we propose a fast and scalable algorithm called DCAM, based on DC (difference of convex function) programming and DCA (DC algorithms), an innovative approach in nonconvex programming framework for solving the modularity maximization problem. The special structure of the problem considered here has been well exploited to get an inexpensive DCA scheme that requires only a matrix-vector product at each iteration. Starting with a very large number of communities, DCAM furnishes, as output results, an optimal partition together with the optimal number of communities c(*); that is, the number of communities is discovered automatically during DCAM's iterations. Numerical experiments are performed on a variety of real-world network data sets with up to 4,194,304 nodes and 30,359,198 edges. The comparative results with height reference algorithms show that the proposed approach outperforms them not only on quality and rapidity but also on scalability. Moreover, it realizes a very good trade-off between the quality of solutions and the run time.},
annote = {Introuvable},
author = {{Le Thi}, Hoai An and Nguyen, Manh Cuong and Dinh, Tao Pham},
doi = {10.1162/NECO\_a\_00673},
issn = {1530-888X},
journal = {Neural computation},
language = {en},
month = sep,
pages = {1--28},
pmid = {25248085},
publisher = {MIT Press One Rogers St., Cambridge, MA 02142-1209 USA [email protected]},
title = {{A DC Programming Approach for Finding Communities in Networks.}},
url = {http://www.mitpressjournals.org/doi/abs/10.1162/NECO\_a\_00673\#.VCkjWLvcjmE},
year = {2014}
}
@article{Lambiotte2008,
abstract = {Most methods proposed to uncover communities in complex networks rely on their structural properties. Here we introduce the stability of a network partition, a measure of its quality defined in terms of the statistical properties of a dynamical process taking place on the graph. The time-scale of the process acts as an intrinsic parameter that uncovers community structures at different resolutions. The stability extends and unifies standard notions for community detection: modularity and spectral partitioning can be seen as limiting cases of our dynamic measure. Similarly, recently proposed multi-resolution methods correspond to linearisations of the stability at short times. The connection between community detection and Laplacian dynamics enables us to establish dynamically motivated stability measures linked to distinct null models. We apply our method to find multi-scale partitions for different networks and show that the stability can be computed efficiently for large networks with extended versions of current algorithms.},
author = {Lambiotte, Renaud and Delvenne, J.-C. and Barahona, M.},
file = {:home/gaumont/.local/share/data/Mendeley Ltd./Mendeley Desktop/Downloaded/Lambiotte, Delvenne, Barahona - 2008 - Laplacian Dynamics and Multiscale Modular Structure in Networks(4).pdf:pdf},
journal = {arXiv:0812.1770 [physics]},
keywords = {Incompris,Laplacian Dynamic,Physics - Physics and Society},
mendeley-tags = {Incompris,Laplacian Dynamic,Physics - Physics and Society},
month = dec,
title = {{Laplacian Dynamics and Multiscale Modular Structure in Networks}},
url = {http://arxiv.org/abs/0812.1770 http://www.arxiv.org/pdf/0812.1770.pdf},
year = {2008}
}
@article{Brutz2015,
abstract = {In this work we address the problem of detecting overlapping communities in social networks. Because the word "community" is an ambiguous term, it is necessary to quantify what it means to be a community within the context of a particular type of problem. Our interpretation is that this quantification must be done at a minimum of three scales. These scales are at the level of: individual nodes, individual communities, and the network as a whole. Each of these scales involves quantitative features of community structure that are not accurately represented at the other scales, but are important for defining a particular notion of community. Our work focuses on providing sensible ways to quantify what is desired at each of these scales for a notion of community applicable to social networks, and using these models to develop a community detection algorithm. Appealing features of our approach is that it naturally allows for nodes to belong to multiple communities, and is computationally efficient for large networks with low overall edge density. The scaling of the algorithm is \$O(N\~{}\backslash overline\{k\^{}2\} + \backslash overline\{N\_\{com\}\^{}2\})\$, where \$N\$ is the number of nodes in the network, \$\backslash overline\{N\_\{com\}\^{}2\}\$ is the average squared community size, and \$\backslash overline\{k\^{}2\}\$ is the expected value of a node's degree squared. Although our work focuses on developing a computationally efficient algorithm for overlapping community detection in the context of social networks, our primary contribution is developing a methodology that is highly modular and can easily be adapted to target specific notions of community.},
archivePrefix = {arXiv},
arxivId = {1501.05623},
author = {Brutz, Michael and Meyer, Francois G.},
eprint = {1501.05623},
month = jan,
title = {{A Modular Multiscale Approach to Overlapping Community Detection}},
url = {http://arxiv.org/abs/1501.05623},
year = {2015}
}
@inproceedings{Riche2014,
address = {New York, New York, USA},
annote = {Visu},
author = {Riche, Nathalie Henry and Riche, Yann and Roussel, Nicolas and Carpendale, Sheelagh and Madhyastha, Tara and Grabowski, Thomas J.},
booktitle = {Proceedings of the 26th Conference on l'Interaction Homme-Machine - IHM '14},
doi = {10.1145/2670444.2670461},
file = {:home/gaumont/Documents/p113-riche.pdf:pdf},
isbn = {9781450329354},
keywords = {dynamic networks,functional brain connectivity,information visualization,network visualization},
month = oct,
pages = {113--122},
publisher = {ACM Press},
title = {{LinkWave}},
url = {http://dl.acm.org/citation.cfm?id=2670444.2670461},
year = {2014}
}
@article{Dreier2014,
abstract = {Complex networks can be typically broken down into groups or modules. Discovering this "community structure" is an important step in studying the large-scale structure of networks. Many algorithms have been proposed for community detection and benchmarks have been created to evaluate their performance. Typically algorithms for community detection either partition the graph (non-overlapping communities) or find node covers (overlapping communities). In this paper, we propose a particularly simple semi-supervised learning algorithm for finding out communities. In essence, given the community information of a small number of "seed nodes", the method uses random walks from the seed nodes to uncover the community information of the whole network. The algorithm runs in time \$O(k \backslash cdot m \backslash cdot \backslash log n)\$, where \$m\$ is the number of edges; \$n\$ the number of links; and \$k\$ the number of communities in the network. In sparse networks with \$m = O(n)\$ and a constant number of communities, this running time is almost linear in the size of the network. Another important feature of our algorithm is that it can be used for either non-overlapping or overlapping communities. We test our algorithm using the LFR benchmark created by Lancichinetti, Fortunato, and Radicchi specifically for the purpose of evaluating such algorithms. Our algorithm can compete with the best of algorithms for both non-overlapping and overlapping communities as found in the comprehensive study of Lancichinetti and Fortunato.},
annote = {seed node and use of random walk (matrix)},
archivePrefix = {arXiv},
arxivId = {1412.4973},
author = {Dreier, Jan and Kuinke, Philipp and Przybylski, Rafael and Reidl, Felix and Rossmanith, Peter and Sikdar, Somnath},
eprint = {1412.4973},
month = dec,
title = {{Overlapping Communities in Social Networks}},
url = {http://arxiv.org/abs/1412.4973},
year = {2014}
}
@article{Shen2009,
abstract = {Clustering and community structure is crucial for many network systems and the related dynamic processes. It has been shown that communities are usually overlapping and hierarchical. However, previous methods investigate these two properties of community structure separately. This paper proposes an algorithm (EAGLE) to detect both the overlapping and hierarchical properties of complex community structure together. This algorithm deals with the set of maximal cliques and adopts an agglomerative framework. The quality function of modularity is extended to evaluate the goodness of a cover. The examples of application to real world networks give excellent results.},
author = {Shen, Huawei and Cheng, Xueqi and Cai, Kai and Hu, Mao-Bin},
doi = {10.1016/j.physa.2008.12.021},
file = {:home/gaumont/.local/share/data/Mendeley Ltd./Mendeley Desktop/Downloaded/Shen et al. - 2009 - Detect overlapping and hierarchical community structure in networks(4).pdf:pdf},
issn = {03784371},
journal = {Physica A: Statistical Mechanics and its Applications},
keywords = {05.10.-a,87.23.Ge,89.20.Hh,89.75.Hc,Community detection,EAGLE,Maximal clique,Modularity,Overlapping,Overlapping \& hierarchical community},
mendeley-tags = {Overlapping},
month = apr,
number = {8},
pages = {1706--1712},
title = {{Detect overlapping and hierarchical community structure in networks}},
url = {http://www.sciencedirect.com/science/article/pii/S0378437108010376},
volume = {388},
year = {2009}
}
@article{Lancichinetti2010a,
author = {Lancichinetti, Andrea and Radicchi, Filippo and Ramasco, Jos\'{e} J.},
doi = {10.1103/PhysRevE.81.046110},
issn = {1539-3755},
journal = {Physical Review E},
month = apr,
number = {4},
pages = {046110},
title = {{Statistical significance of communities in networks}},
url = {http://link.aps.org/doi/10.1103/PhysRevE.81.046110},
volume = {81},
year = {2010}
}
@article{Albano2006,
author = {Albano, Alice and Guillaume, Jean-loup},
file = {:home/gaumont/.local/share/data/Mendeley Ltd./Mendeley Desktop/Downloaded/Albano, Guillaume - 2006 - On the use of intrinsic time-scale for dynamic community detection and visualization in social networks(3).pdf:pdf},
title = {{On the use of intrinsic time-scale for dynamic community detection and visualization in social networks}},
year = {2006}
}
@article{Li2014c,
abstract = {Community detection has become an important methodology to understand the organization and function of various real-world networks. Label propagation algorithm (LPA) is a near linear time algorithm which is effective in finding a good community structure. However, it updates the labels of nodes asynchronously in random order to avoid label oscillations, resulting in poor performance, weak robustness and difficulty in parallelizing the update procedure for large-scale network and distributed dynamic complex networks. We propose a novel strategy named LPA-S to update the labels of nodes synchronously by the probability of each surrounding label, which is easy to be parallelized. We experimentally investigate the effectiveness of the proposed strategy by comparing with asynchronous LPA on both computer-generated networks and real-world networks. The experimental results show our LPA-S does not harm the quality of the partitioning while can be easily parallelized.},
annote = {LAP synchrone},
author = {Li, Shenghong and Lou, Hao and Jiang, Wen and Tang, Junhua},
doi = {10.1016/j.neucom.2014.04.084},
file = {:home/gaumont/.local/share/data/Mendeley Ltd./Mendeley Desktop/Downloaded/Li et al. - 2014 - Detecting Community Structure via Synchronous Label Propagation.pdf:pdf},
issn = {09252312},
journal = {Neurocomputing},
keywords = {Community detection,Community structure,Label propagation,Parallel,Synchronous},
month = nov,
title = {{Detecting Community Structure via Synchronous Label Propagation}},
url = {http://www.sciencedirect.com/science/article/pii/S0925231214013484},
year = {2014}
}
@inproceedings{Boutin2004,
abstract = {The aim of graph clustering is to define compact and well-separated clusters from a given graph. Cluster's compactness depends on datasets and clustering methods. In order to provide evaluation of graph clustering quality, many different indices have been proposed in previous work. Indices are used to compare different graph partitions but also different clustering techniques. Moreover, some clustering techniques are based on index optimization. Indices can also be added as visual tips in graph layouts. Despite the importance of the subject, little has been done to unify the field. It results that many indices can not be easily compared or interpreted. In this paper, we provide a unified and synthetic view of indices used in graph clustering area and discuss them. We also propose several enhanced measures.},
author = {Boutin, F. and Hascoet, M.},
doi = {10.1109/IV.2004.1320171},
file = {:home/gaumont/.local/share/data/Mendeley Ltd./Mendeley Desktop/Downloaded/Boutin, Hascoet - 2004 - Cluster validity indices for graph partitioning(4).html:html},
keywords = {ALIRE,Qualit\'{e},cluster validity indices,clustering methods,clustering quality,data visualisation,datasets,graph clustering,graph layouts,graph partitioning,graph theory,index optimization,pattern clustering},
mendeley-tags = {ALIRE,Qualit\'{e},cluster validity indices,clustering methods,clustering quality,data visualisation,datasets,graph clustering,graph layouts,graph partitioning,graph theory,index optimization,pattern clustering},
pages = {376--381},
title = {{Cluster validity indices for graph partitioning}},
url = {http://ieeexplore.ieee.org/xpl/login.jsp?tp=\&arnumber=1320171\&url=http://ieeexplore.ieee.org/xpls/abs\_all.jsp?arnumber=1320171},
year = {2004}
}
@article{Kumpula2008,
abstract = {In complex network research clique percolation, introduced by Palla, Der\'{e}nyi, and Vicsek [Nature (London) 435, 814 (2005)], is a deterministic community detection method which allows for overlapping communities and is purely based on local topological properties of a network. Here we present a sequential clique percolation algorithm (SCP) to do fast community detection in weighted and unweighted networks, for cliques of a chosen size. This method is based on sequentially inserting the constituent links to the network and simultaneously keeping track of the emerging community structure. Unlike existing algorithms, the SCP method allows for detecting k -clique communities at multiple weight thresholds in a single run, and can simultaneously produce a dendrogram representation of hierarchical community structure. In sparse weighted networks, the SCP algorithm can also be used for implementing the weighted clique percolation method recently introduced by Farkas [New J. Phys. 9, 180 (2007)]. The computational time of the SCP algorithm scales linearly with the number of k -cliques in the network. As an example, the method is applied to a product association network, revealing its nested community structure.},
archivePrefix = {arXiv},
arxivId = {0805.1449},
author = {Kumpula, Jussi M and Kivel\"{a}, Mikko and Kaski, Kimmo and Saram\"{a}ki, Jari},
doi = {10.1103/PhysRevE.78.026109},
eprint = {0805.1449},
isbn = {1539-3755 (Print)$\backslash$n1539-3755 (Linking)},
issn = {1539-3755},
journal = {Physical review. E, Statistical, nonlinear, and soft matter physics},
pages = {026109},
pmid = {18850899},
title = {{Sequential algorithm for fast clique percolation.}},
volume = {78},
year = {2008}
}
@article{Krings2012,
abstract = {Complex networks are often constructed by aggregating empirical data over time, such that a link represents the existence of interactions between the endpoint nodes and the link weight represents the intensity of such interactions within the aggregation time window. The resulting networks are then often considered static. More often than not, the aggregation time window is dictated by the availability of data, and the effects of its length on the resulting networks are rarely considered. Here, we address this question by studying the structural features of networks emerging from aggregating empirical data over different time intervals, focussing on networks derived from time-stamped, anonymized mobile telephone call records. Our results show that short aggregation intervals yield networks where strong links associated with dense clusters dominate; the seeds of such clusters or communities become already visible for intervals of around one week. The degree and weight distributions are seen to become stationary around a few days and a few weeks, respectively. An aggregation interval of around 30 days results in the stablest similar networks when consecutive windows are compared. For longer intervals, the effects of weak or random links become increasingly stronger, and the average degree of the network keeps growing even for intervals up to 180 days. The placement of the time window is also seen to affect the outcome: for short windows, different behavioural patterns play a role during weekends and weekdays, and for longer windows it is seen that networks aggregated during holiday periods are significantly different.},
author = {Krings, Gautier and Karsai, M\'{a}rton and Bernhardsson, Sebastian and Blondel, Vincent D and Saram\"{a}ki, Jari},
doi = {10.1140/epjds4},
file = {:home/gaumont/.local/share/data/Mendeley Ltd./Mendeley Desktop/Downloaded/Krings et al. - 2012 - Effects of time window size and placement on the structure of an aggregated communication network.pdf:pdf},
issn = {2193-1127},
journal = {EPJ Data Science},
language = {en},
month = may,
number = {1},
pages = {4},
publisher = {Springer},
title = {{Effects of time window size and placement on the structure of an aggregated communication network}},
url = {http://www.epjdatascience.com/content/1/1/4},
volume = {1},
year = {2012}
}
@article{Ball2011,
abstract = {A fundamental problem in the analysis of network data is the detection of network communities, groups of densely interconnected nodes, which may be overlapping or disjoint. Here we describe a method for finding overlapping communities based on a principled statistical approach using generative network models. We show how the method can be implemented using a fast, closed-form expectation-maximization algorithm that allows us to analyze networks of millions of nodes in reasonable running times. We test the method both on real-world networks and on synthetic benchmarks and find that it gives results competitive with previous methods. We also show that the same approach can be used to extract nonoverlapping community divisions via a relaxation method, and demonstrate that the algorithm is competitively fast and accurate for the nonoverlapping problem.},
author = {Ball, Brian and Karrer, Brian and Newman, M. E. J.},
doi = {10.1103/PhysRevE.84.036103},
file = {:home/gaumont/.local/share/data/Mendeley Ltd./Mendeley Desktop/Downloaded/Ball, Karrer, Newman - 2011 - Efficient and principled method for detecting communities in networks(3).pdf:pdf;:home/gaumont/.local/share/data/Mendeley Ltd./Mendeley Desktop/Downloaded/Ball, Karrer, Newman - 2011 - Efficient and principled method for detecting communities in networks(3).html:html},
issn = {1539-3755},
journal = {Physical Review E},
keywords = {generativ model,link communitie,link community},
mendeley-tags = {generativ model,link communitie,link community},
month = sep,
number = {3},
pages = {036103},
publisher = {American Physical Society},
shorttitle = {Phys. Rev. E},
title = {{Efficient and principled method for detecting communities in networks}},
url = {http://link.aps.org/doi/10.1103/PhysRevE.84.036103 http://pre.aps.org/abstract/PRE/v84/i3/e036103 http://pre.aps.org/pdf/PRE/v84/i3/e036103},
volume = {84},
year = {2011}
}
@article{Tang2010,
author = {Tang, J. and Scellato, S. and Musolesi, M. and Mascolo, C. and Latora, V.},
doi = {10.1103/PhysRevE.81.055101},
file = {:home/gaumont/.local/share/data/Mendeley Ltd./Mendeley Desktop/Downloaded/Tang et al. - 2010 - Small-world behavior in time-varying graphs(3).pdf:pdf},
issn = {1539-3755},
journal = {Physical Review E},
month = may,
number = {5},
pages = {055101},
title = {{Small-world behavior in time-varying graphs}},
url = {http://link.aps.org/doi/10.1103/PhysRevE.81.055101},
volume = {81},
year = {2010}
}
@inproceedings{Moradi2012,
author = {Moradi, Farnaz and Olovsson, Tomas and Tsigas, Philippas},
editor = {Klasing, Ralf},
file = {:home/gaumont/.local/share/data/Mendeley Ltd./Mendeley Desktop/Downloaded/Moradi, Olovsson, Tsigas - 2012 - An Evaluation of Community Detection Algorithms on Large-Scale Email Traffic(3).pdf:pdf},
isbn = {978-3-642-30849-9},
keywords = {ALIRE,Community detection,Evaluation,dblp},
mendeley-tags = {ALIRE,Community detection,Evaluation,dblp},
pages = {283--294},
publisher = {Springer},
series = {Lecture Notes in Computer Science},
title = {{An Evaluation of Community Detection Algorithms on Large-Scale Email Traffic.}},
url = {http://dblp.uni-trier.de/db/conf/wea/sea2012.html\#MoradiOT12 http://link.springer.com/content/pdf/10.1007/978-3-642-30850-5\_25.pdf},
volume = {7276},
year = {2012}
}
@article{Guedon2014,
archivePrefix = {arXiv},
arxivId = {1411.4686},
author = {Gu\'{e}don, Olivier and Vershynin, Roman},
eprint = {1411.4686},
month = nov,
title = {{Community detection in sparse networks via Grothendieck's inequality}},
url = {http://arxiv.org/abs/1411.4686},
year = {2014}
}
@article{Perez-Suarez2013,
abstract = {Clustering is a Data Mining technique, which has been widely used in many practical applications. From these applications, there are some, like social network analysis, topic detection and tracking, information retrieval, categorization of digital libraries, among others, where objects may belong to more than one cluster; however, most clustering algorithms build disjoint clusters. In this work, we introduce OClustR, a new graph-based clustering algorithm for building overlapping clusters. The proposed algorithm introduces a new graph-covering strategy and a new filtering strategy, which together allow to build overlapping clusterings more accurately than those built by previous algorithms. The experimental evaluation, conducted over several standard collections, showed that our proposed algorithm builds less clusters than those built by the previous related algorithms. Additionally, OClustR builds clusters with overlapping closer to the real overlapping in the collections than the overlapping generated by other clustering algorithms.},
author = {P\'{e}rez-Su\'{a}rez, Airel and Mart\'{\i}nez-Trinidad, Jos\'{e} F. and Carrasco-Ochoa, Jes\'{u}s A. and Medina-Pagola, Jos\'{e} E.},
doi = {10.1016/j.neucom.2013.04.025},
issn = {0925-2312},
journal = {Neurocomputing},
keywords = {Data mining,Graph-based algorithms,Overlapping clustering,overlapping,printed},
mendeley-tags = {Data mining,Graph-based algorithms,Overlapping clustering,overlapping,printed},
month = dec,
pages = {234--247},
shorttitle = {OClustR},
title = {{OClustR: A new graph-based algorithm for overlapping clustering}},
url = {http://www.sciencedirect.com/science/article/pii/S0925231213005432 http://www.sciencedirect.com/science/article/pii/S0925231213005432/pdfft?md5=1735488d2ef37ee44f10eb75ec0b075e\&pid=1-s2.0-S0925231213005432-main.pdf},
volume = {121},
year = {2013}
}
@article{Ding2014,
abstract = {The investigation of link prediction in networks is an important issue in many disciplines. The research of prediction algorithms which required short time but high accuracy is still a challenging task. Most of the existing algorithms are based on the topological information of the networks, including the local or global similarity indices. It is found that the hierarchical organization and community structure information may indeed provide insights for link prediction. In this paper, we propose a simple link prediction method, which fully explore the community structure information of the networks. Firstly, the community structure of the networks under different resolutions is extracted. Then, a simple frequency statistical model is applied to calculate how many times that a pair of nodes divided into the same community under different resolutions. Finally, the probability of the missing links is calculated. The performance of our algorithm is demonstrated by comparing with other seven well-known methods on two kinds of networks in different scales. The results indicate that our approach not only has a good performance on the accuracy, but also has a lower time complexity than any other algorithms which are based on hierarchical structure of the network.},
author = {Ding, Jingyi and Jiao, Licheng and Wu, Jianshe and Hou, Yunting and Qi, Yutao},
doi = {10.1016/j.physa.2014.09.005},
file = {:home/gaumont/.local/share/data/Mendeley Ltd./Mendeley Desktop/Downloaded/Ding et al. - 2014 - Prediction of missing links based on multi-resolution community division.pdf:pdf},
issn = {03784371},
journal = {Physica A: Statistical Mechanics and its Applications},
keywords = {Community detection,Link prediction,Modularity density,Multi-resolution},
month = sep,
title = {{Prediction of missing links based on multi-resolution community division}},
url = {http://www.sciencedirect.com/science/article/pii/S0378437114007638},
year = {2014}
}
@article{Trevino2014,
abstract = {We present a fast spectral algorithm for community detection in complex networks. Our method searches for the partition with the maximum value of the modularity via the interplay of several refinement steps that include both agglomeration and division. We validate the accuracy of the algorithm by applying it to several real-world benchmark networks. On all these, our algorithm performs as well or better than any other known polynomial scheme. This allows us to extensively study the modularity distribution in ensembles of Erd$\backslash$H\{o\}s-R$\backslash$'enyi networks, producing theoretical predictions for means and variances inclusive of finite-size corrections. Our work provides a way to accurately estimate the effect size of modularity, providing a \$z\$-score measure of it and enabling a more informative comparison of networks with different numbers of nodes and links.},
archivePrefix = {arXiv},
arxivId = {1412.8669},
author = {Trevi\~{n}o, Santiago and Nyberg, Amy and {Del Genio}, Charo I. and Bassler, Kevin E.},
eprint = {1412.8669},
file = {:home/gaumont/Documents/1412.8669v1.pdf:pdf},
month = dec,
pages = {23},
title = {{Fast and accurate determination of modularity and its effect size}},
url = {http://arxiv.org/abs/1412.8669},
year = {2014}
}
@article{Queyroi2013a,
author = {Queyroi, Fran\c{c}ois},
file = {:home/gaumont/.local/share/data/Mendeley Ltd./Mendeley Desktop/Downloaded/Queyroi - 2013 - Partitionnement de grands graphes Mesures , Algorithmes et Visualisation.pdf:pdf},
title = {{Partitionnement de grands graphes : Mesures , Algorithmes et Visualisation}},
year = {2013}
}
@article{Zhu2014,
archivePrefix = {arXiv},
arxivId = {1411.3675},
author = {Zhu, Linhong and Steeg, Greg Ver and Galstyan, Aram},
eprint = {1411.3675},
file = {:home/gaumont/Documents/1411.3675v1.pdf:pdf},
month = nov,
title = {{Scalable Link Prediction in Dynamic Networks via Non-Negative Matrix Factorization}},
url = {http://arxiv.org/abs/1411.3675},
year = {2014}
}
@article{Lazar2010,
abstract = {In this paper we introduce a non-fuzzy measure which has been designed to rank the partitions of a network's nodes into overlapping communities. Such a measure can be useful for both quantifying clusters detected by various methods and during finding the overlapping community structure by optimization methods. The theoretical problem referring to the separation of overlapping modules is discussed, and an example for possible applications is given as well.},
annote = {modularity extension},
author = {L\'{a}z\'{a}r, A. and \'{A}bel, D. and Vicsek, T.},
doi = {10.1209/0295-5075/90/18001},
file = {:home/gaumont/Documents/0295-5075\_90\_1\_18001.pdf:pdf},
issn = {0295-5075},
journal = {EPL (Europhysics Letters)},
language = {en},
month = apr,
number = {1},
pages = {18001},
publisher = {IOP Publishing},
title = {{Modularity measure of networks with overlapping communities}},
url = {http://iopscience.iop.org/0295-5075/90/1/18001/fulltext/},
volume = {90},
year = {2010}
}
@article{Kim2011,
abstract = {Community structure exists in many real-world networks and has been reported being related to several functional properties of the networks. The conventional approach was partitioning nodes into communities, while some recent studies start partitioning links instead of nodes to find overlapping communities of nodes efficiently. We extended the map equation method, which was originally developed for node communities, to find link communities in networks. This method is tested on various kinds of networks and compared with the metadata of the networks, and the results show that our method can identify the overlapping role of nodes effectively. The advantage of this method is that the node community scheme and link community scheme can be compared quantitatively by measuring the unknown information left in the networks besides the community structure. It can be used to decide quantitatively whether or not the link community scheme should be used instead of the node community scheme. Furthermore, this method can be easily extended to the directed and weighted networks since it is based on the random walk.},
archivePrefix = {arXiv},
arxivId = {1105.0257},
author = {Kim, Youngdo and Jeong, Hawoong},
doi = {10.1103/PhysRevE.84.026110},
eprint = {1105.0257},
file = {:home/gaumont/Documents/1105.0257v2.pdf:pdf},
issn = {15393755},
journal = {Physical Review E - Statistical, Nonlinear, and Soft Matter Physics},
month = aug,
number = {2},
pages = {026110},
title = {{Map equation for link communities}},
url = {http://link.aps.org/doi/10.1103/PhysRevE.84.026110},
volume = {84},
year = {2011}
}
@article{Granell2015,
abstract = {Detecting the time evolution of the community structure of networks is crucial to identify major changes in the internal organization of many complex systems, which may undergo important endogenous or exogenous events. This analysis can be done in two ways: considering each snapshot as an independent community detection problem or taking into account the whole evolution of the network. In the first case, one can apply static methods on the temporal snapshots, which correspond to configurations of the system in short time windows, and match afterwards the communities across layers. Alternatively, one can develop dedicated dynamic procedures, so that multiple snapshots are simultaneously taken into account while detecting communities, which allows to keep memory of the flow. To check how well a method of any kind could capture the evolution of communities, suitable benchmarks are needed. Here we propose a model for generating simple dynamic benchmark graphs, based on stochastic block models. In them, the time evolution consists of a periodic oscillation of the system's structure between configurations with built-in community structure. We also propose the extension of quality comparison indices to the dynamic scenario. Additionally, we perform several tests on various algorithms which show, unsurprisingly, that dynamic techniques are more suitable than static ones to describe community evolution.},
archivePrefix = {arXiv},
arxivId = {1501.05808},
author = {Granell, Clara and Darst, Richard K. and Arenas, Alex and Fortunato, Santo and G\'{o}mez, Sergio},
eprint = {1501.05808},
file = {:home/gaumont/.local/share/data/Mendeley Ltd./Mendeley Desktop/Downloaded/Granell et al. - 2015 - A benchmark model to assess community structure in evolving networks.pdf:pdf},
month = jan,
pages = {11},
title = {{A benchmark model to assess community structure in evolving networks}},
url = {http://arxiv.org/abs/1501.05808},
year = {2015}
}
@book{Boyd2004,
abstract = {We are developing a dual panel breast-dedicated PET system using LSO scintillators coupled to position sensitive avalanche photodiodes (PSAPD). The charge output is amplified and read using NOVA RENA-3 ASICs. This paper shows that the coincidence timing resolution of the RENA-3 ASIC can be improved using certain list-mode calibrations. We treat the calibration problem as a convex optimization problem and use the RENA-3s analog-based timing system to correct the measured data for time dispersion effects from correlated noise, PSAPD signal delays and varying signal amplitudes. The direct solution to the optimization problem involves a matrix inversion that grows order (n3) with the number of parameters. An iterative method using single-coordinate descent to approximate the inversion grows order (n). The inversion does not need to run to convergence, since any gains at high iteration number will be low compared to noise amplification. The system calibration method is demonstrated with measured pulser data as well as with two LSO-PSAPD detectors in electronic coincidence. After applying the algorithm, the 511keV photopeak paired coincidence time resolution from the LSO-PSAPD detectors under study improved by 57\%, from the raw value of 16.30.07 ns FWHM to 6.920.02 ns FWHM (11.520.05 ns to 4.890.02 ns for unpaired photons).},
archivePrefix = {arXiv},
arxivId = {1111.6189v1},
author = {Boyd, Stephen and Vandenberghe, Lieven},
booktitle = {Optimization Methods and Software},
chapter = {1,10,11},
doi = {10.1017/CBO9780511804441},
editor = {Press, Cambridge University},
eprint = {1111.6189v1},
isbn = {9780511804441},
issn = {10556788},
number = {3},
pages = {487--487},
pmid = {20876008},
publisher = {Cambridge University Press},
title = {{Convex Optimization}},
url = {http://www.informaworld.com/openurl?genre=article\&doi=10.1080/10556781003625177\&magic=crossref$\backslash$nhttp://ebooks.cambridge.org/ref/id/CBO9780511804441},
volume = {25},
year = {2004}
}
@article{Coscia2012a,
abstract = {Community discovery in complex networks is an interesting problem with a number of applications, especially in the knowledge extraction task in social and information networks. However, many large networks often lack a particular community organization at a global level. In these cases, traditional graph partitioning algorithms fail to let the latent knowledge embedded in modular structure emerge, because they impose a top-down global view of a network. We propose here a simple local-first approach to community discovery, able to unveil the modular organization of real complex networks. This is achieved by democratically letting each node vote for the communities it sees surrounding it in its limited view of the global system, i.e. its ego neighborhood, using a label propagation algorithm; finally, the local communities are merged into a global collection. We tested this intuition against the state-of-the-art overlapping and non-overlapping community discovery methods, and found that our new method clearly outperforms the others in the quality of the obtained communities, evaluated by using the extracted communities to predict the metadata about the nodes of several real world networks. We also show how our method is deterministic, fully incremental, and has a limited time complexity, so that it can be used on web-scale real networks.},
archivePrefix = {arXiv},
arxivId = {1206.0629},
author = {Coscia, Michele and Rossetti, G},
doi = {10.1145/2339530.2339630},
eprint = {1206.0629},
isbn = {9781450314626},
journal = {\ldots discovery and data mining},
pages = {615--623},
title = {{Demon: a local-first discovery method for overlapping communities}},
url = {http://dl.acm.org/citation.cfm?id=2339630},
year = {2012}
}
@article{Mitra2012,
abstract = {Community finding algorithms for networks have recently been extended to dynamic data. Most of these recent methods aim at exhibiting community partitions from successive graph snapshots and thereafter connecting or smoothing these partitions using clever time-dependent features and sampling techniques. These approaches are nonetheless achieving longitudinal rather than dynamic community detection. We assume that communities are fundamentally defined by the repetition of interactions among a set of nodes over time. According to this definition, analyzing the data by considering successive snapshots induces a significant loss of information: we suggest that it blurs essentially dynamic phenomena - such as communities based on repeated inter-temporal interactions, nodes switching from a community to another across time, or the possibility that a community survives while its members are being integrally replaced over a longer time period. We propose a formalism which aims at tackling this issue in the context of time-directed datasets (such as citation networks), and present several illustrations of both empirical and synthetic dynamic networks. We eventually introduce intrinsically dynamic metrics to qualify temporal community structure and emphasize their possible role as an estimator of the quality of the community detection - taking into account the fact that various empirical contexts may call for distinct 'community' definitions and detection criteria. © 2011 Elsevier B.V. All rights reserved.},
archivePrefix = {arXiv},
arxivId = {1111.2018},
author = {Mitra, Bivas and Tabourier, Lionel and Roth, Camille},
doi = {10.1016/j.comnet.2011.10.024},
eprint = {1111.2018},
file = {:home/gaumont/.local/share/data/Mendeley Ltd./Mendeley Desktop/Downloaded/Mitra, Tabourier, Roth - 2012 - Intrinsically dynamic network communities(3).pdf:pdf},
issn = {13891286},
journal = {Computer Networks},
keywords = {Citation networks,Community detection,Community quality metrics,Dynamic networks},
pages = {1041--1053},
title = {{Intrinsically dynamic network communities}},
volume = {56},
year = {2012}
}
@article{Mata2014,
archivePrefix = {arXiv},
arxivId = {1411.4601},
author = {Mata, Ang\'{e}lica S. and Pastor-Satorras, Romualdo},
eprint = {1411.4601},
file = {:home/gaumont/Documents/1411.4601v1.pdf:pdf},
month = nov,
title = {{Slow relaxation dynamics and aging in random walks on activity driven temporal networks}},
url = {http://arxiv.org/abs/1411.4601},
year = {2014}
}
@inproceedings{Xu2007,
address = {New York, New York, USA},
author = {Xu, Xiaowei and Yuruk, Nurcan and Feng, Zhidan and Schweiger, Thomas A. J.},
booktitle = {Proceedings of the 13th ACM SIGKDD international conference on Knowledge discovery and data mining - KDD '07},
doi = {10.1145/1281192.1281280},
file = {:home/gaumont/.local/share/data/Mendeley Ltd./Mendeley Desktop/Downloaded/Xu et al. - 2007 - SCAN(4).pdf:pdf},
isbn = {9781595936097},
keywords = {community Structure,graph partitioning,hubs,network clustering,outliers},
month = aug,
pages = {824},
publisher = {ACM Press},
title = {{SCAN}},
url = {http://dl.acm.org/citation.cfm?id=1281192.1281280},
year = {2007}
}
@misc{Rosenthal1995,
abstract = {This is an expository paper that presents various ideas related to nonasymptotic rates of convergence for Markov chains. Such rates are of great importance for stochastic algorithms that are widely used in statistics and in computer science. They also have applications to analysis of card shuffling and other areas. In this paper, we attempt to describe various mathematical techniques that have been used to bound such rates of convergence. In particular, we describe eigenvalue analysis, random walks on groups, coupling, and minorization conditions. Connections are made to modern areas of research wherever possible. Elements of linear algebra, probability theory, group theory, and measure theory are used, but efforts are made to keep the presentation elementary and accessible. Read More: http://epubs.siam.org/doi/abs/10.1137/1037083},
author = {Rosenthal, Jeffrey S.},
booktitle = {SIAM Review},
doi = {10.1137/1037083},
issn = {0036-1445},
pages = {387--405},
title = {{Convergence Rates for Markov Chains}},
volume = {37},
year = {1995}
}
@article{Barrat2013,
abstract = {The ever increasing adoption of mobile technologies and ubiquitous services allows to sense human behavior at unprecedented levels of details and scale. Wearable sensors are opening up a new window on human mobility and proximity at the finest resolution of face-to-face proximity. As a consequence, empirical data describing social and behavioral networks are acquiring a longitudinal dimension that brings forth new challenges for analysis and modeling. Here we review recent work on the representation and analysis of temporal networks of face-to-face human proximity, based on large-scale datasets collected in the context of the SocioPatterns collaboration. We show that the raw behavioral data can be studied at various levels of coarse-graining, which turn out to be complementary to one another, with each level exposing different features of the underlying system. We briefly review a generative model of temporal contact networks that reproduces some statistical observables. Then, we shift our focus from surface statistical features to dynamical processes on empirical temporal networks. We discuss how simple dynamical processes can be used as probes to expose important features of the interaction patterns, such as burstiness and causal constraints. We show that simulating dynamical processes on empirical temporal networks can unveil differences between datasets that would otherwise look statistically similar. Moreover, we argue that, due to the temporal heterogeneity of human dynamics, in order to investigate the temporal properties of spreading processes it may be necessary to abandon the notion of wall-clock time in favour of an intrinsic notion of time for each individual node, defined in terms of its activity level. We conclude highlighting several open research questions raised by the nature of the data at hand.},
author = {Barrat, Alain and Cattuto, Ciro},
file = {:home/gaumont/.local/share/data/Mendeley Ltd./Mendeley Desktop/Downloaded/Barrat, Cattuto - 2013 - Temporal networks of face-to-face human interactions(4).pdf:pdf},
journal = {arXiv:1305.3532 [physics]},
keywords = {ALIRE,Computer Science - Social and Information Networks,Physics - Physics and Society},
mendeley-tags = {ALIRE,Computer Science - Social and Information Networks,Physics - Physics and Society},
month = may,
title = {{Temporal networks of face-to-face human interactions}},
url = {http://arxiv.org/abs/1305.3532 http://www.arxiv.org/pdf/1305.3532.pdf},
year = {2013}
}
@article{Porumbel2011,
abstract = {A K -partition of a set S is a splitting of S into K non-overlapping classes that cover all elements of S . Numerous practical applications dealing with data partitioning or clustering require computing the distance between two partitions. Previous articles proved that one can compute it in polynomial time—minimum O ( | S | + K 2 ) and maximum O ( | S | + K 3 ) —using a reduction to the linear assignment problem. We propose several conditions for which the partition distance can be computed in O ( | S | ) time. In practical terms, this computation can be done in O ( | S | ) time for any two relatively resembling partitions (i.e. with distance less than | S | 5 ) except specially constructed cases. Finally, we prove that, even if there is a bounded number of classes for which the proposed conditions are not satisfied, one can still preserve the linear complexity by exploiting decomposition properties of the similarity matrix.},
author = {Porumbel, Daniel Cosmin and Hao, Jin Kao and Kuntz, Pascale},
doi = {10.1016/j.dam.2010.09.002},
file = {:home/gaumont/.local/share/data/Mendeley Ltd./Mendeley Desktop/Downloaded/Porumbel, Hao, Kuntz - 2011 - An efficient algorithm for computing the distance between close partitions(3).pdf:pdf;:home/gaumont/.local/share/data/Mendeley Ltd./Mendeley Desktop/Downloaded/Porumbel, Hao, Kuntz - 2011 - An efficient algorithm for computing the distance between close partitions(3).html:html},
issn = {0166-218X},
journal = {Discrete Applied Mathematics},
keywords = {ALIRE,Clustering comparison,Partition distance,Partition metric,Similarity between partitions,Similarity measure},
mendeley-tags = {ALIRE,Clustering comparison,Partition distance,Partition metric,Similarity between partitions,Similarity measure},
month = jan,
number = {1},
pages = {53--59},
title = {{An efficient algorithm for computing the distance between close partitions}},
url = {http://www.sciencedirect.com/science/article/pii/S0166218X10003069 http://www.sciencedirect.com/science/article/pii/S0166218X10003069/pdfft?md5=6e7b6df25bcb2a80b16edef0b64c9b75\&pid=1-s2.0-S0166218X10003069-main.pdf},
volume = {159},
year = {2011}
}
@inproceedings{Leskovec2008,
address = {New York, New York, USA},
author = {Leskovec, Jure and Lang, Kevin J. and Dasgupta, Anirban and Mahoney, Michael W.},
booktitle = {Proceeding of the 17th international conference on World Wide Web - WWW '08},
doi = {10.1145/1367497.1367591},
file = {:home/gaumont/.local/share/data/Mendeley Ltd./Mendeley Desktop/Downloaded/Leskovec et al. - 2008 - Statistical properties of community structure in large social and information networks(4).pdf:pdf},
isbn = {9781605580852},
keywords = {community structure,conductance,graph partitioning,random walks,social networks},
month = apr,
pages = {695},
publisher = {ACM Press},
title = {{Statistical properties of community structure in large social and information networks}},
url = {http://dl.acm.org/citation.cfm?id=1367497.1367591},
year = {2008}
}
@article{Huang2013,
abstract = {Link Clustering (LC) is a relatively new method for detecting overlapping communities in networks. The basic principle of LC is to derive a transform matrix whose elements are composed of the link similarity of neighbor links based on the Jaccard distance calculation; then it applies hierarchical clustering to the transform matrix and uses a measure of partition density on the resulting dendrogram to determine the cut level for best community detection. However, the original link clustering method does not consider the link similarity of non-neighbor links, and the partition density tends to divide the communities into many small communities. In this paper, an Extended Link Clustering method (ELC) for overlapping community detection is proposed. The improved method employs a new link similarity, Extended Link Similarity (ELS), to produce a denser transform matrix, and uses the maximum value of EQ (an extended measure of quality of modularity) as a means to optimally cut the dendrogram for better partitioning of the original network space. Since ELS uses more link information, the resulting transform matrix provides a superior basis for clustering and analysis. Further, using the EQ value to find the best level for the hierarchical clustering dendrogram division, we obtain communities that are more sensible and reasonable than the ones obtained by the partition density evaluation. Experimentation on five real-world networks and artificially-generated networks shows that the ELC method achieves higher EQ and In-group Proportion (IGP) values. Additionally, communities are more realistic than those generated by either of the original LC method or the classical CPM method.},
author = {Huang, Lan and Wang, Guishen and Wang, Yan and Blanzieri, Enrico and Su, Chao},
doi = {10.1371/journal.pone.0066005},
file = {:home/gaumont/.local/share/data/Mendeley Ltd./Mendeley Desktop/Downloaded/Huang et al. - 2013 - Link Clustering with Extended Link Similarity and EQ Evaluation Division(4).pdf:pdf},
journal = {PLoS ONE},
keywords = {link partition,overlapping community},
mendeley-tags = {link partition,overlapping community},
month = jun,
number = {6},
pages = {e66005},
title = {{Link Clustering with Extended Link Similarity and EQ Evaluation Division}},
url = {http://dx.doi.org/10.1371/journal.pone.0066005 http://www.plosone.org/article/fetchObject.action?uri=info:doi/10.1371/journal.pone.0066005\&representation=PDF},
volume = {8},
year = {2013}
}
@article{Danon2005,
abstract = {We compare recent approaches to community structure identification in terms of sensitivity and computational cost. The recently proposed modularity measure is revisited and the performance of the methods as applied to ad hoc networks with known community structure, is compared. We find that the most accurate methods tend to be more computationally expensive, and that both aspects need to be considered when choosing a method for practical purposes. The work is intended as an introduction as well as a proposal for a standard benchmark test of community detection methods.},
archivePrefix = {arXiv},
arxivId = {cond-mat/0505245},
author = {Danon, Leon and D\'{\i}az-Guilera, Albert and Duch, Jordi and Arenas, Alex},
doi = {10.1088/1742-5468/2005/09/P09008},
eprint = {0505245},
issn = {1742-5468},
journal = {Journal of Statistical Mechanics: Theory and Experiment},
keywords = {NMI},
mendeley-tags = {NMI},
month = sep,
number = {09},
pages = {P09008--P09008},
primaryClass = {cond-mat},
title = {{Comparing community structure identification}},
url = {http://arxiv.org/abs/cond-mat/0505245},
volume = {2005},
year = {2005}
}
@inproceedings{Whang2013,
abstract = {Community detection is an important task in network analysis. A community (also referred to as a cluster) is a set of cohesive vertices that have more connections inside the set than outside. In many social and information networks, these communities naturally overlap. For instance, in a social network, each vertex in a graph corresponds to an individual who usually participates in multiple communities. One of the most successful techniques for finding overlapping communities is based on local optimization and expansion of a community metric around a seed set of vertices. In this paper, we propose an efficient overlapping community detection algorithm using a seed set expansion approach. In particular, we develop new seeding strategies for a personalized PageRank scheme that optimizes the conductance community score. The key idea of our algorithm is to find good seeds, and then expand these seed sets using the personalized PageRank clustering procedure. Experimental results show that this seed set expansion approach outperforms other state-of-the-art overlapping community detection methods. We also show that our new seeding strategies are better than previous strategies, and are thus effective in finding good overlapping clusters in a graph.},
address = {New York, NY, USA},
author = {Whang, Joyce Jiyoung and Gleich, David F. and Dhillon, Inderjit S.},
doi = {10.1145/2505515.2505535},
file = {:home/gaumont/.local/share/data/Mendeley Ltd./Mendeley Desktop/Downloaded/Whang, Gleich, Dhillon - 2013 - Overlapping community detection using seed set expansion(3).pdf:pdf},
isbn = {978-1-4503-2263-8},
keywords = {clustering,community detection,overlapping,overlapping clusters,seed set expansion,seeds},
mendeley-tags = {clustering,community detection,overlapping,overlapping clusters,seed set expansion,seeds},
pages = {2099--2108},
publisher = {ACM},
series = {CIKM '13},
title = {{Overlapping community detection using seed set expansion}},
url = {http://doi.acm.org/10.1145/2505515.2505535 http://dl.acm.org/ft\_gateway.cfm?id=2505535\&type=pdf},
year = {2013}
}
@article{Kawadia2012,
abstract = {Temporal communities are the result of a consistent partitioning of nodes across multiple snapshots of an evolving network, and they provide insights into how dense clusters in a network emerge, combine, split and decay over time. To reliably detect temporal communities we need to not only find a good community partition in a given snapshot but also ensure that it bears some similarity to the partition(s) found in the previous snapshot(s), a particularly difficult task given the extreme sensitivity of community structure yielded by current methods to changes in the network structure. Here, motivated by the inertia of inter-node relationships, we present a new measure of partition distance called estrangement, and show that constraining estrangement enables one to find meaningful temporal communities at various degrees of temporal smoothness in diverse real-world datasets. Estrangement confinement thus provides a principled approach to uncovering temporal communities in evolving networks.},
archivePrefix = {arXiv},
arxivId = {1203.5126},
author = {Kawadia, Vikas and Sreenivasan, Sameet},
doi = {10.1038/srep00794},
eprint = {1203.5126},
file = {:home/gaumont/.local/share/data/Mendeley Ltd./Mendeley Desktop/Downloaded/Kawadia, Sreenivasan - 2012 - Sequential detection of temporal communities by estrangement confinement(6).pdf:pdf},
issn = {2045-2322},
journal = {Scientific reports},
keywords = {Algorithms,Mathematics,Physical Phenomena,Software,Thermodynamics},
language = {en},
month = jan,
pages = {794},
pmid = {23145317},
publisher = {Nature Publishing Group},
title = {{Sequential detection of temporal communities by estrangement confinement.}},
url = {http://www.pubmedcentral.nih.gov/articlerender.fcgi?artid=3494021\&tool=pmcentrez\&rendertype=abstract http://www.nature.com/srep/2012/121109/srep00794/full/srep00794.html},
volume = {2},
year = {2012}
}
@techreport{Lancichinetti2009c,
abstract = {Uncovering the community structure exhibited by real networks is a crucial step towards an understanding of complex systems that goes beyond the local organization of their constituents. Many algorithms have been proposed so far, but none of them has been subjected to strict tests to evaluate their performance. Most of the sporadic tests performed so far involved small networks with known community structure and/or artificial graphs with a simplified structure, which is very uncommon in real systems. Here we test several methods against a recently introduced class of benchmark graphs, with heterogeneous distributions of degree and community size. The methods are also tested against the benchmark by Girvan and Newman and on random graphs. As a result of our analysis, three recent algorithms introduced by Rosvall and Bergstrom, Blondel et al. and Ronhovde and Nussinov, respectively, have an excellent performance, with the additional advantage of low computational complexity, which enables one to analyze large systems.},
annote = {Comment: 12 pages, 8 figures. The software to compute the values of our general normalized mutual information is available at http://santo.fortunato.googlepages.com/inthepress2},
author = {Lancichinetti, Andrea and Fortunato, Santo},
file = {:home/gaumont/.local/share/data/Mendeley Ltd./Mendeley Desktop/Downloaded/Lancichinetti, Fortunato - 2009 - Community detection algorithms a comparative analysis(3).pdf:pdf;:home/gaumont/.local/share/data/Mendeley Ltd./Mendeley Desktop/Downloaded/Lancichinetti, Fortunato - 2009 - Community detection algorithms a comparative analysis(3).html:html},
keywords = {Physics - Computational Physics,Physics - Physics and Society},
mendeley-tags = {Physics - Computational Physics,Physics - Physics and Society},
month = aug,
shorttitle = {Community detection algorithms},
title = {{Community detection algorithms: a comparative analysis}},
url = {http://arxiv.org/abs/0908.1062 http://www.arxiv.org/pdf/0908.1062.pdf},
year = {2009}
}
@article{Scholtes2013,
abstract = {We study the slow-down and speed-up of diffusion in temporal networks with non-Markovian contact sequences. We introduce a causality-preserving time-aggregated representation that allows to analyze temporal networks from the perspective of spectral graph theory. With this we provide an analytical explanation for the frequently observed slow-down of diffusion in empirical non-Markovian temporal networks. We derive an analytical prediction for the magnitude of this slow-down and validate our prediction against two empirical data sets. Counterintuitively, we further show that non-Markovian properties can result in a speed-up of diffusion that can be related to the spectral properties of the underlying temporal network.},
archivePrefix = {arXiv},
arxivId = {1307.4030},
author = {Scholtes, Ingo and Wider, Nicolas and Pfitzner, Rene and Garas, Antonios and Tessone, Claudio Juan and Schweitzer, Frank},
eprint = {1307.4030},
file = {:home/gaumont/.local/share/data/Mendeley Ltd./Mendeley Desktop/Downloaded/Scholtes et al. - 2013 - Slow-Down vs. Speed-Up of Diffusion in Non-Markovian Temporal Networks(3).pdf:pdf},
month = jul,
pages = {20},
title = {{Slow-Down vs. Speed-Up of Diffusion in Non-Markovian Temporal Networks}},
url = {http://arxiv.org/abs/1307.4030},
year = {2013}
}
@inproceedings{Spiliopoulou2013,
abstract = {There is much recent work on detecting and tracking change in clusters, often based on the study of the spatiotemporal properties of a cluster. For the many applications where cluster change is relevant, among them customer relation- ship management, fraud detection and marketing, it is also necessary to provide insights about the nature of cluster change: Is a cluster corresponding to a group of customers simply disappearing or are its members migrating to other clusters? Is a new emerging cluster reflecting a new target group of customers or does it rather consist of existing cus- tomers whose preferences shift? To answer such questions, we propose the framework MONIC for modeling and tracking of cluster transitions. Our cluster transition model en- compasses changes that involve more than one cluster, thus allowing for insights on cluster change in the whole clus- tering. Our transition tracking mechanism is not based on the topological properties of clusters, which are only available for some types of clustering, but on the contents of the underlying data stream. We present our first results on monitoring cluster transitions over the ACMdigital library.},
author = {Spiliopoulou, Myra and Ntoutsi, Eirini and Theodoridis, Yannis and Schult, Rene},
booktitle = {Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics)},
doi = {10.1007/978-3-642-40994-3\_41},
isbn = {9783642409936},
issn = {03029743},
keywords = {big data,change detection,cluster monitoring,data streams,dynamic data},
pages = {622--626},
title = {{MONIC and followups on modeling and monitoring cluster transitions}},
volume = {8190 LNAI},
year = {2013}
}
@article{Cheng,
author = {Cheng, James and Wu, Huanhuan and Huang, Yuzhen and Li, Jinfeng},
file = {:home/gaumont/Documents/www2015\_submission\_298.pdf:pdf},
title = {{Reachability and Time-Based Path Queries in Temporal Graphs}}
}
@article{Li2014,
annote = {Entropy interne et externe \`{a} la communaut\'{e}},
author = {Li, Yongli and Zhang, Guijie and Feng, Yuqiang and Wu, Chong},
doi = {10.1007/s11192-014-1377-5},
file = {:home/gaumont/.local/share/data/Mendeley Ltd./Mendeley Desktop/Downloaded/Li et al. - 2014 - An entropy-based social network community detecting method and its application to scientometrics(4).pdf:pdf},
issn = {0138-9130},
journal = {Scientometrics},
month = jul,
title = {{An entropy-based social network community detecting method and its application to scientometrics}},
url = {http://link.springer.com/10.1007/s11192-014-1377-5},
year = {2014}
}
@article{Kovanen2011a,
abstract = {Temporal networks are commonly used to represent systems where connections between elements are active only for restricted periods of time, such as networks of telecommunication, neural signal processing, biochemical reactions and human social interactions. We introduce the framework of temporal motifs to study the mesoscale topological-temporal structure of temporal networks in which the events of nodes do not overlap in time. Temporal motifs are classes of similar event sequences, where the similarity refers not only to topology but also to the temporal order of the events. We provide a mapping from event sequences to colored directed graphs that enables an efficient algorithm for identifying temporal motifs. We discuss some aspects of temporal motifs, including causality and null models, and present basic statistics of temporal motifs in a large mobile call network.},
archivePrefix = {arXiv},
arxivId = {1107.5646},
author = {Kovanen, Lauri and Karsai, M\'{a}rton and Kaski, Kimmo and Kert\'{e}sz, J\'{a}nos and Saram\"{a}ki, Jari},
doi = {10.1088/1742-5468/2011/11/P11005},
eprint = {1107.5646},
file = {:home/gaumont/.local/share/data/Mendeley Ltd./Mendeley Desktop/Downloaded/Kovanen et al. - 2011 - Temporal motifs in time-dependent networks(3).5646v2:5646v2},
issn = {1742-5468},
journal = {Journal of Statistical Mechanics: Theory and Experiment},
month = nov,
number = {11},
pages = {P11005},
title = {{Temporal motifs in time-dependent networks}},
url = {http://arxiv.org/abs/1107.5646},
volume = {2011},
year = {2011}
}
@article{Wu2012,
abstract = {The detection of overlapping community structure in networks can give insight into the structures and functions of many complex systems. In this paper, we propose a simple but efficient overlapping community detection method for very large real-world networks. Taking a high-quality, non-overlapping partition generated by existing, efficient, non-overlapping community detection methods as input, our method identifies overlapping nodes between each pair of connected non-overlapping communities in turn. Through our analysis on modularity, we deduce that, to become an overlapping node without demolishing modularity, nodes should satisfy a specific condition presented in this paper. The proposed algorithm outputs high quality overlapping communities by efficiently identifying overlapping nodes that satisfy the above condition. Experiments on synthetic and real-world networks show that in most cases our method is better than other algorithms either in the quality of results or the computational performance. In some cases, our method is the only one that can produce overlapping communities in the very large real-world networks used in the experiments.},
author = {Wu, Zhihao and Lin, Youfang and Wan, Huaiyu and Tian, Shengfeng and Hu, Keyun},
doi = {10.1016/j.physa.2011.12.019},
file = {:home/gaumont/.local/share/data/Mendeley Ltd./Mendeley Desktop/Downloaded/Wu et al. - 2012 - Efficient overlapping community detection in huge real-world networks(3).pdf:pdf},
issn = {0378-4371},
journal = {Physica A: Statistical Mechanics and its Applications},
keywords = {Overlapping nodes,comp,complex networks,overlapping community,overlapping community detection},
mendeley-tags = {Overlapping nodes,comp,complex networks,overlapping community,overlapping community detection},
month = apr,
number = {7},
pages = {2475--2490},
title = {{Efficient overlapping community detection in huge real-world networks}},
url = {http://www.sciencedirect.com/science/article/pii/S0378437111009162 http://www.sciencedirect.com/science/article/pii/S0378437111009162/pdfft?md5=1fb5a35dab97a3239127d31ab743fc70\&pid=1-s2.0-S0378437111009162-main.pdf},
volume = {391},
year = {2012}
}
@article{Sun2014,
abstract = {In this paper, an incremental density-based clustering algorithm IncOrder is proposed for detecting communities in dynamic networks. It consists of two separate stages: an online stage and an offline stage. The online stage maintains the traversal sequence of a network and the offline stage extracts communities from the sequence. Based on a symmetric measure core-connectivity-similarity between pairs of adjacent nodes, the online stage builds an index structure, called core-connected chain, for dynamic networks. Since the slight change of a network has a very limited impact on its cluster chain, the chain of a dynamic network can be efficiently preserved. The offline stage extracts all possible density-based clustering results for all similarity thresholds from the chain. By maximizing a modularity function, the proposed method can automatically select the parameter of similarity threshold. Experimental results on a large number of real-world and synthetic networks show that the proposed method achieves high accuracy and efficiency.},
author = {Sun, Heli and Huang, Jianbin and Zhang, Xin and Liu, Jiao and Wang, Dong and Liu, Huailiang and Zou, Jianhua and Song, Qinbao},
doi = {10.1016/j.knosys.2014.07.015},
file = {:home/gaumont/Documents/1-s2.0-S095070511400272X-main.pdf:pdf},
issn = {09507051},
journal = {Knowledge-Based Systems},
keywords = {Community detection,Density-based clustering,Dynamic network,Incremental method,Modularity optimazition},
month = oct,
title = {{IncOrder: Incremental density-based community detection in dynamic networks}},
url = {http://www.sciencedirect.com/science/article/pii/S095070511400272X},
year = {2014}
}
@inproceedings{Papadimitriou2006,
abstract = {We introduce a method to discover optimal local patterns, which concisely describe the main trends in a time series. Our approach examines the time series at multiple time scales (i.e., window sizes) and efficiently discovers the key patterns in each. We also introduce a criterion to select the best window sizes, which most concisely capture the key oscillatory as well as aperiodic trends. Our key insight lies in learning an optimal orthonormal transform from the data itself, as opposed to using a predetermined basis or approximating function (such as piecewise constant, short-window Fourier or wavelets), which essentially restricts us to a particular family of trends. We go one step further, lifting even that limitation. Furthermore, our method lends itself to fast, incremental estimation in a streaming setting. Experimental evaluation shows that our method can capture meaningful patterns in a variety of settings. Our streaming approach requires order of magnitude less time and space, while still producing concise and informative patterns.},
address = {New York, NY, USA},
author = {Papadimitriou, Spiros and Yu, Philip},
doi = {10.1145/1142473.1142545},
file = {:home/gaumont/.local/share/data/Mendeley Ltd./Mendeley Desktop/Downloaded/Papadimitriou, Yu - 2006 - Optimal multi-scale patterns in time series streams(3).pdf:pdf},
isbn = {1-59593-434-0},
keywords = {SVD,empirical orthogonal functions,local patterns,multi-scale,singular spectrum,stream},
mendeley-tags = {SVD,empirical orthogonal functions,local patterns,multi-scale,singular spectrum,stream},
pages = {647--658},
publisher = {ACM},
series = {SIGMOD '06},
title = {{Optimal multi-scale patterns in time series streams}},
url = {http://doi.acm.org/10.1145/1142473.1142545 http://dl.acm.org/ft\_gateway.cfm?id=1142545\&type=pdf},
year = {2006}
}
@article{xu2014hierarchical,
author = {Xu, Kaikuo and Yuan, Changan and Wei, Xuzhong},
file = {:home/gaumont/.local/share/data/Mendeley Ltd./Mendeley Desktop/Downloaded/Xu, Yuan, Wei - 2014 - The Hierarchical Structure and Bridging Member of k-Clique Community(4).pdf:pdf},
title = {{The Hierarchical Structure and Bridging Member of k-Clique Community}},
year = {2014}
}
@article{Viard2015,
abstract = {A link stream is a sequence of triplets (t, u, v) indicating that an interaction occurred between u and v at time t. We generalize the classical notion of cliques in graphs to such link streams: for a given \^{a}, a \^{a}-clique is a set of nodes and a time interval such that all pairs of nodes in this set interact at least every \^{a} during this time interval. We propose an algorithm to enumerate all maximal cliques of a link stream, and illustrate its practical relevance on a real-world contact trace.},
archivePrefix = {arXiv},
arxivId = {1502.00993},
author = {Viard, Jordan and Latapy, Matthieu and Magnien, Cl\'{e}mence},
eprint = {1502.00993},
month = feb,
title = {{Computing maximal cliques in link streams}},
url = {http://arxiv.org/abs/1502.00993},
year = {2015}
}
@article{Viard2014,
archivePrefix = {arXiv},
arxivId = {1406.4969},
author = {Viard, Jordan and Latapy, Matthieu},
eprint = {1406.4969},
month = jun,
title = {{Identifying roles in an IP network with temporal and structural density}},
url = {http://arxiv.org/abs/1406.4969},
year = {2014}
}
@article{Zhang2014a,
abstract = {Community detection is a fundamental problem in network analysis which is made more challenging by overlaps between communities which often occur in practice. Here we propose a general, flexible, and interpretable generative model for overlapping communities, which can be thought of as a generalization of the degree-corrected stochastic block model. We develop an efficient spectral algorithm for estimating the community memberships, which deals with the overlaps by employing the K-medians algorithm rather than the usual K-means for clustering in the spectral domain. We show that the algorithm is asymptotically consistent when networks are not too sparse and the overlaps between communities not too large. Numerical experiments on both simulated networks and many real social networks demonstrate that our method performs very well compared to a number of benchmark methods for overlapping community detection.},
annote = {spectral method},
archivePrefix = {arXiv},
arxivId = {1412.3432},
author = {Zhang, Yuan and Levina, Elizaveta and Zhu, Ji},
eprint = {1412.3432},
month = dec,
pages = {37},
title = {{Detecting Overlapping Communities in Networks with Spectral Methods}},
url = {http://arxiv.org/abs/1412.3432},
year = {2014}
}
@article{Airoldi2008,
author = {Airoldi, Edoardo and Blei, David and Fienberg, Stephen and Xing, Eric},
file = {:home/gaumont/Documents/airoldi08a.pdf:pdf},
issn = {1532-4435},
journal = {J. Mach. Learn. Res.},
pages = {1981 -- 2014},
title = {{Mixed Membership Stochastic Blockmodels}},
volume = {9},
year = {2008}
}
@techreport{Panisson2011,
abstract = {We report on a data-driven investigation aimed at understanding the dynamics of message spreading in a real-world dynamical network of human proximity. We use data collected by means of a proximity-sensing network of wearable sensors that we deployed at three different social gatherings, simultaneously involving several hundred individuals. We simulate a message spreading process over the recorded proximity network, focusing on both the topological and the temporal properties. We show that by using an appropriate technique to deal with the temporal heterogeneity of proximity events, a universal statistical pattern emerges for the delivery times of messages, robust across all the data sets. Our results are useful to set constraints for generic processes of data dissemination, as well as to validate established models of human mobility and proximity that are frequently used to simulate realistic behaviors.},
annote = {Comment: A. Panisson et al., On the dynamics of human proximity for data diffusion in ad-hoc networks, Ad Hoc Netw. (2011)},
author = {Panisson, Andr\'{e} and Barrat, Alain and Cattuto, Ciro and den Broeck, Wouter Van and Ruffo, Giancarlo and Schifanella, Rossano},
file = {:home/gaumont/.local/share/data/Mendeley Ltd./Mendeley Desktop/Downloaded/Panisson et al. - 2011 - On the Dynamics of Human Proximity for Data Diffusion in Ad-Hoc Networks(3).pdf:pdf;:home/gaumont/.local/share/data/Mendeley Ltd./Mendeley Desktop/Downloaded/Panisson et al. - 2011 - On the Dynamics of Human Proximity for Data Diffusion in Ad-Hoc Networks(3).html:html},
keywords = {Computer Science - Human-Computer Interaction,Computer Science - Networking and Internet Archite,Computer Science - Social and Information Networks,Physics - Physics and Society},
mendeley-tags = {Computer Science - Human-Computer Interaction,Computer Science - Networking and Internet Archite,Computer Science - Social and Information Networks,Physics - Physics and Society},
month = jun,
title = {{On the Dynamics of Human Proximity for Data Diffusion in Ad-Hoc Networks}},
url = {http://arxiv.org/abs/1106.5992 http://www.arxiv.org/pdf/1106.5992.pdf},
year = {2011}
}
@article{MOLLOY1995,
abstract = {Given a sequence of nonnegative real numbers lambda(0), lambda(1),... which sum to 1, we consider random graphs having approximately hin vertices of degree i. Essentially, we show that if Sigma i(i - 2)lambda(i) > 0, then such graphs almost surely have a giant component, while if Sigma i(i - 2)lambda(i) < 0, then almost surely all components in such graphs are small. We can apply these results to G(n,p), G(n,M), and other well-known models of random graphs. There are also applications related to the chromatic number of sparse random graphs. (C) 1995 John Wiley \& Sons, Inc.},
author = {MOLLOY, M and REED, B},
doi = {10.1002/rsa.3240060204},
issn = {1098-2418},
journal = {Random Structures and Algorithms},
keywords = {configuration model},
mendeley-tags = {configuration model},
pages = {161--179},
title = {{A CRITICAL-POINT FOR RANDOM GRAPHS WITH A GIVEN DEGREE SEQUENCE}},
url = {papers2://publication/uuid/4BE5456F-A1A8-40A8-B519-A1045DAE0F34},
volume = {6},
year = {1995}
}
@article{Gaiteri2015,
abstract = {Biological functions are often realized by groups of interacting molecules or cells. Membership in these groups may overlap when molecules or cells are reused in multiple functions. Traditional clustering methods assign each component to one group. Noisy measurements are common in high-throughput biological datasets. These two limitations reduce our ability to accurately define clusters in biological datasets and to interpret their biological functions. To address these limitations, we designed an algorithm called SpeakEasy, which detects overlapping or non-overlapping communities in biological networks. Input to SpeakEasy can be physical networks, such as molecular interactions, or inferred networks, such as gene coexpression networks. The networks can be directed or undirected, and may contain negative links. SpeakEasy combines traditional bottom-up and top-down approaches to clustering, by creating competition between clusters. Nodes that oscillate between multiple clusters in this competition are classified as multi-community nodes. SpeakEasy can quickly process networks with tens of thousands of nodes, quantify the stability of each cluster and detect an optimal number of clusters without requiring user preset parameter. Clustering networks derived from gene microarrays, protein affinity, sorted cell populations, electrophysiology, functional magnetic resonance imaging of resting-state brain activity, and synthetic datasets validate the ability of SpeakEasy to facilitate biological insights. For instance, we can identify overlapping co-regulated genes sets, multi-complex proteins and robust changes to the community structure of co-active brain regions in Parkinson disease. These insights rely on a robust overlapping clustering approach that enables a more realistic interpretation of common high-throughput datasets.},
annote = {Label propagation},
archivePrefix = {arXiv},
arxivId = {1501.04709},
author = {Gaiteri, Chris and Chen, Mingming and Szymanski, Boleslaw and Kuzmin, Konstantin and Xie, Jierui and Lee, Changkyu and Blanche, Timothy and Neto, Elias Chaibub and Huang, Su-Chun and Grabowski, Thomas and Madhyastha, Tara and Komashko, Vitalina},
eprint = {1501.04709},
month = jan,
title = {{Identifying robust clusters and multi-community nodes by combining top-down and bottom-up approaches to clustering}},
url = {http://arxiv.org/abs/1501.04709},
year = {2015}
}
@article{Shi2013a,
abstract = {There is a surge of community detection study on complex network analysis in recent years, since communities often play important roles in network systems. However, many real networks have more complex overlapping community structures. This paper proposes a novel algorithm to discover overlapping communities. Different from conventional algorithms based on node clustering, the proposed algorithm is based on link clustering. Since links usually represent unique relations among nodes, the link clustering will discover groups of links that have the same characteristics. Thus nodes naturally belong to multiple communities. The algorithm applies genetic operation to cluster on links. An effective encoding schema is designed and the number of communities can be automatically determined. Experiments on both artificial networks and real networks validate the effectiveness and efficiency of the proposed algorithm.},