├── .gitignore
├── README.md
└── assets
├── 2023-04-27_SDM_GDA_tutorial_p1_tong.pdf
├── 2023-04-27_SDM_GDA_tutorial_p2_wei.pdf
├── 2023-04-27_SDM_GDA_tutorial_p3_kaize.pdf
├── SDM23_Tutorial_Graph_Data_Augmentation.pdf
├── gang.jpg
├── kaizeding.jpg
├── mengjiang.jpg
├── neilshah.jpg
├── tongzhao.jpg
└── weijin.png
/.gitignore:
--------------------------------------------------------------------------------
1 | *.DS_Store
2 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # SDM2023 tutorial: Augmentation Methods for Graph Learning
2 |
3 | ## Time and Location
4 |
5 | 10:00-12:00 am, [Think 4](https://meetings.siam.org/sess/dsp_programsess.cfm?SESSIONCODE=77187), April 27, 2023
6 |
7 | Graduate Minneapolis Hotel | Minneapolis, Minnesota, U.S.
8 |
9 | ## Tutorial Abstract
10 |
11 | Data augmentation (DA) has recently seen increased interest in graph mining and graph machine learning (ML) owing to its ability to create additional training data and improving resulting trained model generalization. Despite these developments, the area is still quite underexplored, due to the challenges brought by complex, non-Euclidean structure of graph data, which limits the direct analogizing of traditional label-preserving augmentation operations in e.g. computer vision or natural language to this domain. In this tutorial, we present a comprehensive, systematic and structured survey of graph DA (GDA) approaches. We first overview necessary background in graph machine learning, graph neural networks (GNNs), and DA. Next, we present a breadth of literature, separated by heuristic augmentation approaches, learned augmentation approaches, and conclude. We anticipate this tutorial will be valuable for researchers in the graph ML domain, as well as practitioners utilizing these techniques for a wide variety of low-resource applications lacking significant labeled data.
12 |
13 | #### Tutorial Proposal: [\[PDF\]](assets/SDM23_Tutorial_Graph_Data_Augmentation.pdf)
14 |
15 |
24 |
25 | ## Materials
26 |
27 | **Survey:**
28 |
29 | - Graph Data Augmentation for Graph Machine Learning: A Survey. [\[PDF\]](https://arxiv.org/pdf/2202.08871.pdf) [\[Reading list\]](https://github.com/zhao-tong/graph-data-augmentation-papers)
30 |
31 | - Data Augmentation for Deep Graph Learning: A Survey. [\[pdf\]](https://arxiv.org/pdf/2202.08235.pdf)
32 |
33 | **Tutorial schedule (tentative):**
34 |
35 | | Local time (CST) | Content | Presenter | slides |
36 | | :---: | :---: | :---: | :---: |
37 | | 10:00-10:40 | Introduction and Rule-based Augmentation | Tong Zhao | [link](assets/2023-04-27_SDM_GDA_tutorial_p1_tong.pdf)
38 | | 10:40-11:20 | Learned Augmentation | Wei Jin | [link](assets/2023-04-27_SDM_GDA_tutorial_p2_wei.pdf)
39 | | 11:20-12:00 | Application and Future Directions | Kaize Ding | [link](assets/2023-04-27_SDM_GDA_tutorial_p3_kaize.pdf)
40 |
41 | ## Presenters and Contributors
42 |
43 | ##
44 |
45 | Tong Zhao Kaize Ding Wei Jin Gang Liu Meng Jiang Neil Shah
46 |
47 | **[Tong Zhao](https://tzhao.io/)** is a Research Scientist in the Computational Social Science group at Snap Research. His research focuses on graph machine learning, representation learning, and data augmentation methods on graphs. His work has resulted in 20+ conference and journal publications, in top venues such as ICML, KDD, AAAI, WWW, TNNLS, etc. Several of his works were pioneer studies of GDA.
48 |
49 | **[Kaize Ding](https://www.public.asu.edu/~kding9/)** is currently a Ph.D. candidate at Arizona State University. His research interests are broadly in data mining and machine learning, with a particular focus on graph neural networks, and data-efficient learning. He has published over 30 papers on top conferences and journals such as WWW, WSDM, EMNLP, AAAI, and TNNLS. He is also the leading author of a GDA paper.
50 |
51 | **[Wei Jin](http://cse.msu.edu/~jinwei2/)** is a Ph.D. student of Computer Science and Engineering at Michigan State University. He works in the area of graph learning and data-centric AI. He has published his research in top conference proceedings (e.g., ICLR, KDD, ICML, WSDM and AAAI). He has also served as (senior) program committee member at a number of these.
52 |
53 | **[Gang Liu](https://liugangcode.github.io/)** is a second-year Ph.D. student of Computer Science and Engineering at the University of Notre Dame. His research interests include graph machine learning and data augmentation. He has publications in top venues such as ICML and KDD.
54 |
55 | **[Meng Jiang](http://www.meng-jiang.com/)** is an assistant professor at the Department of Computer Science and Engineering in the University of Notre Dame. His research interests include data mining, machine learning, and natural language processing. The awards he received include best paper finalist in KDD 2014, the best paper award in KDD-DLG workshop 2020, and ACM SIGSOFT Distinguished Paper Award in ICSE 2021. He received Notre Dame Faculty Research Award in 2019, NSF CRII Award in 2019, NSF III Grant (Comprehensive Methods to Learn to Augment Graph Data) in 2022, and NSF CAREER award in 2022.
56 |
57 | **[Neil Shah](https://nshah.net/)** is a Lead Research Scientist and Manager at Snap Research, working on machine learning algorithms and applications on large-scale graph data. His work has resulted in 50+ conference and journal publications, in top venues such as ICLR, NeurIPS, KDD, WSDM, WWW, AAAI and more, including several best-paper awards. He has also served as an organizer, chair and senior program committee member at a number of these. He is the corresponding author of a key early pioneering work in GDA and several further GDA studies.
58 |
--------------------------------------------------------------------------------
/assets/2023-04-27_SDM_GDA_tutorial_p1_tong.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zhao-tong/SDM2023_Graph_Data_Augmentation_Tutorial/f17122cff9ce8ab8aa71d6054a047b8f2f8751ad/assets/2023-04-27_SDM_GDA_tutorial_p1_tong.pdf
--------------------------------------------------------------------------------
/assets/2023-04-27_SDM_GDA_tutorial_p2_wei.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zhao-tong/SDM2023_Graph_Data_Augmentation_Tutorial/f17122cff9ce8ab8aa71d6054a047b8f2f8751ad/assets/2023-04-27_SDM_GDA_tutorial_p2_wei.pdf
--------------------------------------------------------------------------------
/assets/2023-04-27_SDM_GDA_tutorial_p3_kaize.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zhao-tong/SDM2023_Graph_Data_Augmentation_Tutorial/f17122cff9ce8ab8aa71d6054a047b8f2f8751ad/assets/2023-04-27_SDM_GDA_tutorial_p3_kaize.pdf
--------------------------------------------------------------------------------
/assets/SDM23_Tutorial_Graph_Data_Augmentation.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zhao-tong/SDM2023_Graph_Data_Augmentation_Tutorial/f17122cff9ce8ab8aa71d6054a047b8f2f8751ad/assets/SDM23_Tutorial_Graph_Data_Augmentation.pdf
--------------------------------------------------------------------------------
/assets/gang.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zhao-tong/SDM2023_Graph_Data_Augmentation_Tutorial/f17122cff9ce8ab8aa71d6054a047b8f2f8751ad/assets/gang.jpg
--------------------------------------------------------------------------------
/assets/kaizeding.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zhao-tong/SDM2023_Graph_Data_Augmentation_Tutorial/f17122cff9ce8ab8aa71d6054a047b8f2f8751ad/assets/kaizeding.jpg
--------------------------------------------------------------------------------
/assets/mengjiang.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zhao-tong/SDM2023_Graph_Data_Augmentation_Tutorial/f17122cff9ce8ab8aa71d6054a047b8f2f8751ad/assets/mengjiang.jpg
--------------------------------------------------------------------------------
/assets/neilshah.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zhao-tong/SDM2023_Graph_Data_Augmentation_Tutorial/f17122cff9ce8ab8aa71d6054a047b8f2f8751ad/assets/neilshah.jpg
--------------------------------------------------------------------------------
/assets/tongzhao.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zhao-tong/SDM2023_Graph_Data_Augmentation_Tutorial/f17122cff9ce8ab8aa71d6054a047b8f2f8751ad/assets/tongzhao.jpg
--------------------------------------------------------------------------------
/assets/weijin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zhao-tong/SDM2023_Graph_Data_Augmentation_Tutorial/f17122cff9ce8ab8aa71d6054a047b8f2f8751ad/assets/weijin.png
--------------------------------------------------------------------------------