wireless-intelligence-lab / DeepLearning-CoordinatedBeamforming

Simulation code for "Deep Learning Coordinated Beamforming for Highly-Mobile Millimeter Wave Systems" by Ahmed Alkhateeb, Sam Alex, Paul Varkey, Ying Li, Qi Qu, and Djordje Tujkovic, in IEEE Access, vol. 6, pp. 37328-37348, 2018.
https://arxiv.org/abs/1804.10334
Other
59 stars 25 forks source link

Deep Learning Coordinated Beamforming for Highly-Mobile Millimeter Wave Systems

This is a MATLAB code package related to the following article: Ahmed Alkhateeb, Sam Alex, Paul Varkey, Ying Li, Qi Qu, and Djordje Tujkovic, "Deep Learning Coordinated Beamforming for Highly-Mobile Millimeter Wave Systems," in IEEE Access, vol. 6, pp. 37328-37348, 2018.

Abstract of the Article

Supporting high mobility in millimeter wave (mmWave) systems enables a wide range of important applications such as vehicular communications and wireless virtual/augmented reality. Realizing this in practice, though, requires overcoming several challenges. First, the use of narrow beams and the sensitivity of mmWave signals to blockage greatly impact the coverage and reliability of highly-mobile links. Second, highly-mobile users in dense mmWave deployments need to frequently hand-off between base stations (BSs), which is associated with critical control and latency overhead. Further, identifying the optimal beamforming vectors in large antenna array mmWave systems requires considerable training overhead, which significantly affects the efficiency of these mobile systems. In this paper, a novel integrated machine learning and coordinated beamforming solution is developed to overcome these challenges and enable highly-mobile mmWave applications. In the proposed solution, a number of distributed yet coordinating BSs simultaneously serve a mobile user. This user ideally needs to transmit only one uplink training pilot sequence that will be jointly received at the coordinating BSs using omni or quasi-omni beam patterns. These received signals draw a defining signature not only for the user location, but also for its interaction with the surrounding environment. The developed solution then leverages a deep learning model that learns how to use these signatures to predict the beamforming vectors at the BSs. This renders a comprehensive solution that supports highly-mobile mmWave applications with reliable coverage, low latency, and negligible training overhead. Extensive simulation results, based on accurate ray-tracing, show that the proposed deep-learning coordinated beamforming strategy approaches the achievable rate of the genie-aided solution that knows the optimal beamforming vectors with no training overhead, and attains higher rates compared to traditional mmWave beamforming techniques.

Code Package Content

The main script for generating the following figure. Figure7 This script adopts the v2 version of the publicly available parameterized DeepMIMO dataset published for deep learning applications in mmWave and massive MIMO systems. The 'O1_60' scenario is adopted for this figure.

To reproduce the results, please follow these steps:

  1. Download DeepMIMOv2 dataset generation files (available on this link) and the source data of the 'O1_60' scenario (available on this link).
  2. Download the repository files.
  3. Run the file named Generate_DL_data.m in MATLAB to generate the inputs/outputs of the deep learning model.
  4. Run the file named DL_model_python.py to build, train, and test the deep learning model. This step requires Python 3.7, Keras, and Tensorflow.
  5. Run the file named Generate_Figure.m in MATLAB to process the deep learning outputs and generate the performance results/figures.

Note: For steps 3 and 5, add DeepMIMOv2 folder and subfolders to the MATLAB path. You can either

If you have any questions regarding the code and used dataset, please contact Ahmed Alkhateeb.

License and Referencing

This code package is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. If you in any way use this code for research that results in publications, please cite our original article:

A. Alkhateeb, S. Alex, P. Varkey, Y. Li, Q. Qu and D. Tujkovic, "Deep Learning Coordinated Beamforming for Highly-Mobile Millimeter Wave Systems," in IEEE Access, vol. 6, pp. 37328-37348, 2018.