Keywords

deep learning, machine learning, automatic modulation classification, neural networks, PyTorch

Presentation Type

Poster

Research Abstract

Automatic modulation classification of wireless signals is an important feature for both military and civilian applications as it contributes to the intelligence capabilities of a wireless signal receiver. Signals that travel in space are usually modulated using different methods. It is important for a receiver or a demodulator of a system to be able to recognize the modulation type of the signal accurately and efficiently. The goal of our research is to use deep learning for the task of automatic modulation classification and fine tune the model parameters to achieve faster run-time. Different deep learning architectures were investigated in previous work such as the Convolutional Neural Network (CNN) and the Convolutional Long Short-Term Memory Dense Neural Network (CLDNN). Our task here is to migrate the existing framework from Theano to PyTorch to be able to better exploit the available multiple Graphics Processing Units (GPUs) for training the neural networks. The new PyTorch framework yielded similar accuracies with faster run speed by utilizing data parallelism across multiple GPUs compared to the original framework developed using Theano. We found – from experiments so far – that the reduction in run time is linearly proportional to the number of GPUs available.

Session Track

Modeling and Simulation

Share

COinS
 
Aug 2nd, 12:00 AM

A PyTorch Framework for Automatic Modulation Classification using Deep Neural Networks

Automatic modulation classification of wireless signals is an important feature for both military and civilian applications as it contributes to the intelligence capabilities of a wireless signal receiver. Signals that travel in space are usually modulated using different methods. It is important for a receiver or a demodulator of a system to be able to recognize the modulation type of the signal accurately and efficiently. The goal of our research is to use deep learning for the task of automatic modulation classification and fine tune the model parameters to achieve faster run-time. Different deep learning architectures were investigated in previous work such as the Convolutional Neural Network (CNN) and the Convolutional Long Short-Term Memory Dense Neural Network (CLDNN). Our task here is to migrate the existing framework from Theano to PyTorch to be able to better exploit the available multiple Graphics Processing Units (GPUs) for training the neural networks. The new PyTorch framework yielded similar accuracies with faster run speed by utilizing data parallelism across multiple GPUs compared to the original framework developed using Theano. We found – from experiments so far – that the reduction in run time is linearly proportional to the number of GPUs available.