Git Product home page Git Product logo

a-spatially-separable-attention-mechanism-for-massive-mimo-csi-feedback's Introduction

Pytorch code for "A Spatially Separable Attention Mechanism For Massive MIMO CSI Feedback"

(c) Sharan Mourya, email: [email protected]

Introduction

This repository holds the pytorch implementaion of the original models described in the paper

Sharan Mourya, Sai Dhiraj Amuru, "A Spatially Separable Attention Mechanism For Massive MIMO CSI Feedback"

Requirements

Steps to follow

1) Download Dataset

For simulation purposes, we generate channel matrices from COST2100 model. Chao-Kai Wen and Shi Jin group provides a ready-made version of COST2100 dataset in Dropbox.

2) Organize Dataset

Once dataset is downloaded, we recommend to organize the folders as follows

├── STNet  # The cloned STNet repository
│   ├── stnet.py
├── data  # The data folder
│   ├── DATA_Htestin.mat
│   ├── ...

3) Training STNet

Firstly, choose the compression ratio 1/4, 1/8, 1/16, 1/32 or 1/64 by populating the variable encoded_dim with 512, 256, 128, 64 or 32 respectively.

Secondly, choose a scenario "indoor" or "outdoor" by assiging the variable envir the same.

Finally run the file STNet.py to begin training...

Results

Normalized Mean Square Error (NMSE) and Floating-Point Operations per second (FLOPS) achieved by STNet for different compression ratios under different scenarios are tabulated below.

S.No Compression Ratio indoor outdoor Flops
1 1/4 -31.81 -12.91 5.22M
2 1/8 -21.28 -8.53 4.38M
3 1/16 -15.28 -5.72 3.96M
4 1/32 -9.42 -3.51 3.75M
5 1/64 -7.81 -2.46 3.65M

a-spatially-separable-attention-mechanism-for-massive-mimo-csi-feedback's People

Contributors

sharanmourya avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.