Lin-Yijie / Graph-Matching-NetworksLinks
PyTorch implementation of Graph Matching Networks, e.g., Graph Matching with Bi-level Noisy Correspondence (COMMON, ICCV 2023), Graph Matching Networks for Learning the Similarity of Graph Structured Objects (GMN, ICML 2019).
☆311Updated 11 months ago
Alternatives and similar repositories for Graph-Matching-Networks
Users that are interested in Graph-Matching-Networks are comparing it to the libraries listed below
Sorting:
- Code for "Multilevel Graph Matching Networks for Deep Graph Similarity Learning"☆46Updated 4 years ago
- Implementation of "Deep Graph Matching Consensus" in PyTorch☆270Updated 4 years ago
- H2MN: Graph Similarity Learning with Hierarchical Hypergraph Matching Networks (KDD-2021)☆58Updated 3 years ago
- ☆151Updated 5 years ago
- [NeurIPS 2020] "Graph Contrastive Learning with Augmentations" by Yuning You, Tianlong Chen, Yongduo Sui, Ting Chen, Zhangyang Wang, Yang…☆603Updated last year
- Source code of Graph-Bert☆504Updated 2 years ago
- Subgraph Neural Networks (NeurIPS 2020)☆201Updated 4 years ago
- This is a Pytorch implementation of paper: DropEdge: Towards Deep Graph Convolutional Networks on Node Classification☆473Updated 2 years ago
- Code for KDD'20 "Generative Pre-Training of Graph Neural Networks"☆497Updated last year
- A PyTorch Geometric implementation of SimGNN with some extensions.☆61Updated 2 years ago
- A PyTorch implementation of "SimGNN: A Neural Network Approach to Fast Graph Similarity Computation" (WSDM 2019).☆798Updated 2 years ago
- A PyTorch implementation of DGCNN based on AAAI 2018 paper "An End-to-End Deep Learning Architecture for Graph Classification"☆64Updated 2 years ago
- PyGCL: A PyTorch Library for Graph Contrastive Learning☆950Updated last year
- Official Pytorch code for Structure-Aware Transformer.☆259Updated 2 years ago
- ☆272Updated 3 years ago
- This is a **reimplementation** of the ICLR 2019 paper "Graph Matching Networks for Learning the Similarity of Graph Structured Objects" (…