Home

Awesome

alt text

This repository contains the demo code of the method called REGroup proposed in the paper: REGroup: Rank-aggregating Ensemble of Generative Classifiers for Robust Predictions, IEEE/CVF WACV, 2022.

<!-- If you use this repository or REGroup in your research/product, please please consider citing:. @article{tiwari2020dissecting, title={Dissecting Deep Networks into an Ensemble of Generative Classifiers for Robust Predictions}, author={Tiwari, Lokender and Madan, Anish and Anand, Saket and Banerjee, Subhashis }, journal={arXiv preprint arXiv:2006.10679}, year={2020} } -->

Requirements

Steps to run the demo

$ git clone https://github.com/lokender/REGroup.git
$ cd REGroup
$ wget --load-cookies /tmp/cookies.txt "https://docs.google.com/uc?export=download&confirm=$(wget --quiet --save-cookies /tmp/cookies.txt --keep-session-cookies --no-check-certificate 'https://docs.google.com/uc?export=download&id=1ylJctBJzh4ih-0zzD4ZLO2umh--QpX7u' -O- | sed -rn 's/.*confirm=([0-9A-Za-z_]+).*/\1\n/p')&id=1ylJctBJzh4ih-0zzD4ZLO2umh--QpX7u" -O cifar10_vgg19_pgd_examples.mat && rm -rf /tmp/cookies.txt

To-dos?

Report any bug or suggestion to tiwarilokender@gmail.com.

Press STAR on the top right of this page for continuous updates.