paper-with-me

Papers

Content-Adaptive Pixel Discretization to Improve Model Robustness

2020-12-03 · Ryan Feng, Wu-chi Feng, Atul Prakash

Preprocessing defenses such as pixel discretization are appealing to remove adversarial attacks due to their simplicity. However, they have been shown to be ineffective except on simple datasets like MNIST. We hypothesize that existing discretization approaches failed because using a fixed codebook for the entire dataset limits their ability to balance image representation and codeword separability. We first formally prove that adaptive codebooks can provide stronger robustness guarantees than fixed codebooks as a preprocessing defense on some datasets. Based on that insight, we propose a content-adaptive pixel discretization defense called Essential Features, which discretizes the image to a per-image adaptive codebook to reduce the color space. We then find that Essential Features can be further optimized by applying adaptive blurring before the discretization to push perturbed pixel values back to their original value before determining the codebook. Against adaptive attacks, we show that content-adaptive pixel discretization extends the range of datasets that benefit in terms of both L_2 and L_infinity robustness where previously fixed codebooks were found to have failed. Our findings suggest that content-adaptive pixel discretization should be part of the repertoire for making models robust.

📄 PDF Abstract BibTeX arXiv:2012.01699

Code (0)

등록된 구현이 없습니다.

Tasks

model

Similar Papers 제목 키워드 기반

Can Attention Masks Improve Adversarial Robustness?

2019-11-27 · Pratik Vaishnavi, Tianji Cong, Kevin Eykholt, Atul Prakash 외

Deep Neural Networks (DNNs) are known to be susceptible to adversarial examples. Adversarial examples are maliciously crafted inputs that are designed to fool a model, but appear normal to human beings. Recent work has s…

Adversarial Robustness

Discretization based Solutions for Secure Machine Learning against Adversarial Attacks

2019-02-08 · Priyadarshini Panda, Indranil Chakraborty, Kaushik Roy

Adversarial examples are perturbed inputs that are designed (from a deep learning network's (DLN) parameter gradients) to mislead the DLN during test time. Intuitively, constraining the dimensionality of inputs or parame…

Adversarial RobustnessBIG-bench Machine Learning

Fast Mesh-Based Medical Image Registration

2014-11-08 · Ahmadreza Baghaie, Zeyun Yu, Roshan M. D'souza

In this paper a fast triangular mesh based registration method is proposed. Having Template and Reference images as inputs, the template image is triangulated using a content adaptive mesh generation algorithm. Consideri…

Image RegistrationMedical Image Registration

Adaptive Discrete Communication Bottlenecks with Dynamic Vector Quantization

2022-02-02 · Dianbo Liu, Alex Lamb, Xu Ji, Pascal Notsawo 외

Vector Quantization (VQ) is a method for discretizing latent representations and has become a major part of the deep learning toolkit. It has been theoretically and empirically shown that discretization of representation…

Quantizationreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

Towards Understanding Limitations of Pixel Discretization Against Adversarial Attacks

2018-05-20 · Jiefeng Chen, Xi Wu, Vaibhav Rastogi, YIngyu Liang 외

Wide adoption of artificial neural networks in various domains has led to an increasing interest in defending adversarial attacks against them. Preprocessing defense methods such as pixel discretization are particularly …