Asymmetric Diffusion Based Channel-Adaptive Secure Wireless Semantic Communications

Xintian Ren,Jun Wu,Hansong Xu,Qianqian Pan
2023-10-30
Abstract:Semantic communication has emerged as a new deep learning-based communication paradigm that drives the research of end-to-end data transmission in tasks like image classification, and image reconstruction. However, the security problem caused by semantic attacks has not been well explored, resulting in vulnerabilities within semantic communication systems exposed to potential semantic perturbations. In this paper, we propose a secure semantic communication system, DiffuSeC, which leverages the diffusion model and deep reinforcement learning (DRL) to address this issue. With the diffusing module in the sender end and the asymmetric denoising module in the receiver end, the DiffuSeC mitigates the perturbations added by semantic attacks, including data source attacks and channel attacks. To further improve the robustness under unstable channel conditions caused by semantic attacks, we developed a DRL-based channel-adaptive diffusion step selection scheme to achieve stable performance under fluctuating environments. A timestep synchronization scheme is designed for diffusion timestep coordination between the two ends. Simulation results demonstrate that the proposed DiffuSeC shows higher robust accuracy than previous works under a wide range of channel conditions, and can quickly adjust the model state according to signal-to-noise ratios (SNRs) in unstable environments.
Machine Learning,Cryptography and Security
What problem does this paper attempt to address?
The problem that this paper attempts to solve is how to effectively defend against semantic attacks in semantic communication systems, thereby improving the security and robustness of the system. Specifically, the paper focuses on how to use diffusion models and deep reinforcement learning (DRL) to mitigate the perturbations introduced by data - source attacks and channel attacks under these attacks, ensuring stable performance even under unstable channel conditions. The paper proposes a secure semantic communication system named DiffuSeC. This system uses a diffusion module at the transmitter and an asymmetric denoising module at the receiver to deal with semantic attacks, and further improves the robustness of the system through a DRL - based channel - adaptive diffusion step - size selection scheme. ### Key Point Summary: 1. **Problem Background**: Semantic communication, as an emerging communication paradigm based on deep learning, performs well in tasks such as image classification and image reconstruction. However, security issues caused by semantic attacks have not been fully studied, making semantic communication systems potentially vulnerable. 2. **Solution**: The paper proposes a secure semantic communication system named DiffuSeC, which combines diffusion models and deep reinforcement learning (DRL) to mitigate the impact of semantic attacks through a diffusion module at the transmitter and an asymmetric denoising module at the receiver. 3. **Technological Innovations**: - **Diffusion Purification**: Use diffusion models to add noise at the transmitter to disrupt and remove perturbations in semantic attacks. - **Asymmetric Denoising**: Design an asymmetric denoising module at the receiver to gradually remove noise in the image. - **Channel - Adaptive Diffusion Step - Size Selection**: Dynamically adjust the diffusion step - size through DRL methods to adapt to different channel conditions and improve the robustness of the system. 4. **Experimental Results**: Simulation results show that DiffuSeC has higher robust accuracy under a wide range of channel conditions and can quickly adjust the model state in an unstable environment, adjusting according to the signal - to - noise ratio (SNR). ### Formula Summary: - **Diffusion Process**: \[ q(x_1, \ldots, x_T|x_0)=\prod_{t = 1}^T q(x_t|x_{t - 1}) \] \[ q(x_t|x_{t - 1})=\mathcal{N}(x_t; \sqrt{1-\beta_t}x_{t - 1}, \beta_tI) \] \[ q(x_t|x_0)=\mathcal{N}(x_t; \sqrt{\hat{\alpha}_t}x_0, (1-\alpha_t)I) \] \[ x_t=\sqrt{\hat{\alpha}_t}x_0+\sqrt{1-\hat{\alpha}_t}n \] - **Denoising Process**: \[ p_\delta(x_0, \ldots, x_{T - 1}|x_T)=\prod_{t = 1}^T p_\delta(x_{t - 1}|x_t) \] \[ p_\delta(x_{t - 1}|x_t)=\mathcal{N}(x_{t - 1}; \mu_\delta(x_t, t), \sigma_t^2I) \] - **Asymmetric Denoising**: \[ p_\delta(x_0, \ldots, x_{t_P - 1}|x_{t_P})=\prod_{t = 1}^{t_P}p_\delta(x_{t - 1}|x_t) \] - **Time - Step Synchronization**: \[ p_\delta(x_0, \ldots, x_{t_P - 1}|x_{t_P})=\left(\prod_{t = 1}^{t_D}p_\delta(x_{t - 1}|x_t)\right)\left(\prod_{t = t_D}^{t_P}p_\delta(x_{t - 1}|x_t)\right) \]