Learning Accurate, Efficient, and Interpretable MLPs on Multiplex Graphs via Node-wise Multi-View Ensemble Distillation
Yunhui Liu, Zhen Tao, Xiang Zhao, Jianhua Zhao, Tao Zheng, Tieke He

TL;DR
This paper introduces MGFNN and MGFNN+ frameworks that distill multiplex graph neural network knowledge into efficient, accurate, and interpretable MLPs, significantly improving inference speed and performance on multiplex graphs.
Contribution
It proposes a novel node-wise multi-view ensemble distillation method to train MLPs that retain the performance of MGNNs while being more efficient and interpretable.
Findings
MGFNNs improve accuracy by about 10% over vanilla MLPs.
Inference speed is increased by 35.40× to 89.14× compared to MGNNs.
MGFNN+ adaptively learns view-specific coefficients for nodes, enhancing interpretability.
Abstract
Multiplex graphs, with multiple edge types (graph views) among common nodes, provide richer structural semantics and better modeling capabilities. Multiplex Graph Neural Networks (MGNNs), typically comprising view-specific GNNs and a multi-view integration layer, have achieved advanced performance in various downstream tasks. However, their reliance on neighborhood aggregation poses challenges for deployment in latency-sensitive applications. Motivated by recent GNN-to-MLP knowledge distillation frameworks, we propose Multiplex Graph-Free Neural Networks (MGFNN and MGFNN+) to combine MGNNs' superior performance and MLPs' efficient inference via knowledge distillation. MGFNN directly trains student MLPs with node features as input and soft labels from teacher MGNNs as targets. MGFNN+ further employs a low-rank approximation-based reparameterization to learn node-wise coefficients,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Brain Tumor Detection and Classification
