PCE-GNN: A Node Feature-Enhanced Graph Neural Network with Pre-Clustering Strategy
Abstract
Graph Neural Networks (GNNs) exhibit excellent performance in extracting node features from graph-structured data. To enhance the representation of central node features and mitigate the over-smoothing issue, several models have refined their methods for acquiring information from distant neighbor nodes. However, most of these methods overlook the impact of distant same-type nodes on the central node and are unable to adequately mine the information contained in these distant neighbor nodes, which limits their performance. To address this, we propose a GNN model with a pre-clustering strategy, called PCE-GNN. Specifically, PCE-GNN enhances node representations through two collaborative modules: the local aggregation module effectively aggregates 1-hop neighbor information via a multi-head graph attention mechanism, while the long-distance similar neighbor aggregation module combines a pre-clustering strategy with GNN layers to utilize reconstructed star-shaped subgraphs for capturing information of distant neighbor nodes with similar features. Subsequently, these two parts of information are integrated via a max-pooling layer to form the final representation of the central node. Experimental results show that the dual-module collaborative approach of PCE-GNN possesses strong feature enhancement capabilities, outperforming baselines in node classification tasks on both public datasets and equipment maintenance datasets. The source code is available at http://github.cn/SanJinCabbage/PCE-GNN.
Cite
Text
Li et al. "PCE-GNN: A Node Feature-Enhanced Graph Neural Network with Pre-Clustering Strategy." Machine Learning, 2025. doi:10.1007/S10994-025-06802-4Markdown
[Li et al. "PCE-GNN: A Node Feature-Enhanced Graph Neural Network with Pre-Clustering Strategy." Machine Learning, 2025.](https://mlanthology.org/mlj/2025/li2025mlj-pcegnn/) doi:10.1007/S10994-025-06802-4BibTeX
@article{li2025mlj-pcegnn,
title = {{PCE-GNN: A Node Feature-Enhanced Graph Neural Network with Pre-Clustering Strategy}},
author = {Li, Yongbo and Xie, Fangfang and Li, Xi and Chen, Kaiyan and Yao, Jiangyi and Li, Xiongwei},
journal = {Machine Learning},
year = {2025},
pages = {183},
doi = {10.1007/S10994-025-06802-4},
volume = {114},
url = {https://mlanthology.org/mlj/2025/li2025mlj-pcegnn/}
}