CVJan 18, 2023

Deep Dynamic Scene Deblurring from Optical Flow

arXiv:2301.07329v125 citationsh-index: 49
Originality Incremental advance
AI Analysis

It addresses the problem of removing non-uniform blur in images for applications like photography and object detection, though it is incremental as it builds on existing optical flow and deep learning approaches.

The paper tackles dynamic scene deblurring by using optical flow estimated from consecutive images to guide a multi-scale RNN and CNN, achieving favorable performance in accuracy, speed, and model size compared to state-of-the-art methods.

Deblurring can not only provide visually more pleasant pictures and make photography more convenient, but also can improve the performance of objection detection as well as tracking. However, removing dynamic scene blur from images is a non-trivial task as it is difficult to model the non-uniform blur mathematically. Several methods first use single or multiple images to estimate optical flow (which is treated as an approximation of blur kernels) and then adopt non-blind deblurring algorithms to reconstruct the sharp images. However, these methods cannot be trained in an end-to-end manner and are usually computationally expensive. In this paper, we explore optical flow to remove dynamic scene blur by using the multi-scale spatially variant recurrent neural network (RNN). We utilize FlowNets to estimate optical flow from two consecutive images in different scales. The estimated optical flow provides the RNN weights in different scales so that the weights can better help RNNs to remove blur in the feature spaces. Finally, we develop a convolutional neural network (CNN) to restore the sharp images from the deblurred features. Both quantitative and qualitative evaluations on the benchmark datasets demonstrate that the proposed method performs favorably against state-of-the-art algorithms in terms of accuracy, speed, and model size.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes