What is: Local Augmentation?
Source | Local Augmentation for Graph Neural Networks |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
Local Augmentation for Graph Neural Networks, or LA-GNN, is a data augmentation technique that enhances node features by its local subgraph structures. Specifically, it learns the conditional distribution of the connected neighbors’ representations given the representation of the central node, which has an analogy with the Skip-gram of word2vec model that predicts the probability of the context given the central word. After augmenting the neighborhood, we concat the initial and the generated feature matrix as input for GNNs.