paper-with-me

Papers

Parseval Networks: Improving Robustness to Adversarial Examples

2017-04-28 · ICML 2017 8 · Moustapha Cisse, Piotr Bojanowski, Edouard Grave, Yann Dauphin, Nicolas Usunier

We introduce Parseval networks, a form of deep neural networks in which the Lipschitz constant of linear, convolutional and aggregation layers is constrained to be smaller than 1. Parseval networks are empirically and theoretically motivated by an analysis of the robustness of the predictions made by deep neural networks when their input is subject to an adversarial perturbation. The most important feature of Parseval networks is to maintain weight matrices of linear and convolutional layers to be (approximately) Parseval tight frames, which are extensions of orthogonal matrices to non-square matrices. We describe how these constraints can be maintained efficiently during SGD. We show that Parseval networks match the state-of-the-art in terms of accuracy on CIFAR-10/100 and Street View House Numbers (SVHN) while being more robust than their vanilla counterpart against adversarial examples. Incidentally, Parseval networks also tend to train faster and make a better usage of the full capacity of the networks.

📄 PDF Abstract BibTeX arXiv:1704.08847

Code (1)

mathialo/parsnet tf

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Deep Defense: Training DNNs with Improved Adversarial Robustness

2018-02-23 · NeurIPS 2018 12 · Ziang Yan, Yiwen Guo, Chang-Shui Zhang

Despite the efficacy on a variety of computer vision tasks, deep neural networks (DNNs) are vulnerable to adversarial attacks, limiting their applications in security-critical systems. Recent works have shown the possibi…

Adversarial Robustness

Enveloped Sinusoid Parseval Frames

2022-04-18 · Geoff Goehle, Benjamin Cowen, J. Daniel Park, Daniel C. Brown

This paper presents a method of constructing Parseval frames from any collection of complex envelopes. The resulting Enveloped Sinusoid Parseval (ESP) frames can represent a wide variety of signal types as specified by t…

parameter estimation

Local Linearity and Double Descent in Catastrophic Overfitting

2021-11-21 · Varun Sivashankar, Nikil Selvam

Catastrophic overfitting is a phenomenon observed during Adversarial Training (AT) with the Fast Gradient Sign Method (FGSM) where the test robustness steeply declines over just one epoch in the training stage. Prior wor…

Parseval Convolution Operators and Neural Networks

2024-08-19 · Michael Unser, Stanislas Ducotterd

We first establish a kernel theorem that characterizes all linear shift-invariant (LSI) operators acting on discrete multicomponent signals. This result naturally leads to the identification of the Parseval convolution o…

compressed sensing

Efficient Proximal Mapping of the 1-path-norm of Shallow Networks

2020-07-02 · Fabian Latorre, Paul Rolland, Nadav Hallak, Volkan Cevher

We demonstrate two new important properties of the 1-path-norm of shallow neural networks. First, despite its non-smoothness and non-convexity it allows a closed form proximal operator which can be efficiently computed, …