paper-with-me

Papers

DyGCN: Dynamic Graph Embedding with Graph Convolutional Network

2021-04-07 · Zeyu Cui, Zekun Li, Shu Wu, XiaoYu Zhang, Qiang Liu, Liang Wang, Mengmeng Ai

Graph embedding, aiming to learn low-dimensional representations (aka. embeddings) of nodes, has received significant attention recently. Recent years have witnessed a surge of efforts made on static graphs, among which Graph Convolutional Network (GCN) has emerged as an effective class of models. However, these methods mainly focus on the static graph embedding. In this work, we propose an efficient dynamic graph embedding approach, Dynamic Graph Convolutional Network (DyGCN), which is an extension of GCN-based methods. We naturally generalizes the embedding propagation scheme of GCN to dynamic setting in an efficient manner, which is to propagate the change along the graph to update node embeddings. The most affected nodes are first updated, and then their changes are propagated to the further nodes and leads to their update. Extensive experiments conducted on various dynamic graphs demonstrate that our model can update the node embeddings in a time-saving and performance-preserving way.

📄 PDF Abstract BibTeX arXiv:2104.02962

Code (0)

등록된 구현이 없습니다.

Tasks

Dynamic graph embeddingGraph Embedding

Methods 이 논문이 사용한 방법론

GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

K-Core based Temporal Graph Convolutional Network for Dynamic Graphs

2020-03-22 · Jingxin Liu, Chang Xu, Chang Yin, Weiqiang Wu 외

Graph representation learning is a fundamental task in various applications that strives to learn low-dimensional embeddings for nodes that can preserve graph topology information. However, many existing methods focus on…

Dynamic graph embeddingGraph EmbeddingGraph Representation LearningLink Prediction+1

ConvD: Attention Enhanced Dynamic Convolutional Embeddings for Knowledge Graph Completion

2023-12-11 · Wenbin Guo, Zhao Li, Xin Wang, Zirui Chen

Knowledge graphs generally suffer from incompleteness, which can be alleviated by completing the missing information. Deep knowledge convolutional embedding models based on neural networks are currently popular methods f…

Entity EmbeddingsKnowledge Graph CompletionKnowledge GraphsRelation

Fisher-Bures Adversary Graph Convolutional Networks

2019-03-11 · Ke Sun, Piotr Koniusz, Zhen Wang

In a graph convolutional network, we assume that the graph $G$ is generated wrt some observation noise. During learning, we make small random perturbations $\Delta{}G$ of the graph and try to improve generalization. Base…

Graph Neural NetworkNode Classification

Reservoir-Based Graph Convolutional Networks

2026-03-25 · Mayssa Soussia, Gita Ayu Salsabila, Mohamed Ali Mahjoub, Islem Rekik arxiv

Message passing is a core mechanism in Graph Neural Networks (GNNs), enabling the iterative update of node embeddings by aggregating information from neighboring nodes. Graph Convolutional Networks (GCNs) exemplify this …

Graph ClassificationGraph Generation

Efficiently Embedding Dynamic Knowledge Graphs

2019-10-15 · Tianxing Wu, Arijit Khan, Melvin Yong, Guilin Qi 외

Knowledge graph (KG) embedding encodes the entities and relations from a KG into low-dimensional vector spaces to support various applications such as KG completion, question answering, and recommender systems. In real w…

Graph EmbeddingKnowledge Graph EmbeddingKnowledge GraphsLink Prediction+3