-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.bib
More file actions
3497 lines (3150 loc) · 106 KB
/
main.bib
File metadata and controls
3497 lines (3150 loc) · 106 KB
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
@misc{graph-weisstein,
title={{Königsberg Bridge Problem.}},
author={Weisstein, E.},
journal={MathWorld--A Wolfram Web Resource},
url={https://mathworld.wolfram.com/KoenigsbergBridgeProblem.html},
}
@inproceedings{hits-chien14,
title={{A comparative study of HITS vs PageRank algorithms for Twitter users analysis}},
author={Chien, O. and Hoong, P. and Ho, C.},
booktitle={International Conference on Computational Science and Technology (ICCST)},
isbn={978-1-4799-3241-2},
publisher={IEEE},
year={2014},
month={Aug},
pages={1--6},
}
@inproceedings{urban-zhang18,
title={{Analysis of China’s Urban Network Structure from the Perspective of “Streaming”}},
author={Zhang, Q. and Yuan, T.},
booktitle={26th International Conference on Geoinformatics},
isbn={978-1-5386-7619-6},
publisher={IEEE},
year={2018},
month={Jun},
pages={1--7},
}
@inproceedings{traffic-kim15,
title={{Analysis on the transportation point in cheongju city using pagerank algorithm}},
author={Kim, Y. and Kim, H. and Shin, C. and Lee, K. and Choi, C. and Cho, W.},
editor={Leung, C. and Nasridinov, A.},
booktitle={Proceedings of the International Conference on Big Data Applications and Services - BigDAS ’15},
isbn={9781450338462},
publisher={ACM Press},
address={New York, New York, USA},
year={2015},
month={Oct},
pages={165--169},
}
@article{rank-kloumann17,
title={{Block models and personalized PageRank.}},
author={Kloumann, I. and Ugander, J. and Kleinberg, J.},
journal={Proceedings of the National Academy of Sciences of the United States of America},
volume={114},
number={1},
year={2017},
month={Jan},
pages={33--38},
}
@inproceedings{rank-gyongyi04,
title={{Combating web spam with trustrank}},
author={Gyongyi, Z. and Garcia-Molina, H. and Pedersen, J.},
booktitle={Proceedings of the 30th international conference on very large data bases (VLDB)},
year={2004},
}
@article{influence-zhang15,
title={{A Pagerank-Inspired Heuristic Scheme for Influence Maximization in Social Networks}},
volume={12},
number={4},
journal={International Journal of Web Services Research},
author={Zhang, B. and Wang, Y. and Jin, Q. and Ma, J.},
year={2015},
month={Oct},
pages={48--62},
}
@article{recommend-chaudhari17,
title={{An entity graph based Recommender System}},
author={Chaudhari, S. and Azaria, A. and Mitchell, T.},
journal={AI Communications},
volume={30},
number={2},
year={2017},
month={May},
pages={141--149},
}
@misc{wiki-pr,
title={{PageRank}},
author={{Contributors to Wikimedia projects}},
url={https://en.wikipedia.org/wiki/PageRank},
journal={Wikipedia},
year={2021},
month={Jul},
}
@article{rank-senanayake15,
title={{The pagerank-index: Going beyond citation counts in quantifying scientific impact of researchers}},
author={Senanayake, U. and Piraveenan, M. and Zomaya, A.},
journal={PloS one},
volume={10},
number={8},
pages={e0134794},
year={2015},
publisher={Public Library of Science San Francisco, CA USA},
}
@misc{wiki-ghummingbird,
title={{Google Hummingbird}},
author={{Contributors to Wikimedia projects}},
url={https://en.wikipedia.org/wiki/Google_Hummingbird},
journal={Wikipedia},
}
@inproceedings{rank-patil21,
title={{Comparative Study Of Google Search Engine Optimization Algorithms: Panda, Penguin and Hummingbird}},
author={Patil, A. and Pamnani, J. and Pawade, D.},
booktitle={6th International Conference for Convergence in Technology (I2CT)},
pages={1--5},
year={2021},
organization={IEEE},
}
@article{graph-besta19,
title={{Practice of Streaming and Dynamic Graphs: Concepts, Models, Systems, and Parallelism}},
author={Besta, M. and Fischer, M. and Kalavri, V. and Kapralov, M. and Hoefler, T.},
journal={CoRR},
volume={abs/1912.12740},
year={2019},
}
@article{rank-leskovec19,
title={{PageRank Algorithm, Mining massive Datasets (CS246), Stanford University}},
author={Leskovec, J.},
journal={YouTube},
year={2019},
}
@article{rank-jardine07,
title={{PageRanks-Example}},
author={Jardine, J.},
year={2007},
month={Nov},
}
@article{rank-dubey16,
title={{Improved Parallel PageRank algorithm for Spam filtering}},
author={Dubey, H. and Khare, N. and Kuttan, K. and Bhatia, S.},
journal={Indian Journal of Science and Technology},
volume={9},
number={38},
year={2016},
month={Oct},
}
@book{compute-frey13,
title={{Distributed Computing and Networking}},
author={Frey, D.},
editor={Frey, D. and Raynal, M. and Sarkar, S. and Shyamasundar, R. and Sinha, P.},
publisher={Springer Nature},
isbn={978-3-642-35668-1},
edition={2},
year={2013},
pages={366},
place={Berlin},
}
@inproceedings{rank-bahmani11,
title={{Fast personalized PageRank on MapReduce}},
author={Bahmani, B. and Chakrabarti, K. and Xin, D.},
booktitle={Proceedings of the international conference on Management of data - SIGMOD ’11},
isbn={9781450306614},
publisher={ACM Press},
address={New York, New York, USA},
year={2011},
month={Jun},
pages={973},
}
@article{rank-lai17,
title={{Parallel computations of local PageRank problem based on Graphics Processing Unit}},
author={Lai, S. and Shao, B. and Xu, Y. and Lin, X.},
journal={Concurrency and Computation: Practice and Experience},
volume={29},
number={24},
year={2017},
month={Aug},
pages={42--45},
}
@inproceedings{rank-molahosseini20,
title={{Half-Precision Floating-Point Formats for PageRank: Opportunities and Challenges}},
author={Molahosseini, A. and Vandierendonck, H.},
booktitle={IEEE High Performance Extreme Computing Conference (HPEC)},
isbn={978-1-7281-9219-2},
publisher={IEEE},
year={2020},
month={Sep},
pages={1--7},
}
@book{rank-haveliwala02,
title={{Efficient Encodings for Document Ranking Vectors}},
author={Haveliwala, T.},
institution={Stanford InfoLab},
number={2002--58},
year={2002},
}
@inproceedings{graph-raghavan03,
title={{Representing Web graphs}},
author={Raghavan, S. and Garcia-Molina, H.},
booktitle={Proceedings 19th International Conference on Data Engineering (Cat. No.03CH5)},
isbn={0-7803-7665-X},
publisher={IEEE},
pages={405--416},
year={2003},
}
@inproceedings{graph-adler01,
title={{Towards Compressing Web Graphs}},
author={Adler, M. and Mitzenmacher, M.},
booktitle={Proceedings of the Data Compression Conference},
publisher={IEEE Computer Society},
series={DCC ’01},
collection={DCC ’01},
address={USA},
year={2001},
pages={203},
}
@article{graph-bharat98,
title={{The Connectivity Server: fast access to linkage information on the Web}},
author={Bharat, K. and Broder, A. and Henzinger, M. and Kumar, P. and Venkatasubramanian, S.},
journal={Computer Networks and ISDN Systems},
volume={30},
number={1--7},
year={1998},
month={Apr},
pages={469--477},
}
@inproceedings{rank-guoqiang20,
title={{A FPGA based intra-parallel architecture for PageRank graph processing}},
author={Guoqiang, M. and Rui, H. and Jiangwei, W. and Hongwei, K. and Rengang, L.},
booktitle={IEEE International Conference on Edge Computing (EDGE)},
isbn={978-1-7281-8254-4},
publisher={IEEE},
year={2020},
month={Oct},
pages={31--38},
}
@inproceedings{rank-rungsawang12,
title={{Fast pagerank computation on a GPU cluster}},
author={Rungsawang, A. and Manaskasemsak, B.},
booktitle={20th Euromicro International Conference on Parallel, Distributed and Network-based Processing},
isbn={978-1-4673-0226-5},
publisher={IEEE},
year={2012},
month={Feb},
pages={450--456},
}
@article{rank-mazaheri19,
title={{PPR-partitioning: a distributed graph partitioning algorithm based on the personalized PageRank vectors in vertex-centric systems}},
author={Soudani, N. and Fatemi, A. and Nematbakhsh, M.},
journal={Knowledge and information systems},
year={2019},
month={Jan},
pages={1--25},
}
@article{rank-li21,
title={{MELOPPR: Software/Hardware Co-design for Memory-efficient Low-latency Personalized PageRank}},
author={Li, L. and Chen, Y. and Zirnheld, Z. and Li, P. and Hao, C.},
year={2021},
}
@inproceedings{rank-zhou17,
title={{Design and implementation of parallel PageRank on multicore platforms}},
author={Zhou, S. and Lakhotia, K. and Singapura, S. and Zeng, H. and Kannan, R. and Prasanna, V. and Fox, J. and Kim, E. and Green, O. and Bader, D.},
booktitle={IEEE High Performance Extreme Computing Conference (HPEC)},
isbn={978-1-5386-3472-1},
publisher={IEEE},
year={2017},
month={Sep},
pages={1--6},
}
@inproceedings{rank-zhou15,
title={{Optimizing memory performance for FPGA implementation of pagerank}},
author={Zhou, S. and Chelmis, C. and Prasanna, V.},
booktitle={International Conference on ReConFigurable Computing and FPGAs (ReConFig)},
isbn={978-1-4673-9406-2},
publisher={IEEE},
year={2015},
month={Dec},
pages={1--6},
}
@inproceedings{rank-lakhotia18,
title={{Accelerating PageRank using Partition-Centric Processing}},
author={Lakhotia, K. and Kannan, R. and Prasanna, V.},
booktitle={USENIX Annual Technical Conference (USENIX ATC ’18)},
publisher={USENIX Association},
isbn={978-1-939133-01-4},
address={Boston, MA},
year={2018},
month={Jul},
pages={427--440},
}
@inproceedings{rank-beamer17,
title={{Reducing pagerank communication via propagation blocking}},
author={Beamer, S. and Asanovic, K. and Patterson, D.},
booktitle={IEEE International Parallel and Distributed Processing Symposium (IPDPS)},
isbn={978-1-5386-3914-6},
publisher={IEEE},
year={2017},
month={May},
pages={820--831},
}
@inproceedings{memory-yu15,
title={{IMP: Indirect memory prefetcher}},
author={Yu, X. and Hughes, C. and Satish, N. and Devadas, S.},
booktitle={Proceedings of the 48th International Symposium on Microarchitecture - MICRO-48},
isbn={9781450340342},
publisher={ACM Press},
address={New York, New York, USA},
year={2015},
month={Dec},
pages={178--190},
}
@inproceedings{graph-wang15,
title={{Addressing memory wall problem of graph computation in reconfigurable system}},
author={Wang, X. and Huang, L. and Zhu, Y. and Zhou, Y. and Peng, H. and Xiong, H.},
booktitle={IEEE 17th International Conference on High Performance Computing and Communications, IEEE 7th International Symposium on Cyberspace Safety and Security, and IEEE 12th International Conference on Embedded Software and Systems},
isbn={978-1-4799-8937-9},
publisher={IEEE},
year={2015},
month={Aug},
pages={302--307},
}
@book{compute-hunold15,
title={{Euro-Par 2015: Parallel Processing Workshops: Euro-Par 2015 International Workshops, Vienna, Austria, August 24-25, 2015, Revised Selected Papers (Lecture Notes in Computer Science Book 9523)}},
author={Hunold, S.},
editor={Hunold, S. and Costan, A. and Giménez, D. and Iosup, A. and Ricci, L. and Requena, M. and Scarano, V. and Varbanescu, A. and Scott, S. and Lankes, S. and al., e.},
edition={1st ed. 2015},
isbn={978-3-319-27308-2},
publisher={Springer},
place={Cham},
year={2015},
pages={882},
}
@inproceedings{rank-sadi18,
title={{PageRank Acceleration for Large Graphs with Scalable Hardware and Two-Step SpMV}},
author={Sadi, F. and Sweeney, J. and McMillan, S. and Low, T. and Hoe, J. and Pileggi, L. and Franchetti, F.},
booktitle={IEEE High Performance extreme Computing Conference (HPEC)},
isbn={978-1-5386-5989-2},
publisher={IEEE},
year={2018},
month={Sep},
pages={1--7},
}
@phdthesis{rank-usta21,
title={{Accelerating pagerank with a heterogeneous two phase CPU-FPGA algorithm}},
author={Usta, F.},
school={Bilkent University},
year={2021},
}
@inproceedings{rank-hassan21,
title={{Graph analytics on hybrid system (GAHS) case study: pagerank}},
author={Hassan, M. and Athanas, P.},
booktitle={IEEE International Parallel and Distributed Processing Symposium Workshops (IPDPSW)},
isbn={978-1-6654-3577-2},
publisher={IEEE},
year={2021},
month={Jun},
pages={160--167},
}
@inproceedings{rank-mughrabi21,
title={{QPR: Quantizing PageRank with Coherent Shared Memory Accelerators}},
author={Mughrabi, A. and Ibrahim, M. and Byrd, G.},
booktitle={IEEE International Parallel and Distributed Processing Symposium (IPDPS)},
isbn={978-1-6654-4066-0},
publisher={IEEE},
year={2021},
month={May},
pages={962--972},
}
@inproceedings{graph-seo15,
title={{GStream: a graph streaming processing method for large-scale graphs on GPUs}},
author={Seo, H. and Kim, J. and Kim, M.},
booktitle={Proceedings of the 20th ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming - PPoPP},
isbn={9781450332057},
address={New York, New York, USA},
publisher={ACM Press},
year={2015},
month={Feb},
pages={253--254},
}
@inproceedings{rank-bisson16,
title={{A CUDA implementation of the pagerank pipeline benchmark}},
author={Bisson, M. and Phillips, E. and Fatica, M.},
booktitle={IEEE High Performance Extreme Computing Conference (HPEC)},
isbn={978-1-5090-3525-0},
publisher={IEEE},
year={2016},
month={Sep},
pages={1--7},
}
@inproceedings{rank-wu10,
title={{Efficient pagerank and spmv computation on AMD gpus}},
author={Wu, T. and Wang, B. and Shan, Y. and Yan, F. and Wang, Y. and Xu, N.},
booktitle={39th International Conference on Parallel Processing},
isbn={978-1-4244-7913-9},
publisher={IEEE},
year={2010},
month={Sep},
pages={81--89},
}
@inproceedings{compute-buehrer08,
title={{Data mining on the cell broadband engine}},
author={Buehrer, G. and Parthasarathy, S. and Goyder, M.},
booktitle={Proceedings of the 22nd annual international conference on Supercomputing - ICS ’08},
isbn={9781605581583},
publisher={ACM Press},
address={New York, New York, USA},
year={2008},
month={Jun},
pages={26},
}
@book{compute-barolli21,
title={{Advances in Intelligent Networking and Collaborative Systems}},
author={Barolli, L. and Li, K. and Miwa, H.},
editor={Barolli, L. and Li, K. and Miwa, H.},
publisher={Springer Nature},
isbn={978-3-030-57796-4},
edition={1},
place={Cham},
year={2021},
pages={1080},
}
@article{rank-abdullah10,
title={{Incremental pagerank for twitter data using hadoop}},
author={Abdullah, I.},
journal={Technical paper},
year={2010},
}
@article{snap14,
title={{SNAP Datasets: Stanford Large Network Dataset Collection}},
author={Leskovec, J. and Krevl, A.},
year={2014},
month={06},
}
@article{suite19,
title={{The SuiteSparse matrix collection website interface}},
author={Kolodziej, S. and Aznaveh, M. and Bullock, M. and David, J. and Davis, T. and Henderson, M. and Hu, Y. and Sandstrom, R.},
journal={The Journal of Open Source Software},
volume={4},
number={35},
year={2019},
month={Mar},
pages={1244},
}
@inproceedings{rank-sticd16,
title={{STIC-D: Algorithmic Techniques For Efficient Parallel Pagerank Computation on Real-World Graphs}},
author={Garg, P. and Kothapalli, K.},
booktitle={Proceedings of the 17th International Conference on Distributed Computing and Networking - ICDCN ’16},
publisher={ACM Press},
isbn={9781450340328},
year={2016},
month={01},
pages={1---10},
}
@article{rank-param21,
title={{Adjusting PageRank parameters and Comparing results}},
author={Sahu, S. and Kothapalli, K. and Banerjee, D.},
year={2021},
journal={},
}
@article{rank-stepwise21,
title={{Effect of stepwise adjustment of Damping factor upon PageRank}},
author={Sahu, S. and Kothapalli, K. and Banerjee, D.},
journal={arXiv preprint arXiv:.0},
year={2021},
}
@article{rank-adjust21,
title={{Rank adjustment strategies for Dynamic PageRank}},
url={https://gist.github.com/wolfram77/eb7a3b2e44e3c2069e046389b45ead03},
author={{S. Sahu}},
journal={},
year={2021},
}
@article{rank-dead21,
title={{Dead End handling strategies for PageRank algorithm}},
url={https://gist.github.com/wolfram77/94c38b9cfbf0c855e5f42fa24a8602fc},
author={{S. Sahu}},
journal={},
year={2021},
}
@article{rank-volta21,
title={{Parallelizing PageRank for a Volta GPU}},
url={https://gist.github.com/wolfram77/4ef16ab9699ac03a617b8731dd240e1f},
author={{S. Sahu}},
journal={},
year={2021},
}
@article{rank-datatype21,
title={{Adjusting Datatype of Rank vector and CSR Representation with PageRank}},
url={https://gist.github.com/wolfram77/66882e8b7feaa8119f349a34906b14a7},
author={{S. Sahu}},
journal={},
year={2021},
}
@article{rank-algo21,
title={{STIC-D based Algorithmic Optimizations for Monolithic PageRank}},
url={https://gist.github.com/wolfram77/12e5a19ff081b2e3280d04331a9976ca},
author={Sahu, S.},
journal={},
year={2021},
}
@misc{gh-levl21,
title={{Dynamic Batch Parallel Algorithms for Updating PageRank}},
url={https://github.com/puzzlef/pagerank-multi-monolithic-vs-levelwise},
author={Sahu, S.},
journal={},
year={2021},
}
@article{scc-sharir81,
title={{A strong-connectivity algorithm and its applications in data flow analysis}},
author={Sharir, M.},
url={https://www.sciencedirect.com/science/article/pii/0898122181900080},
journal={Computers \& Mathematics with Applications},
volume={7},
number={1},
pages={67-72},
year={1981},
issn={0898-1221},
}
@article{rank-deeper01,
title={{Deeper Inside PageRank}},
author={Langville, A. and Meyer, C.},
journal={Internet mathematics},
volume={1},
number={3},
year={2004},
month={01},
pages={335---380},
}
@misc{rank-kang,
title={{Introduction to Data Mining: Lecture 10: Link Analysis-2}},
url={https://ocw.snu.ac.kr/sites/default/files/NOTE/L10-linkanalysis2.pdf},
journal={Seoul National University},
author={Kang, U.},
}
@misc{rank-nvgraph,
title={{rapidsai/nvgraph}},
author={Fender, A. and Thejaswi, N. and Rees, B.},
url={https://github.com/rapidsai/nvgraph/blob/main/cpp/src/pagerank.cu#L149},
journal={},
}
@inbook{rank-whang15,
title={{Scalable Data-Driven PageRank: Algorithms, System Issues, and Lessons Learned}},
author={Whang, J. and Lenharth, A. and Dhillon, I. and Pingali, K.},
booktitle={Euro-Par : Parallel Processing},
publisher={Springer Berlin Heidelberg},
editor={Träff, J. and Hunold, S. and Versaci, F.},
collection={Lecture notes in computer science},
series={Lecture notes in computer science},
volume={9233},
isbn={978-3-662-48095-3},
year={2015},
pages={438--450},
place={Berlin, Heidelberg},
}
@inproceedings{rank-arasu02,
title={{PageRank Computation and the Structure of the Web: Experiments and Algorithms}},
author={Arasu, A. and Novak, J. and Tomlin, J.},
booktitle={In Proceedings of the Eleventh International World Wide Web Conference, Poster Track},
year={2002},
pages={107--117},
}
@book{rank-block03,
title={{Exploiting the Block Structure of the Web for Computing PageRank}},
author={Kamvar, S. and Haveliwala, T. and Manning, C. and Golub, G.},
institution={Stanford},
publisher={},
type={Technical Report},
number={2003-17},
year={2003},
}
@inproceedings{rank-duong12,
title={{Parallel pagerank computation using GPUs}},
author={Duong, N. and Nguyen, Q. and Nguyen, A. and Nguyen, H.},
booktitle={In Proceedings of the Third Symposium on Information and Communication Technology},
year={2012},
pages={223--230},
}
@inproceedings{rank-sarma13,
title={{Fast Distributed PageRank Computation}},
author={Sarma, A. and Molla, A. and Pandurangan, G. and Upfal, E.},
booktitle={Distributed Computing and Networking},
publisher={Springer Berlin Heidelberg},
address={Berlin, Heidelberg},
year={2013},
pages={11--26},
}
@article{incr-ramalingam96,
title={{Bounded Incremental Computation}},
author={Ramalingam, G.},
journal={Lecture Notes in Computer Science},
volume={1089},
isbn={3-540-61320-X},
year={1996},
pages={101--129},
}
@inproceedings{cent-shukla20,
title={{Efficient parallel algorithms for betweenness- and closeness-centrality in dynamic graphs}},
author={Shukla, K. and Regunta, S. and Tondomker, S. and Kothapalli, K.},
booktitle={International Conference on Supercomputing, Barcelona, Spain, June,},
editor={Ayguad{\'{e}}, E. and Hwu, W. and Badia, R. and Hofstee, H.},
publisher={ACM},
pages={10:1--10:12},
year={2020},
}
@article{sssp-khanda22,
title={{Efficient Parallel Algorithm for Shortest Path Updates in Dynamic Networks at Scale}},
author={Khanda, A. and Srinivasan, S. and Bhowmick, S. and Norris, B. and Das, S.},
journal={IEEE Trans. Parallel Distributed Syst.},
volume={33},
number={4},
pages={929--940},
year={2022},
}
@inproceedings{cc-mccoll13,
title={{A new parallel algorithm for connected components in dynamic graphs}},
author={McColl, R. and Green, O. and Bader, D.},
booktitle={20th Annual International Conference on High Performance Computing, HiPC , Bengaluru (Bangalore), Karnataka, India, December 18-21,},
publisher={IEEE Computer Society},
pages={246--255},
year={2013},
}
@inproceedings{com-jian18,
title={On efficiently detecting overlapping communities over distributed dynamic graphs},
author={Jian, X. and Lian, X. and Chen, L.},
booktitle={IEEE 34th International Conference on Data Engineering (ICDE)},
pages={1328--1331},
year={2018},
organization={IEEE},
}
@article{com-zhuang19,
title={DynaMo: Dynamic community detection by incrementally maximizing modularity},
author={Zhuang, D. and Chang, J. and Li, M.},
journal={IEEE Transactions on Knowledge and Data Engineering},
volume={33},
number={5},
pages={1934--1945},
year={2019},
publisher={IEEE},
}
@inproceedings{com-chong13,
title={An incremental batch technique for community detection},
author={Chong, W. and Teow, L.},
booktitle={Proceedings of the 16th International Conference on Information Fusion},
pages={750--757},
year={2013},
organization={IEEE},
publisher={IEEE},
address={Istanbul, Turkey},
}
@article{com-cordeiro16,
title={Dynamic community detection in evolving networks using locality modularity optimization},
author={Cordeiro, M. and Sarmento, R. and Gama, J.},
journal={Social Network Analysis and Mining},
volume={6},
number={1},
pages={1--20},
year={2016},
publisher={Springer},
}
@inproceedings{com-nguyen11,
title={Adaptive algorithms for detecting community structure in dynamic social networks},
author={Nguyen, N. and Dinh, T. and Xuan, Y. and Thai, M.},
booktitle={Proceedings IEEE INFOCOM},
pages={2282--2290},
year={2011},
organization={IEEE},
}
@article{com-berahmand18,
title={{LP-LPA: A link influence-based label propagation algorithm for discovering community structures in networks}},
author={Berahmand, K. and Bouyer, A.},
pages={1850062},
year={2018},
month={mar},
day={10},
urldate={2023-01-09},
journal={International Journal of Modern Physics B},
volume={32},
number={06},
issn={0217-9792},
}
@inproceedings{com-aktunc15,
title={{A dynamic modularity based community detection algorithm for large-scale networks: DSLM}},
author={Aktunc, R. and Toroslu, I. and Ozer, M. and Davulcu, H.},
booktitle={Proceedings of the IEEE/ACM international conference on advances in social networks analysis and mining},
pages={1177--1183},
year={2015},
}
@article{com-nath19,
title={{Detecting intrinsic communities in evolving networks}},
author={Nath, K. and Roy, S.},
pages={13},
year={2019},
month={Dec},
urldate={2023-01-08},
journal={Social network analysis and mining},
volume={9},
number={1},
issn={1869-5450},
}
@article{com-sattari18,
title={{A spreading activation-based label propagation algorithm for overlapping community detection in dynamic social networks}},
author={Sattari, M. and Zamanifar, K.},
pages={155-170},
year={2018},
month={Jan},
urldate={2023-01-08},
journal={Data \& knowledge engineering},
volume={113},
issn={0169023X},
}
@incollection{com-gorke10,
booktitle={Experimental Algorithms},
title={{Modularity-Driven Clustering of Dynamic Graphs}},
author={Görke, R. and Maillard, P. and Staudt, C. and Wagner, D.},
editor={Festa, P. and Hutchison, D. and Kanade, T. and Kittler, J. and Kleinberg, J. and Mattern, F. and Mitchell, J. and Naor, M. and Nierstrasz, O. and Rangan, C. and Steffen, B. and Sudan, M. and Terzopoulos, D. and Tygar, D. and Vardi, M. and Weikum, G.},
series={Lecture Notes in Computer Science},
pages={436-448},
publisher={Springer Berlin Heidelberg},
url={http://link.springer.com/10.1007/978-3-642-13193-6\_37},
year={2010},
urldate={2023-01-07},
volume={6049},
isbn={978-3-642-13192-9},
issn={0302-9743},
address={Berlin, Heidelberg},
}
@inproceedings{com-bergerwolf06,
author={Berger-Wolf, T. and Saia, J.},
title={{A Framework for Analysis of Dynamic Social Networks}},
year={2006},
isbn={1595933395},
publisher={Association for Computing Machinery},
address={New York, NY, USA},
url={https://doi.org/10.1145/1150402.1150462},
booktitle={Proceedings of the 12th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining},
pages={523–528},
numpages={6},
keywords={disease spread, algorithms, dynamic social networks},
location={Philadelphia, PA, USA},
series={KDD '06},
}
@article{com-palla07,
title={{Quantifying social group evolution.}},
author={Palla, G. and Barabási, A. and Vicsek, T.},
pages={664-667},
url={http://dx.doi.org/10.1038/nature05670},
year={2007},
month={apr},
day={5},
urldate={2023-01-07},
journal={Nature},
volume={446},
number={7136},
pmid={17410175},
}
@article{com-han17,
title={{Community detection in dynamic networks via adaptive label propagation}},
author={Han, J. and Li, W. and Zhao, L. and Su, Z. and Zou, Y. and Deng, W.},
journal={PloS one},
volume={12},
number={11},
pages={e0188655},
year={2017},
publisher={Public Library of Science San Francisco, CA USA},
}
@inproceedings{com-xie13,
title={{LabelrankT: Incremental community detection in dynamic networks via label propagation}},
author={Xie, J. and Chen, M. and Szymanski, B.},
booktitle={Proceedings of the Workshop on Dynamic Networks Management and Mining},
pages={25--32},
year={2013},
address={New York, USA},
publisher={ACM},
}
@article{com-xing14,
title={{A node influence based label propagation algorithm for community detection in networks}},
author={Xing, Y. and Meng, F. and Zhou, Y. and Zhu, M. and Shi, M. and Sun, G.},
journal={The Scientific World Journal},
volume={2014},
year={2014},
publisher={Hindawi},
pages={1--14},
}
@article{com-you20,
title={{A three-stage algorithm on community detection in social networks}},
author={You, X. and Ma, Y. and Liu, Z.},
journal={Knowledge-Based Systems},
volume={187},
pages={104822},
year={2020},
publisher={Elsevier},
}
@article{com-kim15,
title={{Community detection in multi-layer graphs: A survey}},
author={Kim, J. and Lee, J.},
journal={ACM SIGMOD Record},
volume={44},
number={3},
pages={37--48},
year={2015},
publisher={ACM New York, NY, USA},
}
@article{com-gulbahce08,
title={{The art of community detection}},
author={Gulbahce, N. and Lehmann, S.},
journal={BioEssays},
volume={30},
number={10},
pages={934--938},
year={2008},
publisher={Wiley Online Library},
}
@article{com-javed18,
title={{Community detection in networks: A multidisciplinary review}},
author={Javed, M. and Younis, M. and Latif, S. and Qadir, J. and Baig, A.},
pages={87-111},
url={http://linkinghub.elsevier.com/retrieve/pii/S1084804518300560},
year={2018},
month={apr},
urldate={2023-01-07},
journal={Journal of Network and Computer Applications},
volume={108},
issn={10848045},
}
@article{com-traag11,
title={{Narrow scope for resolution-limit-free community detection}},
author={Traag, V. and Dooren, P. and Nesterov, Y.},
journal={Physical Review E},
volume={84},
number={1},
pages={016114},
year={2011},
publisher={APS},
}
@article{com-girvan02,
title={{Community structure in social and biological networks}},
author={Girvan, M. and Newman, M.},
journal={Proceedings of the national academy of sciences},
volume={99},
number={12},
pages={7821--7826},
year={2002},
publisher={National Acad Sciences},
}
@inproceedings{com-zakrzewska15,
title={{A dynamic algorithm for local community detection in graphs}},
author={Zakrzewska, A. and Bader, D.},
booktitle={IEEE/ACM International Conference on Advances in Social Networks Analysis and Mining (ASONAM)},
pages={559--564},
year={2015},
organization={IEEE},
}
@inproceedings{com-whang13,
title={{Overlapping community detection using seed set expansion}},
author={Whang, J. and Gleich, D. and Dhillon, I.},
booktitle={Proceedings of the 22nd ACM international conference on Information \& Knowledge Management},
pages={2099--2108},
year={2013},
}
@inproceedings{com-xie11,
title={{SLPA: Uncovering overlapping communities in social networks via a speaker-listener interaction dynamic process}},
author={Xie, J. and Szymanski, B. and Liu, X.},
booktitle={IEEE 11th International Conference on Data Mining Workshops},
pages={344--349},
year={2011},
organization={IEEE},
publisher={IEEE},
address={Vancouver, Canada},
}
@inproceedings{com-kloster14,
title={{Heat kernel based community detection}},
author={Kloster, K. and Gleich, D.},
booktitle={Proceedings of the 20th ACM SIGKDD international conference on Knowledge discovery and data mining},
pages={1386--1395},
year={2014},
publisher={ACM},
address={New York, USA},
}
@article{com-rosvall08,
title={{Maps of random walks on complex networks reveal community structure}},
author={Rosvall, M. and Bergstrom, C.},
journal={Proceedings of the national academy of sciences},
volume={105},
number={4},
pages={1118--1123},
year={2008},
publisher={National Acad Sciences},
}
@article{com-gupta22,
title={{A review of clique-based overlapping community detection algorithms}},
author={Gupta, S. and Singh, D. and Choudhary, J.},
journal={Knowledge and Information Systems},
pages={2023–-2058},
year={2022},
volume={64},
number={8},
publisher={Springer},
}
@article{com-derenyi05,
title={{Clique percolation in random networks}},
author={Der{\'e}nyi, I. and Palla, G. and Vicsek, T.},
journal={Physical review letters},
volume={94},
number={16},
pages={160202},
year={2005},
publisher={APS},
}
@inproceedings{com-maity14,