forked from AlgRUC/weizhewei.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpapers.bib
More file actions
1504 lines (1316 loc) · 50.7 KB
/
papers.bib
File metadata and controls
1504 lines (1316 loc) · 50.7 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
---
---
# Journal Articles
@article{kuang2024transformer,
title = {When Transformer Meets Large Graphs: An Expressive and Efficient Two-View Architecture},
ISSN = {2326-3865},
html = {http://dx.doi.org/10.1109/tkde.2024.3381125},
DOI = {10.1109/tkde.2024.3381125},
journal = {IEEE Transactions on Knowledge and Data Engineering},
publisher = {Institute of Electrical and Electronics Engineers (IEEE)},
author = {Kuang, Weirui and Wang, Zhen and Wei, Zhewei and Li, Yaliang and Ding, Bolin},
year = {2024},
pages = {1–13},
abbr = {TKDE},
html = {https://ieeexplore.ieee.org/document/10479175}
}
@article{zheng2024survey,
abbr = {FCS},
author = {Zheng, Yanping and Yi, Lu and Wei*, Zhewei},
title = {A Survey of Dynamic Graph Neural Networks},
publisher = {Front. Comput. Sci.},
year = {2024},
journal = {Frontiers of Computer Science},
doi = {10.1007/s11704-024-3853-2},
html = {https://journal.hep.com.cn/fcs/EN/10.1007/s11704-024-3853-2}
}
@article{wang2024survey,
title = {A Survey on Large Language Model Based Autonomous Agents},
volume = {18},
ISSN = {2095-2236},
html = {http://dx.doi.org/10.1007/s11704-024-40231-1},
DOI = {10.1007/s11704-024-40231-1},
number = {6},
journal = {Frontiers of Computer Science},
publisher = {Springer Science and Business Media LLC},
author = {Wang, Lei and Ma, Chen and Feng, Xueyang and Zhang, Zeyu and Yang, Hao and Zhang, Jingsen and Chen, Zhiyuan and Tang, Jiakai and Chen, Xu and Lin, Yankai and Zhao, Wayne Xin and Wei, Zhewei and Wen, Ji-Rong},
year = {2024},
month = {mar},
abbr = {FCS},
html = {https://link.springer.com/article/10.1007/s11704-024-40231-1},
arxiv = {2308.11432}
}
@article{yang2024efficient,
title = {Efficient Algorithms for Personalized PageRank Computation: A Survey},
volume = {36},
ISSN = {2326-3865},
html = {http://dx.doi.org/10.1109/tkde.2024.3376000},
DOI = {10.1109/tkde.2024.3376000},
number = {9},
journal = {IEEE Transactions on Knowledge and Data Engineering},
publisher = {Institute of Electrical and Electronics Engineers (IEEE)},
author = {Yang, Mingji and Wang, Hanzhi and Wei*, Zhewei and Wang, Sibo and Wen, Ji-Rong},
year = {2024},
month = {sep},
pages = {4582–4602},
abbr = {TKDE},
html = {https://doi.org/10.1109/TKDE.2024.3376000},
arxiv = {2403.05198}
}
# Conference Articles
@inproceedings{lei2024intruding,
title = {Intruding with Words: Towards Understanding Graph Injection Attacks at the Text Level},
booktitle = {Annual Conference on Neural Information Processing Systems},
author = {Lei, Runlin and Hu, Yuwei and Ren, Yuchen and Wei*, Zhewei},
year = {2024},
abbr = {NeurIPS},
toappear = {true}
}
@inproceedings{zhou2024smolsearch,
title = {S-MolSearch: 3D Semi-Supervised Contrastive Learning for Bioactive Molecule Search},
booktitle = {Annual Conference on Neural Information Processing Systems},
author = {Zhou, Gengmo and Wang, Zhen and Yu, Feng and Ke, Guolin and Wei*, Zhewei and Gao*, Zhifeng},
year = {2024},
abbr = {NeurIPS},
toappear = {true},
arxiv = {2409.07462}
}
@inproceedings{ji2024srapagent,
title = {SRAP-Agent: Simulating and Optimizing Scarce Resource Allocation Policy with LLM-Based Agent},
booktitle = {Conference on Empirical Methods in Natural Language Processing},
author = {Ji, Jiarui and Li, Yang and Liu, Hongtao and Du, Zhicheng and Wei, Zhewei and Qi, Qi and Shen, Weiran and Lin, Yankai},
year = {2024},
abbr = {EMNLP Findings},
toappear = {true},
arxiv = {2410.14152}
}
@inproceedings{peng2024oversmoothing,
title = {Beyond Over-smoothing: Uncovering the Trainability Challenges in Deep Graph Neural Networks},
author = {Jie Peng and
Runlin Lei and
Zhewei Wei*},
booktitle = {The Conference on Information and Knowledge Management},
abbr = {CIKM},
year = {2024},
toappear = {true},
arxiv = {2408.03669}
}
@inproceedings{feng2024federated,
title = {Federated Heterogeneous Contrastive Distillation for Molecular Representation Learning},
author = {Jinjia Feng and
Zhen Wang and
Zhewei Wei* and
Hongteng Xu and
Yaliang Li and
Bolin Ding},
booktitle = {The Conference on Information and Knowledge Management},
abbr = {CIKM},
year = {2024},
toappear = {true}
}
@inproceedings{ma2024polyformer,
series = {KDD ’24},
title = {PolyFormer: Scalable Node-wise Filters via Polynomial Graph Transformer},
volume = {202},
html = {http://dx.doi.org/10.1145/3637528.3671849},
DOI = {10.1145/3637528.3671849},
booktitle = {ACM SIGKDD Conference on Knowledge Discovery and Data Mining},
publisher = {ACM},
author = {Ma, Jiahong and He, Mingguo and Wei*, Zhewei},
year = {2024},
month = {aug},
pages = {2118–2129},
collection = {KDD ’24},
abbr = {KDD},
arxiv = {2407.14459}
}
@inproceedings{Zhang_2024,
title = {EquiPocket: an E(3)-Equivariant Geometric Graph Neural Network for Ligand Binding Site Prediction},
author = {Zhang, Yang and Huang*, Wenbing and Wei*, Zhewei and Yuan, Ye and Li, Chongxuan},
booktitle = {International Conference on Machine Learning},
award = {Oral},
year = {2024},
arxiv = {2302.12177},
abbr = {ICML},
selected = {true},
field = {AI for Science},
html = {https://openreview.net/forum?id=1vGN3CSxVs},
abstract = {We propose EquiPocket, the first equivariant GNN-based method for ligand binding site prediction.}
}
@inproceedings{yin2024optimal,
booktitle = {International Conference on Very Large Data Bases},
abbr = {VLDB},
award = {Best Paper Nomination},
title = {Optimal Matrix Sketching over Sliding Windows},
author = {Yin, Hanyan and Wen, Dongxie and Li, Jiajun and Wei*, Zhewei and Zhang, Xiao and Huang, Zengfeng and Li, Feifei},
arxiv = {2405.07792},
code = {https://github.com/yinhanyan/DS-FD},
doi = {10.14778/3665844.3665847},
html = {https://dl.acm.org/doi/10.14778/3665844.3665847},
year = {2024},
month = {aug},
field = {Streaming Algorithms},
volume = {17},
issue = {9},
pages = {2149--2161},
poster = {yin2024optimal_poster.pdf},
slides = {yin2024optimal_slides.pptx},
selected = {true},
abstract = {We introduce the DS-FD algorithm, which achieves the optimal \(O\left(d/\varepsilon\right)\)~space bound for matrix sketching over sliding windows.}
}
@inproceedings{Zhang2022predicting,
title = {HierAffinity: Predicting Protein-Ligand Binding Affinity With Hierarchical Modeling},
abbr = {DASFAA},
booktitle = {International Conference on Database Systems for Advanced Applications},
author = {Zhang, Yang and Wei*, Zhewei and Huang*, Wenbing and Li, Chongxuan},
year = {2024},
html = {https://doi.org/10.1007/978-981-97-5575-2_3}
}
@inproceedings{Li_2024,
title = {Learning-based Property Estimation with Polynomials},
volume = {2},
ISSN = {2836-6573},
html = {http://dx.doi.org/10.1145/3654994},
DOI = {10.1145/3654994},
number = {3},
booktitle = {ACM Conference on Management of Data},
publisher = {Association for Computing Machinery (ACM)},
author = {Li, Jiajun and Lei, Runlin and Wang, Sibo and Wei*, Zhewei and Ding, Bolin},
year = {2024},
month = {may},
pages = {1–27},
html = {https://dl.acm.org/doi/abs/10.1145/3654994},
abbr = {SIGMOD}
}
@inproceedings{wang2024revisiting,
series = {STOC ’24},
title = {**Revisiting Local Computation of PageRank: Simple and Optimal},
html = {http://dx.doi.org/10.1145/3618260.3649661},
DOI = {10.1145/3618260.3649661},
booktitle = {Annual ACM Symposium on Theory of Computing},
publisher = {ACM},
author = {Wang, Hanzhi and Wei*, Zhewei and Wen, Ji-Rong and Yang, Mingji},
year = {2024},
month = {jun},
collection = {STOC ’24},
html = {https://dl.acm.org/doi/10.1145/3618260.3649661},
arxiv = {2403.12648},
abbr = {STOC},
selected={true},
field = {Graph Algorithms},
abstract = {We use simple techniques and analyses to give matching upper and lower bounds for estimating PageRank contributions and single-node PageRank. Our results for the upper bounds are derived by revisiting the known algorithms of ApproxContributions (a.k.a. Backward Push) and BiPPR.},
video = {https://www.youtube.com/watch?v=ipWgICjGfRU},
slides = {STOC24.pptx}
}
@inproceedings{wang2024exploring,
series = {WWW ’24},
title = {Exploring Neural Scaling Law and Data Pruning Methods For Node Classification on Large-scale Graphs},
award = {Oral},
volume = {201},
DOI = {10.1145/3589334.3645571},
booktitle = {The Web Conference},
publisher = {ACM},
author = {Wang, Zhen and Li, Yaliang and Ding, Bolin and Li, Yule and Wei, Zhewei},
year = {2024},
month = {may},
pages = {780–791},
collection = {TheWebConf},
abbr = {TheWebConf},
html = {https://dl.acm.org/doi/10.1145/3589334.3645571}
}
@inproceedings{He_2024,
series = {WWW ’24},
title = {Spectral Heterogeneous Graph Convolutions via Positive Noncommutative Polynomials},
award = {Oral},
volume = {202},
DOI = {10.1145/3589334.3645515},
booktitle = {The Web Conference},
publisher = {ACM},
author = {He, Mingguo and Wei*, Zhewei and Feng, Shikun and Huang, Zhengjie and Li, Weibin and Sun, Yu and Yu, Dianhai},
year = {2024},
month = {may},
pages = {685–696},
collection = {WWW ’24},
html = {https://dl.acm.org/doi/10.1145/3589334.3645515},
arxiv = {2305.19872},
abbr = {TheWebConf}
}
@inproceedings{chen2024polygcl,
title = {PolyGCL: GRAPH CONTRASTIVE LEARNING via Learnable Spectral Polynomial Filters},
author = {Chen, Jingyu and Lei, Runlin and Wei*, Zhewei},
booktitle = {International Conference on Learning Representations},
year = {2024},
html = {https://openreview.net/forum?id=y21ZO6M86t},
abbr = {ICLR},
award = {Spotlight},
selected = {true},
field = {Graph Learning},
abstract = {We propose POLYGCL, a GCL pipeline that utilizes polynomial filters to achieve contrastive learning between the low-pass and highpass views.},
code = {https://github.com/ChenJY-Count/PolyGCL}
}
@inproceedings{wei2024approximating,
title = {**Approximating Single-Source Personalized PageRank with Absolute Error Guarantees},
author = {Wei, Zhewei and Wen, Ji-Rong and Yang, Mingji},
booktitle = {International Conference on Database Theory},
year = {2024},
html = {https://doi.org/10.4230/LIPIcs.ICDT.2024.9},
arxiv = {2401.01019},
abbr = {ICDT}
}
@article{hu2023enabling,
title = {Enabling Efficient Random Access to Hierarchically Compressed Text Data on Diverse GPU Platforms},
volume = {34},
ISSN = {2161-9883},
html = {http://dx.doi.org/10.1109/tpds.2023.3294341},
DOI = {10.1109/tpds.2023.3294341},
number = {10},
journal = {IEEE Transactions on Parallel and Distributed Systems},
publisher = {Institute of Electrical and Electronics Engineers (IEEE)},
author = {Hu, Yihua and Zhang, Feng and Xia, Yifei and Yao, Zhiming and Zeng, Letian and Ding, Haipeng and Wei, Zhewei and Zhang, Xiao and Zhai, Jidong and Du, Xiaoyong and Ma, Siqi},
year = {2023},
month = {oct},
pages = {2699–2717},
html = {https://ieeexplore.ieee.org/document/10178044},
abbr = {TPDS}
}
@inproceedings{zhou2023deep,
title = {Do Deep Learning Methods Really Perform Better in Molecular Conformation Generation?},
author = {Zhou, Gengmo and Gao, Zhifeng and Wei, Zhewei and Zheng, Hang and Ke, Guolin},
booktitle = {International Conference on Learning Representations},
award = {MLDD Oral},
year = {2023},
html = {https://openreview.net/forum?id=W-Ikct539G},
arxiv = {2302.07061},
abbr = {ICLR}
}
@inproceedings{Wang_2023,
title = {Estimating Single-Node PageRank in \(\tilde\{O\}\left(\min\\{d_t, \sqrt\{m\}\\}\right)\) Time},
volume = {16},
ISSN = {2150-8097},
DOI = {10.14778/3611479.3611500},
number = {11},
booktitle = {International Conference on Very Large Data Bases},
publisher = {Association for Computing Machinery (ACM)},
author = {Wang, Hanzhi and Wei*, Zhewei},
year = {2023},
month = {jul},
pages = {2949–2961},
html = {https://dl.acm.org/doi/10.14778/3611479.3611500},
arxiv = {2307.13162},
abbr = {VLDB}
}
@inproceedings{Cui_2023,
series = {KDD ’23},
title = {MGNN: Graph Neural Networks Inspired by Distance Geometry Problem},
DOI = {10.1145/3580305.3599431},
booktitle = {ACM SIGKDD Conference on Knowledge Discovery and Data Mining},
publisher = {ACM},
author = {Cui, Guanyu and Wei*, Zhewei},
year = {2023},
month = {aug},
collection = {KDD ’23},
html = {https://dl.acm.org/doi/10.1145/3580305.3599431},
abbr = {KDD},
code = {https://github.com/GuanyuCui/MGNN},
slides = {KDD23_MGNN.pdf},
poster = {KDD23_MGNN_poster.pdf}
}
@inproceedings{Yi_2023,
series = {KDD ’23},
title = {Optimal Dynamic Subset Sampling: Theory and Applications},
DOI = {10.1145/3580305.3599458},
booktitle = {ACM SIGKDD Conference on Knowledge Discovery and Data Mining},
publisher = {ACM},
author = {Yi, Lu and Wang, Hanzhi and Wei*, Zhewei},
year = {2023},
month = {aug},
collection = {KDD ’23},
html = {https://dl.acm.org/doi/10.1145/3580305.3599458},
arxiv = {2305.18785},
abbr = {KDD}
}
@inproceedings{Guo_2023,
series = {KDD ’23},
title = {Clenshaw Graph Neural Networks},
DOI = {10.1145/3580305.3599275},
booktitle = {ACM SIGKDD Conference on Knowledge Discovery and Data Mining},
publisher = {ACM},
author = {Guo, Yuhe and Wei*, Zhewei},
year = {2023},
month = {aug},
collection = {KDD ’23},
html = {https://dl.acm.org/doi/10.1145/3580305.3599275},
arxiv = {2210.16508},
abbr = {KDD}
}
@inproceedings{guo2023graph,
title = {Graph Neural Networks with Learnable and Optimal Polynomial Bases},
author = {Guo, Yuhe and Wei*, Zhewei},
booktitle = {International Conference on Machine Learning},
pages = {12077--12097},
year = {2023},
organization = {PMLR},
html = {https://proceedings.mlr.press/v202/guo23i.html},
arxiv = {2302.12432},
abbr = {ICML}
}
@inproceedings{afshani2023range,
title = {**On Range Summary Queries},
author = {Afshani, Peyman and Cheng, Pingan and Roy, Aniket Basu and Wei, Zhewei},
booktitle = {International Colloquium on Automata, Languages and Programming},
year = {2023},
html = {https://drops.dagstuhl.de/entities/document/10.4230/LIPIcs.ICALP.2023.7},
arxiv = {2305.03180},
abbr = {ICALP}
}
@inproceedings{Zheng_2023,
title = {Decoupled Graph Neural Networks for Large Dynamic Graphs},
volume = {16},
ISSN = {2150-8097},
DOI = {10.14778/3598581.3598595},
number = {9},
booktitle = {International Conference on Very Large Data Bases},
publisher = {Association for Computing Machinery (ACM)},
author = {Zheng, Yanping and Wei*, Zhewei and Liu, Jiajun},
year = {2023},
month = {may},
pages = {2239–2247},
html = {https://dl.acm.org/doi/10.14778/3598581.3598595},
arxiv = {2305.08273},
abbr = {VLDB}
}
@inproceedings{zhou2023uni,
title = {Uni-Mol: A Universal 3D Molecular Representation Learning Framework},
author = {Zhou, Gengmo and Gao, Zhifeng and Ding, Qiankun and Zheng, Hang and Xu, Hongteng and Wei, Zhewei and Zhang, Linfeng and Ke, Guolin},
booktitle = {International Conference on Learning Representations},
year = {2023},
html = {https://openreview.net/forum?id=6K2RM6wVqKu},
abbr = {ICLR},
selected = {true},
field = {AI for Science},
abstract = {Uni-Mol is the first pure 3D molecular pretraining framework that can predict 3D positions, and the first molecular pretraining framework that can be directly used in 3D tasks in the field of drug design.}
}
@inproceedings{Hou_2023,
title = {Personalized PageRank on Evolving Graphs with an Incremental Index-Update Scheme},
volume = {1},
ISSN = {2836-6573},
DOI = {10.1145/3588705},
number = {1},
booktitle = {ACM Conference on Management of Data},
publisher = {Association for Computing Machinery (ACM)},
author = {Hou, Guanhao and Guo, Qintian and Zhang, Fangyuan and Wang, Sibo and Wei, Zhewei},
year = {2023},
month = {may},
pages = {1–26},
html = {https://dl.acm.org/doi/10.1145/3588705},
arxiv = {2212.10288},
abbr = {SIGMOD}
}
@article{guo2022influence,
title = {Influence Maximization Revisited: Efficient Sampling with Bound Tightened},
volume = {47},
ISSN = {1557-4644},
html = {http://dx.doi.org/10.1145/3533817},
DOI = {10.1145/3533817},
number = {3},
journal = {ACM Transactions on Database Systems},
publisher = {Association for Computing Machinery (ACM)},
author = {Guo, Qintian and Wang, Sibo and Wei, Zhewei and Lin, Wenqing and Tang, Jing},
year = {2022},
month = {aug},
pages = {1–45},
html = {https://dl.acm.org/doi/pdf/10.1145/3533817},
abbr = {TODS}
}
@article{zeng2022persistent,
title = {Persistent Summaries},
volume = {47},
ISSN = {1557-4644},
html = {http://dx.doi.org/10.1145/3531053},
DOI = {10.1145/3531053},
number = {3},
journal = {ACM Transactions on Database Systems},
publisher = {Association for Computing Machinery (ACM)},
author = {Zeng, Tianjing and Wei*, Zhewei and Luo, Ge and Yi, Ke and Du, Xiaoyong and Wen, Ji-Rong},
year = {2022},
month = {aug},
pages = {1–42},
html = {https://dl.acm.org/doi/10.1145/3531053},
abbr = {TODS},
selected = {true},
field = {Streaming Algorithms},
abstract = {We propose the persistent summaries for streaming algorithms, enabling them to answer queries about the streaming data at any prior time.}
}
@article{liu2022building,
title = {Building Graphs at Scale via Sequence of Edges: Model and Generation Algorithms},
volume = {34},
ISSN = {2326-3865},
html = {http://dx.doi.org/10.1109/tkde.2021.3081624},
DOI = {10.1109/tkde.2021.3081624},
number = {12},
journal = {IEEE Transactions on Knowledge and Data Engineering},
publisher = {Institute of Electrical and Electronics Engineers (IEEE)},
author = {Liu, Yu and Zou, Lei and Wei, Zhewei},
year = {2022},
month = {dec},
pages = {5649–5663},
html = {https://ieeexplore.ieee.org/document/9435056/},
abbr = {TKDE}
}
@inproceedings{lei2022evennet,
title = {Evennet: Ignoring Odd-Hop Neighbors Improves Robustness of Graph Neural Networks},
html = {https://dl.acm.org/doi/10.5555/3600270.3600609},
author = {Lei, Runlin and Wang, Zhen and Li, Yaliang and Ding, Bolin and Wei*, Zhewei},
booktitle = {Annual Conference on Neural Information Processing Systems},
volume = {35},
pages = {4694--4706},
year = {2022},
arxiv = {2205.13892},
code = {https://github.com/Leirunlin/EvenNet},
abbr = {NeurIPS}
}
@inproceedings{he2022convolutional,
title = {Convolutional Neural Networks On Graphs With Chebyshev Approximation, Revisited},
html = {https://dl.acm.org/doi/10.5555/3600270.3600797},
author = {He, Mingguo and Wei*, Zhewei and Wen, Ji-Rong},
booktitle = {Annual Conference on Neural Information Processing Systems},
award = {Oral},
volume = {35},
pages = {7264--7276},
year = {2022},
arxiv = {2202.03580},
code = {https://github.com/ivam-he/ChebNetII},
abbr = {NeurIPS},
selected = {true},
field = {Graph Learning},
abstract = {We revisit the problem of approximating the spectral graph convolutions with Chebyshev polynomials and then propose ChebNetII, a new GNN model based on Chebyshev interpolation, which enhances the original Chebyshev polynomial approximation while reducing the Runge phenomenon.}
}
@inproceedings{Yang_2022,
title = {Approximating Probabilistic Group Steiner Trees in Graphs},
volume = {16},
ISSN = {2150-8097},
html = {http://dx.doi.org/10.14778/3565816.3565834},
DOI = {10.14778/3565816.3565834},
number = {2},
booktitle = {International Conference on Very Large Data Bases},
publisher = {Association for Computing Machinery (ACM)},
author = {Yang, Shuang and Sun, Yahui and Liu, Jiesong and Xiao, Xiaokui and Li, Rong-Hua and Wei, Zhewei},
year = {2022},
month = {oct},
pages = {343–355},
abbr = {VLDB}
}
@inproceedings{feng2022mgmae,
title = {MGMAE: Molecular Representation Learning by Reconstructing Heterogeneous Graphs with A High Mask Ratio},
author = {Feng, Jinjia and Wang, Zhen and Li, Yaliang and Ding, Bolin and Wei*, Zhewei and Xu, Hongteng},
booktitle = {The Conference on Information and Knowledge Management},
pages = {509--519},
year = {2022},
html = {https://dl.acm.org/doi/abs/10.1145/3511808.3557395},
abbr = {CIKM}
}
@inproceedings{Zhang2022optimizing,
title = {Optimizing Random Access to Hierarchically-Compressed Data on GPU},
html = {http://dx.doi.org/10.1109/sc41404.2022.00023},
DOI = {10.1109/sc41404.2022.00023},
booktitle = {International Conference for High Performance Computing, Networking, Storage, and Analysis},
publisher = {IEEE},
author = {Zhang, Feng and Hu, Yihua and Ding, Haipeng and Yao, Zhiming and Wei, Zhewei and Zhang, Xiao and Du, Xiaoyong},
year = {2022},
month = {nov},
html = {https://www.computer.org/csdl/proceedings-article/sc/2022/544400a233/1I0bSQibWEw},
abbr = {SC}
}
@inproceedings{Li_2022,
series = {KDD ’22},
title = {Sampling-based Estimation of the Number of Distinct Values in Distributed Environment},
volume = {95},
html = {http://dx.doi.org/10.1145/3534678.3539390},
DOI = {10.1145/3534678.3539390},
booktitle = {ACM SIGKDD Conference on Knowledge Discovery and Data Mining},
publisher = {ACM},
author = {Li, Jiajun and Wei*, Zhewei and Ding, Bolin and Dai, Xiening and Lu, Lu and Zhou, Jingren},
year = {2022},
month = {aug},
pages = {893–903},
collection = {KDD ’22},
arxiv = {2206.05476},
abbr = {KDD}
}
@inproceedings{Wang_2022,
series = {KDD ’22},
title = {Graph Neural Networks with Node-wise Architecture},
html = {http://dx.doi.org/10.1145/3534678.3539387},
DOI = {10.1145/3534678.3539387},
booktitle = {ACM SIGKDD Conference on Knowledge Discovery and Data Mining},
publisher = {ACM},
author = {Wang, Zhen and Wei, Zhewei and Li, Yaliang and Kuang, Weirui and Ding, Bolin},
year = {2022},
month = {aug},
pages = {1949–1958},
collection = {KDD ’22},
html = {https://dl.acm.org/doi/10.1145/3534678.3539387},
abbr = {KDD}
}
@inproceedings{Zheng_2022,
series = {KDD ’22},
title = {Instant Graph Neural Networks for Dynamic Graphs},
volume = {21},
html = {http://dx.doi.org/10.1145/3534678.3539352},
DOI = {10.1145/3534678.3539352},
booktitle = {ACM SIGKDD Conference on Knowledge Discovery and Data Mining},
publisher = {ACM},
author = {Zheng, Yanping and Wang, Hanzhi and Wei*, Zhewei and Liu, Jiajun and Wang, Sibo},
year = {2022},
month = {aug},
pages = {2605–2615},
collection = {KDD ’22},
arxiv = {2206.01379},
abbr = {KDD}
}
@inproceedings{Wang2022edge,
title = {Edge-based Local Push for Personalized PageRank},
volume = {15},
ISSN = {2150-8097},
html = {http://dx.doi.org/10.14778/3523210.3523216},
DOI = {10.14778/3523210.3523216},
number = {7},
booktitle = {International Conference on Very Large Data Bases},
publisher = {Association for Computing Machinery (ACM)},
author = {Wang, Hanzhi and Wei*, Zhewei and Gan, Junhao and Yuan, Ye and Du, Xiaoyong and Wen, Ji-Rong},
year = {2022},
month = {mar},
pages = {1376–1389},
arxiv = {2203.07937},
abbr = {VLDB}
}
@article{wang2021exactsim,
title = {ExactSim: Benchmarking Single-Source SimRank Algorithms with High-Precision Ground Truths},
volume = {30},
ISSN = {0949-877X},
html = {http://dx.doi.org/10.1007/s00778-021-00672-7},
DOI = {10.1007/s00778-021-00672-7},
number = {6},
journal = {The VLDB Journal},
publisher = {Springer Science and Business Media LLC},
author = {Wang, Hanzhi and Wei*, Zhewei and Liu, Yu and Yuan, Ye and Du, Xiaoyong and Wen, Ji-Rong},
year = {2021},
month = {jun},
pages = {989–1015},
html = {https://link.springer.com/article/10.1007/s00778-021-00672-7}
}
@inproceedings{Wu_2021,
title = {Learning to be a Statistician: Learned Estimator for Number of Distinct Values},
volume = {15},
ISSN = {2150-8097},
html = {http://dx.doi.org/10.14778/3489496.3489508},
DOI = {10.14778/3489496.3489508},
number = {2},
booktitle = {International Conference on Very Large Data Bases},
publisher = {Association for Computing Machinery (ACM)},
author = {Wu, Renzhi and Ding, Bolin and Chu, Xu and Wei, Zhewei and Dai, Xiening and Guan, Tao and Zhou, Jingren},
year = {2021},
month = {oct},
pages = {272–284},
arxiv = {2202.02800},
abbr = {VLDB}
}
@inproceedings{he2021bernnet,
title = {Bernnet: Learning Arbitrary Graph Spectral Filters via Bernstein Approximation},
author = {He, Mingguo and Wei*, Zhewei and Huang, Zengfeng and Xu*, Hongteng},
booktitle = {Annual Conference on Neural Information Processing Systems},
volume = {34},
pages = {14239--14251},
year = {2021},
arxiv = {2106.10994},
html = {https://proceedings.neurips.cc/paper/2021/hash/76f1cfd7754a6e4fc3281bcccb3d0902-Abstract.html},
code = {https://github.com/ivam-he/BernNet},
abbr = {NeurIPS},
selected = {true},
field = {Graph Learning},
abstract = {We propose the BernNet, a graph neural network that provides a simple and intuitive mechanism for designing and learning an arbitrary spectral filter via Bernstein polynomial approximation.}
}
@inproceedings{wang2021approximate,
title = {Approximate Graph Propagation},
author = {Wang, Hanzhi and He, Mingguo and Wei*, Zhewei and Wang, Sibo and Yuan, Ye and Du, Xiaoyong and Wen, Ji-Rong},
booktitle = {ACM SIGKDD Conference on Knowledge Discovery and Data Mining},
pages = {1686--1696},
year = {2021},
html = {https://dl.acm.org/doi/10.1145/3447548.3467243},
slides = {https://wanghzccls.github.io/slides/AGP_KDD'21_pre_final.pptx},
code = {https://github.com/wanghzccls/AGP-Approximate_Graph_Propagation},
arxiv = {2106.03058},
abbr = {KDD}
}
@inproceedings{yang2021graph,
title = {Graph Neural Networks Inspired by Classical Iterative Algorithms},
award = {Long Talk},
author = {Yang, Yongyi and Liu, Tang and Wang, Yangkun and Zhou, Jinjing and Gan, Quan and Wei, Zhewei and Zhang, Zheng and Huang, Zengfeng and Wipf, David},
booktitle = {International Conference on Machine Learning},
pages = {11773--11783},
year = {2021},
organization = {PMLR},
arxiv = {2103.06064},
html = {https://proceedings.mlr.press/v139/yang21g/yang21g.pdf},
abbr = {ICML}
}
@inproceedings{Hou_2021,
title = {Massively Parallel Algorithms for Personalized Pagerank},
volume = {14},
ISSN = {2150-8097},
DOI = {10.14778/3461535.3461554},
number = {9},
booktitle = {International Conference on Very Large Data Bases},
publisher = {Association for Computing Machinery (ACM)},
author = {Hou, Guanhao and Chen, Xingguang and Wang*, Sibo and Wei*, Zhewei},
year = {2021},
month = {may},
pages = {1668–1680},
html = {https://dl.acm.org/doi/10.14778/3461535.3461554},
abbr = {VLDB}
}
@inproceedings{Wu2021unifying,
series = {SIGMOD/PODS ’21},
title = {Unifying the Global and Local Approaches: An Efficient Power Iteration with Forward Push},
html = {http://dx.doi.org/10.1145/3448016.3457298},
DOI = {10.1145/3448016.3457298},
booktitle = {ACM Conference on Management of Data},
publisher = {ACM},
author = {Wu, Hao and Gan, Junhao and Wei*, Zhewei and Zhang, Rui},
year = {2021},
month = {jun},
collection = {SIGMOD/PODS ’21},
arxiv = {2101.03652},
abbr = {SIGMOD}
}
@inproceedings{yan2021flashp,
title = {FlashP: an Analytical Pipeline for Real-time Forecasting of Time-Series Relational Data},
html = {https://dl.acm.org/doi/10.14778/3446095.3446096},
author = {Yan, Shuyuan and Ding, Bolin and Guo, Wei and Zhou, Jingren and Wei, Zhewei and Jiang, Xiaowei and Xu, Sheng},
booktitle = {International Conference on Very Large Data Bases},
year = {2021},
arxiv = {2101.03298},
abbr = {VLDB}
}
@article{yang2020gamebased,
title = {A Game-Based Framework for Crowdsourced Data Labeling},
volume = {29},
ISSN = {0949-877X},
html = {http://dx.doi.org/10.1007/s00778-020-00613-w},
DOI = {10.1007/s00778-020-00613-w},
number = {6},
journal = {The VLDB Journal},
publisher = {Springer Science and Business Media LLC},
author = {Yang, Jingru and Fan, Ju and Wei, Zhewei and Li, Guoliang and Liu, Tongyu and Du, Xiaoyong},
year = {2020},
month = {may},
pages = {1311–1336},
html = {https://link.springer.com/article/10.1007/s00778-020-00613-w}
}
@inproceedings{chen2020scalable,
title = {Scalable Graph Neural Networks via Bidirectional Propagation},
author = {Chen, Ming and Wei*, Zhewei and Ding, Bolin and Li, Yaliang and Yuan, Ye and Du, Xiaoyong and Wen, Ji-Rong},
booktitle = {Annual Conference on Neural Information Processing Systems},
html = {https://dl.acm.org/doi/10.5555/3495724.3496944},
volume = {33},
pages = {14556--14566},
year = {2020},
arxiv = {2010.15421},
slides = {http://www.weizhewei.com/slides/gbp_slides.pptx},
code = {https://github.com/chennnM/GBP},
poster = {http://www.weizhewei.com/slides/gbp_poster.pptx},
abbr = {NeurIPS}
}
@inproceedings{liu2020simtab,
title = {SimTab: Accuracy-Guaranteed SimRank Queries Through Tighter Confidence Bounds and Multi-Armed Bandits},
author = {Liu, Yu and Zou, Lei and Ge, Qian and Wei*, Zhewei},
booktitle = {International Conference on Very Large Data Bases},
volume = {13},
number = {12},
pages = {2202--2214},
year = {2020},
publisher = {VLDB Endowment},
html = {https://doi.org/10.14778/3407790.3407819},
abbr = {VLDB}
}
@inproceedings{chen2020simple,
title = {Simple and Deep Graph Convolutional Networks},
author = {Chen, Ming and Wei*, Zhewei and Huang, Zengfeng and Ding, Bolin and Li, Yaliang},
booktitle = {International Conference on Machine Learning},
award = {World Artificial Intelligence Conference Youth Outstanding Paper Nomination Award},
pages = {1725--1735},
year = {2020},
organization = {PMLR},
arxiv = {2007.02133},
code = {https://github.com/chennnM/GCNII},
html = {https://dl.acm.org/doi/10.5555/3524938.3525099},
abbr = {ICML},
selected = {true},
field = {Graph Learning},
abstract = {We propose the GCNII, an extension of the vanilla GCN model with two simple yet effective techniques: Initial residual and Identity mapping.}
}
@inproceedings{Wang_2020,
series = {KDD ’20},
title = {Personalized PageRank to a Target Node, Revisited},
html = {http://dx.doi.org/10.1145/3394486.3403108},
DOI = {10.1145/3394486.3403108},
booktitle = {ACM SIGKDD Conference on Knowledge Discovery and Data Mining},
publisher = {ACM},
author = {Wang, Hanzhi and Wei*, Zhewei and Gan, Junhao and Wang, Sibo and Huang, Zengfeng},
year = {2020},
month = {aug},
collection = {KDD ’20},
arxiv = {2006.11876},
slides = {http://www.weizhewei.com/slides/RBS_KDD'20_pre_final.pptx},
abbr = {KDD},
selected={true},
field={Graph Algorithms},
abstract = {We propose Randomized Backward Search (RBS), a novel algorithm that answers approximate single-target personalized PageRank queries (also known as PageRank contribution queries) with near optimal time complexity.}
}
@inproceedings{Guo_2020,
series = {SIGMOD/PODS ’20},
title = {Influence Maximization Revisited: Efficient Reverse Reachable Set Generation with Bound Tightened},
html = {http://dx.doi.org/10.1145/3318464.3389740},
DOI = {10.1145/3318464.3389740},
booktitle = {ACM Conference on Management of Data},
publisher = {ACM},
author = {Guo, Qintian and Wang, Sibo and Wei*, Zhewei and Chen, Ming},
year = {2020},
month = {may},
collection = {SIGMOD/PODS ’20},
abbr = {SIGMOD}
}
@inproceedings{Wang2020Exact,
series = {SIGMOD/PODS ’20},
title = {Exact Single-Source SimRank Computation on Large Graphs},
html = {http://dx.doi.org/10.1145/3318464.3389781},
DOI = {10.1145/3318464.3389781},
booktitle = {ACM Conference on Management of Data},
publisher = {ACM},
author = {Wang, Hanzhi and Wei*, Zhewei and Yuan, Ye and Du, Xiaoyong and Wen, Ji-Rong},
year = {2020},
month = {may},
collection = {SIGMOD/PODS ’20},
arxiv = {2004.03493},
slides = {http://www.weizhewei.com/slides/ExactSim_SIGMOD20.pptx},
code = {https://github.com/wanghzccls/ExactSim},
abbr = {SIGMOD},
selected = {true},
field = {Graph Algorithms},
abstract = {We propose ExactSim, the first algorithm that enables probabilistic exact single-source SimRank queries on large graphs. ExactSim can provide the ground truth with a precision up to 7 decimal places for single-source SimRank queries on large graphs within a reasonable query time.}
}
@article{wang2019efficient,
title = {Efficient Algorithms for Approximate Single-Source Personalized PageRank Queries},
volume = {44},
ISSN = {1557-4644},
html = {http://dx.doi.org/10.1145/3360902},
DOI = {10.1145/3360902},
number = {4},
journal = {ACM Transactions on Database Systems},
publisher = {Association for Computing Machinery (ACM)},
author = {Wang, Sibo and Yang, Renchi and Wang, Runhui and Xiao, Xiaokui and Wei*, Zhewei and Lin, Wenqing and Yang, Yin and Tang, Nan},
year = {2019},
month = {oct},
pages = {1–37},
arxiv = {1908.10583},
html = {https://dl.acm.org/doi/10.1145/3360902},
abbr = {TODS}
}
@article{shang2019parallel,
title = {Parallel Trajectory-to-Location Join},
volume = {31},
ISSN = {2326-3865},
html = {http://dx.doi.org/10.1109/tkde.2018.2854705},
DOI = {10.1109/tkde.2018.2854705},
number = {6},
journal = {IEEE Transactions on Knowledge and Data Engineering},
publisher = {Institute of Electrical and Electronics Engineers (IEEE)},
author = {Shang, Shuo and Chen, Lisi and Zheng, Kai and Jensen, Christian S. and Wei, Zhewei and Kalnis, Panos},
year = {2019},
month = {jun},
pages = {1194–1207},
html = {https://link.springer.com/article/10.1007/s00778-017-0485-2},
abbr = {TKDE}
}
@article{fan2019distributionaware,
title = {Distribution-Aware Crowdsourced Entity Collection},
volume = {31},
ISSN = {2326-3865},
html = {http://dx.doi.org/10.1109/tkde.2016.2611509},
DOI = {10.1109/tkde.2016.2611509},
number = {7},
journal = {IEEE Transactions on Knowledge and Data Engineering},
publisher = {Institute of Electrical and Electronics Engineers (IEEE)},
author = {Fan, Ju and Wei, Zhewei and Zhang, Dongxiang and Yang, Jingru and Du, Xiaoyong},
year = {2019},
month = {jul},
pages = {1312–1326},
html = {https://ieeexplore.ieee.org/document/7572151},
abbr = {TKDE}
}
@inproceedings{liu2019crowdgame,
title = {Crowdgame: A Game-Based Crowdsourcing System for Cost-Effective Data Labeling},
author = {Liu, Tongyu and Yang, Jingru and Fan, Ju and Wei, Zhewei and Li, Guoliang and Du, Xiaoyong},
booktitle = {ACM Conference on Management of Data},
pages = {1957--1960},
year = {2019},
html = {https://dl.acm.org/doi/10.1145/3299869.3320221},
abbr = {SIGMOD}
}
@inproceedings{Yin_2019,
series = {KDD ’19},
title = {Scalable Graph Embeddings via Sparse Transpose Proximities},
award = {Oral},
html = {http://dx.doi.org/10.1145/3292500.3330860},
DOI = {10.1145/3292500.3330860},
booktitle = {ACM SIGKDD Conference on Knowledge Discovery and Data Mining},
publisher = {ACM},
author = {Yin, Yuan and Wei*, Zhewei},
year = {2019},
month = {jul},
collection = {KDD ’19},
arxiv = {1905.07245},
slides = {http://www.weizhewei.com/slides/STRAP_KDD19.pptx},
poster = {http://www.weizhewei.com/slides/STRAP_KDD19_poster.pptx},
code = {https://github.com/yinyuan1227/STRAP-git},
abbr = {KDD}
}
@inproceedings{Yang_2019,