Giter VIP home page Giter VIP logo

emotiw-2017-audio-video-emotion-recognition's Introduction

EmotiW-2017-Audio-video-Emotion-Recognition

Method strategy for EmotiW 2017 video emotion recognition

The first method

Using the pre-trained vgg-face and res10 finetuned on fer2013.After that, train the finetuned model on the AFEW train and predict on the AFEW validation.For per video, add all the frames' scores and predict the label.Vgg-face achieves accuracy 35% and res10 achieves accuracy 33% while the combined model achieves accuracy 38%.However, when simply predict all the validation frames, vgg-face achieves accuracy 35.5% with fixed the conv lr_mult and res10 achieves accuracy 32.7%.

The second method

Extract the feature of the fc6 layer and fc7 layer seperately.Apply a one vs rest SVM to make classification.There are also two pre-processing data method.One is splitting all the train data into seven part.The other is splitting the train data based on the video id.Before concate the features,do PCA and l2_norm. Using the SVM, we can increase the vgg-face accuracy from 35% to 40% and res10 accuracy from 32% to 37%.

The third method

Using the feature of CNN as the input of LSTM unit. We set the time_step to 128 and hidden layer to 128. A one LSTM layer can achieve the 40% accuracy.

The fourth method

We use the C3D network which has the con3d kernel.It can connect the spatial and temporal information. We train the C3D network using the pre-trained sport1m model and the best model can achieve accuracy 41.1%.

The final

We use all these models to predict the prob and add it with different weights and the accuracy can get 48.2%.

emotiw-2017-audio-video-emotion-recognition's People

Contributors

xujinchang avatar

Watchers

James Cloos avatar  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.