paper-with-me

홈 › Papers

Robust Ensemble Model Training via Random Layer Sampling Against Adversarial Attack

2020-05-21 · Hakmin Lee, Hong Joo Lee, Seong Tae Kim, Yong Man Ro

Deep neural networks have achieved substantial achievements in several computer vision areas, but have vulnerabilities that are often fooled by adversarial examples that are not recognized by humans. This is an important issue for security or medical applications. In this paper, we propose an ensemble model training framework with random layer sampling to improve the robustness of deep neural networks. In the proposed training framework, we generate various sampled model through the random layer sampling and update the weight of the sampled model. After the ensemble models are trained, it can hide the gradient efficiently and avoid the gradient-based attack by the random layer sampling method. To evaluate our proposed method, comprehensive and comparative experiments have been conducted on three datasets. Experimental results show that the proposed method improves the adversarial robustness.

📄 PDF Abstract BibTeX arXiv:2005.10757

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial AttackAdversarial Robustness

Similar Papers 제목 키워드 기반

Can Evolutionary Sampling Improve Bagged Ensembles?

2016-10-03 · Harsh Nisar, Bhanu Pratap Singh Rawat

Perturb and Combine (P&C) group of methods generate multiple versions of the predictor by perturbing the training set or construction and then combining them into a single predictor (Breiman, 1996b). The motive is to imp…

Evolutionary Algorithms

RandomForestMLP: An Ensemble-Based Multi-Layer Perceptron Against Curse of Dimensionality

2020-11-02 · Mohamed Mejri, Aymen Mejri

We present a novel and practical deep learning pipeline termed RandomForestMLP. This core trainable classification engine consists of a convolutional neural network backbone followed by an ensemble-based multi-layer perc…

ClassificationGeneral Classification

Ensemble-in-One: Learning Ensemble within Random Gated Networks for Enhanced Adversarial Robustness

2021-03-27 · AAAI Workshop AdvML 2022 2 · Yi Cai, Xuefei Ning, Huazhong Yang, Yu Wang

Adversarial attacks have rendered high security risks on modern deep learning systems. Adversarial training can significantly enhance the robustness of neural network models by suppressing the non-robust features. Howeve…

Adversarial Robustness

Deep Regression Ensembles

2022-03-10 · Antoine Didisheim, Bryan Kelly, Semyon Malamud

We introduce a methodology for designing and training deep neural networks (DNN) that we call "Deep Regression Ensembles" (DRE). It bridges the gap between DNN and two-layer neural networks trained with random feature re…

regression

The Implicit Regularization of Ordinary Least Squares Ensembles

2019-10-10 · Daniel LeJeune, Hamid Javadi, Richard G. Baraniuk

Ensemble methods that average over a collection of independent predictors that are each limited to a subsampling of both the examples and features of the training data command a significant presence in machine learning, …