paper-with-me

Papers

Absum: Simple Regularization Method for Reducing Structural Sensitivity of Convolutional Neural Networks

2019-09-19 · Sekitoshi Kanai, Yasutoshi Ida, Yasuhiro Fujiwara, Masanori Yamada, Shuichi Adachi

We propose Absum, which is a regularization method for improving adversarial robustness of convolutional neural networks (CNNs). Although CNNs can accurately recognize images, recent studies have shown that the convolution operations in CNNs commonly have structural sensitivity to specific noise composed of Fourier basis functions. By exploiting this sensitivity, they proposed a simple black-box adversarial attack: Single Fourier attack. To reduce structural sensitivity, we can use regularization of convolution filter weights since the sensitivity of linear transform can be assessed by the norm of the weights. However, standard regularization methods can prevent minimization of the loss function because they impose a tight constraint for obtaining high robustness. To solve this problem, Absum imposes a loose constraint; it penalizes the absolute values of the summation of the parameters in the convolution layers. Absum can improve robustness against single Fourier attack while being as simple and efficient as standard regularization methods (e.g., weight decay and L1 regularization). Our experiments demonstrate that Absum improves robustness against single Fourier attack more than standard regularization methods. Furthermore, we reveal that robust CNNs with Absum are more robust against transferred attacks due to decreasing the common sensitivity and against high-frequency noise than standard regularization methods. We also reveal that Absum can improve robustness against gradient-based attacks (projected gradient descent) when used with adversarial training.

📄 PDF Abstract BibTeX arXiv:1909.08830

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial AttackAdversarial RobustnessSensitivity

Methods 이 논문이 사용한 방법론

Weight Decay 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

LexAbSumm: Aspect-based Summarization of Legal Decisions

2024-03-31 · T. Y. S. S Santosh, Mahmoud Aly, Matthias Grabmair

Legal professionals frequently encounter long legal judgments that hold critical insights for their work. While recent advances have led to automated summarization solutions for legal documents, they typically provide ge…

Abstractive Text Summarization

Spectral Norm Regularization for Improving the Generalizability of Deep Learning

2017-05-31 · Yuichi Yoshida, Takeru Miyato

We investigate the generalizability of deep learning based on the sensitivity to input perturbation. We hypothesize that the high sensitivity to the perturbation of data degrades the performance on it. To reduce the sens…

Deep LearningSensitivity

Learning Sparse Neural Networks via Sensitivity-Driven Regularization

2018-10-28 · NeurIPS 2018 12 · Enzo Tartaglione, Skjalg Lepsøy, Attilio Fiandrotti, Gianluca Francini

The ever-increasing number of parameters in deep neural networks poses challenges for memory-limited applications. Regularize-and-prune methods aim at meeting these challenges by sparsifying the network weights. In this …

Sensitivity

Smoothness Really Matters: A Simple Yet Effective Approach for Unsupervised Graph Domain Adaptation

2024-12-16 · Wei Chen, Guo Ye, Yakun Wang, Zhao Zhang 외

Unsupervised Graph Domain Adaptation (UGDA) seeks to bridge distribution shifts between domains by transferring knowledge from labeled source graphs to given unlabeled target graphs. Existing UGDA methods primarily focus…

Domain AdaptationGRAPH DOMAIN ADAPTATIONTransfer Learning

Complex Structure Leads to Overfitting: A Structure Regularization Decoding Method for Natural Language Processing

2017-11-25 · Xu Sun, Weiwei Sun, Shuming Ma, Xuancheng Ren 외

Recent systems on structured prediction focus on increasing the level of structural dependencies within the model. However, our study suggests that complex structures entail high overfitting risks. To control the structu…

Structured Prediction