/DL4DisassortativeGraphs

Papers about developing DL methods on disassortative graphs

DL for Disassortative Graphs

contributing-image

This repo collects papers about developing deep learning methods on disassortative graphs.

Disassortative graphs refer to those with a low node homophily. In disassortative graphs, nodes with the same label could be distant from each other and nodes with distinct labels are more likely to be connected with edges.

Please feel free to submit a pull request if you want to add good papers.

2022

  • [AAAI 2022] Powerful Graph Convolutioal Networks with Adaptive Propagation Mechanism for Homophily and Heterophily [Paper]
  • [WWW 2022] GBK-GNN: Gated Bi-Kernel Graph Neural Networks for Modeling Both Homophily and Heterophily [Paper] [Code]
  • [ICLR 2022] Is Homophily a Necessity for Graph Neural Networks? [Paper]

2021

  • [arXiv 2021] Is Heterophily A Real Nightmare For Graph Neural Networks To Do Node Classification? [Paper]
  • [arXiv 2021] Two Sides of the Same Coin: Heterophily and Oversmoothing in Graph Convolutional Neural Networks [Paper]

  • [TPAMI] Non-Local Graph Neural Networks [paper][code]
  • [NeurIPS 2021] Universal Graph Convolutional Networks [Paper][Code]
  • [NeurIPS 2021] Large Scale Learning on Non-Homophilous Graphs: New Benchmarks and Strong Simple Methods [Paper][Code]
  • [KDD 2021] Breaking the Limit of Graph Neural Networks by Improving the Assortativity of Graphs with Local Mixing Patterns [Paper][Code]
  • [ICML 2021] Graph Neural Networks Inspired by Classical Iterative Algorithms [Paper][Code]
  • [Workshop on Graph Learning Benchmarks, WWW 2021] New Benchmarks for Learning on Non-Homophilous Graphs [Paper][Code]
  • [ICLR 2021] How to Find Your Friendly Neighborhood: Graph Attention Design with Self-Supervision [Paper][Code]
  • [ICLR 2021] Adaptive Universal Generalized PageRank Graph Neural Network [Paper][Code]
  • [WSDM 2021] Node Similarity Preserving Graph Convolutional Networks [Paper][Code]
  • [AAAI 2021] Beyond Low-frequency Information in Graph Convolutional Networks [Paper] [Code]
  • [AAAI 2021] Graph Neural Networks with Heterophily [Paper] [Code]

2020

  • [NeurIPS 2020] Beyond Homophily in Graph Neural Networks: Current Limitations and Effective Designs [Paper][Code]
  • [ICML 2020] Simple and Deep Graph Convolutional Networks [Paper][Code]
  • [KDD 2020] Residual Correlation in Graph Neural Network Regression [Paper][Code]
  • [ICLR 2020] Geom-GCN: Geometric Graph Convolutional Networks [Paper][Code]