paper-with-me

홈 › Papers

Enhancing Adversarial Training with Prior Knowledge Distillation for Robust Image Compression

2024-03-11 · Zhi Cao, Youneng Bao, Fanyang Meng, Chao Li, Wen Tan, Genhong Wang, Yongsheng Liang

Deep neural network-based image compression (NIC) has achieved excellent performance, but NIC method models have been shown to be susceptible to backdoor attacks. Adversarial training has been validated in image compression models as a common method to enhance model robustness. However, the improvement effect of adversarial training on model robustness is limited. In this paper, we propose a prior knowledge-guided adversarial training framework for image compression models. Specifically, first, we propose a gradient regularization constraint for training robust teacher models. Subsequently, we design a knowledge distillation based strategy to generate a priori knowledge from the teacher model to the student model for guiding adversarial training. Experimental results show that our method improves the reconstruction quality by about 9dB when the Kodak dataset is elected as the backdoor attack object for psnr attack. Compared with Ma2023, our method has a 5dB higher PSNR output at high bitrate points.

📄 PDF Abstract BibTeX arXiv:2403.06700

Code (0)

등록된 구현이 없습니다.

Tasks

Backdoor AttackImage CompressionKnowledge Distillation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

ROSAR: An Adversarial Re-Training Framework for Robust Side-Scan Sonar Object Detection

2024-10-14 · Martin Aubard, László Antal, Ana Madureira, Luis F. Teixeira 외

This paper introduces ROSAR, a novel framework enhancing the robustness of deep learning object detection models tailored for side-scan sonar (SSS) images, generated by autonomous underwater vehicles using sonar sensors.…

Knowledge Distillationobject-detectionObject Detection

Improving Adversarial Robustness Through Adaptive Learning-Driven Multi-Teacher Knowledge Distillation

2025-07-28 · Hayat Ullah, Syed Muhammad Talha Zaidi, Arslan Munir arxiv

Convolutional neural networks (CNNs) excel in computer vision but are susceptible to adversarial attacks, crafted perturbations designed to mislead predictions. Despite advances in adversarial training, a gap persists be…

Adversarial RobustnessKnowledge Distillation

Online Adversarial Knowledge Distillation for Graph Neural Networks

2021-12-28 · Can Wang, Zhe Wang, Defang Chen, Sheng Zhou 외

Knowledge distillation, a technique recently gaining popularity for enhancing model generalization in Convolutional Neural Networks (CNNs), operates under the assumption that both teacher and student models are trained o…

Knowledge Distillation

Enhancing Data-Free Adversarial Distillation with Activation Regularization and Virtual Interpolation

2021-02-23 · Xiaoyang Qu, Jianzong Wang, Jing Xiao

Knowledge distillation refers to a technique of transferring the knowledge from a large learned model or an ensemble of learned models to a small model. This method relies on access to the original training set, which mi…

Knowledge Distillation

Dynamic Guidance Adversarial Distillation with Enhanced Teacher Knowledge

2024-09-03 · Hyejin Park, Dongbo Min

In the realm of Adversarial Distillation (AD), strategic and precise knowledge transfer from an adversarially robust teacher model to a less robust student model is paramount. Our Dynamic Guidance Adversarial Distillatio…

Transfer Learning