Optimization-based:
texture synthesis
- Texture synthesis using convolutional neural networks. [pdf]
feature inversion
- Understanding Deep Image Representations by Inverting Them.
style transfer = feature inversion + texture synthesis
Image style transfer using convolutional neural networks. [pdf] [code] (no training, test is slow)
Perceptual Losses for Real-Time Style Transfer and Super-Resolution. [pdf] (train a network for each style using style image and content image as inputs, real-time test, belong to one-to-one image mapping)
Texture Networks: Feed-forward Synthesis of Textures and Stylized Image. [pdf]
A learned representation for artistic style. [pdf] (train a unified network for multiple styles)
Feedforward-based:
super-resolution
Learning a deep convolutional network for image super-resolution. [pdf]
Accurate Image Super-Resolution Using Very Deep Convolutional Networks [pdf] [code] (VGG learns residual)
Accelerating the Super-Resolution Convolutional Neural Network. [pdf] (hourglass structure, deconv)
Deeply-recursive convolutional network for image super-resolution. [pdf]
Photo-realistic single image super-resolution using a generative adversarial network. [pdf] (content_loss, adversarial loss)
inpainting or hole-filling
colorization
denoising
decompression
- Compression Artifacts Reduction by a Deep Convolutional Network [pdf]
dehaze/deraining
- Dehazenet: An end-to-end system for single image haze removal [pdf]
demosaicking
- Deep joint demosaicking and denoising [pdf]
- domain adaptation
general image-to-image translation
paired training data
unpaired training data