Insightface: EfficientNet based pretrained models

Created on 4 Jun 2019  路  8Comments  路  Source: deepinsight/insightface

I don't have access to huge gpu machines ... can anyone train the ms1m model on EfficientNet.
https://github.com/lukemelas/EfficientNet-PyTorch

EfficientNet-B1 gives the same accuracy on Imagenet as Resnet152 with 10 times less computation power. Worth a try !

Most helpful comment

You can try it, with modifications for face 112x112 input. And I will probably provide some new network backbones in a couple of days.

All 8 comments

@nttstar Do you have any plans to implement this ?

@nttstar
Can you this implementation of EfficientNet ? This is in Mxnet.

https://github.com/mnikitin/EfficientNet

...

@nttstar
Can you this implementation of EfficientNet ? This is in Mxnet.

https://github.com/mnikitin/EfficientNet

@dexception
Have you used this efficientnet yet, how is the performance?

EfficientNet-B0 is about 5 times faster than Resnet50 and at the same time more accurate than Resnet50.

You can try it, with modifications for face 112x112 input. And I will probably provide some new network backbones in a couple of days.

@nttstar That'd be great... waiting for them to see if the accuracy could go even higher for MegaFace.

@nttstar
Any updates ?

Was this page helpful?
0 / 5 - 0 ratings