Coder Social home page Coder Social logo

Comments (8)

kdhht2334 avatar kdhht2334 commented on August 25, 2024

Basically, our FER model operates in the valence-arousal (VA) space.

So, the ground truth (GT) should be annotated for both valence and arousal respectively.

For example, an example file training.csv is as follows.

filePath valence arousal
1/001/1.png 0.2 -0.1
... ... ...

Here, the path of filePath can be set arbitrarily by the user (e.g., 001/1.png).

Fore more details, please refer this web site :)
https://ibug.doc.ic.ac.uk/resources/afew-va-database/

from elim_fer.

Doanhdz avatar Doanhdz commented on August 25, 2024

Sorry but which i want you explain to me is how do the image is annotated with 0.2 (valence) and 0.1 (arousal) ? What is it based on ? I have too many data with unlabeled, but I dont't know the way to annotate the value of valence and arousal

from elim_fer.

kdhht2334 avatar kdhht2334 commented on August 25, 2024

First of all, it is difficult to annotate valence and arousal values directly from a given image. Unlike common problems such as classification tasks, emotion annotation is not easy and involves some qualitative subjectivity.

There are roughly two options.

  1. Self-annotation: Having the subject of the image annotate their feelings at that moment. The meaning of the valence and arousal axes must be taught in advance.

  2. Hire skilled annotators

The criteria for annotation in VA space can be found in the paper below:

  • J. Posner et al. The circumplex model of affect: An integrative approach to affective neuroscience, cognitive development, and psychopathology, 2005.

from elim_fer.

Doanhdz avatar Doanhdz commented on August 25, 2024

Thanks for your answer, I will try it?

from elim_fer.

kdhht2334 avatar kdhht2334 commented on August 25, 2024

Sorry for the late reply :)

Sure!! But be careful below things:

  • When annotating Valence-Arousal (VA) values, if the proportion of outlier samples is large, the model may not be trained properly.
  • Here, an outlier sample is a case where the absolute value of the VA value is too large compared to other samples.

Fingers crossed!

from elim_fer.

Doanhdz avatar Doanhdz commented on August 25, 2024

So what you mean is that I need to collect balanced datasets that fill all the VA space ?

from elim_fer.

kdhht2334 avatar kdhht2334 commented on August 25, 2024

Yes.

The best way is to collect the dataset with a distribution similar to Figure 4 in the paper below:

from elim_fer.

Doanhdz avatar Doanhdz commented on August 25, 2024

Thanks for your support, I got it.

from elim_fer.

Related Issues (6)

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.