This is the official PyTorch implementation for the paper:
Yupeng Hou, Wayne Xin Zhao, Yaliang Li, Ji-Rong Wen. Privacy-Preserved Neural Graph Similarity Learning. ICDM 2022.
python==3.7
pytorch==1.11.0
pyg==2.0.4
cudatoolkit==11.3.1
Please refer to https://github.com/ryderling/MGMN/tree/main/data.
python src/cfg_train.py --dataset DATASET --graph_size_min SIZE
DATASET
can beffmpeg
orOpenSSL
;SIZE
can be20
or50
.
python src/cfg_inf.py --dataset DATASET --graph_size_min SIZE --model_path PATH
DATASET
can beffmpeg
orOpenSSL
;SIZE
can be20
or50
;PATH
is the path of trained classification model.
Please cite our paper as the reference if you use our codes or the processed datasets.
@inproceedings{hou2022ppgm,
author = {Yupeng Hou and Wayne Xin Zhao and Yaliang Li and Ji-Rong Wen},
title = {Privacy-Preserved Neural Graph Similarity Learning},
booktitle = {{ICDM}},
year = {2022}
}