当前位置:网站首页>GMN of AI medicine article interpretation
GMN of AI medicine article interpretation
2022-06-11 23:00:00 【Hua Weiyun】
Graph Matching Networks for Learning the Similarity of Graph Structured Objects
Abstract
Graph embedding and efficient similarity reasoning
- GNN It has become an effective model for various supervised prediction problems defined on structured data , We demonstrate how to train graph neural networks (GNN), It can generate graph embedding in vector space , So as to achieve effective similarity reasoning
A new graph matching network model
- Take a pair of graphs as input , Through a new method based on cross-graph attention The matching mechanism of , Through the joint reasoning of the graph , Calculate the similarity between them
Experimental proof
- The challenging problem of functional similarity search based on control flow graph
introduction
Figure introduction to neural network
Solve the similarity problem
- Used to solve vulnerability checking of binary functions
- Flow chart comparison of binary functions
Put forward GNN
Embedding a graph into a vector space
Learn to embed models
- Similar graphs are closer to each other in vector space
Each graph is independently mapped to an embedded vector , And then all the similarity calculations are done in vector space
therefore
- Embedding of graphs in large databases can be precomputed and indexed , This enables us to use fast nearest neighbor search for efficient retrieval
GNN An extension of
Graph matching network (GMNs)
- For similarity learning
- adopt cross-graph attention The mechanism calculates the similarity score , To correlate nodes across graphs and identify differences
- By making the representation of the graph more dependent on “ Pairs of graphs ”, The matching model is more powerful than the embedded model , Provides a good accuracy calculation tradeoff .
Experimental proof
- A composite graph that captures structural similarity edit-distance Learning tasks
- The practical task of reasoning about structural similarity and semantic similarity
related work
GNN And the graph shows learning
Graph similarity and graph Kernels
Graph kernels
- Used to measure the similarity of graphs , But it needs better design kernels
Distance measurement learning
- Early work on metric learning mostly assumed that data already existed in vector space , And only the linear metric matrix can correctly measure the distance in this space , To group similar examples together , The different examples are far apart
Siamese The Internet
- Subtheme 1
graph hashes
- Artificially designed hash function ; Good at accurate matching , But not good at estimating similarity
Methods
graph embedding model
Independent embeddings
encoder
Add points and edges ,map To the hidden space
- Use MLP
GNN
- Through the whole picture , Flow information
- Calculation node representation: Coding local adjacency matrix information, etc
- Point can integrate all information
obtain graph representations
- hG
- further MLPG( MLP())
Calculated distance ,distance
- European distance or Hamming distance
graph matching networks (GMNs)
Main idea
- Calculate the similarity score , by a pair of graphs jointly on the pair
- Calculate... For each graph representation (jonitly on the pair)
message passing Step and embedding model Different
- Not only from graph Get information in , Also get information from the graph ( appear other graph Of all node)
Calculate the information in the diagram , similar embedding model
Calculate... In a graph each node And all the nodes of another graph attend
- Calculate the attention
Calculate the information between graphs
- Combine all of the attention weights node representation And , Then take a different
Algorithm implementation
- a few similar function
- cross-graph attention
- Graph matching layer and graph matching networks
Training
- labeled data examples
- training on pairs
- training on triplets
Dataset
Task
- The graph edit distance task
Reference link
Graph Matching Networks for Learning the Similarity of Graph Structured Objects
https://arxiv.org/abs/1904.12787

边栏推荐
- 2022 online summit of emerging market brands going to sea will be held soon advance AI CEO Shou Dong will be invited to attend
- 2022年高处安装、维护、拆除操作证考试题库模拟考试平台操作
- 习题8-8 判断回文字符串 (20 分)
- The remote connection to redis is disconnected and reconnected after a while
- 学1个月爬虫就月赚6000?别被骗了,老师傅告诉你爬虫的真实情况
- 2022年安全员-B证理论题库及模拟考试
- Application of Lora technology in long distance wireless transmission of water meter reading
- 习题6-6 使用函数输出一个整数的逆序数 (20 分)
- Exercise 8-8 moving letters (10 points)
- Exercise 10-1 judge the three digits that meet the conditions (15 points)
猜你喜欢

How to make scripts executable anywhere

volatile的解构| 社区征文

Wireless communication comparison of si4463, si4438 and Si4432 schemes of wireless data transmission module

Php+mysql library management system (course design)

Huawei equipment configuration hovpn

Si4432 RF chip scheme typical application of data transmission of wireless communication module of Internet of things

Huawei cloud, OBS

动态规划之0-1背包问题(详解+分析+原码)

SDNU_ ACM_ ICPC_ 2022_ Weekly_ Practice_ 1st (supplementary question)

Method for WiFi wireless transmission module to access cloud platform using esp8266 chip scheme
随机推荐
【Day6-7 文献精读】A unifying Bayesian framework accounting for spatiotemporal interferences with a ...
Meetup回顾|DevOps&MLOps如何在企业中解决机器学习困境?
小程序启动性能优化实践
R7-1 sum of numeric elements of a list or tuple
Alibaba cloud server MySQL remote connection has been disconnected
Matlab point cloud processing (XXIV): point cloud median filtering (pcmedian)
Read dense visual slam for rgb-d cameras
IEEE754标准中的4种舍入模式
动态规划之0-1背包问题(详解+分析+原码)
SecurityContextHolder.getContext().getAuthentication().getPrincipal()获取到的是username而不是UserDetails
[solution] solution to asymmetric and abnormal transformation caused by modifying the transform information of sub objects
Try catch
2022 online summit of emerging market brands going to sea will be held soon advance AI CEO Shou Dong will be invited to attend
基于模板配置的数据可视化平台
想做钢铁侠?听说很多大佬都是用它入门的
JsonParseException: Unrecognized token ‘username‘: was expecting表单提交登陆数据报错
Exercise 9-5 address book sorting (20 points)
The top ten trends of 2022 industrial Internet security was officially released
Jsonparseexception: unrecognized token 'username': was expecting error when submitting login data
Exercise 8-2 finding a specified element in an array (15 points)