Giter Club home page Giter Club logo

video-based-facial-expression-recognition's Introduction

Video Based Facial Expression Recognition

This note shows the experimental results on Oulu-Casia dataset by using R2plus1D, TSM, 2-layers C3D, TimeSFormer, ViViT, CNN+LSTM_Attention models.

๐Ÿ“ Outline

  • Experimental Model Introduction
    • R2plus1D
    • TSM
    • 2-layers C3D
    • TimeSFormer
    • ViViT
    • CNN+LSTM_Attention
  • Dataset Introduction and Preprocessing
  • Experimental Settings
  • Experimental Results

Experimental Model Introduction

  • R2plus1D separates 3d convolution into 2d concolution + 1d convolution. There are two advantages of R2plus1D compared with C3D.

    1. First, despite not changing the number of parameters, it doubles the number of nonlinearities in the network due to the additional ReLU between the 2D and 1D convolution in each block.
    2. The second benefit is that forcing the 3D convolution into separate spatial and temporal components renders the optimization easier. This is manifested in lower training error compared to 3D convolutional networks of the same capacity.
  • TSM learns the temporal information by shifting the feature map along the temporal dimension. It is computationally free on top of a 2D convolution. The detail introduction and implementation can refer official temporal-shift-module

  • drawing

  • TimeSFormer

  • ViViT first embeds each frame of a video sequence and separates them into different Vision Transformer. After getting each ViT output. ViViT sends each output of ViT to a temporal transformer to learn temporal information between different embeddings.

  • drawing

    This model first uses CNN to extract spatial features in each frame and input these embeddings into LSTM model to learn the temporal features in the video sequence. After LSTM, we use the Attention here to learn the importance degree in the sequence. Then, we do the weighted sum on each embedding from LSTM and connect a linear layer to classify.

Dataset Introduction and Preprocessing

Experimental Settings

Experimental Results

video-based-facial-expression-recognition's People

Contributors

hackmd-deploy avatar jerry940100 avatar

Stargazers

 avatar

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.