Skip to content

Latest commit

 

History

History
50 lines (41 loc) · 1.74 KB

README.md

File metadata and controls

50 lines (41 loc) · 1.74 KB

Adaptive Edge Attention for Graph Matching with Outliers

Aeroplane Cow Train
alt text alt text alt text

This repository is the implementation of the paper:

Jingwei Qu, Haibin Ling, Chenrui Zhang, Xiaoqing Lyu, and Zhi Tang. Adaptive Edge Attention for Graph Matching with Outliers. (IJCAI 2021)

It contains the training and evaluation procedures for the three benchmarks in the paper:

  • Pascal VOC with Berkeley annotations
  • Willow Object
  • CMU House Sequence

Requirements

Dataset

Download and prepare the datasets:

sh Data_Download.sh

Willow Object, CMU House Sequence, and Berkeley annotations of Pascal VOC are provided in the folder data.

Evaluation

Run evaluation using the trained models provided in the folder trained_models:

sh Test_dataset.sh

where dataset is the benchmark to be evaluated (PascalVOC, Willow, or CMUHouse).

Training

Run training:

sh Train_dataset.sh

Citation

@inproceedings{qu2021adaptive,
  title={Adaptive Edge Attention for Graph Matching with Outliers},
  author={Qu, Jingwei and Ling, Haibin and Zhang, Chenrui and Lyu, Xiaoqing and Tang, Zhi},
  booktitle={Proceedings of the International Joint Conference on Artificial Intelligence},
  pages={966--972},
  year={2021},
  doi={10.24963/ijcai.2021/134}
}