CVAIMay 14, 2023

On enhancing the robustness of Vision Transformers: Defensive Diffusion

arXiv:2305.08031v15 citations
AI Analysis

This work addresses privacy and security concerns for medical data in healthcare by enhancing the robustness of ViTs against adversarial attacks, though it is incremental as it builds on existing diffusion and distillation techniques.

The paper tackles the vulnerability of Vision Transformers (ViTs) to adversarial attacks in medical imaging by introducing a defensive diffusion technique that purifies adversarial noise, resulting in a cleaner image for classification. The method outperforms the baseline SEViT on a Tuberculosis X-ray dataset, achieving improved robustness and computational efficiency.

Privacy and confidentiality of medical data are of utmost importance in healthcare settings. ViTs, the SOTA vision model, rely on large amounts of patient data for training, which raises concerns about data security and the potential for unauthorized access. Adversaries may exploit vulnerabilities in ViTs to extract sensitive patient information and compromising patient privacy. This work address these vulnerabilities to ensure the trustworthiness and reliability of ViTs in medical applications. In this work, we introduced a defensive diffusion technique as an adversarial purifier to eliminate adversarial noise introduced by attackers in the original image. By utilizing the denoising capabilities of the diffusion model, we employ a reverse diffusion process to effectively eliminate the adversarial noise from the attack sample, resulting in a cleaner image that is then fed into the ViT blocks. Our findings demonstrate the effectiveness of the diffusion model in eliminating attack-agnostic adversarial noise from images. Additionally, we propose combining knowledge distillation with our framework to obtain a lightweight student model that is both computationally efficient and robust against gray box attacks. Comparison of our method with a SOTA baseline method, SEViT, shows that our work is able to outperform the baseline. Extensive experiments conducted on a publicly available Tuberculosis X-ray dataset validate the computational efficiency and improved robustness achieved by our proposed architecture.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes