Home

Awesome

Carrying out CNN Channel Pruning in a White Box (IEEE TNNLS 2022) (Paper Link)

Requirements

Reproduce the Experiment Results

Run the following scripts to reproduce the results reported in paper (change your data path in the corresponding scripts).

Evaluate Our Pruned Models

Run the following scripts to test our results reported in the paper (change your data path and input the pruned model path in the corresponding scripts. The pruned model can be downloaded from the links in the following table).

CIFAR-10

Full ModelFlops ↓AccuracyPruned Model
VGG1676.4%93.47%Modellink
ResNet5655.6%93.54%Modellink
ResNet11066.0%94.12%Modellink
MobileNet-V229.2%95.28%Modellink

ImageNet

NetworkFlops ↓Top-1 Acc.Top-5 Acc.Pruned Model
ResNet5045.6%75.32%92.43%Modellink
ResNet5063.5%74.21%92.01%Modellink