LGOct 23, 2020

Iterative Graph Self-Distillation

arXiv:2010.12609v337 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of graph vectorization for machine learning applications, but appears incremental as it builds on existing self-supervised contrastive learning methods.

The paper tackled the problem of learning discriminative graph-level representations in an unsupervised manner, proposing Iterative Graph Self-Distillation (IGSD) and achieving significant performance gains on various graph datasets.

Recently, there has been increasing interest in the challenge of how to discriminatively vectorize graphs. To address this, we propose a method called Iterative Graph Self-Distillation (IGSD) which learns graph-level representation in an unsupervised manner through instance discrimination using a self-supervised contrastive learning approach. IGSD involves a teacher-student distillation process that uses graph diffusion augmentations and constructs the teacher model using an exponential moving average of the student model. The intuition behind IGSD is to predict the teacher network representation of the graph pairs under different augmented views. As a natural extension, we also apply IGSD to semi-supervised scenarios by jointly regularizing the network with both supervised and self-supervised contrastive loss. Finally, we show that finetuning the IGSD-trained models with self-training can further improve the graph representation power. Empirically, we achieve significant and consistent performance gain on various graph datasets in both unsupervised and semi-supervised settings, which well validates the superiority of IGSD.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes