chinese直男口爆体育生外卖, 99久久er热在这里只有精品99, 又色又爽又黄18禁美女裸身无遮挡, gogogo高清免费观看日本电视,私密按摩师高清版在线,人妻视频毛茸茸,91论坛 兴趣闲谈,欧美 亚洲 精品 8区,国产精品久久久久精品免费

0
  • 聊天消息
  • 系統(tǒng)消息
  • 評(píng)論與回復(fù)
登錄后你可以
  • 下載海量資料
  • 學(xué)習(xí)在線課程
  • 觀看技術(shù)視頻
  • 寫(xiě)文章/發(fā)帖/加入社區(qū)
會(huì)員中心
創(chuàng)作中心

完善資料讓更多小伙伴認(rèn)識(shí)你,還能領(lǐng)取20積分哦,立即完善>

3天內(nèi)不再提示

介紹你需要的圖建模論文,圖中的各種隱藏知識(shí)、強(qiáng)大且復(fù)雜的工具

智能感知與物聯(lián)網(wǎng)技術(shù)研究所 ? 來(lái)源:陳年麗 ? 2019-07-22 11:41 ? 次閱讀
加入交流群
微信小助手二維碼

掃碼添加小助手

加入工程師交流群

圖嵌入、圖表征、圖分類、圖神經(jīng)網(wǎng)絡(luò),這篇文章將介紹你需要的圖建模論文,當(dāng)然它們都有配套實(shí)現(xiàn)的。

圖是一種非常神奇的表示方式,生活中絕大多數(shù)的現(xiàn)象或情境都能用圖來(lái)表示,例如人際關(guān)系網(wǎng)、道路交通網(wǎng)、信息互聯(lián)網(wǎng)等等。正如馬哲介紹事物具有普遍聯(lián)系性,而圖正好能捕捉這種聯(lián)系,所以用它來(lái)描述這個(gè)世界是再好不過(guò)的方法。

但圖這種結(jié)構(gòu)化數(shù)據(jù)有個(gè)麻煩的地方,我們先要有圖才能進(jìn)行后續(xù)的計(jì)算。但圖的搭建并不簡(jiǎn)單,目前也沒(méi)有比較好的自動(dòng)化方法,所以第一步還是需要挺多功夫的。只要各節(jié)點(diǎn)及邊都確定了,那么圖就是一種非常強(qiáng)大且復(fù)雜的工具,模型也能推斷出圖中的各種隱藏知識(shí)。

不同時(shí)期的圖建模

其實(shí),我們可以將圖建模分為圖神經(jīng)網(wǎng)絡(luò)與傳統(tǒng)的圖模型。其中以前的圖建模主要借助 Graph Embedding 為不同的節(jié)點(diǎn)學(xué)習(xí)低維向量表征,這借鑒了 NLP 中詞嵌入的思想。而圖神經(jīng)網(wǎng)絡(luò)借助深度學(xué)習(xí)進(jìn)行更強(qiáng)大的圖運(yùn)算與圖表征。

Graph Embedding 算法聚焦在如何對(duì)網(wǎng)絡(luò)節(jié)點(diǎn)進(jìn)行低維向量表示,相似的節(jié)點(diǎn)在表征空間中更加接近。相比之下,GNN 最大的優(yōu)勢(shì)在于它不只可以對(duì)一個(gè)節(jié)點(diǎn)進(jìn)行語(yǔ)義表示。

例如 GNN 可以表示子圖的語(yǔ)義信息,將網(wǎng)絡(luò)中一小部分節(jié)點(diǎn)構(gòu)成的語(yǔ)義表示出來(lái),這是以前 Graph Embedding 不容易做到的。GNN 還可以在整個(gè)圖網(wǎng)絡(luò)上進(jìn)行信息傳播、聚合等建模,也就是說(shuō)它可以把圖網(wǎng)絡(luò)當(dāng)成一個(gè)整體進(jìn)行建模。此外,GNN 對(duì)單個(gè)節(jié)點(diǎn)的表示也可以做得更好,因?yàn)樗梢愿玫亟V車?jié)點(diǎn)豐富信息。

在傳統(tǒng)圖建模中,隨機(jī)游走、最短路徑等圖方法會(huì)利用符號(hào)知識(shí),但這些方法并沒(méi)有辦法很好地利用每個(gè)節(jié)點(diǎn)的語(yǔ)義信息。而深度學(xué)習(xí)技術(shù)更擅長(zhǎng)處理非結(jié)構(gòu)文本、圖像等數(shù)據(jù)。簡(jiǎn)言之,我們可以將 GNN 看做將深度學(xué)習(xí)技術(shù)應(yīng)用到符號(hào)表示的圖數(shù)據(jù)上,或者說(shuō)是從非結(jié)構(gòu)化數(shù)據(jù)擴(kuò)展到了結(jié)構(gòu)化數(shù)據(jù)。GNN 能夠充分融合符號(hào)表示和低維向量表示,發(fā)揮兩者優(yōu)勢(shì)。

