paper-with-me

Papers

FreshGNN: Reducing Memory Access via Stable Historical Embeddings for Graph Neural Network Training

2023-01-18 · Kezhao Huang, Haitian Jiang, Minjie Wang, Guangxuan Xiao, David Wipf, Xiang Song, Quan Gan, Zengfeng Huang, Jidong Zhai, Zheng Zhang

A key performance bottleneck when training graph neural network (GNN) models on large, real-world graphs is loading node features onto a GPU. Due to limited GPU memory, expensive data movement is necessary to facilitate the storage of these features on alternative devices with slower access (e.g. CPU memory). Moreover, the irregularity of graph structures contributes to poor data locality which further exacerbates the problem. Consequently, existing frameworks capable of efficiently training large GNN models usually incur a significant accuracy degradation because of the currently-available shortcuts involved. To address these limitations, we instead propose FreshGNN, a general-purpose GNN mini-batch training framework that leverages a historical cache for storing and reusing GNN node embeddings instead of re-computing them through fetching raw features at every iteration. Critical to its success, the corresponding cache policy is designed, using a combination of gradient-based and staleness criteria, to selectively screen those embeddings which are relatively stable and can be cached, from those that need to be re-computed to reduce estimation errors and subsequent downstream accuracy loss. When paired with complementary system enhancements to support this selective historical cache, FreshGNN is able to accelerate the training speed on large graph datasets such as ogbn-papers100M and MAG240M by 3.4x up to 20.5x and reduce the memory access by 59%, with less than 1% influence on test accuracy.

📄 PDF Abstract BibTeX arXiv:2301.07482

Code (0)

등록된 구현이 없습니다.

Tasks

CPUGPUGraph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
Test 설명 없음
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

MAGNET: Towards Adaptive GUI Agents with Memory-Driven Knowledge Evolution

2026-01-27 · Libo Sun, Jiwen Zhang, Siyuan Wang, Zhongyu Wei arxiv

Mobile GUI agents powered by large foundation models enable autonomous task execution, but frequent updates altering UI appearance and reorganizing workflows cause agents trained on historical data to fail. Despite surfa…

TetherCache: Stabilizing Autoregressive Long-Form Video Generation with Gated Recall and Trusted Alignment

2026-06-11 · Yu Meng, Xiangyang Luo, Letian Li, Wenyuan Jiang 외 arxiv

Autoregressive video diffusion models provide a natural formulation for streaming and variable-length video generation by conditioning newly generated frames on previously generated content. However, extending these mode…

Video Generation

OmniMem: Scalable and Adaptive Memory Retrieval for Long Video Generation

2026-05-28 · Lin Zhao, Yushu Wu, Yifan Gong, Yanzhi Wang 외 arxiv

Autoregressive (AR) video generation extends videos by producing latent chunks sequentially, but scaling to long videos requires repeated access to a growing historical KV cache. Existing methods reduce this cost by trun…

Video Generation

Echo-Forcing: A Scene Memory Framework for Interactive Long Video Generation

2026-05-15 · Mingqiang Wu, Weilun Feng, Zhefeng Zhang, Haotong Qin 외 arxiv

Autoregressive video diffusion models enable open-ended generation through local attention and KV caching. However, existing training-free long-video optimization methods mainly focus on stable extension under a single p…

Video Generation

Exploiting Memory-aware Q-distribution Prediction for Nuclear Fusion via Modern Hopfield Network

2024-10-11 · Qingchuan Ma, Shiao Wang, Tong Zheng, Xiaodong Dai 외

This study addresses the critical challenge of predicting the Q-distribution in long-term stable nuclear fusion task, a key component for advancing clean energy solutions. We introduce an innovative deep learning framewo…

Prediction