skip to main content
10.1145/3394486.3403101acmconferencesArticle/Chapter ViewAbstractPublication PageskddConference Proceedingsconference-collections
research-article
Public Access

Residual Correlation in Graph Neural Network Regression

Published: 20 August 2020 Publication History

Abstract

A graph neural network transforms features in each vertex's neighborhood into a vector representation of the vertex. Afterward, each vertex's representation is used independently for predicting its label. This standard pipeline implicitly assumes that vertex labels are conditionally independent given their neighborhood features. However, this is a strong assumption, and we show that it is far from true on many real-world graph datasets. Focusing on regression tasks, we find that this conditional independence assumption severely limits predictive power. This should not be that surprising, given that traditional graph-based semi-supervised learning methods such as label propagation work in the opposite fashion by explicitly modeling the correlation in predicted outcomes.
Here, we address this problem with an interpretable and efficient framework that can improve any graph neural network architecture simply by exploiting correlation structure in the regression residuals. In particular, we model the joint distribution of residuals on vertices with a parameterized multivariate Gaussian, and estimate the parameters by maximizing the marginal likelihood of the observed labels. Our framework achieves substantially higher accuracy than competing baselines, and the learned parameters can be interpreted as the strength of correlation among connected vertices. Furthermore, we develop linear time algorithms for low-variance, unbiased model parameter estimates, allowing us to scale to large networks. We also provide a basic version of our method that makes stronger assumptions on correlation structure but is painless to implement, often leading to great practical performance with minimal overhead.

References

[1]
Rie Kubota Ando and Tong Zhang. 2006. Learning on Graph with Laplacian Regularization. In NeurIPS.
[2]
Haim Avron and Sivan Toledo. 2011. Randomized Algorithms for Estimating the Trace of an Implicit Symmetric Positive Semi-Definite Matrix. J. ACM (2011).
[3]
Mikhail Belkin, Partha Niyogi, and Vikas Sindhwani. 2006. Manifold Regularization: A Geometric Framework for Learning from Labeled and Unlabeled Examples. J. Mach. Learn. Res. (2006).
[4]
Fan RK Chung and Fan Chung Graham. 1997. Spectral graph theory. Number 92. American Mathematical Soc.
[5]
Barry A. Cipra. 1987. An Introduction to the Ising Model. Am. Math. Monthly (1987).
[6]
Kun Dong, Austin R Benson, and David Bindel. 2019. Network density of states. In KDD.
[7]
David Easley and Jon Kleinberg. 2010. Networks, Crowds, and Markets: Reasoning About a Highly Connected World .Cambridge University Press.
[8]
Juan Fernández-Gracia et al. 2014. Is the Voter Model a Model for Voters? Physical Review Letters (2014).
[9]
JK Fitzsimons, MA Osborne, SJ Roberts, and JF Fitzsimons. 2018. Improved stochastic trace estimation using mutually unbiased bases. AUAI Press.
[10]
Jerome Friedman, Trevor Hastie, and Robert Tibshirani. 2001. The Elements of Statistical Learning .Springer.
[11]
Hongchang Gao, Jian Pei, and Heng Huang. 2019. Conditional Random Field Enhanced Graph Convolutional Neural Networks. In KDD.
[12]
Jacob Gardner et al. 2018. GPyTorch: Blackbox Matrix-Matrix Gaussian Process Inference with GPU Acceleration. In NeurIPS.
[13]
William L. Hamilton, Rex Ying, and Jure Leskovec. 2017a. Inductive Representation Learning on Large Graphs. In NeurIPS.
[14]
William L Hamilton, Rex Ying, and Jure Leskovec. 2017b. Representation learning on graphs: Methods and applications. IEEE Data Engineering Bulletin (2017).
[15]
Ken Hayami. 2018. Convergence of the Conjugate Gradient Method on Singular Systems. NII Technical Reports (2018).
[16]
M.F. Hutchinson. 1989. A Stochastic Estimator of the Trace of the Influence Matrix for Laplacian Smoothing Splines. Communications in Statistics - Simulation and Computation (1989).
[17]
Rania Ibrahim and David Gleich. 2019. Nonlinear Diffusion for Community Detection and Semi-Supervised Learning. In WWW.
[18]
Mike Innes. 2018. Flux: Elegant Machine Learning with Julia. Journal of Open Source Software (2018).
[19]
Junteng Jia, Michael T. Schaub, Santiago Segarra, and Austin R. Benson. 2019. Graph-Based Semi-Supervised & Active Learning for Edge Flows. In KDD.
[20]
Thomas N. Kipf and Max Welling. 2017. Semi-Supervised Classification with Graph Convolutional Networks. In ICLR.
[21]
Martina Morris and Richard Rothenberg. 2011. HIV Transmission Network Metastudy Project: An Archive of Data From Eight Network Studies, 1988--2001 .Inter-university Consortium for Political and Social Research.
[22]
Mark Newman. 2010. Networks: An Introduction .Oxford University Press.
[23]
Meng Qu, Yoshua Bengio, and Jian Tang. 2019. GMNN: Graph Markov Neural Networks. ICML.
[24]
Carl Edward Rasmussen. 2003. Gaussian processes in machine learning. In Summer School on Machine Learning. Springer, 63--71.
[25]
Benedek Rozemberczki, Carl Allen, and Rik Sarkar. 2019. Multi-scale Attributed Node Embedding. arXiv preprint arXiv:1909.13021 (2019).
[26]
Cosma Shalizi. 2015. Weighted and Generalized Least Squares. https://www.stat.cmu.edu/ cshalizi/mreg/15/lectures/24/lecture-24--25.pdf.
[27]
Jelena Stojanovic et al. 2015. Semi-supervised learning for structured regression on partially observed attributed graphs. In ICDM.
[28]
Shashanka Ubaru, Jie Chen, and Yousef Saad. 2017. Fast Estimation of tr(f(A)) via Stochastic Lanczos Quadrature. SIAMX (2017).
[29]
Petar Velivcković, Guillem Cucurull, Arantxa Casanova, Adriana Romero, Pietro Liò, and Yoshua Bengio. 2018. Graph Attention Networks. ICLR (2018).
[30]
David S. Watkins. 2007. The Matrix Eigenvalue Problem .Society for Industrial and Applied Mathematics.
[31]
Duncan J Watts and Steven H Strogatz. 1998. Collective dynamics of small-world'networks. Nature (1998).
[32]
Keyulu Xu, Weihua Hu, Jure Leskovec, and Stefanie Jegelka. 2019. How Powerful are Graph Neural Networks?. In ICLR.
[33]
Ya Xu, Justin S Dyer, and Art B Owen. 2010. Empirical Stationary Correlations for Semi-supervised Learning on Graphs: Network Modeling. AOAS (2010).
[34]
Jiaxuan You, Rex Ying, and Jure Leskovec. 2019. Position-aware graph neural networks. ICML (2019).
[35]
Dengyong Zhou et al. 2004. Learning with Local and Global Consistency. In NeurIPS.
[36]
Jie Zhou et al. 2018. Graph neural networks: A review of methods and applications. arXiv preprint arXiv:1812.08434 (2018).
[37]
Xiaojin Zhu, Zoubin Ghahramani, and John Lafferty. 2003. Semi-Supervised Learning Using Gaussian Fields and Harmonic Functions. In ICML.

Cited By

View all

Recommendations

Comments

Information & Contributors

Information

Published In

cover image ACM Conferences
KDD '20: Proceedings of the 26th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining
August 2020
3664 pages
ISBN:9781450379984
DOI:10.1145/3394486
Permission to make digital or hard copies of all or part of this work for personal or classroom use is granted without fee provided that copies are not made or distributed for profit or commercial advantage and that copies bear this notice and the full citation on the first page. Copyrights for components of this work owned by others than ACM must be honored. Abstracting with credit is permitted. To copy otherwise, or republish, to post on servers or to redistribute to lists, requires prior specific permission and/or a fee. Request permissions from [email protected]

Sponsors

Publisher

Association for Computing Machinery

New York, NY, United States

Publication History

Published: 20 August 2020

Permissions

Request permissions for this article.

Check for updates

Author Tags

  1. graph neural network
  2. label propagation
  3. residual correlation
  4. stochastic trace estimation

Qualifiers

  • Research-article

Funding Sources

Conference

KDD '20
Sponsor:

Acceptance Rates

Overall Acceptance Rate 1,133 of 8,635 submissions, 13%

Upcoming Conference

KDD '25

Contributors

Other Metrics

Bibliometrics & Citations

Bibliometrics

Article Metrics

  • Downloads (Last 12 months)649
  • Downloads (Last 6 weeks)53
Reflects downloads up to 09 Jan 2025

Other Metrics

Citations

Cited By

View all

View Options

View options

PDF

View or Download as a PDF file.

PDF

eReader

View online with eReader.

eReader

Login options

Media

Figures

Other

Tables

Share

Share

Share this Publication link

Share on social media