Skip to content

Commit 4623818

Browse files
authored
add more initial imagenet models (0.5%, 0.75% and 100% models) and updated information
1 parent 8aac7eb commit 4623818

File tree

17 files changed

+1959
-2538
lines changed

17 files changed

+1959
-2538
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44

55
This repository contains the architectures, Models, logs, etc pertaining to the SimpleNet Paper
66
(Lets keep it simple: Using simple architectures to outperform deeper architectures ) : https://arxiv.org/abs/1608.06037
7-
(Check the successor of this architecture at [Towards Principled Design of Deep Convolutional Networks: Introducing SimpNet](https://github.com/Coderx7/SimpNet))
87

98
SimpleNet-V1 outperforms deeper and heavier architectures such as AlexNet, VGGNet,ResNet,GoogleNet,etc in a series of benchmark datasets, such as CIFAR10/100, MNIST, SVHN.
10-
It also achievs a higher accuracy (currently [71.14/89.75](https://github.com/Coderx7/SimpleNet_Pytorch#imagenet-result)) in imagenet, more than VGGNet, ResNet, MobileNet, AlexNet, NIN, Squeezenet, etc with only 5.7M parameters.
11-
Slimer versions of the architecture work very decently against more complex architectures such as ResNet and WRN as well.
9+
It also achievs a higher accuracy (currently [71.50/90.05 and 78.88/93.43*](https://github.com/Coderx7/SimpleNet_Pytorch#imagenet-result)) in imagenet, more than VGGNet, ResNet, MobileNet, AlexNet, NIN, Squeezenet, etc with only 5.7M parameters.
10+
Slimer versions of the architecture work very decently against more complex architectures such as ResNet, WRN and MobileNet as well.
11+
12+
*78.88/93.43 was achieved using real-imagenet-labels
1213

1314
## Citation
1415
If you find SimpleNet useful in your research, please consider citing:
@@ -20,6 +21,10 @@ If you find SimpleNet useful in your research, please consider citing:
2021
year={2016}
2122
}
2223

24+
25+
(Check the successor of this architecture at [Towards Principled Design of Deep Convolutional Networks: Introducing SimpNet](https://github.com/Coderx7/SimpNet))
26+
27+
2328
## Other Implementations :
2429

2530
**Pytorch** :
@@ -35,9 +40,11 @@ ImageNet result was achieved using simple SGD without hyper parameter tuning for
3540
| CIFAR100* | **78.37**|
3641
| MNIST | 99.75 |
3742
| SVHN | 98.21 |
38-
| ImageNet | **71.14/89.75** |
43+
| ImageNet | **71.50/90.05 - 78.88/93.43*** |
3944

4045
* Achieved using Pytorch implementation
46+
* the second result achieved using real-imagenet-labels
47+
4148

4249
#### Top CIFAR10/100 results:
4350

@@ -105,7 +112,7 @@ achieved using an ensemble or extreme data-augmentation
105112
| VGGNet16(138M) | 70.5 |
106113
| GoogleNet(8M) | 68.7 |
107114
| Wide ResNet(11.7M) | 69.6/89.07 |
108-
| SimpleNet(5.4M) | **71.14/89.75** |
115+
| SimpleNet(5.7M) | **71.50/90.05** |
109116

110117

111118
Table 6-Slimmed version Results on Different Datasets
Binary file not shown.

0 commit comments

Comments
 (0)