圖建模論文與代碼

在 GitHub 的一項(xiàng)開(kāi)源工作中,開(kāi)發(fā)者收集了圖建模相關(guān)的論文與實(shí)現(xiàn),并且從經(jīng)典的 Graph Embedding、Graph Kernel 到圖神經(jīng)網(wǎng)絡(luò)都有涉及。它們?cè)趫D嵌入、圖分類、圖表征等領(lǐng)域都是非常重要的論文。

項(xiàng)目地址:https://github.com/benedekrozemberczki/awesome-graph-classification

該項(xiàng)目主要收集的論文領(lǐng)域如下所示:

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:https://epubs.siam.org/doi/10.1137/1.9781611975321.35

Python:https://github.com/nphdang/GE-FSG

Anonymous Walk Embeddings (ICML 2018)

Sergey Ivanov and Evgeny Burnaev

Paper:https://arxiv.org/pdf/1805.11921.pdf

Python:https://github.com/nd7141/AWE

Graph2vec (MLGWorkshop 2017)

Annamalai Narayanan, Mahinthan Chandramohan, Lihui Chen, Yang Liu, and Santhoshkumar Saminathan

Paper:https://arxiv.org/abs/1707.05005

Python High Performance:https://github.com/benedekrozemberczki/graph2vec

Python Reference:https://github.com/MLDroid/graph2vec_tf

Subgraph2vec (MLGWorkshop 2016)

Annamalai Narayanan, Mahinthan Chandramohan, Lihui Chen, Yang Liu, and Santhoshkumar Saminathan

Paper:https://arxiv.org/abs/1606.08928

Python High Performance:https://github.com/MLDroid/subgraph2vec_gensim

Python Reference:https://github.com/MLDroid/subgraph2vec_tf

Rdf2Vec: RDF Graph Embeddings for Data Mining (ISWC 2016)

Petar Ristoski and Heiko Paulheim

Paper:https://link.springer.com/chapter/10.1007/978-3-319-46523-4_30

Python Reference:https://github.com/airobert/RDF2VecAtWebScale

Deep Graph Kernels (KDD 2015)

Pinar Yanardag and S.V.N. Vishwanathan

Paper:https://dl.acm.org/citation.cfm?id=2783417

Python Reference:https://github.com/pankajk/Deep-Graph-Kernels

Spectral and Statistical Fingerprints

A Simple Yet Effective Baseline for Non-Attribute Graph Classification (ICLR RLPM 2019)

Chen Cai, Yusu Wang

Paper:https://arxiv.org/abs/1811.03508

Python Reference:https://github.com/Chen-Cai-OSU/LDP

NetLSD (KDD 2018)

Anton Tsitsulin, Davide Mottin, Panagiotis Karras, Alex Bronstein, and Emmanuel Müller

Paper:https://arxiv.org/abs/1805.10712

Python Reference:https://github.com/xgfs/NetLSD

A Simple Baseline Algorithm for Graph Classification (Relational Representation Learning, NIPS 2018)

Nathan de Lara and Edouard Pineau

Paper:https://arxiv.org/pdf/1810.09155.pdf

Python Reference:https://github.com/edouardpineau/A-simple-baseline-algorithm-for-graph-classification

Multi-Graph Multi-Label Learning Based on Entropy (Entropy NIPS 2018)

Zixuan Zhu and Yuhai Zhao

Paper:https://github.com/TonyZZX/MultiGraph_MultiLabel_Learning/blob/master/entropy-20-00245.pdf

Python Reference:https://github.com/TonyZZX/MultiGraph_MultiLabel_Learning

Hunt For The Unique, Stable, Sparse And Fast Feature Learning On Graphs (NIPS 2017)

Saurabh Verma and Zhi-Li Zhang

Paper:https://papers.nips.cc/paper/6614-hunt-for-the-unique-stable-sparse-and-fast-feature-learning-on-graphs.pdf

Python Reference:https://github.com/vermaMachineLearning/FGSD

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:https://ieeexplore.ieee.org/document/7302040

Java Reference:https://github.com/shiruipan/MTG

NetSimile: A Scalable Approach to Size-Independent Network Similarity (arXiv 2012)

Michele Berlingerio, Danai Koutra, Tina Eliassi-Rad, and Christos Faloutsos

Paper:https://arxiv.org/abs/1209.2684

Python:https://github.com/kristyspatel/Netsimile

圖神經(jīng)網(wǎng)絡(luò)

Self-Attention Graph Pooling (ICML 2019)

Junhyun Lee, Inyeop Lee, Jaewoo Kang

Paper:https://arxiv.org/abs/1904.08082

Python Reference:https://github.com/inyeoplee77/SAGPool

Variational Recurrent Neural Networks for Graph Classification (ICLR 2019)

Edouard Pineau, Nathan de Lara

Paper:https://arxiv.org/abs/1902.02721

Python Reference:https://github.com/edouardpineau/Variational-Recurrent-Neural-Networks-for-Graph-Classification

Crystal Graph Neural Networks for Data Mining in Materials Science (Arxiv 2019)

Takenori Yamamoto

Paper:https://storage.googleapis.com/rimcs_cgnn/cgnn_matsci_May_27_2019.pdf

Python Reference:https://github.com/Tony-Y/cgnn

Explainability Techniques for Graph Convolutional Networks (ICML 2019)

Federico Baldassarre, Hossein Azizpour

Paper:https://128.84.21.199/pdf/1905.13686.pdf

Python Reference:https://github.com/gn-exp/gn-exp

Semi-Supervised Graph Classification: A Hierarchical Graph Perspective (WWW 2019)

Jia Li, Yu Rong, Hong Cheng, Helen Meng, Wenbing Huang, and Junzhou Huang

Paper:https://arxiv.org/pdf/1904.05003.pdf

Python Reference:https://github.com/benedekrozemberczki/SEAL-CI

Capsule Graph Neural Network (ICLR 2019)

Zhang Xinyi and Lihui Chen

Paper:https://openreview.net/forum?id=Byl8BnRcYm

Python Reference:https://github.com/benedekrozemberczki/CapsGNN

How Powerful are Graph Neural Networks? (ICLR 2019)

Keyulu Xu, Weihua Hu, Jure Leskovec, Stefanie Jegelka

Paper:https://arxiv.org/abs/1810.00826

Python Reference:https://github.com/weihua916/powerful-gnns

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:https://arxiv.org/pdf/1810.02244v2.pdf

Python Reference:https://github.com/k-gnn/k-gnn

Capsule Neural Networks for Graph Classification using Explicit Tensorial Graph Representations (Arxiv 2019)

Marcelo Daniel Gutierrez Mallea, Peter Meltzer, and Peter J Bentley

Paper:https://arxiv.org/pdf/1902.08399v1.pdf

Python Reference:https://github.com/BraintreeLtd/PatchyCapsules

Three-Dimensionally Embedded Graph Convolutional Network for Molecule Interpretation (Arxiv 2018)

Hyeoncheol Cho and Insung. S. Choi

Paper:https://arxiv.org/abs/1811.09794

Python Reference:https://github.com/blackmints/3DGCN

Learning Graph-Level Representations with Recurrent Neural Networks (Arxiv 2018)

Yu Jin and Joseph F. JaJa

Paper:https://arxiv.org/pdf/1805.07683v4.pdf

Python Reference:https://github.com/yuj-umd/graphRNN

Graph Capsule Convolutional Neural Networks (ICML 2018)

Saurabh Verma and Zhi-Li Zhang

Paper:https://arxiv.org/abs/1805.08090

Python Reference:https://github.com/vermaMachineLearning/Graph-Capsule-CNN-Networks

Graph Classification Using Structural Attention (KDD 2018)

John Boaz Lee, Ryan Rossi, and Xiangnan Kong

Paper:http://ryanrossi.com/pubs/KDD18-graph-attention-model.pdf

Python Pytorch Reference:https://github.com/benedekrozemberczki/GAM

Graph Convolutional Policy Network for Goal-Directed Molecular Graph Generation (NIPS 2018)

Jiaxuan You, Bowen Liu, Rex Ying, Vijay Pande, and Jure Leskovec

Paper:https://arxiv.org/abs/1806.02473

Python Reference:https://github.com/bowenliu16/rl_graph_generation

Hierarchical Graph Representation Learning with Differentiable Pooling (NIPS 2018)

Zhitao Ying, Jiaxuan You, Christopher Morris, Xiang Ren, Will Hamilton and Jure Leskovec

Paper:http://papers.nips.cc/paper/7729-hierarchical-graph-representation-learning-with-differentiable-pooling.pdf

Python Reference:https://github.com/rusty1s/pytorch_geometric

Contextual Graph Markov Model: A Deep and Generative Approach to Graph Processing (ICML 2018)

Davide Bacciu, Federico Errica, and Alessio Micheli

Paper:https://arxiv.org/pdf/1805.10636.pdf

Python Reference:https://github.com/diningphil/CGMM

MolGAN: An Implicit Generative Model for Small Molecular Graphs (ICML 2018)

Nicola De Cao and Thomas Kipf

Paper:https://arxiv.org/pdf/1805.11973.pdf

Python Reference:https://github.com/nicola-decao/MolGAN

Deeply Learning Molecular Structure-Property Relationships Using Graph Attention Neural Network (2018)

Seongok Ryu, Jaechang Lim, and Woo Youn Kim

Paper:https://arxiv.org/abs/1805.10988

Python Reference:https://github.com/SeongokRyu/Molecular-GAT

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:https://academic.oup.com/bioinformatics/article/35/2/309/5050020

