ZYYSny / Deterministic-and-Stochastic-Synthesis-Network

Codes and models for the SIGGRAPH Asia 2018 paper "Image Super-Resolution via Deterministic-Stochastic Synthesis and Local Statistical Rectification".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deterministic-and-Stochastic-Synthesis-Network

Codes and models for the SIGGRAPH Asia 2018 paper "Image Super-Resolution via Deterministic-Stochastic Synthesis and Local Statistical Rectification".

Deterministic and Stochastic Synthesis

By Weifeng Ge, Yizhou Yu

Department of Computer Science, The University of Hong Kong

Table of Contents

  1. Introduction
  2. Citation
  3. Pipeline
  4. Codes and Installation
  5. Models
  6. Results

Introduction

This repository contains the codes and models described in the paper "Image Super-Resolution via Deterministic-Stochastic Synthesis and Local Statistical Rectification"(https://arxiv.org/pdf/1809.06557.pdf). These models are trained and tested on the dataset of NTIRE 2017 DIV2K super resolution track.

Note

  1. All algorithms are implemented based on the deep learning framework Caffe.
  2. Please add the additional layers used into your own Caffe to run the training codes.

Citation

If you use these codes and models in your research, please cite:

   @inproceedings{ge2018image,
           title={Image super-resolution via deterministic-stochastic synthesis and local statistical rectification},
           author={Ge, Weifeng and Gong, Bingchen and Yu, Yizhou},
           booktitle={SIGGRAPH Asia 2018 Technical Papers},
           pages={260},
           year={2018},
           organization={ACM}
   }

About

Codes and models for the SIGGRAPH Asia 2018 paper "Image Super-Resolution via Deterministic-Stochastic Synthesis and Local Statistical Rectification".


Languages

Language:C++ 82.6%Language:Cuda 17.4%