Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

From Canonical Correlation Analysis to Self-supervised Graph Neural Networks

About

We introduce a conceptually simple yet effective model for self-supervised representation learning with graph data. It follows the previous methods that generate two views of an input graph through data augmentation. However, unlike contrastive methods that focus on instance-level discrimination, we optimize an innovative feature-level objective inspired by classical Canonical Correlation Analysis. Compared with other works, our approach requires none of the parameterized mutual information estimator, additional projector, asymmetric structures, and most importantly, negative samples which can be costly. We show that the new objective essentially 1) aims at discarding augmentation-variant information by learning invariant representations, and 2) can prevent degenerated solutions by decorrelating features in different dimensions. Our theoretical analysis further provides an understanding for the new objective which can be equivalently seen as an instantiation of the Information Bottleneck Principle under the self-supervised setting. Despite its simplicity, our method performs competitively on seven public graph datasets. The code is available at: https://github.com/hengruizhang98/CCA-SSG.

Hengrui Zhang, Qitian Wu, Junchi Yan, David Wipf, Philip S. Yu• 2021

Related benchmarks

TaskDatasetResultRank
Node ClassificationCora
Accuracy84
885
Node ClassificationCiteseer
Accuracy73.1
804
Node ClassificationPubmed
Accuracy81.1
742
Node ClassificationCiteseer (test)
Accuracy0.731
729
Node Classificationogbn-arxiv (test)
Accuracy71.24
382
Node ClassificationPubmed
Accuracy81
307
Node ClassificationCiteseer
Accuracy73.1
275
Node ClassificationwikiCS
Accuracy75.7
198
Node ClassificationOgbn-arxiv
Accuracy71.24
191
Node ClassificationPhoto
Mean Accuracy93.1
165
Showing 10 of 31 rows

Other info

Code

Follow for update