Features are individual inputs that (VMAF) models may use to fuse into a final quality metric score. Note that an existing quality metric can serve as a feature of a new quality metric. Features can also be enabled individually without fusing (e.g., when using VMAF via FFmpeg).
This is an overview of the available features including their identifier (e.g., when using libvmaf through ffmpeg
) and the individual metrics that will be computed as part of the feature:
Feature name | Identifier | Core feature? | Individual Metrics |
---|---|---|---|
VIF | vif |
Yes | vif_scale0 , vif_scale1 , vif_scale2 , vif_scale3 |
Motion2 | motion |
Yes | motion , motion2 |
ADM | adm |
Yes | adm2 , adm_scale0 , adm_scale1 , adm_scale2 , adm_scale3 |
CAMBI | cambi |
No | cambi |
CIEDE2000 | ciede |
No | ciede2000 |
MS-SSIM | float_ms_ssim |
No | |
PSNR | psnr |
No | psnr_y , psnr_cb , psnr_cr |
PSNR-HVS | psnr_hvs |
No | psnr_hvs , psnr_hvs_y , psnr_hvs_cb , psnr_hvs_cr |
SSIM | float_ssim |
No |
Note: Depending on the build of libvmaf, not all features may be available.
Read on for a detailed description.
The following core features are part of the pre-trained VMAF models, and they have been introduced in the original VMAF tech blog article from 2016:
VIF is a well-adopted image quality metric based on the premise that quality is complementary to the measure of information fidelity loss. In its original form, the VIF score is measured as a loss of fidelity combining four scales. In VMAF, we adopt a modified version of VIF where the loss of fidelity in each scale is included as an elementary metric.
It has been described in Sheikh, Hamid R., and Alan C. Bovik. "Image information and visual quality." IEEE Transactions on image processing 15.2 (2006): 430-444.
This is a simple measure of the temporal difference between adjacent frames. This is accomplished by calculating the average absolute pixel difference for the luminance component.
ADM was previously named Detail Loss Metric (DLM), described in S. Li, F. Zhang, L. Ma, and K. Ngan, “Image Quality Assessment by Separately Evaluating Detail Losses and Additive Impairments,” IEEE Transactions on Multimedia, vol. 13, no. 5, pp. 935–949, Oct. 2011.
DLM is an image quality metric based on the rationale of separately measuring the loss of details which affects the content visibility, and the redundant impairment which distracts viewer attention. The original metric combines both DLM and additive impairment measure (AIM) to yield a final score. In VMAF, only the DLM part is added as an elementary metric. Particular care was taken for special cases, such as black frames, where numerical calculations for the original formulation break down.
The following additional features are available and partly explained on dedicated pages:
- CAMBI
- CIEDE2000
- MS-SSIM
- PSNR
- PSNR-HVS
- SSIM