GraphCroc: Cross-Correlation Autoencoder for Graph Structural Reconstruction

Abstract

Graph-structured data is integral to many applications, prompting the development of various graph representation methods. Graph autoencoders (GAEs), in particular, reconstruct graph structures from node embeddings. Current GAE models primarily utilize self-correlation to represent graph structures and focus on node-level tasks, often overlooking multi-graph scenarios. Our theoretical analysis indicates that self-correlation generally falls short in accurately representing specific graph features such as islands, symmetrical structures, and directional edges, particularly in smaller or multiple graph contexts.To address these limitations, we introduce a cross-correlation mechanism that significantly enhances the GAE representational capabilities. Additionally, we propose the GraphCroc, a new GAE that supports flexible encoder architectures tailored for various downstream tasks and ensures robust structural reconstruction, through a mirrored encoding-decoding process. This model also tackles the challenge of representation bias during optimization by implementing a loss-balancing strategy. Both theoretical analysis and numerical evaluations demonstrate that our methodology significantly outperforms existing self-correlation-based GAEs in graph structure reconstruction.

Cite

Text

Duan et al. "GraphCroc: Cross-Correlation Autoencoder for Graph Structural Reconstruction." Neural Information Processing Systems, 2024. doi:10.52202/079017-1443

Markdown

[Duan et al. "GraphCroc: Cross-Correlation Autoencoder for Graph Structural Reconstruction." Neural Information Processing Systems, 2024.](https://mlanthology.org/neurips/2024/duan2024neurips-graphcroc/) doi:10.52202/079017-1443

BibTeX

@inproceedings{duan2024neurips-graphcroc,
  title     = {{GraphCroc: Cross-Correlation Autoencoder for Graph Structural Reconstruction}},
  author    = {Duan, Shijin and Ding, Ruyi and He, Jiaxing and Ding, Aidong Adam and Fei, Yunsi and Xu, Xiaolin},
  booktitle = {Neural Information Processing Systems},
  year      = {2024},
  doi       = {10.52202/079017-1443},
  url       = {https://mlanthology.org/neurips/2024/duan2024neurips-graphcroc/}
}