Data Augmentation for Graph Convolutional Network on Semi-Supervised Classification
Zhengzheng Tang, Ziyue Qiao, Xuehai Hong, Yang Wang, Fayaz Ali, Dharejo, Yuanchun Zhou, Yi Du

TL;DR
This paper introduces a novel data augmentation method for Graph Convolutional Networks that enhances semi-supervised node classification by generating new features and integrating multiple embeddings, leading to significant accuracy improvements.
Contribution
The paper proposes a cosine similarity-based augmentation technique and an attentional model for better node embeddings in GCNs, addressing the challenge of graph data complexity.
Findings
Improves classification accuracy by up to 84.2%.
Enhances node embeddings with augmented features.
Demonstrates effectiveness on five real-world datasets.
Abstract
Data augmentation aims to generate new and synthetic features from the original data, which can identify a better representation of data and improve the performance and generalizability of downstream tasks. However, data augmentation for graph-based models remains a challenging problem, as graph data is more complex than traditional data, which consists of two features with different properties: graph topology and node attributes. In this paper, we study the problem of graph data augmentation for Graph Convolutional Network (GCN) in the context of improving the node embeddings for semi-supervised node classification. Specifically, we conduct cosine similarity based cross operation on the original features to create new graph features, including new node attributes and new graph topologies, and we combine them as new pairwise inputs for specific GCNs. Then, we propose an attentional…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Domain Adaptation and Few-Shot Learning · Brain Tumor Detection and Classification
MethodsGraph Convolutional Network
