Home

Awesome

SRFeat: Single Image Super-Resolution with Feature Discrimination

This is the implementation of the models and source code for the "SRFeat: Single Image Super-Resolution with Feature Discrimination", ECCV2018. [project]

File description

Usage for testing

Usage for training

Because directly training a network with GAN loss is difficult, we first pretrain our network with MSE loss and after train our network with GAN loss. We uploaded matlab codes for data augmentation described in the paper. In the default, we use about 100,000 pre-cropped LR-HR patches made from DIV2K dataset. We recommend to precompute LR images by MATLAB imresize function ('bicubic' option) for getting the same performance in the paper when you want to use other dataset.

Citation

@InProceedings{Park_2018_ECCV,
author = {Park, Seong-Jin and Son, Hyeongseok and Cho, Sunghyun and Hong, Ki-Sang and Lee, Seungyong},
title = {SRFeat: Single Image Super-Resolution with Feature Discrimination},
booktitle = {European Conference on Computer Vision (ECCV)},
year = {2018}
}

License

This software is being made available under the terms in the LICENSE file.

Any exemptions to these terms requires a license from the Pohang University of Science and Technology.

About Coupe Project

Project ‘COUPE’ aims to develop software that evaluates and improves the quality of images and videos based on big visual data. To achieve the goal, we extract sharpness, color, composition features from images and develop technologies for restoring and improving by using it. In addition,ersonalization technology through userreference analysis is under study.

Please checkout out other Coupe repositories in our Posgraph github organization.

Acknowledgement