paper-with-me

홈 › Papers

Fortified Networks: Improving the Robustness of Deep Networks by Modeling the Manifold of Hidden Representations

2018-04-07 · ICLR 2019 5 · Alex Lamb, Jonathan Binas, Anirudh Goyal, Dmitriy Serdyuk, Sandeep Subramanian, Ioannis Mitliagkas, Yoshua Bengio

Deep networks have achieved impressive results across a variety of important tasks. However a known weakness is a failure to perform well when evaluated on data which differ from the training distribution, even if these differences are very small, as is the case with adversarial examples. We propose Fortified Networks, a simple transformation of existing networks, which fortifies the hidden layers in a deep network by identifying when the hidden states are off of the data manifold, and maps these hidden states back to parts of the data manifold where the network performs well. Our principal contribution is to show that fortifying these hidden states improves the robustness of deep networks and our experiments (i) demonstrate improved robustness to standard adversarial attacks in both black-box and white-box threat models; (ii) suggest that our improvements are not primarily due to the gradient masking problem and (iii) show the advantage of doing this fortification in the hidden layers instead of the input space.

📄 PDF Abstract BibTeX arXiv:1804.02485

Code (1)

jbinas/fortified-networks tf

Similar Papers 제목 키워드 기반

Manifold Mixup: Better Representations by Interpolating Hidden States

2018-06-13 · ICLR 2019 5 · Vikas Verma, Alex Lamb, Christopher Beckham, Amir Najafi 외

Deep neural networks excel at learning the training data, but often provide incorrect and confident predictions when evaluated on slightly different test examples. This includes distribution shifts, outliers, and adversa…

Image Classification

Manifold Mixup: Learning Better Representations by Interpolating Hidden States

2019-05-01 · ICLR 2019 5 · Vikas Verma, Alex Lamb, Christopher Beckham, Amir Najafi 외

Deep networks often perform well on the data distribution on which they are trained, yet give incorrect (and often very confident) answers when evaluated on points from off of the training distribution. This is exemplifi…

State-Reification Networks: Improving Generalization by Modeling the Distribution of Hidden Representations

2019-05-26 · Alex Lamb, Jonathan Binas, Anirudh Goyal, Sandeep Subramanian 외

Machine learning promises methods that generalize well from finite labeled data. However, the brittleness of existing neural net approaches is revealed by notable failures, such as the existence of adversarial examples t…

On Decidability of Existence of Fortified Supervisors Against Covert Actuator Attackers

2023-07-29 · Ruochen Tai, Liyong Lin, Rong Su

This work investigates the problem of synthesizing fortified supervisors against covert actuator attackers. For a non-resilient supervisor S, i.e., there exists at least a covert actuator attacker that is capable of infl…

Recovering Hidden Components in Multimodal Data with Composite Diffusion Operators

2018-08-22

Finding appropriate low dimensional representations of high-dimensional multi-modal data can be challenging, since each modality embodies unique deformations and interferences. In this paper, we address the problem using…