Multi-View Node Pruning for Accurate Graph Representation

๐Ÿ“… 2025-03-14
๐Ÿ“ˆ Citations: 0
โœจ Influential: 0
๐Ÿ“„ PDF
๐Ÿค– AI Summary
Existing graph pooling methods predominantly rely on coarse-grained node pruning based on node degree, neglecting feature-level relevance and task-specific semantics, leading to substantial information loss. To address this, we propose a multi-view node pruning framework: first, constructing multiple graph views via modality partitioning or random feature splitting; second, introducing a differentiable node importance scoring mechanism jointly optimized by task-aware loss and reconstruction lossโ€”enabling fine-grained, task-guided, and feature-sensitive evaluation. This work is the first to integrate multi-view learning and reconstruction loss into graph node pruning, decoupling importance estimation from topological constraints inherent in conventional attention-based approaches. The method is plug-and-play and fully compatible with hierarchical pooling architectures. Extensive experiments on multiple benchmark datasets demonstrate significant performance gains over two mainstream pooling baselines and consistent superiority over existing pruning methods. Ablation studies validate that both multi-view encoding and reconstruction loss are indispensable and effective components.

Technology Category

Application Category

๐Ÿ“ 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.
Problem

Research questions and friction points this paper is trying to address.

Improves graph pooling by considering feature-level relevance
Proposes Multi-View Pruning (MVP) for diverse node importance perspectives
Enhances performance by integrating reconstruction and task loss
Innovation

Methods, ideas, or system contributions that make the work stand out.

Multi-View Pruning for diverse node perspectives
Reconstruction loss enhances node scoring accuracy
Compatible with hierarchical graph pooling frameworks
๐Ÿ”Ž Similar Papers
No similar papers found.
J
Jiseong Park
Center for Biomedical Computing, KISTI, Daejeon, Republic of Korea
Hanjin Kim
Hanjin Kim
BBE, KAIST, Daejeon, Republic of Korea
Seojin Kim
Seojin Kim
Seoul National University(SNU), KAIST
Chemical deep learningCertified Adversarial Robustness
J
Jueun Choi
Robotics Program, KAIST, Daejeon, Republic of Korea