paper-with-me

홈 › Papers

Rethinking Efficiency and Redundancy in Training Large-scale Graphs

2022-09-02 · Xin Liu, Xunbin Xiong, Mingyu Yan, Runzhen Xue, Shirui Pan, Xiaochun Ye, Dongrui Fan

Large-scale graphs are ubiquitous in real-world scenarios and can be trained by Graph Neural Networks (GNNs) to generate representation for downstream tasks. Given the abundant information and complex topology of a large-scale graph, we argue that redundancy exists in such graphs and will degrade the training efficiency. Unfortunately, the model scalability severely restricts the efficiency of training large-scale graphs via vanilla GNNs. Despite recent advances in sampling-based training methods, sampling-based GNNs generally overlook the redundancy issue. It still takes intolerable time to train these models on large-scale graphs. Thereby, we propose to drop redundancy and improve efficiency of training large-scale graphs with GNNs, by rethinking the inherent characteristics in a graph. In this paper, we pioneer to propose a once-for-all method, termed DropReef, to drop the redundancy in large-scale graphs. Specifically, we first conduct preliminary experiments to explore potential redundancy in large-scale graphs. Next, we present a metric to quantify the neighbor heterophily of all nodes in a graph. Based on both experimental and theoretical analysis, we reveal the redundancy in a large-scale graph, i.e., nodes with high neighbor heterophily and a great number of neighbors. Then, we propose DropReef to detect and drop the redundancy in large-scale graphs once and for all, helping reduce the training time while ensuring no sacrifice in the model accuracy. To demonstrate the effectiveness of DropReef, we apply it to recent state-of-the-art sampling-based GNNs for training large-scale graphs, owing to the high precision of such models. With DropReef leveraged, the training efficiency of models can be greatly promoted. DropReef is highly compatible and is offline performed, benefiting the state-of-the-art sampling-based GNNs in the present and future to a significant extent.

📄 PDF Abstract BibTeX arXiv:2209.00800

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Rethinking Memory and Communication Cost for Efficient Large Language Model Training

2023-10-09 · Chan Wu, Hanxiao Zhang, Lin Ju, Jinjing Huang 외

Recently, various distributed strategies for large language model training have been proposed. However, these methods provided limited solutions for the trade-off between memory consumption and communication cost. In thi…

Language ModelingLanguage ModellingLarge Language Model

Rethinking LLM Evaluation: Can We Evaluate LLMs with 200x Less Data?

2025-10-12 · Shaobo Wang, Cong Wang, Wenjie Fu, Yue Min 외 arxiv

As the demand for comprehensive evaluations of diverse model capabilities steadily increases, benchmark suites have correspondingly grown significantly in scale. Despite notable advances in redundancy reduction and subse…

Rethinking Model Redundancy for Low-light Image Enhancement

2024-12-21 · Tong Li, Lizhi Wang, Hansen Feng, Lin Zhu 외

Low-light image enhancement (LLIE) is a fundamental task in computational photography, aiming to improve illumination, reduce noise, and enhance the image quality of low-light images. While recent advancements primarily …

Image EnhancementLow-Light Image Enhancementmodel

Rethinking Layer Redundancy: Calibration Matters More Than Search in LLM Depth Pruning

2026-04-27 · Minkyu Kim, Vincent-Daniel Yun, Youngrae Kim, Suin Cho 외 arxiv

Depth pruning improves the inference efficiency of large language models by removing Transformer blocks. Prior work typically treats layer redundancy as an inherent structural property of pretrained networks, emphasizing…

Zero redundancy distributed learning with differential privacy

2023-11-20 · Zhiqi Bu, Justin Chiu, Ruixuan Liu, Sheng Zha 외

Deep learning using large models have achieved great success in a wide range of domains. However, training these models on billions of parameters is very challenging in terms of the training speed, memory cost, and commu…

GPUPrivacy Preserving