paper-with-me

Papers

TAWRMAC: A Novel Dynamic Graph Representation Learning Method

2025-10-10 · Soheila Farokhi, Xiaojun Qi, Hamid Karimi arxiv

Dynamic graph representation learning has become essential for analyzing evolving networks in domains such as social network analysis, recommendation systems, and traffic analysis. However, existing continuous-time methods face three key challenges: (1) some methods depend solely on node-specific memory without effectively incorporating information from neighboring nodes, resulting in embedding staleness; (2) most fail to explicitly capture correlations between node neighborhoods, limiting contextual awareness; and (3) many fail to fully capture the structural dynamics of evolving graphs, especially in absence of rich link attributes. To address these limitations, we introduce TAWRMAC-a novel framework that integrates Temporal Anonymous Walks with Restart, Memory Augmentation, and Neighbor Co-occurrence embedding. TAWRMAC enhances embedding stability through a memory-augmented GNN with fixedtime encoding and improves contextual representation by explicitly capturing neighbor correlations. Additionally, its Temporal Anonymous Walks with Restart mechanism distinguishes between nodes exhibiting repetitive interactions and those forming new connections beyond their immediate neighborhood. This approach captures structural dynamics better and supports strong inductive learning. Extensive experiments on multiple benchmark datasets demonstrate that TAWRMAC consistently outperforms state-of-the-art methods in dynamic link prediction and node classification under both transductive and inductive settings across three different negative sampling strategies. By providing stable, generalizable, and context-aware embeddings, TAWRMAC advances the state of the art in continuous-time dynamic graph learning. The code is available at https://anonymous.4open.science/r/tawrmac-A253 .

📄 PDF Abstract BibTeX arXiv:2510.09884

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Representation LearningDynamic Link PredictionRecommendation SystemsNode Classification

Similar 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 …

DecoderGraph ClassificationGraph Representation LearningRepresentation Learning

Dynamic Graph Representation Learning with Neural Networks: A Survey

2023-04-12 · Leshanshui Yang, Sébastien Adam, Clément Chatelain

In recent years, Dynamic Graph (DG) representations have been increasingly used for modeling dynamic systems due to their ability to integrate both topological and temporal information in a compact representation. Dynami…

Graph LearningGraph Neural NetworkGraph Representation LearningRecommendation Systems+2

Self-Supervised Dynamic Graph Representation Learning via Temporal Subgraph Contrast

2021-12-16 · Linpu Jiang, Ke-Jia Chen, Jingqiang Chen

Self-supervised learning on graphs has recently drawn a lot of attention due to its independence from labels and its robustness in representation. Current studies on this topic mainly use static information such as graph…

Contrastive LearningGraph Representation LearningLink PredictionRepresentation Learning+1

Dynamic Graph Representation Learning via Self-Attention Networks

2018-12-22 · Aravind Sankar, Yanhong Wu, Liang Gou, Wei zhang 외

Learning latent representations of nodes in graphs is an important and ubiquitous task with widespread applications such as link prediction, node classification, and graph visualization. Previous methods on graph represe…

General ClassificationGraph EmbeddingGraph Representation LearningLink Prediction+2

DyRep: Learning Representations over Dynamic Graphs

2019-05-01 · ICLR 2019 5 · Rakshit Trivedi, Mehrdad Farajtabar, Prasenjeet Biswal, Hongyuan Zha

Representation Learning over graph structured data has received significant attention recently due to its ubiquitous applicability. However, most advancements have been made in static graph settings while efforts for joi…

Dynamic Link PredictionLink PredictionRepresentation Learning