paper-with-me

Papers

Graph Ordering Attention Networks

2022-04-11 · Michail Chatzianastasis, Johannes F. Lutzeyer, George Dasoulas, Michalis Vazirgiannis

Graph Neural Networks (GNNs) have been successfully used in many problems involving graph-structured data, achieving state-of-the-art performance. GNNs typically employ a message-passing scheme, in which every node aggregates information from its neighbors using a permutation-invariant aggregation function. Standard well-examined choices such as the mean or sum aggregation functions have limited capabilities, as they are not able to capture interactions among neighbors. In this work, we formalize these interactions using an information-theoretic framework that notably includes synergistic information. Driven by this definition, we introduce the Graph Ordering Attention (GOAT) layer, a novel GNN component that captures interactions between nodes in a neighborhood. This is achieved by learning local node orderings via an attention mechanism and processing the ordered representations using a recurrent neural network aggregator. This design allows us to make use of a permutation-sensitive aggregator while maintaining the permutation-equivariance of the proposed GOAT layer. The GOAT model demonstrates its increased performance in modeling graph metrics that capture complex information, such as the betweenness centrality and the effective size of a node. In practical use-cases, its superior modeling capability is confirmed through its success in several real-world node classification benchmarks.

📄 PDF Abstract BibTeX arXiv:2204.05351

Code (1)

michailchatzianastasis/goat 공식 구현 pytorch

Tasks

Node Classification

Similar Papers 제목 키워드 기반

Efficient Graph Generation with Graph Recurrent Attention Networks

2019-10-02 · NeurIPS 2019 12 · Renjie Liao, Yujia Li, Yang Song, Shenlong Wang 외

We propose a new family of efficient and expressive deep generative models of graphs, called Graph Recurrent Attention Networks (GRANs). Our model generates graphs one block of nodes and associated edges at a time. The b…

Graph Generation

Positional Diffusion: Ordering Unordered Sets with Diffusion Probabilistic Models

2023-03-20 · Francesco Giuliari, Gianluca Scarpellini, Stuart James, Yiming Wang 외

Positional reasoning is the process of ordering unsorted parts contained in a set into a consistent structure. We present Positional Diffusion, a plug-and-play graph formulation with Diffusion Probabilistic Models to add…

Graph Neural NetworkSentenceSentence OrderingVisual Storytelling

Neural Topological Ordering for Computation Graphs

2022-07-13 · Mukul Gagrani, Corrado Rainone, Yang Yang, Harris Teague 외

Recent works on machine learning for combinatorial optimization have shown that learning based approaches can outperform heuristic methods in terms of speed and performance. In this paper, we consider the problem of find…

2kBIG-bench Machine LearningCombinatorial OptimizationDecoder+1

Topic-Guided Coherence Modeling for Sentence Ordering by Preserving Global and Local Information

2019-11-01 · IJCNLP 2019 11 · Byungkook Oh, Seungmin Seo, Cheolheon Shin, Eunju Jo 외

We propose a novel topic-guided coherence modeling (TGCM) for sentence ordering. Our attention based pointer decoder directly utilize sentence vectors in a permutation-invariant manner, without being compressed into a si…

DecoderSentenceSentence Ordering

Improving Graph-based Sentence Ordering with Iteratively Predicted Pairwise Orderings

2021-10-13 · EMNLP 2021 11 · Shaopeng Lai, Ante Wang, Fandong Meng, Jie zhou 외

Dominant sentence ordering models can be classified into pairwise ordering models and set-to-sequence models. However, there is little attempt to combine these two types of models, which inituitively possess complementar…

SentenceSentence Ordering