paper-with-me

Papers

Efficient Relation-aware Neighborhood Aggregation in Graph Neural Networks via Tensor Decomposition

2022-12-11 · Peyman Baghershahi, Reshad Hosseini, Hadi Moradi

Numerous Graph Neural Networks (GNNs) have been developed to tackle the challenge of Knowledge Graph Embedding (KGE). However, many of these approaches overlook the crucial role of relation information and inadequately integrate it with entity information, resulting in diminished expressive power. In this paper, we propose a novel knowledge graph encoder that incorporates tensor decomposition within the aggregation function of Relational Graph Convolutional Network (R-GCN). Our model enhances the representation of neighboring entities by employing projection matrices of a low-rank tensor defined by relation types. This approach facilitates multi-task learning, thereby generating relation-aware representations. Furthermore, we introduce a low-rank estimation technique for the core tensor through CP decomposition, which effectively compresses and regularizes our model. We adopt a training strategy inspired by contrastive learning, which relieves the training limitation of the 1-N method inherent in handling vast graphs. We outperformed all our competitors on two common benchmark datasets, FB15k-237 and WN18RR, while using low-dimensional embeddings for entities and relations.

📄 PDF Abstract BibTeX arXiv:2212.05581

Code (1)

pbaghershahi/TGCN 공식 구현 pytorch

Tasks

Contrastive LearningGeneral KnowledgeGraph EmbeddingKnowledge Graph CompletionKnowledge Graph EmbeddingKnowledge GraphsMulti-Task LearningRelationTensor Decomposition

Methods 이 논문이 사용한 방법론

RGCN An RGCN, or Relational Graph Convolution Network, is a an application of the GCN framework to modeling relational data,…

Similar Papers 제목 키워드 기반

Hop-Hop Relation-aware Graph Neural Networks

2020-12-21 · Li Zhang, Yan Ge, Haiping Lu

Graph Neural Networks (GNNs) are widely used in graph representation learning. However, most GNN methods are designed for either homogeneous or heterogeneous graphs. In this paper, we propose a new model, Hop-Hop Relatio…

Graph EmbeddingGraph Neural NetworkGraph Representation LearningKnowledge Graph Embedding+2

SR-HGN: semantic- and relation-aware heterogeneous graph neural network

2023-08-15 · Expert Systems with Applications 2023 8 · Zehong Wang a, B, Donghua Yu a, ∗ 외

Graph Neural Networks (GNNs) have received considerable attention in recent years due to their unique ability to model both topologies and semantics in the graphs. In this paper, we explore the use of GNNs in learning lo…

Graph Neural NetworkNode ClassificationNode ClusteringRelation

Towards Adaptive Neighborhood for Advancing Temporal Interaction Graph Modeling

2024-06-14 · Siwei Zhang, Xi Chen, Yun Xiong, Xixi Wu 외

Temporal Graph Networks (TGNs) have demonstrated their remarkable performance in modeling temporal interaction graphs. These works can generate temporal node representations by encoding the surrounding neighborhoods for …

Graph Neural Networks with Parallel Neighborhood Aggregations for Graph Classification

2021-11-22 · Siddhant Doshi, Sundeep Prabhakar Chepuri

We focus on graph classification using a graph neural network (GNN) model that precomputes the node features using a bank of neighborhood aggregation graph operators arranged in parallel. These GNN models have a natural …

ClassificationGraph ClassificationGraph Neural Network

Tensor-view Topological Graph Neural Network

2024-01-22 · Tao Wen, Elynn Chen, Yuzhou Chen

Graph classification is an important learning task for graph-structured data. Graph neural networks (GNNs) have recently gained growing attention in graph learning and have shown significant improvements in many importan…

Graph ClassificationGraph LearningGraph Neural NetworkRepresentation Learning