Giter Site home page Giter Site logo

insightface's Introduction

InsightFace

Face Recognition Project

Experiments

Default image size is 112x96 if not specified, all face images are aligned.

In ResNet setting, _v1 means original residual units. _v2 means pre-activation units. _v3 means BCBACB residual units. LResNet means we use conv33+stride11 in its first convoluition layer instead of common conv77+stride22 to preserve high image resolution. _bo means using bottleneck residual units.

In last several layers, some different options can be tried to determine how embedding layer looks like and it may affect the performance. The whole network architecture can be thought as {ConvLayers(->GlobalPool)->EmbeddingLayer->Softmax}. Embedding size is set to 512 expect for optionA, as embedding size in optionA is determined by the filter size of last convolution group.

  • OptionA: Use the final global pooling layer(GP) output as embedding layer directly.

  • OptionB: Use one FC layer after GP.

  • OptionC: Use FC->BN after GP.

  • OptionD: Use FC->BN->PRelu after GP.

  • OptionE: Use Dropout->FC->BN after last conv layer.

  • Softmax on LFW

Network/Dataset VGG2@112x112 WebFace MS1M - -
SE-LResNet50E_v3 0.99750+-0.00201 - -
SE-ResNet50C_v1 0.99317+-0.00404
SE-ResNet50B_v1 0.99200+-0.00407
SE-ResNet50D_v1 0.99383+-0.00259
ResNet50D_v1 0.99350+-0.00293
SE-ResNet50A_v1 0.99367+-0.00233
SE-ResNet50E_v1 0.99267+-0.00343
SE-ResNet50F_v1 0.99367+-0.00194
SE-LResNet50C_v1 0.99567+-0.00238
SE-LResNet50E_v1 0.99650+-0.00174 - -
SE-LResNet50D_v3 0.99617+-0.00358 - -
Inception-ResNet - - -
SE-Inception-ResNet - - -
MobileNet - - -
ResNeXt - - -

insightface's People

Contributors

nttstar avatar

Watchers

wyz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.