【荟萃】图神经网络论文列表,包含GNN理论及其在NLP和CV等领域的应用

【导读】图卷积网络等图神经网络(GNN)是目前深度学习领域最火的研究方向之一。图可以用来刻画现实世界中的很多问题,GNN在很多领域取得了非常好的效果。本文给出最新的GNN论文列表,及其在NLP和CV等领域的应用。


Github上的论文列表nnzhan/Awesome-Graph-Neural-Networks包含了最新的图神经网络理论研究(GCN、GAT、GAE等),及其在NLP、CV、Healthcare等领域的应用。列表内容如下:


图神经网络综述


  1. Geometric deep learning: going beyond euclidean data. Michael M. Bronstein, Joan Bruna, Yann LeCun, Arthur Szlam, Pierre Vandergheynst. 2016. 

  2. Relational inductive biases, deep learning, and graph networks. Peter W. Battaglia, Jessica B. Hamrick, Victor Bapst, Alvaro Sanchez-Gonzalez, Vinicius Zambaldi, Mateusz Malinowski, Andrea Tacchetti, David Raposo, Adam Santoro, Ryan Faulkner, Caglar Gulcehre, Francis Song, Andrew Ballard, Justin Gilmer, George Dahl, Ashish Vaswani, Kelsey Allen, Charles Nash, Victoria Langston, Chris Dyer, Nicolas Heess, Daan Wierstra, Pushmeet Kohli, Matt Botvinick, Oriol Vinyals, Yujia Li, Razvan Pascanu. 2018. 

  3. Attention models in graphs. John Boaz Lee, Ryan A. Rossi, Sungchul Kim, Nesreen K. Ahmed, Eunyee Koh. 2018. 

  4. Deep learning on graphs: A survey. Ziwei Zhang, Peng Cui and Wenwu Zhu. 2018. 

  5. Graph Neural Networks: A Review of Methods and Applications Jie Zhou, Ganqu Cui, Zhengyan Zhang, Cheng Yang, Zhiyuan Liu, Maosong Sun. 2018 

  6. A Comprehensive Survey on Graph Neural Networks. Zonghan Wu, Shirui Pan, Fengwen Chen, Guodong Long, Chengqi Zhang, Philip S. Yu. 2018 

图卷积网络


  1. A new model for learning in graph domains. Marco Gori, Gabriele Monfardini, Franco Scarselli. IJCNN 2005. 

  2. The graph neural network model. Franco Scarselli,Marco Gori,Ah Chung Tsoi,Markus Hagenbuchner, Gabriele Monfardini.2009. 

  3. Spectral networks and locally connected networks on graphs. Joan Bruna, Wojciech Zaremba, Arthur Szlam, Yann LeCun. ICLR 2014. 

  4. Convolutional networks on graphs for learning molecular fingerprints. David Duvenaud, Dougal Maclaurin, Jorge Aguilera-Iparraguirre Rafael Go ́mez-Bombarelli, Timothy Hirzel, Ala ́n Aspuru-Guzik, Ryan P. Adams., NIPS 2015. 

  5. Gated graph sequence neural networks. Yujia Li, Richard Zemel, Marc Brockschmidt, Daniel Tarlow. ICLR 2015. 

  6. Accelerated filtering on graphs using lanczos method. Ana Susnjara, Nathanael Perraudin, Daniel Kressner, Pierre Vandergheynst. 2015. 

  7. Deep convolutional networks on graph-structured data. Mikael Henaff, Joan Bruna, Yann LeCun. 2015. 

  8. Convolutional neural networks on graphs with fast localized spectral filtering. Michaël Defferrard, Xavier Bresson, Pierre Vandergheynst. NIPS 2016. 

  9. Diffusion-convolutional neural networks James Atwood, Don Towsley. NIPS 2016. 

  10. Learning convolutional neural networks for graphs. Mathias Niepert, Mohamed Ahmed, Konstantin Kutzkov. ICML 2016. 

  11. Molecular graph convolutions: moving beyond fingerprints. Steven Kearnes, Kevin McCloskey, Marc Berndl, Vijay Pande, Patrick Riley 2016. 

  12. Inductive representation learning on large graphs. William L. Hamilton, Rex Ying, Jure Leskovec. NIPS 2017. 

  13. Neural message passing for quantum chemistry. Justin Gilmer, Samuel S. Schoenholz, Patrick F. Riley, Oriol Vinyals, George E. Dahl. ICML 2017. 

  14. Dynamic Edge-Conditioned Filters in Convolutional Neural Networks on Graphs Martin Simonovsky, Nikos KomodakisCVPR 2017. 

  15. Geometric deep learning on graphs and manifolds using mixture model cnns. Federico Monti, Davide Boscaini, Jonathan Masci, Emanuele Rodolà, Jan Svoboda, Michael M. Bronstein. CVPR 2017. 

  16. Semi-supervised classification with graph convolutional networks. Thomas N. Kipf, Max Welling. ICLR 2017. 

  17. Robust spatial filtering with graph convolutional neural networks. 2017. Felipe Petroski Such, Shagan Sah, Miguel Dominguez, Suhas Pillai, Chao Zhang, Andrew Michael, Nathan Cahill, Raymond Ptucha. 

  18. Cayleynets: graph convolutional neural networks with complex rational spectral filters. Ron Levie, Federico Monti, Xavier Bresson, Michael M. Bronstein. 2017. 

  19. Hierarchical graph representation learning with differentiable pooling. Rex Ying, Jiaxuan You, Christopher Morris, Xiang Ren, William L. Hamilton, Jure Leskovec. NeurIPS 2018. 

  20. Structure-Aware Convolutional Neural Networks. Jianlong Chang, Jie Gu, Lingfeng Wang, Gaofeng Meng, Shiming Xiang, Chunhong Pan. NeurIPS 2018. 

  21. Adaptive graph convolutional neural networks. Ruoyu Li, Sheng Wang, Feiyun Zhu, Junzhou Huang. AAAI 2018. 

  22. Deeper insights into graph convolutional networks for semi-supervised learning. Qimai Li, Zhichao Han, Xiao-Ming Wu. AAAI 2018. 

  23. Large-Scale Learnable Graph Convolutional Networks. Hongyang Gao, Zhengyang Wang, Shuiwang Ji. KDD 2018. 

  24. FastGCN: Fast Learning with Graph Convolutional Networks via Importance Sampling. Jie Chen, Tengfei Ma, Cao Xiao.ICLR 2018. 

  25. Learning steady-states of iterative algorithms over graphs. Hanjun Dai, Zornitsa Kozareva, Bo Dai, Alexander J. Smola, Le Song ICML 2018. 

  26. Representation learning on graphs with jumping knowledge networks. Keyulu Xu, Chengtao Li, Yonglong Tian, Tomohiro Sonobe, Ken-ichi Kawarabayashi, Stefanie Jegelka. ICML 2018. 

  27. Stochastic Training of Graph Convolutional Networks with Variance Reduction. Jianfei Chen, Jun Zhu, Le Song. ICML 2018. 

  28. Dual graph convolutional networks for graph-based semi-supervised classification Chenyi Zhuang, Qiang Ma. WWW 2018. 

  29. Geniepath: Graph neural networks with adaptive receptive paths. Ziqi Liu, Chaochao Chen, Longfei Li, Jun Zhou, Xiaolong Li, Le Song, Yuan Qi. 2018. 

  30. Graph capsule convolutional neural networks Saurabh Verma, Zhi-Li Zhang. 2018. 

  31. How powerful are graph neural networks? Keyulu Xu, Weihua Hu, Jure Leskovec, Stefanie Jegelka. 2018. 

  32. Modeling relational data with graph convolutional networks Michael Schlichtkrull, Thomas N. Kipf, Peter Bloem, Rianne van den Berg, Ivan Titov, Max Welling. ESW 2018. 

  33. Multidimensional graph convolutional networks Yao Ma, Suhang Wang, Charu C. Aggarwal, Dawei Yin, Jiliang Tang.2018. 

  34. Signed graph convolutional network. Tyler Derr, Yao Ma, Jiliang Tang. 2018. 

  35. Capsule Graph Neural Network Zhang Xinyi, Lihui Chen. ICLR 2019. 

  36. Combining Neural Networks with Personalized PageRank for Classification on Graphs Johannes Klicpera, Aleksandar Bojchevski, Stephan Günnemann. ICLR 2019. 

  37. Graph Wavelet Neural Network. Bingbing Xu, Huawei Shen, Qi Cao, Yunqi Qiu, Xueqi Cheng. ICLR 2019. 

  38. LanczosNet: Multi-Scale Deep Graph Convolutional Networks Renjie Liao, Zhizhen Zhao, Raquel Urtasun, Richard Zemel. ICLR 2019. 


