Adaptive Graph Convolutional Neural Networks

Abstract

Graph Convolutional Neural Networks (Graph CNNs) are generalizations of classical CNNs to handle graph data such as molecular data, point could and social networks. Current filters in graph CNNs are built for fixed and shared graph structure. However, for most real data, the graph structures varies in both size and connectivity. The paper proposes a generalized and flexible graph CNN taking data of arbitrary graph structure as input. In that way a task-driven adaptive graph is learned for each graph data while training. To efficiently learn the graph, a distance metric learning is proposed. Extensive experiments on nine graph-structured datasets have demonstrated the superior performance improvement on both convergence speed and predictive accuracy.

Cite

Text

Li et al. "Adaptive Graph Convolutional Neural Networks." AAAI Conference on Artificial Intelligence, 2018. doi:10.1609/AAAI.V32I1.11691

Markdown

[Li et al. "Adaptive Graph Convolutional Neural Networks." AAAI Conference on Artificial Intelligence, 2018.](https://mlanthology.org/aaai/2018/li2018aaai-adaptive/) doi:10.1609/AAAI.V32I1.11691

BibTeX

@inproceedings{li2018aaai-adaptive,
  title     = {{Adaptive Graph Convolutional Neural Networks}},
  author    = {Li, Ruoyu and Wang, Sheng and Zhu, Feiyun and Huang, Junzhou},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2018},
  pages     = {3546-3553},
  doi       = {10.1609/AAAI.V32I1.11691},
  url       = {https://mlanthology.org/aaai/2018/li2018aaai-adaptive/}
}