Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Figure 6 #4

Open
prlz77 opened this issue Sep 11, 2020 · 1 comment
Open

Figure 6 #4

prlz77 opened this issue Sep 11, 2020 · 1 comment

Comments

@prlz77
Copy link

prlz77 commented Sep 11, 2020

Hi @sumedhasingla ,

I am trying to reproduce Figure 6 of the paper but I cannot find the images you use. Would you mind to tell me how to find them?

Thanks!!

Pau

@sumedhasingla
Copy link
Contributor

Dear Pau,
For Figure 6, one need to do following steps:

  1. Train a binary classifier to detect if a person is smiling or not. In doing so use a dataset that has the same number of men and women in both positive and negative classes.
  2. Train a new binary classifier to detect if a person is smiling or not. This time, all smiling faces are of men and all not smiling faces are of females.
  3. For both the classifiers, process the dataset through the classifier and save their outputs.
  4. Create bins or partitions based on the classifier output. Refer this
  5. Train two explainer models one for each classifier.
  6. Compare the output of the explainer on the same input image for the two explainers.

I hope I answered your question. Let me know if you need any more information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants