For inpainting and outpainting, the key metrics focus on how well the model fills missing or extends image parts realistically and consistently. Common metrics include:
- PSNR (Peak Signal-to-Noise Ratio): Measures how close the generated pixels are to the original ones. Higher PSNR means less difference.
- SSIM (Structural Similarity Index): Checks if the generated image parts keep the same structure and texture as the original. Values closer to 1 are better.
- FID (Fréchet Inception Distance): Compares the distribution of generated images to real images. Lower FID means more realistic outputs.
These metrics matter because inpainting and outpainting need to produce visually plausible and coherent images, not just pixel-perfect copies.