9 Repos
Models for super-resolution, style transfer, denoising, and colorization.
Explore 9 awesome GitHub repositories matching part of an awesome list · Image Transformation. Refine with filters or upvote what's useful.
This project is an unsupervised image restoration tool that uses a convolutional neural network as a structural prior to reconstruct images from noisy or incomplete data. It functions as a neural network image prior, utilizing the inherent biases of the network architecture to restore pixels without the need for a pre-trained dataset or external learning. The system performs zero-shot image restoration by treating the network architecture itself as a regularization term. It uses a randomly initialized encoder-decoder structure and iterative gradient descent to minimize pixel-wise loss, recove
Deep image prior for restoration tasks.
PerceptualSimilarity is a deep learning framework designed to quantify and evaluate the perceptual distance between images. It provides a system for measuring how similar two images or image patches appear to human vision by using deep feature representations instead of pixel-wise differences. The project implements a differentiable distance metric that functions as a loss function, allowing image pixels to be optimized via backpropagation to reach a target visual appearance. It includes a trainable linear layer that can be applied to frozen deep features to learn weighted distance metrics al
Deep features as a perceptual metric.
Automatic colorization using deep neural networks. "Colorful Image Colorization." In ECCV, 2016.
Colorful image colorization models.
Beyond a Gaussian Denoiser: Residual Learning of Deep CNN for Image Denoising (TIP, 2017)
Residual learning for image denoising.
Arbitrary Style Transfer in Real-time with Adaptive Instance Normalization
Arbitrary style transfer with adaptive instance normalization.
PyTorch code for our ECCV 2018 paper "Image Super-Resolution Using Very Deep Residual Channel Attention Networks"
Residual channel attention networks for super-resolution.
Torch code for our CVPR 2018 paper "Residual Dense Network for Image Super-Resolution" (Spotlight)
Residual dense network for super-resolution.
Image style transfer using convolutional neural networks.