ZhenglinZhou / STAR

[CVPR 2023] STAR Loss: Reducing Semantic Ambiguity in Facial Landmark Detection
157 stars 17 forks source link

Could STAR loss works in coor regression methods? #17

Closed DUTyimmy closed 11 months ago

ZhenglinZhou commented 11 months ago

Hi @DUTyimmy, thanks for your interest!

The STAR loss is potentially effective in coordinate regression methods.

The key to implying STAR loss is the estimation of the covariance matrix. To estimate the covariance matrix in coordinate regression methods, one option is to incorporate a covariance prediction branch (consider Cholesky Estimator Net in this paper).

If you have any questions, please let me know.