paper-with-me

Papers

Unifying Bilateral Filtering and Adversarial Training for Robust Neural Networks

2018-04-05 · Neale Ratzlaff, Li Fuxin

Recent analysis of deep neural networks has revealed their vulnerability to carefully structured adversarial examples. Many effective algorithms exist to craft these adversarial examples, but performant defenses seem to be far away. In this work, we explore the use of edge-aware bilateral filtering as a projection back to the space of natural images. We show that bilateral filtering is an effective defense in multiple attack settings, where the strength of the adversary gradually increases. In the case of an adversary who has no knowledge of the defense, bilateral filtering can remove more than 90% of adversarial examples from a variety of different attacks. To evaluate against an adversary with complete knowledge of our defense, we adapt the bilateral filter as a trainable layer in a neural network and show that adding this layer makes ImageNet images significantly more robust to attacks. When trained under a framework of adversarial training, we show that the resulting model is hard to fool with even the best attack methods.

📄 PDF Abstract BibTeX arXiv:1804.01635

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A combination of noise and bilateral filters achieve supralinear and scalable adversarial robustness in CNNs

2026-06-01 · Nicolas Stalder, Benjamin F. Grewe, Matteo Saponati, Pau Vilimelis Aceituno arxiv

The vulnerability of deep neural networks to adversarial examples poses a significant challenge for real-world deployment. Existing techniques to enhance deep network robustness rely on adversarial training, an approach …

Adversarial Robustness

JBFnet -- Low Dose CT Denoising by Trainable Joint Bilateral Filtering

2020-07-09 · Mayank Patwari, Ralf Gutjahr, Rainer Raupach, Andreas Maier

Deep neural networks have shown great success in low dose CT denoising. However, most of these deep neural networks have several hundred thousand trainable parameters. This, combined with the inherent non-linearity of th…

Denoising

Fast Adaptive Bilateral Filtering

2018-11-06 · Ruturaj G. Gavaskar, Kunal. N. Chaudhury

In the classical bilateral filter, a fixed Gaussian range kernel is used along with a spatial kernel for edge-preserving smoothing. We consider a generalization of this filter, the so-called adaptive bilateral filter, wh…

Fast and Provably Accurate Bilateral Filtering

2016-03-26 · Kunal. N. Chaudhury, Swapnil D. Dabhade

The bilateral filter is a non-linear filter that uses a range filter along with a spatial filter to perform edge-preserving smoothing of images. A direct computation of the bilateral filter requires $O(S)$ operations per…

Real-Time Subpixel Fast Bilateral Stereo

2018-07-05 · Rui Fan, Yanan Liu, Mohammud Junaid Bocus, Lujia Wang 외

Stereo vision technique has been widely used in robotic systems to acquire 3-D information. In recent years, many researchers have applied bilateral filtering in stereo vision to adaptively aggregate the matching costs. …

GPU