paper-with-me

Papers

Repeat-Aware Neighbor Sampling for Dynamic Graph Learning

2024-05-24 · Tao Zou, Yuhao Mao, Junchen Ye, Bowen Du

Dynamic graph learning equips the edges with time attributes and allows multiple links between two nodes, which is a crucial technology for understanding evolving data scenarios like traffic prediction and recommendation systems. Existing works obtain the evolving patterns mainly depending on the most recent neighbor sequences. However, we argue that whether two nodes will have interaction with each other in the future is highly correlated with the same interaction that happened in the past. Only considering the recent neighbors overlooks the phenomenon of repeat behavior and fails to accurately capture the temporal evolution of interactions. To fill this gap, this paper presents RepeatMixer, which considers evolving patterns of first and high-order repeat behavior in the neighbor sampling strategy and temporal information learning. Firstly, we define the first-order repeat-aware nodes of the source node as the destination nodes that have interacted historically and extend this concept to high orders as nodes in the destination node's high-order neighbors. Then, we extract neighbors of the source node that interacted before the appearance of repeat-aware nodes with a slide window strategy as its neighbor sequence. Next, we leverage both the first and high-order neighbor sequences of source and destination nodes to learn temporal patterns of interactions via an MLP-based encoder. Furthermore, considering the varying temporal patterns on different orders, we introduce a time-aware aggregation mechanism that adaptively aggregates the temporal representations from different orders based on the significance of their interaction time sequences. Experimental results demonstrate the superiority of RepeatMixer over state-of-the-art models in link prediction tasks, underscoring the effectiveness of the proposed repeat-aware neighbor sampling strategy.

📄 PDF Abstract BibTeX arXiv:2405.17473

Code (1)

Hope-Rita/RepeatMixer 공식 구현 pytorch

Tasks

Graph LearningLink PredictionRecommendation SystemsTraffic Prediction

Similar Papers 제목 키워드 기반

Time-Aware Neighbor Sampling for Temporal Graph Networks

2021-12-18 · Yiwei Wang, Yujun Cai, Yuxuan Liang, Henghui Ding 외

We present a new neighbor sampling method on temporal graphs. In a temporal graph, predicting different nodes' time-varying properties can require the receptive neighborhood of various temporal scales. In this work, we p…

Node Classification

FAST: A Holistic Framework for Optimizing Memory-I/O, Computation, and Sampling in Temporal GNN Training

2026-07-06 · Yushu Cai, Qingrui Zhu, Lei Liu, Kai Sheng 외 arxiv

Temporal Graph Neural Networks (TGNNs) are widely used for learning from dynamic graphs in applications such as recommendation, social network analysis, and traffic forecasting. However, scaling TGNN training to large dy…

Parallel Learning of Koopman Eigenfunctions and Invariant Subspaces For Accurate Long-Term Prediction

2020-05-13 · Masih Haseli, Jorge Cortés

We present a parallel data-driven strategy to identify finite-dimensional functional spaces invariant under the Koopman operator associated to an unknown dynamical system. We build on the Symmetric Subspace Decomposition…

Motion-aware Dynamic Graph Neural Network for Video Compressive Sensing

2022-03-01 · Ruiying Lu, Ziheng Cheng, Bo Chen, Xin Yuan

Video snapshot compressive imaging (SCI) utilizes a 2D detector to capture sequential video frames and compress them into a single measurement. Various reconstruction methods have been developed to recover the high-speed…

Compressive SensingGraph Neural NetworkVideo Compressive Sensing

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

Graph Representation LearningDynamic Link PredictionRecommendation SystemsNode Classification