Giter Club home page Giter Club logo

learning-the-unknown-improving-modulation-classification-performance-in-unseen-scenarios's Introduction

Learning-the-unknown-Improving-modulation-classification-performance-in-unseen-scenarios

The tflearn code for INFOCOM 2021 paper: Learning the unknown: Improving modulation classification performance in unseen scenarios (https://ieeexplore.ieee.org/document/9488835)

Dataset used in this code is generated by using code given in repo https://github.com/ErmaPerenda/Modulation-dataset-generation-in-MATLAB.

The proposed STN-ResNeXt is given in Fig. 1. The instances of size 1024 are fed into the model. The model has two parallel branches:

(1) ClassNet learns features from the original input;

(2) STN+ClassNet learns features from the transformed input.

Both learned features are concatenated and sent to the Dense layer of 128 units, followed by the Softmax layer. STN consists of three modules: (1) the Localizer predicts transformation matrix; (2) the Grid Generator implements the transformation; (3) the Sampler implements interpolation. The Localizer network contains two CNN layers followed by three ResNeXt blocks (shown in Fig. 11) and a Global Average Pooling layer. The last layer in the Localizer is a dense layer with 6 units, whose weights are initialized as [0:7;-0:7; 0:1; 0:3; 0:7; 0:2]. ClassNet consists of two CNN layers, six ResNeXt blocks, and a Global Average Pooling Layer. Note that ClassNet and the Localizer hyperparameters (number of ResNeXt blocks, block structure, etc.) are optimized through trial-and-error, and found optimal values are given in Figs. 1 and 2.

image Fig 1: STN-ResNeXt network layout.

image Fig 2: ResNeXt block layout.

learning-the-unknown-improving-modulation-classification-performance-in-unseen-scenarios's People

Contributors

ermaperenda avatar

Stargazers

Yuchen Wu avatar  avatar  avatar 多云间晴天 avatar  avatar  avatar

Watchers

 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.