paper-with-me

홈 › Papers

Adversarial Fine-tuning of Compressed Neural Networks for Joint Improvement of Robustness and Efficiency

2024-03-14 · Hallgrimur Thorsteinsson, Valdemar J Henriksen, Tong Chen, Raghavendra Selvan

As deep learning (DL) models are increasingly being integrated into our everyday lives, ensuring their safety by making them robust against adversarial attacks has become increasingly critical. DL models have been found to be susceptible to adversarial attacks which can be achieved by introducing small, targeted perturbations to disrupt the input data. Adversarial training has been presented as a mitigation strategy which can result in more robust models. This adversarial robustness comes with additional computational costs required to design adversarial attacks during training. The two objectives -- adversarial robustness and computational efficiency -- then appear to be in conflict of each other. In this work, we explore the effects of two different model compression methods -- structured weight pruning and quantization -- on adversarial robustness. We specifically explore the effects of fine-tuning on compressed models, and present the trade-off between standard fine-tuning and adversarial fine-tuning. Our results show that compression does not inherently lead to loss in model robustness and adversarial fine-tuning of a compressed model can yield large improvement to the robustness performance of models. We present experiments on two benchmark datasets showing that adversarial fine-tuning of compressed models can achieve robustness performance comparable to adversarially trained models, while also improving computational efficiency.

📄 PDF Abstract BibTeX arXiv:2403.09441

Code (2)

saintslab/adver-fine 공식 구현 pytorch
saintslab/pepr pytorch

Tasks

Adversarial RobustnessModel CompressionNetwork PruningQuantization

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Towards Robust Low-Resource Fine-Tuning with Multi-View Compressed Representations

2022-11-16 · Linlin Liu, Xingxuan Li, Megh Thakkar, Xin Li 외

Due to the huge amount of parameters, fine-tuning of pretrained language models (PLMs) is prone to overfitting in the low resource scenarios. In this work, we present a novel method that operates on the hidden representa…

Defense against Adversarial Attacks on Hybrid Speech Recognition using Joint Adversarial Fine-tuning with Denoiser

2022-04-08 · Sonal Joshi, Saurabh Kataria, Yiwen Shao, Piotr Zelasko 외

Adversarial attacks are a threat to automatic speech recognition (ASR) systems, and it becomes imperative to propose defenses to protect them. In this paper, we perform experiments to show that K2 conformer hybrid ASR is…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

Toward Joint Image Generation and Compression using Generative Adversarial Networks

2019-01-23 · Byeongkeun Kang, Subarna Tripathi, Truong Q. Nguyen

In this paper, we present a generative adversarial network framework that generates compressed images instead of synthesizing raw RGB images and compressing them separately. In the real world, most images and videos are …

Generative Adversarial NetworkImage CompressionImage GenerationQuantization

Alignment Adapter to Improve the Performance of Compressed Deep Learning Models

2026-02-16 · Rohit Raj Rai, Abhishek Dhaka, Amit Awekar arxiv

Compressed Deep Learning (DL) models are essential for deployment in resource-constrained environments. But their performance often lags behind their large-scale counterparts. To bridge this gap, we propose Alignment Ada…

Thermo-FL: Thermal-Aware Robust Federated Fine-Tuning of Large Language Models for Edge AI

2026-08-21 · Shiva Shrestha, Kazi Shaharair Sharif, Zongxing Xie, Jiajing Huang 외 arxiv

Federated fine-tuning enables large language models to adapt on edge devices without centralizing private data, but practical deployments must address hardware instability and adversarial update corruption together. Ther…