# Graph-Matching-Networks **Repository Path**: chen_minghao_2014/Graph-Matching-Networks ## Basic Information - **Project Name**: Graph-Matching-Networks - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-13 - **Last Updated**: 2025-01-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Graph Matching Networks [![LICENSE](https://img.shields.io/badge/license-MIT-green)](https://github.com/Lin-Yijie/Graph-Matching-Networks/blob/main/LICENSE) ![last commit](https://img.shields.io/github/last-commit/Lin-Yijie/Graph-Matching-Networks) In this repo, a number of implementations of Graph Matching algorithms are provided. > Yijie Lin, Mouxing Yang, Jun Yu, Peng Hu, Changqing Zhang, Xi Peng. *Graph Matching with Bi-level Noisy Correspondence*. ICCV, 2023. [[paper]](https://arxiv.org/pdf/2212.04085.pdf) [[code\]](https://github.com/Lin-Yijie/Graph-Matching-Networks/tree/main/COMMON). > Yujia Li, Chenjie Gu, Thomas Dullien, Oriol Vinyals, Pushmeet Kohli. *Graph Matching Networks for Learning the Similarity of Graph Structured Objects*. ICML 2019. [[paper\]](https://arxiv.org/abs/1904.12787) [[code\]](https://github.com/Lin-Yijie/Graph-Matching-Networks/tree/main/GMN).