paper-with-me

Papers

Wavelet Regularization Benefits Adversarial Training

2022-06-08 · Jun Yan, Huilin Yin, Xiaoyang Deng, Ziming Zhao, Wancheng Ge, Hao Zhang, Gerhard Rigoll

Adversarial training methods are state-of-the-art (SOTA) empirical defense methods against adversarial examples. Many regularization methods have been proven to be effective with the combination of adversarial training. Nevertheless, such regularization methods are implemented in the time domain. Since adversarial vulnerability can be regarded as a high-frequency phenomenon, it is essential to regulate the adversarially-trained neural network models in the frequency domain. Faced with these challenges, we make a theoretical analysis on the regularization property of wavelets which can enhance adversarial training. We propose a wavelet regularization method based on the Haar wavelet decomposition which is named Wavelet Average Pooling. This wavelet regularization module is integrated into the wide residual neural network so that a new WideWaveletResNet model is formed. On the datasets of CIFAR-10 and CIFAR-100, our proposed Adversarial Wavelet Training method realizes considerable robustness under different types of attacks. It verifies the assumption that our wavelet regularization method can enhance adversarial robustness especially in the deep wide neural networks. The visualization experiments of the Frequency Principle (F-Principle) and interpretability are implemented to show the effectiveness of our method. A detailed comparison based on different wavelet base functions is presented. The code is available at the repository: \url{https://github.com/momo1986/AdversarialWaveletTraining}.

📄 PDF Abstract BibTeX arXiv:2206.03727

Code (1)

momo1986/adversarialwavelettraining 공식 구현 pytorch

Tasks

Adversarial Robustness

Methods 이 논문이 사용한 방법론

BASE 설명 없음
Average Pooling 설명 없음

Similar Papers 제목 키워드 기반

Stain-Aware Wavelet Regularization for Instant Adversarial Purification in Histopathology

2026-06-07 · Zhe Li, Bernhard Kainz arxiv

Deep learning has become prevalent in computational pathology pipelines that support tasks such as cancer screening and digital pathology analysis. However, the susceptibility of neural networks to adversarial perturbati…

Adversarial Robustness

On Regularization and Robustness of Deep Neural Networks

2018-09-27 · Alberto Bietti*, Grégoire Mialon*, Julien Mairal

In this work, we study the connection between regularization and robustness of deep neural networks by viewing them as elements of a reproducing kernel Hilbert space (RKHS) of functions and by regularizing them using the…

On the Effect of Pruning on Adversarial Robustness

2021-08-10 · Artur Jordao, Helio Pedrini

Pruning is a well-known mechanism for reducing the computational cost of deep convolutional networks. However, studies have shown the potential of pruning as a form of regularization, which reduces overfitting and improv…

Adversarial Robustness

Global and Local Consistent Wavelet-domain Age Synthesis

2018-09-20 · Pei-Pei Li, Yibo Hu, Ran He, Zhenan Sun

Age synthesis is a challenging task due to the complicated and non-linear transformation in human aging process. Aging information is usually reflected in local facial parts, such as wrinkles at the eye corners. However,…

Age EstimationFace VerificationGenerative Adversarial NetworkHuman Aging+1

Wavelet Design in a Learning Framework

2021-07-23 · Dhruv Jawali, Abhishek Kumar, Chandra Sekhar Seelamantula

Wavelets have proven to be highly successful in several signal and image processing applications. Wavelet design has been an active field of research for over two decades, with the problem often being approached from an …