English

Multi-View Node Pruning for Accurate Graph Representation

Machine Learning 2025-07-18 v4 Artificial Intelligence

Abstract

Graph pooling, which compresses a whole graph into a smaller coarsened graph, is an essential component of graph representation learning. To efficiently compress a given graph, graph pooling methods often drop their nodes with attention-based scoring with the task loss. However, this often results in simply removing nodes with lower degrees without consideration of their feature-level relevance to the given task. To fix this problem, we propose a Multi-View Pruning(MVP), a graph pruning method based on a multi-view framework and reconstruction loss. Given a graph, MVP first constructs multiple graphs for different views either by utilizing the predefined modalities or by randomly partitioning the input features, to consider the importance of each node in diverse perspectives. Then, it learns the score for each node by considering both the reconstruction and the task loss. MVP can be incorporated with any hierarchical pooling framework to score the nodes. We validate MVP on multiple benchmark datasets by coupling it with two graph pooling methods, and show that it significantly improves the performance of the base graph pooling method, outperforming all baselines. Further analysis shows that both the encoding of multiple views and the consideration of reconstruction loss are the key to the success of MVP, and that it indeed identifies nodes that are less important according to domain knowledge.

Keywords

Cite

@article{arxiv.2503.11737,
  title  = {Multi-View Node Pruning for Accurate Graph Representation},
  author = {Hanjin Kim and Jiseong Park and Seojin Kim and Jueun Choi and Doheon Lee and Sung Ju Hwang},
  journal= {arXiv preprint arXiv:2503.11737},
  year   = {2025}
}

Comments

Jiseong Park and Hanjin Kim are co-first author for this work