VLDB2025
Inference-friendly Graph Compression for Graph Neural Networks
Yangxin Fan, Haolai Che, Yinghui Wu
1 citation
Abstract
Graph Neural Networks (GNNs) have demonstrated promising performance in graph analysis. Nevertheless, the inference process of GNNs remains costly and hard to interpret, hindering their applications for large graphs. This paper introduces ExGIS, a parallel inference query engine to support explainable Graph Neural Network (GNNs) inference analysis in large graphs. (1) For a class of GNNs M ๐ฟ with at most ๐ฟ layers, and a graph ๐, ExGIS performs an o!ine, once-for-all compression of ๐ to a small graph ๐ ๐ , such that for any inference query ๐ that requests the output of any GNN ๐ โ M ๐ฟ on any node ๐ in ๐, ๐ ๐ can be directly queried to yield correct output without decompression. (2) Given a workload ๐ of inference queries that requests the output of GNNs from M over ๐, ExGIS perform fast online GNN inference and interpretation in parallel. It dynamically partitions ๐ to balance workloads, and (a) executes inference that only consults compressed graph ๐ ๐ without decompression, and (b) directly yields concise, explanatory subgraphs from ๐ ๐ that can clarify the query output with high "delity, all in parallel. Moreover, ExGIS integrates visual, interactive interfaces for query performance analysis, and a Large Language Models (LLMs)-enabled interpreter to support user-friendly, natural language explanation of query outputs. Using real-world and synthetic large graphs, we experimentally verify the compression rate and scalability of ExGIS, and its application in interpretable anomaly detection over bitcoin transaction networks and academic networks. The source code, data, among other artifacts have been made available at https://github.com/nicej1899/ExGIS-Demo .