paper-with-me

홈 › Papers

GraphSnapShot: Caching Local Structure for Fast Graph Learning

2024-06-25 · Dong Liu, Roger Waleffe, Meng Jiang, Shivaram Venkataraman

In our recent research, we have developed a framework called GraphSnapShot, which has been proven an useful tool for graph learning acceleration. GraphSnapShot is a framework for fast cache, storage, retrieval and computation for graph learning. It can quickly store and update the local topology of graph structure and allows us to track patterns in the structure of graph networks, just like take snapshots of the graphs. In experiments, GraphSnapShot shows efficiency, it can achieve up to 30% training acceleration and 73% memory reduction for lossless graph ML training compared to current baselines such as dgl.This technique is particular useful for large dynamic graph learning tasks such as social media analysis and recommendation systems to process complex relationships between entities. The code for GraphSnapShot is publicly available at https://github.com/NoakLiu/GraphSnapShot.

📄 PDF Abstract BibTeX arXiv:2406.17918

Code (1)

noakliu/graphsnapshot 공식 구현 pytorch

Tasks

Graph LearningRecommendation SystemsRetrieval

Similar Papers 제목 키워드 기반

Communication-Efficient Graph Neural Networks with Probabilistic Neighborhood Expansion Analysis and Caching

2023-05-04 · Tim Kaler, Alexandros-Stavros Iliopoulos, Philip Murzynowski, Tao B. Schardl 외

Training and inference with graph neural networks (GNNs) on massive graphs has been actively studied since the inception of GNNs, owing to the widespread use and success of GNNs in applications such as recommendation sys…

GPURecommendation Systems

Cached Operator Reordering: A Unified View for Fast GNN Training

2023-08-23 · Julia Bazinska, Andrei Ivanov, Tal Ben-Nun, Nikoli Dryden 외

Graph Neural Networks (GNNs) are a powerful tool for handling structured graph data and addressing tasks such as node classification, graph classification, and clustering. However, the sparse nature of GNN computation po…

Graph AttentionGraph ClassificationNode 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…

Accelerating Frequency Domain Diffusion Models with Error-Feedback Event-Driven Caching

2026-04-24 · Dong Liu, Haisheng Wang, Yanxuan Yu arxiv

Diffusion models achieve remarkable success in time series generation. However, slow inference limits their practical deployment. We propose E$^2$-CRF (Error-Feedback Event-Driven Cumulative Residual Feature caching) to …

Graph Federated Learning Based Proactive Content Caching in Edge Computing

2025-02-07 · Rui Wang

With the rapid growth of mobile data traffic and the increasing prevalence of video streaming, proactive content caching in edge computing has become crucial for reducing latency and alleviating network congestion. Howev…

Edge-computingFederated Learning