Table of Contents
Fetching ...

Secure Semantic Communication via Paired Adversarial Residual Networks

Boxiang He, Fanggang Wang, Tony Q. S. Quek

TL;DR

This work addresses security in semantic communication by introducing paired adversarial residual networks (ARNs) as pluggable transmitter and receiver modules. The transmitter ARN injects adversarial perturbations while the receiver ARN denoises and cancels them, and both are trained to minimize a weighted combination of attack power, semantic distortion, and privacy leakage. Empirical results on MNIST demonstrate that the approach preserves high-quality semantic transmission (MSE $<0.03$) while significantly reducing the eavesdropper's ability to recover private information (Eve's classifier accuracy ~0.4 in white-box), with robustness to black-box settings and varying power ratios. The method offers a cost-efficient path to security-aware semantic systems by allowing security modules to be added or removed without retraining the entire base model, and points to future improvements with advanced architectures like transformers and broader datasets.

Abstract

This letter explores the positive side of the adversarial attack for the security-aware semantic communication system. Specifically, a pair of matching pluggable modules is installed: one after the semantic transmitter and the other before the semantic receiver. The module at transmitter uses a trainable adversarial residual network (ARN) to generate adversarial examples, while the module at receiver employs another trainable ARN to remove the adversarial attacks and the channel noise. To mitigate the threat of semantic eavesdropping, the trainable ARNs are jointly optimized to minimize the weighted sum of the power of adversarial attack, the mean squared error of semantic communication, and the confidence of eavesdropper correctly retrieving private information. Numerical results show that the proposed scheme is capable of fooling the eavesdropper while maintaining the high-quality semantic communication.

Secure Semantic Communication via Paired Adversarial Residual Networks

TL;DR

This work addresses security in semantic communication by introducing paired adversarial residual networks (ARNs) as pluggable transmitter and receiver modules. The transmitter ARN injects adversarial perturbations while the receiver ARN denoises and cancels them, and both are trained to minimize a weighted combination of attack power, semantic distortion, and privacy leakage. Empirical results on MNIST demonstrate that the approach preserves high-quality semantic transmission (MSE ) while significantly reducing the eavesdropper's ability to recover private information (Eve's classifier accuracy ~0.4 in white-box), with robustness to black-box settings and varying power ratios. The method offers a cost-efficient path to security-aware semantic systems by allowing security modules to be added or removed without retraining the entire base model, and points to future improvements with advanced architectures like transformers and broader datasets.

Abstract

This letter explores the positive side of the adversarial attack for the security-aware semantic communication system. Specifically, a pair of matching pluggable modules is installed: one after the semantic transmitter and the other before the semantic receiver. The module at transmitter uses a trainable adversarial residual network (ARN) to generate adversarial examples, while the module at receiver employs another trainable ARN to remove the adversarial attacks and the channel noise. To mitigate the threat of semantic eavesdropping, the trainable ARNs are jointly optimized to minimize the weighted sum of the power of adversarial attack, the mean squared error of semantic communication, and the confidence of eavesdropper correctly retrieving private information. Numerical results show that the proposed scheme is capable of fooling the eavesdropper while maintaining the high-quality semantic communication.
Paper Structure (8 sections, 21 equations, 4 figures, 1 algorithm)

This paper contains 8 sections, 21 equations, 4 figures, 1 algorithm.

Figures (4)

  • Figure 1: Illustrative Diagram of the impact of adversarial attacks on deep learning models.
  • Figure 2: Illustrative Diagram of the general semantic communication and the proposed secure semantic communication design via paired adversarial residual networks (ARN).
  • Figure 3: MSE and accuracy (ACC) performance evaluation w.r.t. SNR. (a) MSE vs. SNR; (b) accuracy vs. SNR. In the white box scenario, Alice is aware of the network and parameters used by Eve. Conversely, in a black box scenario, Alice lacks information available about Eve.
  • Figure 4: MSE and accuracy performance evaluation w.r.t. PSR, where PSR is the power ratio of the adversarial attack and the output of the semantic transmitter. (a) MSE vs. PSR; (b) accuracy vs. PSR.