图注意力网络


  1. Graph Attention Networks. Petar Veličković, Guillem Cucurull, Arantxa Casanova, Adriana Romero, Pietro Liò, Yoshua Bengio. ICLR 2018. paper

  2. Gaan: Gated attention networks for learning on large and spatiotemporal graphs. Jiani Zhang, Xingjian Shi, Junyuan Xie, Hao Ma, Irwin King, Dit-Yan Yeung. 2018. 

  3. Watch your step: Learning node embeddings via graph attention. Sami Abu-El-Haija, Bryan Perozzi, Rami Al-Rfou, Alex Alemi. NeurIPS 2018. 

  4. Graph classification using structural attention. John Boaz Lee, Ryan Rossi, Xiangnan Kong KDD 2018. 


图自编码器


  1. Structural deep network embedding Daixin Wang, Peng Cui, Wenwu Zhu. 

  2. Deep neural networks for learning graph representations. Shaosheng Cao, Wei Lu, Qiongkai Xu. AAAI 2016. 

  3. Variational graph auto-encoders. Thomas N. Kipf, Max Welling. 2016. 

  4. Mgae: Marginalized graph autoencoder for graph clustering Chun Wang, Shirui Pan, Guodong Long, Xingquan Zhu, Jing Jiang. CIKM 2017. 

  5. Deep Recursive Network Embedding with Regular Equivalence. Ke Tu, Peng Cui, Xiao Wang, Philip S. Yu, Wenwu Zhu.KDD 2018. 

  6. Learning Deep Network Representations with Adversarially Regularized Autoencoders. Wenchao Yu, Cheng Zheng, Wei Cheng, Charu Aggarwal, Dongjin Song, Bo Zong, Haifeng Chen, Wei Wang. KDD 2018. 

  7. Adversarially Regularized Graph Autoencoder for Graph Embedding. Shirui Pan, Ruiqi Hu, Guodong Long, Jing Jiang, Lina Yao, Chengqi Zhang. IJCAI 2018. 

  8. Deep graph infomax. Petar Veličković, William Fedus, William L. Hamilton, Pietro Liò, Yoshua Bengio, R Devon Hjelm.ICLR 2019. 


生成式图神经网络


  1. Learning graphical state transitions. Daniel D. Johnson. ICLR 2016. 

  2. MolGAN: An implicit generative model for small molecular graphs. Nicola De Cao, Thomas Kipf. 2018. 

  3. Learning deep generative models of graphs. Yujia Li, Oriol Vinyals, Chris Dyer, Razvan Pascanu, Peter Battaglia. ICML 2018. 

  4. Netgan: Generating graphs via random walks. Aleksandar Bojchevski, Oleksandr Shchur, Daniel Zügner, Stephan Günnemann. ICML 2018. 

  5. Graphrnn: A deep generative model for graphs. Jiaxuan You, Rex Ying, Xiang Ren, William L. Hamilton, Jure Leskovec.ICML 2018. 

  6. Constrained Generation of Semantically Valid Graphs via Regularizing Variational Autoencoders. Tengfei Ma, Jie Chen, Cao Xiao. NeurIPS 2018. 

  7. Graph convolutional policy network for goal-directed molecular graph generation. Jiaxuan You, Bowen Liu, Rex Ying, Vijay Pande, Jure Leskovec. NeurIPS 2018. 


空间-时间 图神经网络


  1. Structured sequence modeling with graph convolutional recurrent networks. Youngjoo Seo, Michaël Defferrard, Pierre Vandergheynst, Xavier Bresson. 2016. 

  2. Structural-rnn: Deep learning on spatio-temporal graphs. Ashesh Jain, Amir R. Zamir, Silvio Savarese, Ashutosh Saxena.CVPR 2016. paper

  3. Deep multi-view spatial-temporal network for taxi. Huaxiu Yao, Fei Wu, Jintao Ke, Xianfeng Tang, Yitian Jia, Siyu Lu, Pinghua Gong, Jieping Ye, Zhenhui Li. AAAI 2018. 

  4. Spatial temporal graph convolutional networks for skeleton-based action recognition. Sijie Yan, Yuanjun Xiong, Dahua Lin. AAAI 2018. 

  5. Diffusion convolutional recurrent neural network: Data-driven traffic forecasting. Yaguang Li, Rose Yu, Cyrus Shahabi, Yan Liu. ICLR 2018. 

  6. Spatio-temporal graph convolutional networks: A deep learning framework for traffic forecasting. Bing Yu, Haoteng Yin, Zhanxing Zhu. IJCAI 2018. 


图神经网络在计算机视觉的应用


  1. 3d graph neural networks for rgbd semantic segmentation. Xiaojuan Qi, Renjie Liao, Jiaya Jia†, Sanja Fidler, Raquel Urtasun. CVPR 2017. 

  2. Syncspeccnn: Synchronized spectral cnn for 3d shape segmentation. Li Yi, Hao Su, Xingwen Guo, Leonidas Guibas.CVPR 2017. 

  3. A simple neural network module for relational reasoning. Adam Santoro, David Raposo, David G.T. Barrett, Mateusz Malinowski, Razvan Pascanu, Peter Battaglia, Timothy Lillicrap. NIPS 2017 

  4. Situation Recognition with Graph Neural Networks. Ruiyu Li, Makarand Tapaswi, Renjie Liao, Jiaya Jia, Raquel Urtasun, Sanja Fidler. ICCV 2017. 

  5. Image generation from scene graphs. Justin Johnson, Agrim Gupta, Li Fei-Fei. CVPR 2018. 

  6. PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation. Charles R. Qi, Hao Su, Kaichun Mo, Leonidas J. Guibas. CVPR 2018. 

  7. Iterative visual reasoning beyond convolutions. Xinlei Chen, Li-Jia Li, Li Fei-Fei, Abhinav Gupta. CVPR 2018. 

  8. Large-scale point cloud semantic segmentation with superpoint graphs. Loic Landrieu, Martin Simonovsky. CVPR 2018. 

  9. Learning Conditioned Graph Structures for Interpretable Visual Question Answering. Will Norcliffe-Brown, Efstathios Vafeias, Sarah Parisot. NeurIPS 2018. 

  10. Out of the box: Reasoning with graph convolution nets for factual visual question answering. Medhini Narasimhan, Svetlana Lazebnik, Alexander G. Schwing. NeurIPS 2018. 

  11. Symbolic Graph Reasoning Meets Convolutions. Xiaodan Liang, Zhiting Hu, Hao Zhang, Liang Lin, Eric P. Xing. NeurIPS 2018. 

  12. Few-shot learning with graph neural networks. Victor Garcia, Joan Bruna. ICLR 2018. 

  13. Factorizable net: an efficient subgraph-based framework for scene graph generation. Yikang Li, Wanli Ouyang, Bolei Zhou, Jianping Shi, Chao Zhang, Xiaogang Wang. ECCV 2018. 

  14. Graph r-cnn for scene graph generation. Jianwei Yang, Jiasen Lu, Stefan Lee, Dhruv Batra, Devi Parikh. ECCV 2018. 

  15. Learning Human-Object Interactions by Graph Parsing Neural Networks. Siyuan Qi, Wenguan Wang, Baoxiong Jia, Jianbing Shen, Song-Chun Zhu. ECCV 2018. 

  16. Neural graph matching networks for fewshot 3d action recognition. Michelle Guo, Edward Chou, De-An Huang, Shuran Song, Serena Yeung, Li Fei-Fei ECCV 2018. 

  17. Rgcnn: Regularized graph cnn for point cloud segmentation. Gusi Te, Wei Hu, Zongming Guo, Amin Zheng. 2018. 

  18. Dynamic graph cnn for learning on point clouds. Yue Wang, Yongbin Sun, Ziwei Liu, Sanjay E. Sarma, Michael M. Bronstein, Justin M. Solomon. 2018. 


图神经网络在自然语言处理的应用


  1. Encoding Sentences with Graph Convolutional Networks for Semantic Role Labeling. Diego Marcheggiani, Ivan Titov.EMNLP 2017. 

  2. Graph Convolutional Encoders for Syntax-aware Neural Machine Translation. Joost Bastings, Ivan Titov, Wilker Aziz, Diego Marcheggiani, Khalil Sima'an. EMNLP 2017. 

  3. Diffusion maps for textual network embedding. Xinyuan Zhang, Yitong Li, Dinghan Shen, Lawrence Carin. NeurIPS 2018. 

  4. A Graph-to-Sequence Model for AMR-to-Text Generation. Linfeng Song, Yue Zhang, Zhiguo Wang, Daniel Gildea. ACL 2018. 

  5. Graph-to-Sequence Learning using Gated Graph Neural Networks. Daniel Beck, Gholamreza Haffari, Trevor Cohn. ACL 2018. 

  6. Cross-lingual Knowledge Graph Alignment via Graph Convolutional Networks. Zhichun Wang, Qingsong Lv, Xiaohan Lan, Yu Zhang. EMNLP 2018. 

  7. Graph Convolution over Pruned Dependency Trees Improves Relation Extraction. Yuhao Zhang, Peng Qi, Christopher D. Manning. EMNLP 2018. 

  8. Multiple Events Extraction via Attention-based Graph Information Aggregation. Xiao Liu, Zhunchen Luo, Heyan Huang.EMNLP 2018. 

  9. Exploiting Semantics in Neural Machine Translation with Graph Convolutional Networks. Diego Marcheggiani, Joost Bastings, Ivan Titov. NAACL 2018. 

  10. Graph Convolutional Networks for Text Classification. Liang Yao, Chengsheng Mao, Yuan Luo. AAAI 2019. 


图神经网络在互联网的应用


  1. Graph Convolutional Networks with Argument-Aware Pooling for Event Detection. Thien Huu Nguyen, Ralph Grishman. AAAI 2018. 

  2. Semi-supervised User Geolocation via Graph Convolutional Networks. Afshin Rahimi, Trevor Cohn, Timothy Baldwin.ACL 2018. 

  3. Adversarial attacks on neural networks for graph data. Daniel Zügner, Amir Akbarnejad, Stephan Günnemann. KDD 2018. 

  4. Deepinf: Social influence prediction with deep learning. Jiezhong Qiu, Jian Tang, Hao Ma, Yuxiao Dong, Kuansan Wang, Jie Tang. KDD 2018. 


图神经网络在推荐系统的应用


  1. Geometric Matrix Completion with Recurrent Multi-Graph Neural Networks. Federico Monti, Michael M. Bronstein, Xavier Bresson. NIPS 2017. 

  2. Graph Convolutional Matrix Completion. Rianne van den Berg, Thomas N. Kipf, Max Welling. 2017. 

  3. Graph Convolutional Neural Networks for Web-Scale Recommender Systems. Rex Ying, Ruining He, Kaifeng Chen, Pong Eksombatchai, William L. Hamilton, Jure Leskovec. KDD 2018. 


图神经网络在医疗保健的应用


  1. Gram:graph-based attention model for healthcare representation learning Edward Choi, Mohammad Taha Bahadori, Le Song, Walter F. Stewart, Jimeng Sun. KDD 2017. 

  2. MILE: A Multi-Level Framework for Scalable Graph Embedding. Jiongqian Liang, Saket Gurukar, Srinivasan Parthasarathy. 

  3. Hybrid Approach of Relation Network and Localized Graph Convolutional Filtering for Breast Cancer Subtype Classification. Sungmin Rhee, Seokjun Seo, Sun Kim. IJCAI 2018. 


图神经网络在化学的应用


  1. Molecular Graph Convolutions: Moving Beyond Fingerprints. Steven Kearnes, Kevin McCloskey, Marc Berndl, Vijay Pande, Patrick Riley. Journal of computer-aided molecular design 2016. 

  2. Protein interface prediction using graph convolutional networks. Alex Fout, Jonathon Byrd, Basir Shariat, Asa Ben-Hur.NIPS 2017. 

  3. Modeling polypharmacy side effects with graph convolutional networks. Marinka Zitnik, Monica Agrawal, Jure Leskovec. ISMB 2018. 


图神经网络在物理的应用


  1. Interaction Networks for Learning about Objects, Relations and Physics. Peter Battaglia, Razvan Pascanu, Matthew Lai, Danilo Rezende, Koray Kavukcuoglu. NIPS 2016. 

  2. Vain: Attentional multi-agent predictive modeling. Yedid Hoshen. NIPS 2017 


图神经网络的其他应用


  1. Learning to represent programs with graphs. Miltiadis Allamanis, Marc Brockschmidt, Mahmoud Khademi. ICLR 2017. 

  2. Combinatorial Optimization with Graph Convolutional Networks and Guided Tree Search. Zhuwen Li, Qifeng Chen, Vladlen Koltun. NeurIPS 2018. 

  3. Recurrent Relational Networks. Rasmus Palm, Ulrich Paquet, Ole Winther. NeurIPS 2018. 

  4. NerveNet: Learning Structured Policy with Graph Neural Networks. Tingwu Wang, Renjie Liao, Jimmy Ba, Sanja Fidler.ICLR 2018.


参考链接:

  • https://github.com/nnzhan/Awesome-Graph-Neural-Networks


-END-

专 · 知

专知《深度学习:算法到实战》课程全部完成!510+位同学在学习,现在报名,限时优惠!网易云课堂人工智能畅销榜首位!

欢迎微信扫一扫加入专知人工智能知识星球群,获取最新AI专业干货知识教程视频资料和与专家交流咨询!

请加专知小助手微信(扫一扫如下二维码添加),加入专知人工智能主题群,咨询《深度学习:算法到实战》课程,咨询技术商务合作~

请PC登录www.zhuanzhi.ai或者点击阅读原文,注册登录专知,获取更多AI知识资料!

点击“阅读原文”,了解报名专知《深度学习:算法到实战》课程

展开全文
Top
微信扫码咨询专知VIP会员