resemotenet

[IEEE SPL '24] ResEmoteNet: Bridging Accuracy and Loss Reduction in Facial Emotion Recognition

https://github.com/arnabkumarroy02/resemotenet

Science Score: 39.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.6%) to scientific vocabulary

Keywords

computer-vision emotion-classification facial-expression-recognition facial-landmarks pytorch
Last synced: 9 months ago · JSON representation

Repository

[IEEE SPL '24] ResEmoteNet: Bridging Accuracy and Loss Reduction in Facial Emotion Recognition

Basic Info
Statistics
  • Stars: 69
  • Watchers: 2
  • Forks: 17
  • Open Issues: 7
  • Releases: 0
Topics
computer-vision emotion-classification facial-expression-recognition facial-landmarks pytorch
Created about 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme License Citation

README.md

ResEmoteNet: Bridging Accuracy and Loss Reduction in Facial Emotion Recognition

PWC PWC PWC PWC

A new network that helps in extracting facial features and predict the emotion labels.

The emotion labels in this project are: - Happiness - Surprise - Anger - Sadness - Disgust - Fear - Neutral

Table of Content:

Installation

  1. Create a Conda environment. bash conda create --n "fer" conda activate fer

  2. Install Python v3.8 using Conda. bash conda install python=3.8

  3. Clone the repository. bash git clone https://github.com/ArnabKumarRoy02/ResEmoteNet.git

  4. Install the required libraries. bash pip install -r requirement.txt

Usage

Run the file. bash cd train_files python ResEmoteNet_train.py

Checkpoints

All of the checkpoint models for FER2013, RAF-DB and AffectNet-7 can be found here.

Results

  • FER2013:
    • Testing Accuracy: 79.79% (SoTA - 76.82%)
  • CK+:
    • Testing Accuracy: 100% (SoTA - 100%)
  • RAF-DB:
    • Testing Accuracy: 94.76% (SoTA - 92.57%)
  • FERPlus:
    • Testing Accuracy: 91.64% (SoTA - 95.55%)
  • AffectNet (7 emotions):
    • Testing Accuracy: 72.93% (SoTA - 69.4%)
  • ExpW:
    • Testing Accuracy: 75.67%

License

This repository is licensed under the MIT License. See the LICENSE file for more details.

Cite our paper: text @ARTICLE{10812829, author={Roy, Arnab Kumar and Kathania, Hemant Kumar and Sharma, Adhitiya and Dey, Abhishek and Ansari, Md. Sarfaraj Alam}, journal={IEEE Signal Processing Letters}, title={ResEmoteNet: Bridging Accuracy and Loss Reduction in Facial Emotion Recognition}, year={2024}, pages={1-5}, keywords={Emotion recognition;Feature extraction;Convolutional neural networks;Accuracy;Training;Computer architecture;Residual neural networks;Facial features;Face recognition;Facial Emotion Recognition;Convolutional Neural Network;Squeeze and Excitation Network;Residual Network}, doi={10.1109/LSP.2024.3521321} }

Owner

  • Name: Arnab Kumar Roy
  • Login: ArnabKumarRoy02
  • Kind: user
  • Location: Bongaigaon

GitHub Events

Total
  • Issues event: 69
  • Watch event: 86
  • Issue comment event: 87
  • Push event: 17
  • Fork event: 21
Last Year
  • Issues event: 69
  • Watch event: 86
  • Issue comment event: 87
  • Push event: 17
  • Fork event: 21

Issues and Pull Requests

Last synced: 9 months ago

All Time
  • Total issues: 23
  • Total pull requests: 0
  • Average time to close issues: 9 days
  • Average time to close pull requests: N/A
  • Total issue authors: 13
  • Total pull request authors: 0
  • Average comments per issue: 1.48
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 23
  • Pull requests: 0
  • Average time to close issues: 9 days
  • Average time to close pull requests: N/A
  • Issue authors: 13
  • Pull request authors: 0
  • Average comments per issue: 1.48
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • romanceyu (6)
  • lucky0513123 (4)
  • XFFFCCCC (3)
  • xiojioji (3)
  • danielcasanova12 (2)
  • as43647 (2)
  • f15536 (2)
  • chenyin2 (2)
  • savitru10 (2)
  • intmeX (1)
  • BillHardToSay (1)
  • moonyy929 (1)
  • ZiJie910811 (1)
  • anay-p (1)
  • BerindeieAlexandru (1)
Pull Request Authors
  • alanniido (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

requirements.txt pypi
  • Pillow ==10.3.0
  • dlib ==19.24.2
  • matplotlib ==3.8.3
  • numpy ==1.26.4
  • opencv_python ==4.9.0.80
  • pandas ==2.2.2
  • retina_face ==0.0.14
  • seaborn ==0.13.2
  • torch ==2.1.2
  • torchvision ==0.16.2
  • tqdm ==4.66.1
  • urllib3 ==2.2.1