|
楼主 |
发表于 2019-7-21 07:11:49
|
想要了解图或图神经网络?没有比看论文更好的方式
机器之心 发布时间:2019-07-20 20:58
机器之心编辑 参与:思源
图嵌入、图表征、图分类、图神经网络,这篇文章将介绍你需要的图建模论文,当然它们都有配套实现的。
图是一种非常神奇的表示方式,生活中绝大多数的现象或情境都能用图来表示,例如人际关系网、道路交通网、信息互联网等等。正如马哲介绍事物具有普遍联系性,而图正好能捕捉这种联系,所以用它来描述这个世界是再好不过的方法。
但图这种结构化数据有个麻烦的地方,我们先要有图才能进行后续的计算。但图的搭建并不简单,目前也没有比较好的自动化方法,所以第一步还是需要挺多功夫的。只要各节点及边都确定了,那么图就是一种非常强大且复杂的工具,模型也能推断出图中的各种隐藏知识。
不同时期的图建模
其实,我们可以将图建模分为图神经网络与传统的图模型。其中以前的图建模主要借助 graph embedding 为不同的节点学习低维向量表征,这借鉴了 nlp 中词嵌入的思想。而图神经网络借助深度学习进行更强大的图运算与图表征。
graph embedding 算法聚焦在如何对网络节点进行低维向量表示,相似的节点在表征空间中更加接近。相比之下,gnn 最大的优势在于它不只可以对一个节点进行语义表示。
例如 gnn 可以表示子图的语义信息,将网络中一小部分节点构成的语义表示出来,这是以前 graph embedding 不容易做到的。gnn 还可以在整个图网络上进行信息传播、聚合等建模,也就是说它可以把图网络当成一个整体进行建模。此外,gnn 对单个节点的表示也可以做得更好,因为它可以更好地建模周围节点丰富信息。
在传统图建模中,随机游走、最短路径等图方法会利用符号知识,但这些方法并没有办法很好地利用每个节点的语义信息。而深度学习技术更擅长处理非结构文本、图像等数据。简言之,我们可以将 gnn 看做将深度学习技术应用到符号表示的图数据上,或者说是从非结构化数据扩展到了结构化数据。gnn 能够充分融合符号表示和低维向量表示,发挥两者优势。
图建模论文与代码
在 github 的一项开源工作中,开发者收集了图建模相关的论文与实现,并且从经典的 graph embedding、graph kernel 到图神经网络都有涉及。它们在图嵌入、图分类、图表征等领域都是非常重要的论文。
项目地址:
该项目主要收集的论文领域如下所示:
1. factorization
2. spectral and statistical fingerprints
3. graph neural network
4. graph kernels
因式分解法
learning graph representation via frequent subgraphs (sdm 2018)
dang nguyen, wei luo, tu dinh nguyen, svetha venkatesh, dinh phung
paper:
python:
anonymous walk embeddings (icml 2018)
sergey ivanov and evgeny burnaev
paper:
python:
graph2vec (mlgworkshop 2017)
annamalai narayanan, mahinthan chandramohan, lihui chen, yang liu, and santhoshkumar saminathan
paper:
python high performance:
python reference:
subgraph2vec (mlgworkshop 2016)
annamalai narayanan, mahinthan chandramohan, lihui chen, yang liu, and santhoshkumar saminathan
paper:
python high performance:
python reference:
rdf2vec: rdf graph embeddings for data mining (iswc 2016)
petar ristoski and heiko paulheim
paper:
python reference:
deep graph kernels (kdd 2015)
pinar yanardag and s.v.n. vishwanathan
paper:
python reference:
spectral and statistical fingerprints
a simple yet effective baseline for non-attribute graph classification (iclr rlpm 2019)
chen cai, yusu wang
paper:
python reference:
netlsd (kdd 2018)
anton tsitsulin, davide mottin, panagiotis karras, alex bronstein, and emmanuel müller
paper:
python reference:
a simple baseline algorithm for graph classification (relational representation learning, nips 2018)
nathan de lara and edouard pineau
paper:
python reference:
multi-graph multi-label learning based on entropy (entropy nips 2018)
zixuan zhu and yuhai zhao
paper:
python reference:
hunt for the unique, stable, sparse and fast feature learning on graphs (nips 2017)
saurabh verma and zhi-li zhang
paper:
python reference:
joint structure feature exploration and regularization for multi-task graph classification (tkde 2015)
shirui pan, jia wu, xingquan zhuy, chengqi zhang, and philip s. yuz
paper:
java reference:
netsimile: a scalable approach to size-independent network similarity (arxiv 2012)
michele berlingerio, danai koutra, tina eliassi-rad, and christos faloutsos
paper:
python:
图神经网络
self-attention graph pooling (icml 2019)
junhyun lee, inyeop lee, jaewoo kang
paper:
python reference:
variational recurrent neural networks for graph classification (iclr 2019)
edouard pineau, nathan de lara
paper:
python reference:
crystal graph neural networks for data mining in materials science (arxiv 2019)
takenori yamamoto
paper:
python reference:
explainability techniques for graph convolutional networks (icml 2019)
federico baldassarre, hossein azizpour
paper:
python reference:
semi-supervised graph classification: a hierarchical graph perspective (www 2019)
jia li, yu rong, hong cheng, helen meng, wenbing huang, and junzhou huang
paper:
python reference:
capsule graph neural network (iclr 2019)
zhang xinyi and lihui chen
paper:
python reference:
how powerful are graph neural networks? (iclr 2019)
keyulu xu, weihua hu, jure leskovec, stefanie jegelka
paper:
python reference:
weisfeiler and leman go neural: higher-order graph neural networks (aaai 2019)
christopher morris, martin ritzert, matthias fey, william l. hamilton, jan eric lenssen, gaurav rattan, and martin grohe
paper:
python reference:
capsule neural networks for graph classification using explicit tensorial graph representations (arxiv 2019)
marcelo daniel gutierrez mallea, peter meltzer, and peter j bentley
paper:
python reference:
three-dimensionally embedded graph convolutional network for molecule interpretation (arxiv 2018)
hyeoncheol cho and insung. s. choi
paper:
python reference:
learning graph-level representations with recurrent neural networks (arxiv 2018)
yu jin and joseph f. jaja
paper:
python reference:
graph capsule convolutional neural networks (icml 2018)
saurabh verma and zhi-li zhang
paper:
python reference:
graph classification using structural attention (kdd 2018)
john boaz lee, ryan rossi, and xiangnan kong
paper:
python pytorch reference:
graph convolutional policy network for goal-directed molecular graph generation (nips 2018)
jiaxuan you, bowen liu, rex ying, vijay pande, and jure leskovec
paper:
python reference:
hierarchical graph representation learning with differentiable pooling (nips 2018)
zhitao ying, jiaxuan you, christopher morris, xiang ren, will hamilton and jure leskovec
paper:
python reference:
contextual graph markov model: a deep and generative approach to graph processing (icml 2018)
davide bacciu, federico errica, and alessio micheli
paper:
python reference:
molgan: an implicit generative model for small molecular graphs (icml 2018)
nicola de cao and thomas kipf
paper:
python reference:
deeply learning molecular structure-property relationships using graph attention neural network (2018)
seongok ryu, jaechang lim, and woo youn kim
paper:
python reference:
compound-protein interaction prediction with end-to-end learning of neural networks for graphs and sequences (bioinformatics 2018)
masashi tsubaki, kentaro tomii, and jun sese
paper:
python reference:
python reference:
python alternative:
learning graph distances with message passing neural networks (icpr 2018)
pau riba, andreas fischer, josep llados, and alicia fornes
paper:
python reference:
edge attention-based multi-relational graph convolutional networks (2018)
chao shang, qinqing liu, ko-shin chen, jiangwen sun, jin lu, jinfeng yi and jinbo bi
paper:
python reference:
commonsense knowledge aware conversation generation with graph attention (ijcai-ecai 2018)
hao zhou, tom yang, minlie huang, haizhou zhao, jingfang xu and xiaoyan zhu
paper:
python reference:
residual gated graph convnets (iclr 2018)
xavier bresson and thomas laurent
paper:
python pytorch reference:
an end-to-end deep learning architecture for graph classification (aaai 2018)
muhan zhang, zhicheng cui, marion neumann and yixin chen
paper:
python tensorflow reference:
python pytorch reference:
matlab reference:
python alternative:
python alternative:
sgr: self-supervised spectral graph representation learning (kdd dlday 2018)
anton tsitsulin, davide mottin, panagiotis karra, alex bronstein and emmanueal müller
paper:
python reference:
deep learning with topological signatures (nips 2017)
christoph hofer, roland kwitt, marc niethammer, and andreas uhl
paper:
python reference:
dynamic edge-conditioned filters in convolutional neural networks on graphs (cvpr 2017)
martin simonovsky and nikos komodakis
paper:
python reference:
deriving neural architectures from sequence and graph kernels (icml 2017)
tao lei, wengong jin, regina barzilay, and tommi jaakkola
paper:
python reference:
protein interface prediction using graph convolutional networks (nips 2017)
alex fout, jonathon byrd, basir shariat and asa ben-hur
paper:
python reference:
graph classification with 2d convolutional neural networks (2017)
antoine j.-p. tixier, giannis nikolentzos, polykarpos meladianos and michalis vazirgiannis
paper:
python reference:
cayleynets: graph convolutional neural networks with complex rational spectral filters (ieee tsp 2017)
ron levie, federico monti, xavier bresson, michael m. bronstein
paper:
python reference:
semi-supervised learning of hierarchical representations of molecules using neural message passing (2017)
hai nguyen, shin-ichi maeda, kenta oono
paper:
python reference:
kernel graph convolutional neural networks (2017)
giannis nikolentzos, polykarpos meladianos, antoine jean-pierre tixier, konstantinos skianis, michalis vazirgiannis
paper:
python reference:
deep topology classification: a new approach for massive graph classification (ieee big data 2016)
stephen bonner, john brennan, georgios theodoropoulos, ibad kureshi, andrew stephen mcgough
paper:
python reference:
learning convolutional neural networks for graphs (icml 2016)
mathias niepert, mohamed ahmed, konstantin kutzkov
paper:
python reference:
gated graph sequence neural networks (iclr 2016)
yujia li, daniel tarlow, marc brockschmidt, richard zemel
paper:
python tensorflow:
python pytorch:
python reference:
convolutional networks on graphs for learning molecular fingerprints (nips 2015)
david duvenaud, dougal maclaurin, jorge aguilera-iparraguirre, rafael gómez-bombarelli, timothy hirzel, alán aspuru-guzik, and ryan p. adams
paper:
python reference:
python reference:
python reference:
python reference:
graph kernels
message passing graph kernels (2018)
giannis nikolentzos, michalis vazirgiannis
paper:
python reference:
matching node embeddings for graph similarity (aaai 2017)
giannis nikolentzos, polykarpos meladianos, and michalis vazirgiannis
paper:
global weisfeiler-lehman graph kernels (2017)
christopher morris, kristian kersting and petra mutzel
paper:
c reference:
on valid optimal assignment kernels and applications to graph classification (2016)
nils kriege, pierre-louis giscard, richard wilson
paper:
java reference:
efficient comparison of massive graphs through the use of ‘graph fingerprints’ (mlgworkshop 2016)
stephen bonner, john brennan, and a. stephen mcgough
paper:
python reference:
the multiscale laplacian graph kernel (nips 2016)
risi kondor and horace pan
paper:
c reference:
faster kernels for graphs with continuous attributes (icdm 2016)
christopher morris, nils m. kriege, kristian kersting and petra mutzel
paper:
python reference:
propagation kernels: efficient graph kernels from propagated information (machine learning 2016)
neumann, marion and garnett, roman and bauckhage, christian and kersting, kristian
paper:
matlab reference:
halting random walk kernels (nips 2015)
mahito sugiyama and karsten m. borgward
paper:
c reference:
scalable kernels for graphs with continuous attributes (nips 2013)
aasa feragen, niklas kasenburg, jens petersen, marleen de bruijne and karsten borgwardt
paper:
subgraph matching kernels for attributed graphs (icml 2012)
nils kriege and petra mutzel
paper:
python reference:
nested subtree hash kernels for large-scale graph classification over streams (icdm 2012)
bin li, xingquan zhu, lianhua chi, chengqi zhang
paper:
python reference:
weisfeiler-lehman graph kernels (jmlr 2011)
nino shervashidze, pascal schweitzer, erik jan van leeuwen, kurt mehlhorn, and karsten m. borgwardt
paper:
python reference:
python reference:
c reference:
fast neighborhood subgraph pairwise distance kernel (icml 2010)
fabrizio costa and kurt de grave
paper:
c reference:
python reference:
a linear-time graph kernel (icdm 2009)
shohei hido and hisashi kashima
paper:
python reference:
weisfeiler-lehman subtree kernels (nips 2009)
nino shervashidze, pascal schweitzer, erik jan van leeuwen, kurt mehlhorn, and karsten m. borgwardt
paper:
python reference:
python reference:
c reference:
fast computation of graph kernels (nips 2006)
s. v. n. vishwanathan, karsten m. borgwardt, and nicol n. schraudolph
paper:
python reference:
c reference:
shortest-path kernels on graphs (icdm 2005)
karsten m. borgwardt and hans-peter kriegel
paper:
c reference:
cyclic pattern kernels for predictive graph mining (kdd 2004)
tamás horváth, thomas grtner, and stefan wrobel
paper:
python reference:
extensions of marginalized graph kernels (icml 2004)
pierre mahe, nobuhisa ueda, tatsuya akutsu, jean-luc perret, and jean-philippe vert
paper:
python reference:
marginalized kernels between labeled graphs (icml 2003)
hisashi kashima, koji tsuda, and akihiro inokuchi
paper:
python reference:
|
|