You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support for Detail Losses and additive impairments as a differentiable loss function.
Motivation
VMAF is the de-facto benchmark for assessing quality in videos and is composed of two metrics: VIF (already implemented in torchmetrics) and ADM. To compute loss in videos using this metric, it'd be great to have its implementation. This is not only important for evaluating videos but also for individual images.
Pitch
Pixel-based difference measures such as PSNR and MSE correlate poorly with the human perception. To counter this, DLM[1] is a widely used for image quality assessment that doesn't depend on such pixel-wise statistics. Since all features of DLM are differentiable and can be ported to GPU instructions, it can serve as a great metric as a loss function.
🚀 Feature
Support for Detail Losses and additive impairments as a differentiable loss function.
Motivation
VMAF is the de-facto benchmark for assessing quality in videos and is composed of two metrics: VIF (already implemented in torchmetrics) and ADM. To compute loss in videos using this metric, it'd be great to have its implementation. This is not only important for evaluating videos but also for individual images.
Pitch
Pixel-based difference measures such as PSNR and MSE correlate poorly with the human perception. To counter this, DLM[1] is a widely used for image quality assessment that doesn't depend on such pixel-wise statistics. Since all features of DLM are differentiable and can be ported to GPU instructions, it can serve as a great metric as a loss function.
Alternatives
None
Additional context
NA
Related to #1245
The text was updated successfully, but these errors were encountered: