wywu / LAB

[CVPR 2018] Look at Boundary: A Boundary-Aware Face Alignment Algorithm
https://wywu.github.io/projects/LAB/LAB.html
Other
1.01k stars 273 forks source link

Paper inconsistencies #20

Closed bobetocalo closed 5 years ago

bobetocalo commented 5 years ago

Dear Wayne Wu,

First of all I would like to congratulate you for your excellent work. I'm a PhD student at Spain. My research is focused on face alignment. I have used your WFLW trained model successfully and I read your CVPR paper. I would like to ask some questions:

Method Pupils Corners
LAB 6.98 5.19
SHN paper 7.00 4.9
DAN paper 7.57 5.24

Do you have an explanation for this normalization error? Could you update your fixed results or release the trained model in 300W?

I look forward to your response.

Best regards, Roberto Valle

ghost commented 5 years ago

I feel the same thing, can the author explain it?

wywu commented 5 years ago

Hi,

Thanks for your interest!

  1. we report the results in Table 4 in order to evaluate the ability of cross-dataset auxiliary training of our method rather than comparison. LAB w/o boundary is obtained by a Res-18 modified by adding two fully-connected layers with 256 units and cut to left only a quarter of feature maps on each layer. We trained from scratch and dropout with 0.5 is used before the first fully-connection layer.
  2. We are sorry that some details are missed in our original version of the paper. The inconsistency is caused by the different stacks of hourglass are used in the model. We have updated the results in Table. 1 in this version: https://wywu.github.io/projects/LAB/support/LAB.pdf. We will upload it to Arxiv later.

Best, Wayne