CVIVMay 7, 2021

Toward Interactive Modulation for Photo-Realistic Image Restoration

arXiv:2105.03085v121 citations
Originality Incremental advance
AI Analysis

This work addresses the lack of finer texture details in image restoration for users needing adjustable output effects, representing an incremental improvement over previous methods focused on reconstruction accuracy.

The paper tackles the problem of generating high-frequency textures in image restoration modulation tasks, achieving excellent performance with a controllable UNet GAN that allows interactive control of restoration levels.

Modulating image restoration level aims to generate a restored image by altering a factor that represents the restoration strength. Previous works mainly focused on optimizing the mean squared reconstruction error, which brings high reconstruction accuracy but lacks finer texture details. This paper presents a Controllable Unet Generative Adversarial Network (CUGAN) to generate high-frequency textures in the modulation tasks. CUGAN consists of two modules -- base networks and condition networks. The base networks comprise a generator and a discriminator. In the generator, we realize the interactive control of restoration levels by tuning the weights of different features from different scales in the Unet architecture. Moreover, we adaptively modulate the intermediate features in the discriminator according to the severity of degradations. The condition networks accept the condition vector (encoded degradation information) as input, then generate modulation parameters for both the generator and the discriminator. During testing, users can control the output effects by tweaking the condition vector. We also provide a smooth transition between GAN and MSE effects by a simple transition method. Extensive experiments demonstrate that the proposed CUGAN achieves excellent performance on image restoration modulation tasks.

Foundations

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

Your Notes