paper-with-me

Papers

Two-level Graph Neural Network

2022-01-03 · Xing Ai, Chengyu Sun, Zhihong Zhang, Edwin R Hancock

Graph Neural Networks (GNNs) are recently proposed neural network structures for the processing of graph-structured data. Due to their employed neighbor aggregation strategy, existing GNNs focus on capturing node-level information and neglect high-level information. Existing GNNs therefore suffer from representational limitations caused by the Local Permutation Invariance (LPI) problem. To overcome these limitations and enrich the features captured by GNNs, we propose a novel GNN framework, referred to as the Two-level GNN (TL-GNN). This merges subgraph-level information with node-level information. Moreover, we provide a mathematical analysis of the LPI problem which demonstrates that subgraph-level information is beneficial to overcoming the problems associated with LPI. A subgraph counting method based on the dynamic programming algorithm is also proposed, and this has time complexity is O(n^3), n is the number of nodes of a graph. Experiments show that TL-GNN outperforms existing GNNs and achieves state-of-the-art performance.

📄 PDF Abstract BibTeX arXiv:2201.01190

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural NetworkSubgraph CountingVocal Bursts Valence Prediction

Similar Papers 제목 키워드 기반

Micro and Macro Level Graph Modeling for Graph Variational Auto-Encoders

2022-10-30 · Kiarash Zahirnia, Oliver Schulte, Parmis Naddaf, Ke Li

Generative models for graph data are an important research topic in machine learning. Graph data comprise two levels that are typically analyzed separately: node-level properties such as the existence of a link between a…

Graph Generation

Discriminative Graph-level Anomaly Detection via Dual-students-teacher Model

2023-08-03 · Fu Lin, Xuexiong Luo, Jia Wu, Jian Yang 외

Different from the current node-level anomaly detection task, the goal of graph-level anomaly detection is to find abnormal graphs that significantly differ from others in a graph set. Due to the scarcity of research on …

Anomaly Detection

Enhancing the Utility of Higher-Order Information in Relational Learning

2025-02-13 · Raphael Pellegrin, Lukas Fesser, Melanie Weber

Higher-order information is crucial for relational learning in many domains where relationships extend beyond pairwise interactions. Hypergraphs provide a natural framework for modeling such relationships, which has moti…

Relational Reasoning

Graph-Level Embedding for Time-Evolving Graphs

2023-06-01 · Lili Wang, Chenghan Huang, Weicheng Ma, Xinyuan Cao 외

Graph representation learning (also known as network embedding) has been extensively researched with varying levels of granularity, ranging from nodes to graphs. While most prior work in this area focuses on node-level r…

Anomaly DetectionGraph Representation LearningGraph SimilarityLanguage Modeling+4

Multi-level Graph Matching Networks for Deep and Robust Graph Similarity Learning

2021-01-01 · Xiang Ling, Lingfei Wu, Saizhuo Wang, Tengfei Ma 외

While the celebrated graph neural networks yield effective representations for individual nodes of a graph, there has been relatively less success in extending to graph similarity learning. Recent works have considered e…

Graph ClassificationGraph MatchingGraph Neural NetworkGraph Similarity