Redirecting to original paper in 30 seconds...

Click below to go immediately or wait for automatic redirect

arxiv_cv 95% Match Research Paper AI Researchers,Machine Learning Engineers,Security Experts,Computer Vision Engineers 2 days ago

Trans-defense: Transformer-based Denoiser for Adversarial Defense with Spatial-Frequency Domain Representation

ai-safety › robustness
📄 Abstract

Abstract: In recent times, deep neural networks (DNNs) have been successfully adopted for various applications. Despite their notable achievements, it has become evident that DNNs are vulnerable to sophisticated adversarial attacks, restricting their applications in security-critical systems. In this paper, we present two-phase training methods to tackle the attack: first, training the denoising network, and second, the deep classifier model. We propose a novel denoising strategy that integrates both spatial and frequency domain approaches to defend against adversarial attacks on images. Our analysis reveals that high-frequency components of attacked images are more severely corrupted compared to their lower-frequency counterparts. To address this, we leverage Discrete Wavelet Transform (DWT) for frequency analysis and develop a denoising network that combines spatial image features with wavelets through a transformer layer. Next, we retrain the classifier using the denoised images, which enhances the classifier's robustness against adversarial attacks. Experimental results across the MNIST, CIFAR-10, and Fashion-MNIST datasets reveal that the proposed method remarkably elevates classification accuracy, substantially exceeding the performance by utilizing a denoising network and adversarial training approaches. The code is available at https://github.com/Mayank94/Trans-Defense.
Authors (5)
Alik Pramanick
Mayank Bansal
Utkarsh Srivastava
Suklav Ghosh
Arijit Sur
Submitted
October 31, 2025
arXiv Category
cs.CV
arXiv PDF

Key Contributions

Trans-defense proposes a novel two-phase training method for adversarial defense using a transformer-based denoiser that integrates spatial and frequency domain approaches. By leveraging DWT to analyze frequency components and combining spatial features with wavelets, it effectively denoises attacked images, enhancing classifier robustness.

Business Value

Increases the security and reliability of AI systems in adversarial environments, crucial for applications like autonomous systems, secure communication, and threat detection.