Research Article

Cycle-Consistent Adversarial GAN: The Integration of Adversarial Attack and Defense

Table 1

Target model architectures for the MNIST. A is the LENET5. B is the LENET5 with dropout.

AB

Conv1 (32, 3, 3) + ReluConv1 (32, 3, 3) + Relu
Max poolingConv1 (32, 3, 3) + Relu
Conv1 (64, 3, 3) + ReluMax pooling
Max poolingDropout (0.5)
FC (200)+ReluFC (128) + Relu
FC (10)Dropout (0.5)
FC (10)