The code of our our CVPR paper: Probabilistic Selective Encryption of Convolutional Neural Networks for Hierarchical Services
- Pytorch
- CIFAR-10
- VGG19, DnCNN
Pretrained DnCNN are provided in the file:
./PretrainedModel/
. Pretrained VGG19 are provided on https://drive.google.com/file/d/1qDWiwpgpUwn9ESXtu4BRbGgZsd-4b7RJ/view?usp=sharing
ProtectVGG19.py
Pretrained importance of paramters of VGG19 are provided in the file: `./Importance/`.
python ProtectVGG19.py
python HierarchicalServicesDnCNN.py