EGC2: Enhanced Graph Classification with Easy Graph Compression
Abstract
Graph classification is crucial in network analyses. Networks face potential security threats, such as adversarial attacks. Some defense methods may trade off the algorithm complexity for robustness, such as adversarial training, whereas others may trade off clean example performance, such as smoothingbased defense. Most suffer from high complexity or low transferability. To address this problem, we proposed EGC2, an enhanced graph classification model with easy graph compression. EGC2 captures the relationship between the features of different nodes by constructing feature graphs and improving the aggregation of the node-level representations. To achieve lower-complexity defense applied to graph classification models, EGC2 utilizes a centrality-based edge-importance index to compress the graphs, filtering out trivial structures and adversarial perturbations in the input graphs, thus improving the model's robustness. Experiments on ten benchmark datasets demonstrate that the proposed feature read-out and graph compression mechanisms enhance the robustness of multiple basic models, resulting in a state-of-the-art performance in terms of accuracy and robustness against various adversarial attacks.
Cite
@article{arxiv.2107.07737,
title = {EGC2: Enhanced Graph Classification with Easy Graph Compression},
author = {Jinyin Chen and Haiyang Xiong and Haibin Zhenga and Dunjie Zhang and Jian Zhang and Mingwei Jia and Yi Liu},
journal= {arXiv preprint arXiv:2107.07737},
year = {2023}
}
Comments
33 pages, 11 figures