MultiNet: Adaptive Multi-Viewed Subgraph Convolutional Networks for Graph Classification
Abstract
The problem of over-smoothing has emerged as a fundamental issue for Graph Convolutional Networks (GCNs). While existing efforts primarily focus on enhancing the discriminability of node representations for node classification, they tend to overlook the over-smoothing at the graph level, significantly influencing the performance of graph classification. In this paper, we provide an explanation of the graph-level over-smoothing phenomenon and propose a novel Adaptive Multi-Viewed Subgraph Convolutional Network (MultiNet) to address this challenge. Specifically, the MultiNet introduces a local subgraph convolution module that adaptively divides each input graph into multiple subgraph views. Then a number of subgraph-based view-specific convolution operations are applied to constrain the extent of node information propagation over the original global graph structure, not only mitigating the over-smoothing issue but also generating more discriminative local node representations. Moreover, we develop an alignment-based readout that establishes correspondences between nodes over different graphs, thereby effectively preserving the local node-level structure information and improving the discriminative ability of the resulting graph-level representations. Theoretical analysis and empirical studies show that the MultiNet mitigates the graph-level over-smoothing and achieves excellent performance for graph classification.
Cite
Text
Qin et al. "MultiNet: Adaptive Multi-Viewed Subgraph Convolutional Networks for Graph Classification." Advances in Neural Information Processing Systems, 2025.Markdown
[Qin et al. "MultiNet: Adaptive Multi-Viewed Subgraph Convolutional Networks for Graph Classification." Advances in Neural Information Processing Systems, 2025.](https://mlanthology.org/neurips/2025/qin2025neurips-multinet/)BibTeX
@inproceedings{qin2025neurips-multinet,
title = {{MultiNet: Adaptive Multi-Viewed Subgraph Convolutional Networks for Graph Classification}},
author = {Qin, Xinya and Bai, Lu and Cui, Lixin and Li, Ming and Du, Hangyuan and Hancock, Edwin},
booktitle = {Advances in Neural Information Processing Systems},
year = {2025},
url = {https://mlanthology.org/neurips/2025/qin2025neurips-multinet/}
}