paper-with-me

홈 › Papers

Translating Subgraphs to Nodes Makes Simple GNNs Strong and Efficient for Subgraph Representation Learning

2022-04-09 · Dongkwan Kim, Alice Oh

Subgraph representation learning has emerged as an important problem, but it is by default approached with specialized graph neural networks on a large global graph. These models demand extensive memory and computational resources but challenge modeling hierarchical structures of subgraphs. In this paper, we propose Subgraph-To-Node (S2N) translation, a novel formulation for learning representations of subgraphs. Specifically, given a set of subgraphs in the global graph, we construct a new graph by coarsely transforming subgraphs into nodes. Demonstrating both theoretical and empirical evidence, S2N not only significantly reduces memory and computational costs compared to state-of-the-art models but also outperforms them by capturing both local and global structures of the subgraph. By leveraging graph coarsening methods, our method outperforms baselines even in a data-scarce setting with insufficient subgraphs. Our experiments on eight benchmarks demonstrate that fined-tuned models with S2N translation can process 183 -- 711 times more subgraph samples than state-of-the-art models at a better or similar performance level.

📄 PDF Abstract BibTeX arXiv:2204.04510

Code (1)

dongkwan-kim/S2N 공식 구현 pytorch

Tasks

Representation LearningTranslation

Similar Papers 제목 키워드 기반

Hyperedge Modeling in Hypergraph Neural Networks by using Densest Overlapping Subgraphs

2024-09-16 · Mehrad Soltani, Luis Rueda

Hypergraphs tackle the limitations of traditional graphs by introducing {\em hyperedges}. While graph edges connect only two nodes, hyperedges connect an arbitrary number of nodes along their edges. Also, the underlying …

Graph ClusteringNode Classification

A Flexible, Equivariant Framework for Subgraph GNNs via Graph Products and Graph Coarsening

2024-06-13 · Guy Bar-Shalom, Yam Eitan, Fabrizio Frasca, Haggai Maron

Subgraph Graph Neural Networks (Subgraph GNNs) enhance the expressivity of message-passing GNNs by representing graphs as sets of subgraphs. They have shown impressive performance on several tasks, but their complexity l…

Graph Learning

An Efficient Subgraph GNN with Provable Substructure Counting Power

2023-03-19 · Zuoyu Yan, Junru Zhou, Liangcai Gao, Zhi Tang 외

We investigate the enhancement of graph neural networks' (GNNs) representation power through their ability in substructure counting. Recent advances have seen the adoption of subgraph GNNs, which partition an input graph…

Graph Learning

MotifExplainer: a Motif-based Graph Neural Network Explainer

2022-02-01 · Zhaoning Yu, Hongyang Gao

We consider the explanation problem of Graph Neural Networks (GNNs). Most existing GNN explanation methods identify the most important edges or nodes but fail to consider substructures, which are more important for graph…

Graph Neural Network

When Contrastive Learning Meets Active Learning: A Novel Graph Active Learning Paradigm with Self-Supervision

2020-10-30 · Yanqiao Zhu, Weizhi Xu, Qiang Liu, Shu Wu

This paper studies active learning (AL) on graphs, whose purpose is to discover the most informative nodes to maximize the performance of graph neural networks (GNNs). Previously, most graph AL methods focus on learning …

Active LearningContrastive LearningGraph Representation LearningInformativeness+1