Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Unidirectional Video Denoising by Mimicking Backward Recurrent Modules with Look-ahead Forward Ones

About

While significant progress has been made in deep video denoising, it remains very challenging for exploiting historical and future frames. Bidirectional recurrent networks (BiRNN) have exhibited appealing performance in several video restoration tasks. However, BiRNN is intrinsically offline because it uses backward recurrent modules to propagate from the last to current frames, which causes high latency and large memory consumption. To address the offline issue of BiRNN, we present a novel recurrent network consisting of forward and look-ahead recurrent modules for unidirectional video denoising. Particularly, look-ahead module is an elaborate forward module for leveraging information from near-future frames. When denoising the current frame, the hidden features by forward and look-ahead recurrent modules are combined, thereby making it feasible to exploit both historical and near-future frames. Due to the scene motion between non-neighboring frames, border pixels missing may occur when warping look-ahead feature from near-future frame to current frame, which can be largely alleviated by incorporating forward warping and proposed border enlargement. Experiments show that our method achieves state-of-the-art performance with constant latency and memory consumption. Code is avaliable at https://github.com/nagejacob/FloRNN.

Junyi Li, Xiaohe Wu, Zhenxing Niu, Wangmeng Zuo• 2022

Related benchmarks

TaskDatasetResultRank
Video DenoisingSet8 (test)
PSNR37.57
127
Video DenoisingDAVIS 2017 (test)
PSNR40.16
60
Low-light Raw Video DenoisingLLRVD (test)
PSNR37.47
15
Low-light Video EnhancementSMOID Gain 0 (test)
PSNR41.39
15
Low-light Video EnhancementSMOID Gain 15 (test)
PSNR40.74
15
Low-light Video EnhancementSMOID Gain 30 (test)
PSNR41.55
15
Video DenoisingCRVD 87 (full)
PSNR36.66
13
Video DenoisingIOCV 10 (full)
PSNR38.64
13
Video DenoisingCRVD indoor ISO 1600
PSNR44.07
9
Video DenoisingCRVD indoor ISO 3200
PSNR42.98
9
Showing 10 of 16 rows

Other info

Follow for update