Deep Graph Infomax
Petar Veličković, William Fedus, William L. Hamilton, Pietro Liò, Yoshua Bengio, R Devon Hjelm
TL;DR
Deep Graph Infomax (DGI) tackles unsupervised learning of graph node representations by maximizing mutual information between local patch embeddings and a global graph summary. It connects graph convolutional encoders, a readout function, and a discriminator within a contrastive framework, using negative samples generated by corruption to train representations that reflect global graph structure. Empirically, DGI achieves competitive results across transductive and inductive node classification benchmarks, often rivaling supervised baselines and surpassing other unsupervised methods. The work demonstrates the viability of local-global MI as a scalable, general-purpose pretraining objective for graph-structured data and highlights robustness to corruption strategies and embedding depth.
Abstract
We present Deep Graph Infomax (DGI), a general approach for learning node representations within graph-structured data in an unsupervised manner. DGI relies on maximizing mutual information between patch representations and corresponding high-level summaries of graphs---both derived using established graph convolutional network architectures. The learnt patch representations summarize subgraphs centered around nodes of interest, and can thus be reused for downstream node-wise learning tasks. In contrast to most prior approaches to unsupervised learning with GCNs, DGI does not rely on random walk objectives, and is readily applicable to both transductive and inductive learning setups. We demonstrate competitive performance on a variety of node classification benchmarks, which at times even exceeds the performance of supervised learning.
