Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.28 KB

readme.md

File metadata and controls

38 lines (29 loc) · 1.28 KB

FedGCC

The repository contains the source code for our paper Gradient Compression and Correlation Driven Federated Learning for Wireless Traffic Prediction published by IEEE Transactions on Cognitive Communications and Networking.

Key Features

We are trying t build a communication-efficient and high-accurate decentralized wireless traffic prediction algorithm for future intelligent communication systems.

  1. To reduce data communications between local clients the central server, we introduce gradient compression into wireless traffic prediction;
  2. To keep prediction accuracy, we propose gradient correction and tracking into local client model training;
  3. To model spatial dependency, we design a family of heuristic gradient re-grouping strategy based on gradient correlation, which can reflect the correlation of BS's wireless traffic.

System Model

image

FedGCC Explanation

image

Prerequisites

  1. Please install necessary python packages to run this code;
  2. Please confirm that the datasets are downloaded into the data folder;

Run

  1. You can directly run the main file through python main.py, or
  2. You can run bash run_exp.sh