paper-with-me

Papers

Privacy-preserving Universal Adversarial Defense for Black-box Models

2024-08-20 · Qiao Li, Cong Wu, Jing Chen, Zijun Zhang, Kun He, Ruiying Du, Xinxin Wang, Qingchuang Zhao, Yang Liu

Deep neural networks (DNNs) are increasingly used in critical applications such as identity authentication and autonomous driving, where robustness against adversarial attacks is crucial. These attacks can exploit minor perturbations to cause significant prediction errors, making it essential to enhance the resilience of DNNs. Traditional defense methods often rely on access to detailed model information, which raises privacy concerns, as model owners may be reluctant to share such data. In contrast, existing black-box defense methods fail to offer a universal defense against various types of adversarial attacks. To address these challenges, we introduce DUCD, a universal black-box defense method that does not require access to the target model's parameters or architecture. Our approach involves distilling the target model by querying it with data, creating a white-box surrogate while preserving data privacy. We further enhance this surrogate model using a certified defense based on randomized smoothing and optimized noise selection, enabling robust defense against a broad range of adversarial attacks. Comparative evaluations between the certified defenses of the surrogate and target models demonstrate the effectiveness of our approach. Experiments on multiple image classification datasets show that DUCD not only outperforms existing black-box defenses but also matches the accuracy of white-box defenses, all while enhancing data privacy and reducing the success rate of membership inference attacks.

📄 PDF Abstract BibTeX arXiv:2408.10647

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial DefenseAutonomous Drivingimage-classificationImage ClassificationPrivacy Preserving

Methods 이 논문이 사용한 방법론

Randomized Smoothing 설명 없음

Similar Papers 제목 키워드 기반

RetinaGuard: Obfuscating Retinal Age in Fundus Images for Biometric Privacy Preserving

2025-09-07 · Zhengquan Luo, Chi Liu, Dongfu Xiao, Zhen Yu 외 arxiv

The integration of AI with medical images enables the extraction of implicit image-derived biomarkers for a precise health assessment. Recently, retinal age, a biomarker predicted from fundus images, is a proven predicto…

Knowledge Distillation

NATTACK: A STRONG AND UNIVERSAL GAUSSIAN BLACK-BOX ADVERSARIAL ATTACK

2019-05-01 · ICLR 2019 5 · Yandong Li, Lijun Li, Liqiang Wang, Tong Zhang 외

Recent works find that DNNs are vulnerable to adversarial examples, whose changes from the benign ones are imperceptible and yet lead DNNs to make wrong predictions. One can find various adversarial examples for the sam…

Adversarial Attack

Random Logit Scaling: Defending Deep Neural Networks Against Black-Box Score-Based Adversarial Example Attacks

2026-07-16 · Hamid Dashtbani, Mehdi Dousti Gandomani, AmirMahdi Sadeghzadeh arxiv

Machine learning models are increasingly adapted in various domains. However, adversarial examples pose a significant threat to the reliable deployment of these models. In recent years, some powerful adversarial example …

Privacy against Real-Time Speech Emotion Detection via Acoustic Adversarial Evasion of Machine Learning

2022-11-17 · Brian Testa, Yi Xiao, Harshit Sharma, Avery Gump 외

Smart speaker voice assistants (VAs) such as Amazon Echo and Google Home have been widely adopted due to their seamless integration with smart home devices and the Internet of Things (IoT) technologies. These VA services…

Emotion RecognitionSpeech Emotion Recognition

RecUP-FL: Reconciling Utility and Privacy in Federated Learning via User-configurable Privacy Defense

2023-04-11 · Yue Cui, Syed Irfan Ali Meerza, Zhuohang Li, Luyang Liu 외

Federated learning (FL) provides a variety of privacy advantages by allowing clients to collaboratively train a model without sharing their private data. However, recent studies have shown that private information can st…

Adversarial AttackAttributeFederated LearningInference Attack+2