paper-with-me

홈 › Papers

Slicing Input Features to Accelerate Deep Learning: A Case Study with Graph Neural Networks

2024-08-21 · Zhengjia Xu, Dingyang Lyu, Jinghui Zhang

As graphs grow larger, full-batch GNN training becomes hard for single GPU memory. Therefore, to enhance the scalability of GNN training, some studies have proposed sampling-based mini-batch training and distributed graph learning. However, these methods still have drawbacks, such as performance degradation and heavy communication. This paper introduces SliceGCN, a feature-sliced distributed large-scale graph learning method. SliceGCN slices the node features, with each computing device, i.e., GPU, handling partial features. After each GPU processes its share, partial representations are obtained and concatenated to form complete representations, enabling a single GPU's memory to handle the entire graph structure. This aims to avoid the accuracy loss typically associated with mini-batch training (due to incomplete graph structures) and to reduce inter-GPU communication during message passing (the forward propagation process of GNNs). To study and mitigate potential accuracy reductions due to slicing features, this paper proposes feature fusion and slice encoding. Experiments were conducted on six node classification datasets, yielding some interesting analytical results. These results indicate that while SliceGCN does not enhance efficiency on smaller datasets, it does improve efficiency on larger datasets. Additionally, we found that SliceGCN and its variants have better convergence, feature fusion and slice encoding can make training more stable, reduce accuracy fluctuations, and this study also discovered that the design of SliceGCN has a potentially parameter-efficient nature.

📄 PDF Abstract BibTeX arXiv:2408.11500

Code (0)

등록된 구현이 없습니다.

Tasks

GPUGraph LearningNode Classification

Similar Papers 제목 키워드 기반

Intelligent Data-Driven Architectural Features Orchestration for Network Slicing

2024-01-12 · Rodrigo Moreira, Flavio de Oliveira Silva, Tereza Cristina Melo de Brito Carvalho, Joberto S. B. Martins

Network slicing is a crucial enabler and a trend for the Next Generation Mobile Network (NGMN) and various other new systems like the Internet of Vehicles (IoV) and Industrial IoT (IIoT). Orchestration and machine learni…

Federated Learning

Toward Safe and Accelerated Deep Reinforcement Learning for Next-Generation Wireless Networks

2022-09-16 · Ahmad M. Nagib, Hatem Abou-zeid, Hossam S. Hassanein

Deep reinforcement learning (DRL) algorithms have recently gained wide attention in the wireless networks domain. They are considered promising approaches for solving dynamic radio resource management (RRM) problems in n…

Deep Reinforcement LearningManagementreinforcement-learningReinforcement Learning (RL)+2

Boosting 5G on Smart Grid Communication: A Smart RAN Slicing Approach

2022-08-30 · Dick Carrillo, Charalampos Kalalas, Petra Raussi, Diomidis S. Michalopoulos 외

Fifth-generation (5G) and beyond systems are expected to accelerate the ongoing transformation of power systems towards the smart grid. However, the inherent heterogeneity in smart grid services and requirements pose sig…

Deep Reinforcement LearningManagement

AI-Native Network Slicing for 6G Networks

2021-05-18 · Wen Wu, Conghao Zhou, Mushu Li, Huaqing Wu 외

With the global roll-out of the fifth generation (5G) networks, it is necessary to look beyond 5G and envision the 6G networks. The 6G networks are expected to have space-air-ground integrated networks, advanced network …

Management

Change Is the Only Constant: Dynamic LLM Slicing based on Layer Redundancy

2024-11-05 · Razvan-Gabriel Dumitru, Paul-Ioan Clotan, Vikas Yadav, Darius Peteleaza 외

This paper introduces a novel model compression approach through dynamic layer-specific pruning in Large Language Models (LLMs), enhancing the traditional methodology established by SliceGPT. By transitioning from consta…

Model Compression