Python Reference:https://github.com/masashitsubaki/CPI_prediction

Python Reference:https://github.com/masashitsubaki/GNN_molecules

Python Alternative:https://github.com/xnuohz/GCNDTI

Learning Graph Distances with Message Passing Neural Networks (ICPR 2018)

Pau Riba, Andreas Fischer, Josep Llados, and Alicia Fornes

Paper:https://ieeexplore.ieee.org/abstract/document/8545310

Python Reference:https://github.com/priba/siamese_ged

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:https://arxiv.org/abs/1802.04944v1

Python Reference:https://github.com/Luckick/EAGCN

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:http://coai.cs.tsinghua.edu.cn/hml/media/files/2018_commonsense_ZhouHao_3_TYVQ7Iq.pdf

Python Reference:https://github.com/tuxchow/ccm

Residual Gated Graph ConvNets (ICLR 2018)

Xavier Bresson and Thomas Laurent

Paper:https://arxiv.org/pdf/1711.07553v2.pdf

Python Pytorch Reference:https://github.com/xbresson/spatial_graph_convnets

An End-to-End Deep Learning Architecture for Graph Classification (AAAI 2018)

Muhan Zhang, Zhicheng Cui, Marion Neumann and Yixin Chen

Paper:https://www.cse.wustl.edu/~muhan/papers/AAAI_2018_DGCNN.pdf

Python Tensorflow Reference:https://github.com/muhanzhang/DGCNN

Python Pytorch Reference:https://github.com/muhanzhang/pytorch_DGCNN

MATLAB Reference:https://github.com/muhanzhang/DGCNN

Python Alternative:https://github.com/leftthomas/DGCNN

Python Alternative:https://github.com/hitlic/DGCNN-tensorflow

SGR: Self-Supervised Spectral Graph Representation Learning (KDD DLDay 2018)

Anton Tsitsulin, Davide Mottin, Panagiotis Karra, Alex Bronstein and Emmanueal Müller

Paper:https://arxiv.org/abs/1807.02839

Python Reference:http://mott.in/publications/others/sgr/

Deep Learning with Topological Signatures (NIPS 2017)

Christoph Hofer, Roland Kwitt, Marc Niethammer, and Andreas Uhl

paper:https://arxiv.org/abs/1707.04041

Python Reference:https://github.com/c-hofer/nips2017

Dynamic Edge-Conditioned Filters in Convolutional Neural Networks on Graphs (CVPR 2017)

Martin Simonovsky and Nikos Komodakis

paper:https://arxiv.org/pdf/1704.02901v3.pdf

Python Reference:https://github.com/mys007/ecc

Deriving Neural Architectures from Sequence and Graph Kernels (ICML 2017)

Tao Lei, Wengong Jin, Regina Barzilay, and Tommi Jaakkola

Paper:https://arxiv.org/abs/1705.09037

Python Reference:https://github.com/taolei87/icml17_knn

Protein Interface Prediction using Graph Convolutional Networks (NIPS 2017)

Alex Fout, Jonathon Byrd, Basir Shariat and Asa Ben-Hur

Paper:https://papers.nips.cc/paper/7231-protein-interface-prediction-using-graph-convolutional-networks

Python Reference:https://github.com/fouticus/pipgcn

Graph Classification with 2D Convolutional Neural Networks (2017)

Antoine J.-P. Tixier, Giannis Nikolentzos, Polykarpos Meladianos and Michalis Vazirgiannis

Paper:https://arxiv.org/abs/1708.02218

Python Reference:https://github.com/Tixierae/graph_2D_CNN

CayleyNets: Graph Convolutional Neural Networks with Complex Rational Spectral Filters (IEEE TSP 2017)

Ron Levie, Federico Monti, Xavier Bresson, Michael M. Bronstein

Paper:https://arxiv.org/pdf/1705.07664v2.pdf

Python Reference:https://github.com/fmonti/CayleyNet

Semi-supervised Learning of Hierarchical Representations of Molecules Using Neural Message Passing (2017)

Hai Nguyen, Shin-ichi Maeda, Kenta Oono

Paper:https://arxiv.org/pdf/1711.10168.pdf

Python Reference:https://github.com/pfnet-research/hierarchical-molecular-learning

Kernel Graph Convolutional Neural Networks (2017)

Giannis Nikolentzos, Polykarpos Meladianos, Antoine Jean-Pierre Tixier, Konstantinos Skianis, Michalis Vazirgiannis

Paper:https://arxiv.org/pdf/1710.10689.pdf

Python Reference:https://github.com/giannisnik/cnn-graph-classification

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:https://ieeexplore.ieee.org/document/7840988/

Python Reference:https://github.com/sbonner0/DeepTopologyClassification

Learning Convolutional Neural Networks for Graphs (ICML 2016)

Mathias Niepert, Mohamed Ahmed, Konstantin Kutzkov

Paper:https://arxiv.org/abs/1605.05273

Python Reference:https://github.com/tvayer/PSCN

Gated Graph Sequence Neural Networks (ICLR 2016)

Yujia Li, Daniel Tarlow, Marc Brockschmidt, Richard Zemel

Paper:https://arxiv.org/abs/1511.05493

Python TensorFlow:https://github.com/bdqnghi/ggnn.tensorflow

Python PyTorch:https://github.com/JamesChuanggg/ggnn.pytorch

Python Reference:https://github.com/YunjaeChoi/ggnnmols

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:https://papers.nips.cc/paper/5954-convolutional-networks-on-graphs-for-learning-molecular-fingerprints.pdf

Python Reference:https://github.com/fllinares/neural_fingerprints_tf

Python Reference:https://github.com/jacklin18/neural-fingerprint-in-GNN

Python Reference:https://github.com/HIPS/neural-fingerprint

Python Reference:https://github.com/debbiemarkslab/neural-fingerprint-theano

Graph Kernels

Message Passing Graph Kernels (2018)

Giannis Nikolentzos, Michalis Vazirgiannis

Paper:https://arxiv.org/pdf/1808.02510.pdf

Python Reference:https://github.com/giannisnik/message_passing_graph_kernels

Matching Node Embeddings for Graph Similarity (AAAI 2017)

Giannis Nikolentzos, Polykarpos Meladianos, and Michalis Vazirgiannis

Paper:https://aaai.org/ocs/index.php/AAAI/AAAI17/paper/view/14494

Global Weisfeiler-Lehman Graph Kernels (2017)

Christopher Morris, Kristian Kersting and Petra Mutzel

Paper:https://arxiv.org/pdf/1703.02379.pdf

C++ Reference:https://github.com/chrsmrrs/glocalwl

On Valid Optimal Assignment Kernels and Applications to Graph Classification (2016)

Nils Kriege, Pierre-Louis Giscard, Richard Wilson

Paper:https://arxiv.org/pdf/1606.01141.pdf

Java Reference:https://github.com/nlskrg/optimal_assignment_kernels

Efficient Comparison of Massive Graphs Through The Use Of ‘Graph Fingerprints’ (MLGWorkshop 2016)

Stephen Bonner, John Brennan, and A. Stephen McGough

Paper:http://dro.dur.ac.uk/19773/1/19773.pdf?DDD10+lzdh59+d700tmt

python Reference:https://github.com/sbonner0/GraphFingerprintComparison

The Multiscale Laplacian Graph Kernel (NIPS 2016)

Risi Kondor and Horace Pan

Paper:https://arxiv.org/abs/1603.06186

C++ Reference:https://github.com/horacepan/MLGkernel

Faster Kernels for Graphs with Continuous Attributes (ICDM 2016)

Christopher Morris, Nils M. Kriege, Kristian Kersting and Petra Mutzel

Paper:https://arxiv.org/abs/1610.00064

Python Reference:https://github.com/chrsmrrs/hashgraphkernel

Propagation Kernels: Efficient Graph Kernels From Propagated Information (Machine Learning 2016)

Neumann, Marion and Garnett, Roman and Bauckhage, Christian and Kersting, Kristian

Paper:https://link.springer.com/article/10.1007/s10994-015-5517-9

Matlab Reference:https://github.com/marionmari/propagation_kernels

Halting Random Walk Kernels (NIPS 2015)

Mahito Sugiyama and Karsten M. Borgward

Paper:https://pdfs.semanticscholar.org/79ba/8bcfbf9496834fdc22a1f7c96d26d776cd6c.pdf

C++ Reference:https://github.com/BorgwardtLab/graph-kernels

Scalable Kernels for Graphs with Continuous Attributes (NIPS 2013)

Aasa Feragen, Niklas Kasenburg, Jens Petersen, Marleen de Bruijne and Karsten Borgwardt

Paper:https://papers.nips.cc/paper/5155-scalable-kernels-for-graphs-with-continuous-attributes.pdf

Subgraph Matching Kernels for Attributed Graphs (ICML 2012)

Nils Kriege and Petra Mutzel

Paper:https://arxiv.org/abs/1206.6483

Python Reference:https://github.com/mockingbird2/GraphKernelBenchmark

Nested Subtree Hash Kernels for Large-Scale Graph Classification over Streams (ICDM 2012)

Bin Li, Xingquan Zhu, Lianhua Chi, Chengqi Zhang

Paper:https://ieeexplore.ieee.org/document/6413884/

Python Reference:https://github.com/benedekrozemberczki/NestedSubtreeHash

Weisfeiler-Lehman Graph Kernels (JMLR 2011)

Nino Shervashidze, Pascal Schweitzer, Erik Jan van Leeuwen, Kurt Mehlhorn, and Karsten M. Borgwardt

Paper:http://www.jmlr.org/papers/volume12/shervashidze11a/shervashidze11a.pdf

Python Reference:https://github.com/jajupmochi/py-graph

Python Reference:https://github.com/deeplego/wl-graph-kernels

C++ Reference:https://github.com/BorgwardtLab/graph-kernels

Fast Neighborhood Subgraph Pairwise Distance Kernel (ICML 2010)

Fabrizio Costa and Kurt De Grave

Paper:https://icml.cc/Conferences/2010/papers/347.pdf

C++ Reference:https://github.com/benedekrozemberczki/awesome-graph-classification/blob/master/www.bioinf.uni-freiburg.de/~costa/EDeNcpp.tgz

Python Reference:https://github.com/fabriziocosta/EDeN

A Linear-time Graph Kernel (ICDM 2009)

Shohei Hido and Hisashi Kashima

Paper:https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=5360243

Python Reference:https://github.com/hgascon/adagio

Weisfeiler-Lehman Subtree Kernels (NIPS 2009)

Nino Shervashidze, Pascal Schweitzer, Erik Jan van Leeuwen, Kurt Mehlhorn, and Karsten M. Borgwardt

Paper:http://papers.nips.cc/paper/3813-fast-subtree-kernels-on-graphs.pdf

Python Reference:https://github.com/jajupmochi/py-graph

Python Reference:https://github.com/deeplego/wl-graph-kernels

C++ Reference:https://github.com/BorgwardtLab/graph-kernels

Fast Computation of Graph Kernels (NIPS 2006)

S. V. N. Vishwanathan, Karsten M. Borgwardt, and Nicol N. Schraudolph

Paper:http://www.dbs.ifi.lmu.de/Publikationen/Papers/VisBorSch06.pdf

Python Reference:https://github.com/jajupmochi/py-graph

C++ Reference:https://github.com/BorgwardtLab/graph-kernels

Shortest-Path Kernels on Graphs (ICDM 2005)

Karsten M. Borgwardt and Hans-Peter Kriegel

Paper:https://www.ethz.ch/content/dam/ethz/special-interest/bsse/borgwardt-lab/documents/papers/BorKri05.pdf

C++ Reference:https://github.com/KitwareMedical/ITKTubeTK

Cyclic Pattern Kernels For Predictive Graph Mining (KDD 2004)

Tamás Horváth, Thomas G?rtner, and Stefan Wrobel

Paper:http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.332.6158&rep=rep1&type=pdf

Python Reference:https://github.com/jajupmochi/py-graph

Extensions of Marginalized Graph Kernels (ICML 2004)

Pierre Mahe, Nobuhisa Ueda, Tatsuya Akutsu, Jean-Luc Perret, and Jean-Philippe Vert

Paper:http://members.cbio.mines-paristech.fr/~jvert/publi/04icml/icmlMod.pdf

Python Reference:https://github.com/jajupmochi/py-graph

Marginalized Kernels Between Labeled Graphs (ICML 2003)

Hisashi Kashima, Koji Tsuda, and Akihiro Inokuchi

Paper:https://pdfs.semanticscholar.org/2dfd/92c808487049ab4c9b45db77e9055b9da5a2.pdf

Python Reference:https://github.com/jajupmochi/py-graph

聲明:本文內(nèi)容及配圖由入駐作者撰寫(xiě)或者入駐合作網(wǎng)站授權(quán)轉(zhuǎn)載。文章觀點(diǎn)僅代表作者本人,不代表電子發(fā)燒友網(wǎng)立場(chǎng)。文章及其配圖僅供工程師學(xué)習(xí)之用,如有內(nèi)容侵權(quán)或者其他違規(guī)問(wèn)題,請(qǐng)聯(lián)系本站處理。 舉報(bào)投訴

原文標(biāo)題:想要了解圖或圖神經(jīng)網(wǎng)絡(luò)?沒(méi)有比看論文更好的方式了

文章出處:【微信號(hào):tyutcsplab,微信公眾號(hào):智能感知與物聯(lián)網(wǎng)技術(shù)研究所】歡迎添加關(guān)注!文章轉(zhuǎn)載請(qǐng)注明出處。

收藏 人收藏
加入交流群
微信小助手二維碼

掃碼添加小助手

加入工程師交流群

    評(píng)論

    相關(guān)推薦
    熱點(diǎn)推薦

    嵌入式驅(qū)動(dòng)開(kāi)發(fā),需要掌握哪些技能?

    有經(jīng)驗(yàn)的老司機(jī)都知道,做嵌入式驅(qū)動(dòng)開(kāi)發(fā)需要掌握一系列的技能,包含編程、硬件、操作系統(tǒng)、調(diào)試等多個(gè)方面。 1、硬件知識(shí)熟悉原理:能看懂原理以及
    發(fā)表于 01-20 16:46

    MSP 必看!告別 RMM 工具臃腫:1個(gè)方案省50%成本,效率直接翻倍

    作為MSP(托管服務(wù)提供商),的日常是否被各種RMM(遠(yuǎn)程監(jiān)控與管理)工具所淹沒(méi)?傳統(tǒng)RMM解決方案在混合辦公與BYOD(自帶設(shè)備)普及的今天,往往顯得笨重
    的頭像 發(fā)表于 01-15 16:59 ?827次閱讀
    MSP 必看!告別 RMM <b class='flag-5'>工具</b>臃腫:1個(gè)方案省50%成本,效率直接翻倍

    【產(chǎn)品介紹】Altair HyperMesh有限元建模和分析軟件

    有限元建模預(yù)處理和后處理功能。在AI增強(qiáng)的3D建模和可視化工具、下一代設(shè)計(jì)和優(yōu)化工作流以及開(kāi)放、可編程、用戶友好的界面的支持下,HyperMesh使用戶能夠輕松管理
    的頭像 發(fā)表于 01-06 17:56 ?1133次閱讀
    【產(chǎn)品<b class='flag-5'>介紹</b>】Altair HyperMesh有限元<b class='flag-5'>建模</b>和分析軟件

    AI智能體工具及其配置介紹

    AI智能體(Agent)能夠操控的編程環(huán)境工具,簡(jiǎn)化了對(duì)集成環(huán)境的操作。而最近的命令行界面(CLI)智能體,從操作系統(tǒng)命令行獲得更多系統(tǒng)權(quán)限,進(jìn)一步簡(jiǎn)化了編程的操作,甚至可以幫助
    的頭像 發(fā)表于 12-30 10:49 ?765次閱讀
    AI智能體<b class='flag-5'>工具</b>及其配置<b class='flag-5'>介紹</b>

    openDACS 2025 開(kāi)源EDA與芯片賽項(xiàng) 賽題七:基于大模型的生成式原理設(shè)計(jì)

    教材,元器件廠商的數(shù)據(jù)手冊(cè)、典型應(yīng)用電路等權(quán)威資料,構(gòu)建一個(gè)結(jié)構(gòu)清晰、內(nèi)容準(zhǔn)確的私域知識(shí)庫(kù)。 檢索和說(shuō)明、應(yīng)答方案:參賽隊(duì)伍需要設(shè)計(jì)合理的檢索方案,實(shí)現(xiàn)對(duì)知識(shí)庫(kù)內(nèi)容的相關(guān)信息的準(zhǔn)確檢索,進(jìn)行原理
    發(fā)表于 11-13 11:49

    AI 驅(qū)動(dòng)三維逆向:點(diǎn)云降噪算法工具與機(jī)器學(xué)習(xí)建模能力的前沿應(yīng)用

    在三維逆向工程領(lǐng)域,傳統(tǒng)方法在處理復(fù)雜數(shù)據(jù)和構(gòu)建高精度模型時(shí)面臨諸多挑戰(zhàn)。隨著人工智能(AI)技術(shù)的發(fā)展,點(diǎn)云降噪算法工具與機(jī)器學(xué)習(xí)建模能力的應(yīng)用,為三維逆向工程帶來(lái)了創(chuàng)新性解決方案,顯著提升
    的頭像 發(fā)表于 08-20 10:00 ?692次閱讀
    AI 驅(qū)動(dòng)三維逆向:點(diǎn)云降噪算法<b class='flag-5'>工具</b>與機(jī)器學(xué)習(xí)<b class='flag-5'>建模</b>能力的前沿應(yīng)用

    發(fā)文,我獎(jiǎng)勵(lì)!Aigtek安泰電子新周期論文獎(jiǎng)勵(lì)活動(dòng)正式開(kāi)啟!

    各位客戶積極參與!01活動(dòng)時(shí)間即日起至2026年7月31日02活動(dòng)內(nèi)容凡訂購(gòu)或使用Aigtek安泰電子產(chǎn)品的新老用戶,在SCI期刊上發(fā)表論文,論文中注明使用“
    的頭像 發(fā)表于 07-31 19:07 ?746次閱讀
    <b class='flag-5'>你</b>發(fā)文,我獎(jiǎng)勵(lì)!Aigtek安泰電子新周期<b class='flag-5'>論文</b>獎(jiǎng)勵(lì)活動(dòng)正式開(kāi)啟!

    MBSE工具+架構(gòu)建模:從效率提升到質(zhì)量賦能

    MBSE解決方案,以架構(gòu)建模為紐帶,工具鏈集成為支撐,幫助客戶有效應(yīng)對(duì)汽車電子系統(tǒng)日益增長(zhǎng)的復(fù)雜性挑戰(zhàn)。通過(guò)打破信息孤島、實(shí)現(xiàn)變更協(xié)同、提升工具鏈流暢度,加速開(kāi)發(fā)進(jìn)程、降低返工成本、提
    的頭像 發(fā)表于 06-20 10:57 ?530次閱讀
    MBSE<b class='flag-5'>工具</b>+架構(gòu)<b class='flag-5'>建模</b>:從效率提升到質(zhì)量賦能

    SOLIDWORKS建模秘籍——必學(xué)的五個(gè)草圖與建模技巧

    SOLIDWORKS作為一款功能強(qiáng)大的三維CAD軟件,廣泛應(yīng)用于各種設(shè)計(jì)和產(chǎn)品開(kāi)發(fā)領(lǐng)域。掌握SOLIDWORKS的草圖與建模技巧,能夠顯著提升設(shè)計(jì)效率,減少錯(cuò)誤,并快速將創(chuàng)意轉(zhuǎn)化為現(xiàn)實(shí)。以下是五個(gè)必學(xué)的SOLIDWORKS草圖與
    的頭像 發(fā)表于 05-26 13:17 ?1174次閱讀
    SOLIDWORKS<b class='flag-5'>建模</b>秘籍——必學(xué)的五個(gè)草圖與<b class='flag-5'>建模</b>技巧

    概倫電子目標(biāo)驅(qū)動(dòng)模型提取自動(dòng)化平臺(tái)SDEP介紹

    SDEP是一款具有創(chuàng)新性的半導(dǎo)體器件SPICE模型提取自動(dòng)化平臺(tái),平臺(tái)內(nèi)配備功能強(qiáng)大、內(nèi)容豐富的API,支持用戶根據(jù)模型經(jīng)驗(yàn)和實(shí)際需要搭建可重復(fù)使用與不斷優(yōu)化的模型提取自動(dòng)化流程。本產(chǎn)品不僅為用戶
    的頭像 發(fā)表于 04-16 09:30 ?870次閱讀
    概倫電子目標(biāo)驅(qū)動(dòng)模型提取自動(dòng)化平臺(tái)SDEP<b class='flag-5'>介紹</b>

    概倫電子先進(jìn)器件建模平臺(tái)BSIMProPlus介紹

    BSIMProPlus是一款技術(shù)先進(jìn)的半導(dǎo)體器件SPICE模型建模平臺(tái),在其多年的產(chǎn)品歷史中一直保持在半導(dǎo)體行業(yè)SPICE建模市場(chǎng)和技術(shù)的領(lǐng)先地位,被眾多集成電路制造和設(shè)計(jì)公司采用作為標(biāo)準(zhǔn)SPICE建模
    的頭像 發(fā)表于 04-16 09:03 ?1737次閱讀
    概倫電子先進(jìn)器件<b class='flag-5'>建模</b>平臺(tái)BSIMProPlus<b class='flag-5'>介紹</b>

    Schematic Booster讓隨心開(kāi)啟原理的大門

    SchematicBooster作為一款實(shí)用型工具,可以輕松打開(kāi)原理設(shè)計(jì)圖紙,完全不需要借助廠家提供的原理工具。這款
    的頭像 發(fā)表于 04-03 10:52 ?1072次閱讀
    Schematic Booster讓<b class='flag-5'>你</b>隨心開(kāi)啟原理<b class='flag-5'>圖</b>的大門

    串口服務(wù)器品牌排名背后,隱藏著的行業(yè)潛規(guī)則知道嗎?

    隱藏著一些不為人知的行業(yè)潛規(guī)則?今天,就讓我們一起來(lái)揭開(kāi)這層面紗。 排名依據(jù)的復(fù)雜性 首先,要知道串口服務(wù)器品牌排名的依據(jù)并非單一明確的。性能表現(xiàn)是影響排名的關(guān)鍵因素之一,像數(shù)據(jù)傳輸速度、穩(wěn)定性、端口數(shù)量及
    的頭像 發(fā)表于 03-27 13:09 ?711次閱讀

    別讓數(shù)據(jù)丟失毀了的樹(shù)莓派項(xiàng)目!rsync 自動(dòng)化備份教程!

    備份的RaspberryPi并不需要復(fù)雜。雖然有許多高級(jí)的備份解決方案可供選擇,但有時(shí)最簡(jiǎn)單的方法才是最有效的。在本文中,我將向你展示如何使用rsync——一個(gè)雖小但功能強(qiáng)大的命令
    的頭像 發(fā)表于 03-25 09:22 ?1359次閱讀
    別讓數(shù)據(jù)丟失毀了<b class='flag-5'>你</b>的樹(shù)莓派項(xiàng)目!rsync 自動(dòng)化備份教程!

    采購(gòu)GUTOR UPS備品備件,隱藏的“雷區(qū)” 了解嗎?

    在GUTOR UPS備品備件采購(gòu)之路上,困難重重,選型、渠道甄別、成本把控、安裝部署、售后保障,樁樁件件都是棘手難題。隱藏的“雷區(qū)” 了解嗎?
    發(fā)表于 03-21 16:08