gladzhang / ART

PyTorch code for our ICLR 2023 paper "Accurate Image Restoration with Attention Retractable Transformer".
Apache License 2.0
148 stars 17 forks source link

Hello, have you tried losses such as DISTS or LPIPS? #10

Open MatteoEleouet opened 1 year ago

MatteoEleouet commented 1 year ago

Hello, congratulations for your work, I have the impression that the L1 loss gives very good results on the metric of the PSNR without the good visual quality. Have you studied the possibility of using a loss funciton such as DISTS or LPIPS mixed with an L1 loss function ?

Have a nice day.

gladzhang commented 1 year ago

There have been some works that try the mixed loss with DISTS or LPIPS. The purpose is to improve the visual quality. You can find these works and have a try.