Optical Flow Estimation from a Single Motion-blurred Image
This addresses a fundamental computer vision problem for applications like deblurring and moving object segmentation, but it is incremental as it builds on prior work showing motion blur's utility.
The paper tackles the problem of estimating optical flow from a single motion-blurred image, proposing an end-to-end framework that uses transformer networks to decode frame features and a coarse-to-fine flow estimator, achieving results evaluated on synthetic and real datasets.
In most of computer vision applications, motion blur is regarded as an undesirable artifact. However, it has been shown that motion blur in an image may have practical interests in fundamental computer vision problems. In this work, we propose a novel framework to estimate optical flow from a single motion-blurred image in an end-to-end manner. We design our network with transformer networks to learn globally and locally varying motions from encoded features of a motion-blurred input, and decode left and right frame features without explicit frame supervision. A flow estimator network is then used to estimate optical flow from the decoded features in a coarse-to-fine manner. We qualitatively and quantitatively evaluate our model through a large set of experiments on synthetic and real motion-blur datasets. We also provide in-depth analysis of our model in connection with related approaches to highlight the effectiveness and favorability of our approach. Furthermore, we showcase the applicability of the flow estimated by our method on deblurring and moving object segmentation tasks.