D-X-Y / landmark-detection

Four landmark detection algorithms, implemented in PyTorch.
https://xuanyidong.com/assets/projects/TPAMI-2020-SRT.html
MIT License
925 stars 180 forks source link

Hi,some question about the style aggregated images? #61

Closed wqz960 closed 4 years ago

wqz960 commented 4 years ago

Hi!There are some problems about SAN. In your paper, style diversity in face dataset will cause the accuracy loss in face landmarks detection, you use the style aggregated to ease this situation, If when we train the model, I use all face images including the synthetic face image made by PS, it is equivalent to doing data augmentation, doesn't this data augmentation technology also make face images of various styles learned by the network? How is this different from your style aggregated network?

D-X-Y commented 4 years ago

That is a good question. I did this ablation study two years ago. Training with PS-generated synthetic face images gets a slightly worse performance, but I forget the exact numbers. These PS-generated synthetic face images are like some sparse points at the data space, which has limited numbers. While our GAN-generated images are infinite, and thus has more potential than it.