Skip to content

STARainZ/GNN-enhanced-EP-for-Turbo-MIMO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

GNN-enhanced-EP-for-Turbo-MIMO

Introduction

This repository contains an implementation of the graph neural network (GNN)-enhanced expectation propagation (EP) for MIMO turbo receivers [1], [2], which extends the GNN-enhanced EP detector (GEPNet) [3] into iterative detection and decoding (IDD).

Requirements

  • Python (>= 3.6)
  • Tensorflow (>=2.3.0)
  • numpy (>=1.18.5)
  • scipy (>=1.4.1)

Package structure

  • Python folder: for training network models, which are saved in the 'model' subdirectory
  • Matlab folder (preparing): for performing inference, i.e., iterative turbo receiving

Steps to start

  1. Training and testing the uncoded GEPNet [3] may be helpful for getting started.
  2. Run Python codes to train network models, including training APP-based GEPNet, generating extrinsic training LLR datasets (saved in the 'dataset' subdirectory), and training EXT-GEPNet (see [1] and main.py to learn the three-step training in detail).
  3. Saved the models in the 'model' subdirectory.
  4. Run Matlab codes to perform EXT-GEPNet-based iterative turbo receiving with the pre-trained weights in the 'model' subdirectory.

To be done

  • Matlab folder to be added.
  • More detailed comments in the source code and steps to carry out the simulations.

References

[1] X. Zhou, J. Zhang, C.-K. Wen, S. Jin, and S. Han, “Graph neural network-enhanced expectation propagation algorithm for MIMO turbo receivers,” to appear in IEEE Transactions on Signal Processing ([Online] Available: https://arxiv.org/abs/2308.11335).

[2] X. Zhou, J. Zhang, C.-K. Wen, and S. Jin, “Extrinsic graph neural network-aided expectation propagation for Turbo-MIMO receiver,” in Proc. 18th Int. Symp. Wireless Commun. Syst. (ISWCS), Hangzhou, China, Oct. 2022, pp. 1–6.

[3] A. Kosasih, V. Onasis, V. Miloslavskaya, W. Hardjawana, V. Andrean, and B. Vucetic, “Graph neural network aided MU-MIMO detectors,” IEEE J. Sel. Areas Commun., vol. 40, no. 9, pp. 2540–2555, Sep. 2022.

Contact

If you have any questions or comments about this work, please feel free to contact [email protected]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages