kdhht2334 / ELIM_FER

[NeurIPS 2022] The official repository of Expression Learning with Identity Matching for Facial Expression Recognition
MIT License
34 stars 4 forks source link
domain-shift facial-expression-recognition facial-expressions feature-normalization human-computer-interaction optimal-transport out-of-distribution-generalization pytorch real-time-demo valence-arousal

ELIM_FER

Optimal Transport-based Identity Matching for Identity-invariant Facial Expression Recognition (NeurIPS 2022)

PAPER | DEMO

Ubuntu PyThon PyTorch

Daeha Kim, Byung Cheol Song

CVIP Lab, Inha University

Update

Requirements

To install all dependencies, do this.

pip install -r requirements.txt

Datasets

  1. Download four public benchmarks for training and evaluation (please download after agreement accepted).

    (For more details visit website)

  2. Follow preprocessing rules for each dataset by referring pytorch official custom dataset tutorial.

Training

Just run the below script!

chmod 755 run.sh
./run.sh <method> <gpu_no> <port_no> 

Evaluation

Demo

TODO

Note

Citation

If our work is useful for your work, then please consider citing below bibtex:

@misc{kim2022elim,
    author = {Kim, Daeha and Song, Byung Cheol},
    title = {Optimal Transport-based Identity Matching for Identity-invariant Facial Expression Recognition},
    Year = {2022},
    Eprint = {arXiv:2209.12172}
}

Contact

If you have any questions, feel free to contact me at kdhht5022@gmail.com.