paper-with-me

홈 › Papers

REGroup: Rank-aggregating Ensemble of Generative Classifiers for Robust Predictions

2020-06-18 · Lokender Tiwari, Anish Madan, Saket Anand, Subhashis Banerjee

Deep Neural Networks (DNNs) are often criticized for being susceptible to adversarial attacks. Most successful defense strategies adopt adversarial training or random input transformations that typically require retraining or fine-tuning the model to achieve reasonable performance. In this work, our investigations of intermediate representations of a pre-trained DNN lead to an interesting discovery pointing to intrinsic robustness to adversarial attacks. We find that we can learn a generative classifier by statistically characterizing the neural response of an intermediate layer to clean training samples. The predictions of multiple such intermediate-layer based classifiers, when aggregated, show unexpected robustness to adversarial attacks. Specifically, we devise an ensemble of these generative classifiers that rank-aggregates their predictions via a Borda count-based consensus. Our proposed approach uses a subset of the clean training data and a pre-trained model, and yet is agnostic to network architectures or the adversarial attack generation method. We show extensive experiments to establish that our defense strategy achieves state-of-the-art performance on the ImageNet validation set.

📄 PDF Abstract BibTeX arXiv:2006.10679

Code (1)

lokender/REGroup 공식 구현 pytorch

Tasks

Adversarial Attack

Similar Papers 제목 키워드 기반

Aggregation of Models, Choices, Beliefs, and Preferences

2021-11-23 · Hamed Hamze Bajgiran, Houman Owhadi

A natural notion of rationality/consistency for aggregating models is that, for all (possibly aggregated) models $A$ and $B$, if the output of model $A$ is $f(A)$ and if the output model $B$ is $f(B)$, then the output of…

Decision MakingUncertainty Quantification

Ranking and combining multiple predictors without labeled data

2013-03-13 · Fabio Parisi, Francesco Strino, Boaz Nadler, Yuval Kluger

In a broad range of classification and decision making problems, one is given the advice or predictions of several classifiers, of unknown reliability, over multiple questions or queries. This scenario is different from …

Decision Making

eAnt-Miner : An Ensemble Ant-Miner to Improve the ACO Classification

2014-09-09 · Gopinath Chennupati

Ant Colony Optimization (ACO) has been applied in supervised learning in order to induce classification rules as well as decision trees, named Ant-Miners. Although these are competitive classifiers, the stability of thes…

ClassificationGeneral Classification

Probabilistic Zero-shot Classification with Semantic Rankings

2015-02-27 · Jihun Hamm, Mikhail Belkin

In this paper we propose a non-metric ranking-based representation of semantic similarity that allows natural aggregation of semantic information from multiple heterogeneous sources. We apply the ranking-based representa…

ClassificationGeneral ClassificationSemantic SimilaritySemantic Textual Similarity+2

Multi-Representation Ensemble in Few-Shot Learning

2021-01-01 · Qing Chen, Jian Zhang

Deep neural networks (DNNs) compute representations in a layer by layer fashion, producing a final representation at the top layer of the pipeline, and classification or regression is made using the final representation.…

Few-Shot Learning