Evaluation Metrics and Loss Functions in Neural Rendering
Given predicted image
Pixelwise Losses
Mean Squared Error (MSE)
Mean Absolute Error (MAE)\
Peak Signal-to-noise Ratio (PSNR)
where
Local Image Statistics
Structural Similarity Metric (SSIM)
SSIM is calculated patch-wisely. Given two patches
with
is the mean of the patch, is the variance of the patch, is the covariance between patch and and are constants, which stabilize computation.
Multiscale SSIM (MS-SSIM)
MS-SSIM computes and accumulates the statistics at multiple image scales.
CNN-Based Perceptual Loss
Given a pretrained model (e.g. VGG), we calculate the L1 loss between the output of each layers.
where