paper-with-me

홈 › Papers

When Speed meets Accuracy: an Efficient and Effective Graph Model for Temporal Link Prediction

2025-07-18 · Haoyang Li, Yuming Xu, Yiming Li, Hanmo Liu, Darian Li, Chen Jason Zhang, Lei Chen, Qing Li arxiv

Temporal link prediction in dynamic graphs is a critical task with applications in diverse domains such as social networks, recommendation systems, and e-commerce platforms. While existing Temporal Graph Neural Networks (T-GNNs) have achieved notable success by leveraging complex architectures to model temporal and structural dependencies, they often suffer from scalability and efficiency challenges due to high computational overhead. In this paper, we propose EAGLE, a lightweight framework that integrates short-term temporal recency and long-term global structural patterns. EAGLE consists of a time-aware module that aggregates information from a node's most recent neighbors to reflect its immediate preferences, and a structure-aware module that leverages temporal personalized PageRank to capture the influence of globally important nodes. To balance these attributes, EAGLE employs an adaptive weighting mechanism to dynamically adjust their contributions based on data characteristics. Also, EAGLE eliminates the need for complex multi-hop message passing or memory-intensive mechanisms, enabling significant improvements in efficiency. Extensive experiments on seven real-world temporal graphs demonstrate that EAGLE consistently achieves superior performance against state-of-the-art T-GNNs in both effectiveness and efficiency, delivering more than a 50x speedup over effective transformer-based T-GNNs.

📄 PDF Abstract BibTeX arXiv:2507.13825

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation SystemsLink Prediction

Similar Papers 제목 키워드 기반

GCN meets GPU: Decoupling “When to Sample” from “How to Sample”

2020-12-01 · NeurIPS 2020 12 · Morteza Ramezani, Weilin Cong, Mehrdad Mahdavi, Anand Sivasubramaniam 외

Sampling-based methods promise scalability improvements when paired with stochastic gradient descent in training Graph Convolutional Networks (GCNs). While effective in alleviating the neighborhood explosion, due to band…

GPU

GNNavigator: Towards Adaptive Training of Graph Neural Networks via Automatic Guideline Exploration

2024-04-15 · Tong Qiao, Jianlei Yang, Yingjie Qi, Ao Zhou 외

Graph Neural Networks (GNNs) succeed significantly in many applications recently. However, balancing GNNs training runtime cost, memory consumption, and attainable accuracy for various applications is non-trivial. Previo…

When Compression Meets Model Compression: Memory-Efficient Double Compression for Large Language Models

2025-02-21 · Weilan Wang, Yu Mao, Dongdong Tang, Hongchao Du 외

Large language models (LLMs) exhibit excellent performance in various tasks. However, the memory requirements of LLMs present a great challenge when deploying on memory-limited devices, even for quantized LLMs. This pape…

Model CompressionQuantization

Data-Driven, Parameterized Reduced-order Models for Predicting Distortion in Metal 3D Printing

2024-12-05 · Indu Kant Deo, Youngsoo Choi, Saad A. Khairallah, Alexandre Reikher 외

In Laser Powder Bed Fusion (LPBF), the applied laser energy produces high thermal gradients that lead to unacceptable final part distortion. Accurate distortion prediction is essential for optimizing the 3D printing proc…

GPR

3D-GIMP: When 3D Gaussian Inpainting Meets PatchMatch

2026-07-22 · Xuening Tian, Dieter Schmalstieg, Shohei Mori arxiv

Recent advances in 3D scene editing have leveraged iterative diffusion models to update input views. However, this process is computationally expensive and struggles to produce sharp details. Meanwhile, ``hallucination d…

3D Reconstruction3D scene EditingPatch Matching