crane-papercode / ICE-GAN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ICE-GAN

[our code for model design is released]

ICE-GAN: ICE-GAN: Identity-aware and Capsule-Enhanced GAN with Graph-based Reasoning for Micro-Expression Recognition and Synthesis. (Arxiv version)

Author: Jianhui Yu, Chaoyi Zhang, Yang Song, Weidong Cai

Model Architecture

model architecture

Requirements

  • Python >=3.6
  • Pytorch >= 1.4
  • Packages: tqdm, sklearn

Dataset

Code

This repo contains Pytorch implementation of the following modules:

  • training log file for all splits;
  • model/discriminator.py: model architecture for capsule-based discriminator;
  • model/generator.py: model architecture for Unet-based generator with graph reasoning module (GRM);
  • ...

Performance

Model performance

Citation

If you find our data or project useful in your research, please cite:

@InProceedings{yu2020ice,
    title     = {ICE-GAN: Identity-aware and Capsule-Enhanced GAN with Graph-based Reasoning for Micro-Expression Recognition and Synthesis},
    author    = {Yu, Jianhui and Zhang, Chaoyi and Song, Yang and Cai, Weidong},
    booktitle = {International Joint Conference on Neural Networks (IJCNN)},
    year      = {2021}

Acknowledgement

Our code borrows a lot from:

About


Languages

Language:Python 100.0%