Skip to content

Latest commit

 

History

History
40 lines (21 loc) · 1.62 KB

File metadata and controls

40 lines (21 loc) · 1.62 KB

Federated_Learning_for_RadioMapping_PathPlanning

This repository contains the Pytorch implementation of the radio mapping and path planning algorithm proposed in [1].

In the first step of the algorithm. the UAVs collaborate to build a model of the outage probability in the sky. For instance, in what follows, I presented the true location of the Base Stations and the outage model learned by the UAV agents. For this purpose, we use Federated Learning.

1

Structure of Federated Learning to estimate the outage probability:

2

A sample trajectory of the UAV based on RRT-star path planning algorithm:

Screen Shot 2020-06-15 at 16 13 46

Reference

If using this code for research purposes, please cite:

[1] B. Khamidehi and E. S. Sousa. "Federated learning for cellular-connected UAVs: Radio mapping and path planning." GLOBECOM 2020-2020 IEEE Global Communications Conference. IEEE, 2020.

@inproceedings{khamidehi2020federated,
  title={Federated learning for cellular-connected UAVs: Radio mapping and path planning},
  author={Khamidehi, Behzad and Sousa, Elvino S},
  booktitle={GLOBECOM 2020-2020 IEEE Global Communications Conference},
  pages={1--6},
  year={2020},
  organization={IEEE}
}