paper-with-me

Papers

Learning to Represent the Evolution of Dynamic Graphs with Recurrent Models

2021-03-19 · Aynaz Taheri, Kevin Gimpel, Tanya Berger-Wolf

Graph representation learning for static graphs is a well studied topic. Recently, a few studies have focused on learning temporal information in addition to the topology of a graph. Most of these studies have relied on learning to represent nodes and substructures in dynamic graphs. However, the representation learning problem for entire graphs in a dynamic context is yet to be addressed. In this paper, we propose an unsupervised representation learning architecture for dynamic graphs, designed to learn both the topological and temporal features of the graphs that evolve over time. The approach consists of a sequence-to-sequence encoder-decoder model embedded with gated graph neural networks (GGNNs) and long short-term memory networks (LSTMs). The GGNN is able to learn the topology of the graph at each time step, while LSTMs are leveraged to propagate the temporal information among the time steps. Moreover, an encoder learns the temporal dynamics of an evolving graph and a decoder reconstructs the dynamics over the same period of time using the encoded representation provided by the encoder. We demonstrate that our approach is capable of learning the representation of a dynamic graph through time by applying the embeddings to dynamic graph classification using a real world dataset of animal behaviour. Graph representation learning for static graphs is a well studied topic. Recently, a few studies have focused on learning temporal information in addition to the topology of a graph. Most of these studies have relied on learning to represent nodes and substructures in dynamic graphs. However, the representation learning problem for entire graphs in a dynamic context is yet to be addressed. In this paper, we propose an unsupervised representation learning architecture for dynamic graphs, designed to learn both the topological and temporal features of the graphs that evolve over time. The approach consists of a sequence-to-sequence encoder-decoder model embedded with gated graph neural networks (GGNNs) and long short-term memory networks (LSTMs). The GGNN is able to learn the topology of the graph at each time step, while LSTMs are leveraged to propagate the temporal information among the time steps. Moreover, an encoder learns the temporal dynamics of an evolving graph and a decoder reconstructs the dynamics over the same period of time using the encoded representation provided by the encoder. We demonstrate that our approach is capable of learning the representation of a dynamic graph through time by applying the embeddings to dynamic graph classification using a real world dataset of animal behaviour.

📄 PDF Abstract BibTeX

Code (1)

benedekrozemberczki/pytorch_geometric_temporal pytorch

Tasks

DecoderGraph ClassificationGraph Representation LearningRepresentation Learning

Similar Papers 제목 키워드 기반

Dynamic Scenario Representation Learning for Motion Forecasting with Heterogeneous Graph Convolutional Recurrent Networks

2023-03-08 · Xing Gao, Xiaogang Jia, Yikang Li, Hongkai Xiong

Due to the complex and changing interactions in dynamic scenarios, motion forecasting is a challenging problem in autonomous driving. Most existing works exploit static road graphs to characterize scenarios and are limit…

Autonomous DrivingDecoderMotion ForecastingRepresentation Learning+1

EvoNet: A Neural Network for Predicting the Evolution of Dynamic Graphs

2020-03-02 · Changmin Wu, Giannis Nikolentzos, Michalis Vazirgiannis

Neural networks for structured data like graphs have been studied extensively in recent years. To date, the bulk of research activity has focused mainly on static graphs. However, most real-world networks are dynamic sin…

Graph MiningGraph Neural Network

dyngraph2vec: Capturing Network Dynamics using Dynamic Graph Representation Learning

2018-09-07 · Palash Goyal, Sujit Rokka Chhetri, Arquimedes Canedo

Learning graph representations is a fundamental task aimed at capturing various properties of graphs in vector space. The most recent methods learn such representations for static networks. However, real world networks e…

Dynamic Link PredictionGraph Representation LearningLink PredictionPrediction+1

Recurrent Multigraph Integrator Network for Predicting the Evolution of Population-Driven Brain Connectivity Templates

2021-10-06 · Oytun Demirbilek, Islem Rekik

Learning how to estimate a connectional brain template(CBT) from a population of brain multigraphs, where each graph (e.g., functional) quantifies a particular relationship between pairs of brain regions of interest (ROI…

Informative Subgraphs Aware Masked Auto-Encoder in Dynamic Graphs

2024-09-14 · Pengfe Jiao, Xinxun Zhang, Mengzhou Gao, Tianpeng Li 외

Generative self-supervised learning (SSL), especially masked autoencoders (MAE), has greatly succeeded and garnered substantial research interest in graph machine learning. However, the research of MAE in dynamic graphs …

Self-Supervised Learning