Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 2.88 KB

File metadata and controls

39 lines (30 loc) · 2.88 KB

AutoML Models for Wireless Signals Classification and their effectiveness against Adversarial Attacks

Classification of wireless signals using AutoML models and understanding their effectiveness towards adversarial attacks.

Paper: K. S. Durbha and S. Amuru, "AutoML Models for Wireless Signals Classification and their effectiveness against Adversarial Attacks," 2022 14th International Conference on COMmunication Systems & NETworkS (COMSNETS), 2022, pp. 265-269, doi: 10.1109/COMSNETS53615.2022.9668448.

AutoML

  • AutoML is used to generate models for the classification of wireless signals. AutoKeras library is used to create AutoML deep learning models.

References

RadioML Dataset

Dataset: RML2016.10a.tar.bz2 Source of Dataset: https://www.deepsig.ai/datasets

  • All modulation schemes and SNRs of the RadioML dataset are considered for training and testing.

Data

  • RadioML dataset is split into training and validation datasets with 20% of data for validation.
  • Both training and validation dataset contains samples from all modulation schemes for all SNRs.

Architectures

  • AutoML Customised ResNet, AutoML Customised CLDNN, AutoML Customised CNN and AutoML Customised RNN.

Training and Testing

Adversarial-Attacks

Transfer-Based Untargeted Adversarial Attacks are performed on AutoML Models.

PGD-Attack

CW-Attack