paper-with-me

Papers

Parametric Noise Injection: Trainable Randomness to Improve Deep Neural Network Robustness against Adversarial Attack

2018-11-22 · CVPR 2019 6 · Adnan Siraj Rakin, Zhezhi He, Deliang Fan

Recent development in the field of Deep Learning have exposed the underlying vulnerability of Deep Neural Network (DNN) against adversarial examples. In image classification, an adversarial example is a carefully modified image that is visually imperceptible to the original image but can cause DNN model to misclassify it. Training the network with Gaussian noise is an effective technique to perform model regularization, thus improving model robustness against input variation. Inspired by this classical method, we explore to utilize the regularization characteristic of noise injection to improve DNN's robustness against adversarial attack. In this work, we propose Parametric-Noise-Injection (PNI) which involves trainable Gaussian noise injection at each layer on either activation or weights through solving the min-max optimization problem, embedded with adversarial training. These parameters are trained explicitly to achieve improved robustness. To the best of our knowledge, this is the first work that uses trainable noise injection to improve network robustness against adversarial attacks, rather than manually configuring the injected noise level through cross-validation. The extensive results show that our proposed PNI technique effectively improves the robustness against a variety of powerful white-box and black-box attacks such as PGD, C & W, FGSM, transferable attack and ZOO attack. Last but not the least, PNI method improves both clean- and perturbed-data accuracy in comparison to the state-of-the-art defense methods, which outperforms current unbroken PGD defense by 1.1 % and 6.8 % on clean test data and perturbed test data respectively using Resnet-20 architecture.

📄 PDF Abstract BibTeX arXiv:1811.09310

Code (1)

elliothe/CVPR_2019_PNI 공식 구현 pytorch

Tasks

Adversarial AttackAdversarial Defenseimage-classificationImage Classification

Similar Papers 제목 키워드 기반

Understanding Parametric Knowledge Injection in Retrieval-Augmented Generation

2025-10-14 · Minghao Tang, Shiyu Ni, Jingtong Wu, Zengxin Han 외 arxiv

Context-grounded generation underpins many LLM applications, including long-document question answering (QA), conversational personalization, and retrieval-augmented generation (RAG). However, classic token-based context…

Question Answering

Uncertainty Quantification With Noise Injection in Neural Networks: A Bayesian Perspective

2025-01-21 · Xueqiong Yuan, Jipeng Li, Ercan Engin Kuruoglu

Model uncertainty quantification involves measuring and evaluating the uncertainty linked to a model's predictions, helping assess their reliability and confidence. Noise injection is a technique used to enhance the robu…

Bayesian InferenceUncertainty Quantification

Stochastic Differential Equations with Variational Wishart Diffusions

2020-06-26 · ICML 2020 1 · Martin Jørgensen, Marc Peter Deisenroth, Hugh Salimbeni

We present a Bayesian non-parametric way of inferring stochastic differential equations for both regression tasks and continuous-time dynamical modelling. The work has high emphasis on the stochastic part of the differen…

regression

Federated Nonparametric Hypothesis Testing with Differential Privacy Constraints: Optimal Rates and Adaptive Tests

2024-06-10 · T. Tony Cai, Abhinav Chakraborty, Lasse Vuursteen

Federated learning has attracted significant recent attention due to its applicability across a wide range of settings where data is collected and analyzed across disparate locations. In this paper, we study federated no…

Federated Learning

Towards Trustworthy Federated Learning with Untrusted Participants

2025-05-03 · Youssef Allouah, Rachid Guerraoui, John Stephan

Resilience against malicious participants and data privacy are essential for trustworthy federated learning, yet achieving both with good utility typically requires the strong assumption of a trusted central server. This…

Federated Learning