paper-with-me

홈 › Papers

Bi-Level Attention Graph Neural Networks

2023-04-23 · Roshni G. Iyer, Wei Wang, Yizhou Sun

Recent graph neural networks (GNNs) with the attention mechanism have historically been limited to small-scale homogeneous graphs (HoGs). However, GNNs handling heterogeneous graphs (HeGs), which contain several entity and relation types, all have shortcomings in handling attention. Most GNNs that learn graph attention for HeGs learn either node-level or relation-level attention, but not both, limiting their ability to predict both important entities and relations in the HeG. Even the best existing method that learns both levels of attention has the limitation of assuming graph relations are independent and that its learned attention disregards this dependency association. To effectively model both multi-relational and multi-entity large-scale HeGs, we present Bi-Level Attention Graph Neural Networks (BA-GNN), scalable neural networks (NNs) that use a novel bi-level graph attention mechanism. BA-GNN models both node-node and relation-relation interactions in a personalized way, by hierarchically attending to both types of information from local neighborhood contexts instead of the global graph context. Rigorous experiments on seven real-world HeGs show BA-GNN consistently outperforms all baselines, and demonstrate quality and transferability of its learned relation-level attention to improve performance of other GNNs.

📄 PDF Abstract BibTeX arXiv:2304.11533

Code (1)

roshnigiyer/ba-gnn 공식 구현 pytorch

Tasks

Graph AttentionRelation

Similar Papers 제목 키워드 기반

Hierarchical Attention Models for Multi-Relational Graphs

2024-04-14 · Roshni G. Iyer, Wei Wang, Yizhou Sun

We present Bi-Level Attention-Based Relational Graph Convolutional Networks (BR-GCN), unique neural network architectures that utilize masked self-attentional layers with relational graph convolutions, to effectively ope…

Graph AttentionLink PredictionNode ClassificationRelation

HAHE: Hierarchical Attention for Hyper-Relational Knowledge Graphs in Global and Local Level

2023-05-11 · ACL 2023 7 · Haoran Luo, Haihong E, Yuhao Yang, Yikai Guo 외

Link Prediction on Hyper-relational Knowledge Graphs (HKG) is a worthwhile endeavor. HKG consists of hyper-relational facts (H-Facts), composed of a main triple and several auxiliary attribute-value qualifiers, which can…

AttributeKnowledge GraphsLink PredictionPrediction

Image-Level Attentional Context Modeling Using Nested-Graph Neural Networks

2018-11-09 · Guillaume Jaume, Behzad Bozorgtabar, Hazim Kemal Ekenel, Jean-Philippe Thiran 외

We introduce a new scene graph generation method called image-level attentional context modeling (ILAC). Our model includes an attentional graph network that effectively propagates contextual information across the graph…

Graph GenerationGraph Neural NetworkObjectScene Graph Generation

Subgraph Attention for Node Classification and Hierarchical Graph Pooling

2019-09-25 · Sambaran Bandyopadhyay, Manasvi Aggarwal, M. N. Murty

Graph neural networks have gained significant interest from the research community for both node classification within a graph and graph classification within a set of graphs. Attention mechanism applied on the neighborh…

ClassificationGraph ClassificationNode Classification

Hierarchical Graph Attention Network for Visual Relationship Detection

2020-06-01 · CVPR 2020 6 · Li Mi, Zhenzhong Chen

Visual Relationship Detection (VRD) aims to describe the relationship between two objects by providing a structural triplet shown as . Existing graph-based methods mainly represent the relationships by an object-level gr…

Feature CorrelationGraph AttentionObjectRelationship Detection+2