CVSep 24, 2022

Face Super-Resolution Using Stochastic Differential Equations

arXiv:2209.12064v112 citationsh-index: 33Has Code
Originality Incremental advance
AI Analysis

This work addresses the problem of enhancing low-resolution face images for applications like face recognition, but it is incremental as it adapts an existing SDE framework to a specific domain.

The paper tackles face image super-resolution by applying stochastic differential equations (SDEs) for the first time in this context, resulting in improved PSNR, SSIM, and consistency metrics compared to existing diffusion-based methods.

Diffusion models have proven effective for various applications such as images, audio and graph generation. Other important applications are image super-resolution and the solution of inverse problems. More recently, some works have used stochastic differential equations (SDEs) to generalize diffusion models to continuous time. In this work, we introduce SDEs to generate super-resolution face images. To the best of our knowledge, this is the first time SDEs have been used for such an application. The proposed method provides an improved peak signal-to-noise ratio (PSNR), structural similarity index measure (SSIM), and consistency than the existing super-resolution methods based on diffusion models. In particular, we also assess the potential application of this method for the face recognition task. A generic facial feature extractor is used to compare the super-resolution images with the ground truth and superior results were obtained compared with other methods. Our code is publicly available at https://github.com/marcelowds/sr-sde

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes