SRN

In collaboration with Guillaume Haerinck

Video deblurring is a heavily researched topic that has seen further improvements with the introduction of machine learning. That’s why we decided to focus on this topic for this project. The study focuses on motion blur.

We studied the paper Scale-recurrent Network for Deep Image Deblurring by X. Tao, H. Gao, Y. Wang, X. Shen, J. Wang and J. Jia.

We implemented our own CNN and an auto encoder to deblur videos and we compared its performance against SRN.

We wrote a paper, where we have selected a few of the best ranked neural networks in terms of their average PSNR and SSIM for the GoPro and related dataset. The Scale Recurrent Neural network (SRN) being both open source and still in the top list, we focused our attention on its structure and performance while still covering key points of other papers. We also present our own results.

Check the source code