Home

Awesome

Supervised Raw Video Denoising with a Benchmark Dataset on Dynamic Scenes (RViDeNet)

This repository contains official implementation of Supervised Raw Video Denoising with a Benchmark Dataset on Dynamic Scenes in CVPR 2020, by Huanjing Yue, Cong Cao, Lei Liao, Ronghe Chu, and Jingyu Yang.

<p align="center"> <img width="800" src="https://github.com/cao-cong/RViDeNet/blob/master/images/framework.png"> </p>

Paper

http://openaccess.thecvf.com/content_CVPR_2020/papers/Yue_Supervised_Raw_Video_Denoising_With_a_Benchmark_Dataset_on_Dynamic_CVPR_2020_paper.pdf<br/> http://openaccess.thecvf.com/content_CVPR_2020/supplemental/Yue_Supervised_Raw_Video_CVPR_2020_supplemental.pdf<br/>

Demo Video

https://youtu.be/5za3d81Eiqk<br/>

Dataset

Captured Raw Video Denoising Dataset (CRVD Dataset)

<p align="center"> <img width="600" src="https://github.com/cao-cong/RViDeNet/blob/master/images/dataset.png"> </p>

You can download our dataset from Google Drive or MEGA or Baidu Netdisk (key: cdux). We also provide original averaged frame (without applying BM3D) in folder "indoor_raw_noisy", named like "frameXX_clean.tiff". The Bayer pattern of raw data is GBRG, the black level is 240, the white level is 2^12-1. You can apply your ISP to raw data to generate sRGB video denoising data.

Copyright

The CRVD dataset is available for the academic purpose only. Any researcher who uses the CRVD dataset should obey the licence as below:

All of the CRVD Dataset (data and software) are copyright by Intelligent Imaging and Reconstruction Laboratory, Tianjin University and published under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 License. This means that you must attribute the work in the manner specified by the authors, you may not use this work for commercial purposes and if you alter, transform, or build upon this work, you may distribute the resulting work only under the same license.

This dataset is for non-commercial use only. However, if you find yourself or your personal belongings in the data, please contact us, and we will immediately remove the respective images from our servers.

Code

Dependencies and Installation

Prepare Data

Test

Train

Citation

If you find our dataset or code helpful in your research or work, please cite our paper:

@inproceedings{yue2020supervised,
  title={Supervised Raw Video Denoising with a Benchmark Dataset on Dynamic Scenes},
  author={Yue, Huanjing and Cao, Cong and Liao, Lei and Chu, Ronghe and Yang, Jingyu},
  booktitle={IEEE Conference on Computer Vision and Pattern Recognition},
  year={2020}
}

Acknowledgement

Our work and implementations are inspired by following projects:<br/> [Unprocessing] (https://github.com/google-research/google-research/tree/master/unprocessing)<br/> [EDVR] (https://github.com/xinntao/EDVR)<br/> [SID] (https://github.com/cchen156/Learning-to-See-in-the-Dark)<br/> [DANet] (https://github.com/junfu1115/DANet)<br/> [CCNet] (https://github.com/speedinghzl/CCNet)<br/>