Giter Club home page Giter Club logo

beauty_vision's Introduction

beauty_vision

Recognition of human faces attractiveness (the SCUT-FBP dataset [1])

Overview

The SCUT-FBP dataset [1] contains 500 samples (images), for each image there is rating in the range (1,5) measuring beauty of an Asian female face.

Support Vector Regression (SVR) is trained on top of different features (in some cases projected by PCA with 50 components). Average Pearson correlation (PC) for 5 independent 10-fold cross validation tests is reported as in [1].

In all experiments images are first resized to (224,294), then central crop (224,224) is taken.

Results

Model Code Avg PC for 5 tests
Combined features + PCA + SVR [1] - 0.6433
ConvNet [1] - 0.8187
16 random filters + PCA50+ rbf SVR [beauty_baseline_random] (beauty_baseline_random.py) 0.642
16 random filters + linear SVR [beauty_baseline_random] (beauty_baseline_random.py) 0.646
24 random filters + linear SVR [beauty_baseline_random] (beauty_baseline_random.py) 0.660
24 Gabor filters + PCA50+ rbf SVR [beauty_baseline_gabors] (beauty_baseline_gabors.py) 0.638
24 colored Gabor filters + PCA50 + rbf SVR [beauty_baseline_gabors] (beauty_baseline_gabors.py) 0.614
Vgg-ImageNet (pool5+fc6) [2] + linear SVR [beauty_vgg_imagenet] (beauty_vgg_imagenet.py) 0.804
Vgg-Face (pool5+fc6) [3] + linear SVR [beauty_vgg_face] (beauty_vgg_face.py) 0.856

Example of prediction

vgg_face_prediction_example

References

[1] Xie, Duorui, Lingyu Liang, Lianwen Jin, Jie Xu, and Mengru Li. "SCUT-FBP: A Benchmark Dataset for Facial Beauty Perception." In Systems, Man, and Cybernetics (SMC), 2015 IEEE International Conference on, pp. 1821-1826. IEEE, 2015.

[2] https://gist.github.com/ksimonyan/fd8800eeb36e276cd6f9

[3] http://www.robots.ox.ac.uk/~vgg/software/vgg_face/

beauty_vision's People

Watchers

 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.