paper-with-me

Papers

Multi-View Node Pruning for Accurate Graph Representation

2025-03-14 · Jiseong Park, Hanjin Kim, Seojin Kim, Jueun Choi

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.

📄 PDF Abstract BibTeX arXiv:2503.11737

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Representation LearningRepresentation Learning

Methods 이 논문이 사용한 방법론

BASE 설명 없음
Pruning 설명 없음

Similar Papers 제목 키워드 기반

Graph Pruning for Model Compression

2019-11-22 · Mingyang Zhang, Xinyi Yu, Jingtao Rong, Linlin Ou

Previous AutoML pruning works utilized individual layer features to automatically prune filters. We analyze the correlation for two layers from the different blocks which have a short-cut structure. It shows that, in one…

AutoMLmodelModel Compressionreinforcement-learning+2

Lightweight Graph Convolutional Networks with Topologically Consistent Magnitude Pruning

2022-03-25 · Hichem Sahbi

Graph convolution networks (GCNs) are currently mainstream in learning with irregular data. These models rely on message passing and attention mechanisms that capture context and node-to-node relationships. With multi-he…

Efficient Ensembles of Graph Neural Networks

2021-09-29 · Amrit Nagarajan, Jacob R. Stevens, Anand Raghunathan

Graph Neural Networks (GNNs) have enabled the power of deep learning to be applied to inputs beyond the Euclidean domain, with applications ranging from social networks and product recommendation engines to the life scie…

Ensemble LearningNetwork PruningNode ClassificationProduct Recommendation

Towards Accurate Subgraph Similarity Computation via Neural Graph Pruning

2022-10-19 · Linfeng Liu, Xu Han, Dawei Zhou, Li-Ping Liu

Subgraph similarity search, one of the core problems in graph search, concerns whether a target graph approximately contains a query graph. The problem is recently touched by neural methods. However, current neural metho…

Uncovering Capabilities of Model Pruning in Graph Contrastive Learning

2024-10-27 · Junran Wu, Xueyuan Chen, Shangzhe Li

Graph contrastive learning has achieved great success in pre-training graph neural networks without ground-truth labels. Leading graph contrastive learning follows the classical scheme of contrastive learning, forcing mo…

Contrastive LearningGraph ClassificationTransfer Learning