bytedance / RLFN

Winner of runtime track in NTIRE 2022 challenge on Efficient Super-Resolution
Apache License 2.0
152 stars 22 forks source link

about Contrastive Loss #9

Open jhl13 opened 2 years ago

jhl13 commented 2 years ago

Hi, thanks for your great work!

I have a question about contrastive loss. What does (Ypos, Yneg, Yanchor) stand for?

fyan111 commented 1 year ago

neg = perform bicubic interpolation on LR pos = HR anchor = SR(model output)