paper-with-me

Papers

Nested Graph Neural Networks

2021-10-25 · NeurIPS 2021 12 · Muhan Zhang, Pan Li

Graph neural network (GNN)'s success in graph classification is closely related to the Weisfeiler-Lehman (1-WL) algorithm. By iteratively aggregating neighboring node features to a center node, both 1-WL and GNN obtain a node representation that encodes a rooted subtree around the center node. These rooted subtree representations are then pooled into a single representation to represent the whole graph. However, rooted subtrees are of limited expressiveness to represent a non-tree graph. To address it, we propose Nested Graph Neural Networks (NGNNs). NGNN represents a graph with rooted subgraphs instead of rooted subtrees, so that two graphs sharing many identical subgraphs (rather than subtrees) tend to have similar representations. The key is to make each node representation encode a subgraph around it more than a subtree. To achieve this, NGNN extracts a local subgraph around each node and applies a base GNN to each subgraph to learn a subgraph representation. The whole-graph representation is then obtained by pooling these subgraph representations. We provide a rigorous theoretical analysis showing that NGNN is strictly more powerful than 1-WL. In particular, we proved that NGNN can discriminate almost all r-regular graphs, where 1-WL always fails. Moreover, unlike other more powerful GNNs, NGNN only introduces a constant-factor higher time complexity than standard GNNs. NGNN is a plug-and-play framework that can be combined with various base GNNs. We test NGNN with different base GNNs on several benchmark datasets. NGNN uniformly improves their performance and shows highly competitive performance on all datasets.

📄 PDF Abstract BibTeX arXiv:2110.13197

Code (2)

muhanzhang/nestedgnn 공식 구현 pytorch
muhanzhang/NestedGNN pytorch

Tasks

Graph ClassificationGraph Neural NetworkGraph Property Prediction

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Local Hypergraph-based Nested Named Entity Recognition as Query-based Sequence Labeling

2022-04-25 · Yukun Yan, Sen Song

There has been a growing academic interest in the recognition of nested named entities in many domains. We tackle the task with a novel local hypergraph-based method: We first propose start token candidates and generate …

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+1

Refutation of Spectral Graph Theory Conjectures with Monte Carlo Search

2022-07-04 · Milo Roucairol, Tristan Cazenave

We demonstrate how Monte Carlo Search (MCS) algorithms, namely Nested Monte Carlo Search (NMCS) and Nested Rollout Policy Adaptation (NRPA), can be used to build graphs and find counter-examples to spectral graph theory …

Trigger-GNN: A Trigger-Based Graph Neural Network for Nested Named Entity Recognition

2022-04-12 · Yuan Sui, Fanyang Bu, Yingting Hu, Wei Yan 외

Nested named entity recognition (NER) aims to identify the entity boundaries and recognize categories of the named entities in a complex hierarchical sentence. Some works have been done using character-level, word-level,…

Graph Neural Networknamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+3

Nested Graph Words for Object Recognition

2011-06-14 · Svebor Karaman, Jenny Benois-Pineau, Rémi Mégret

In this paper, we propose a new, scalable approach for the task of object based image search or object recognition. Despite the very large literature existing on the scalability issues in CBIR in the sense of retrieval a…

Image RetrievalObjectObject RecognitionRetrieval

Nested Named Entity Recognition with Span-level Graphs

2022-05-01 · ACL 2022 5 · Juncheng Wan, Dongyu Ru, Weinan Zhang, Yong Yu

Span-based methods with the neural networks backbone have great potential for the nested named entity recognition (NER) problem. However, they face problems such as degenerating when positive instances and negative insta…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+2