CVROJun 8, 2020

Pixel-Wise Motion Deblurring of Thermal Videos

arXiv:2006.04973v13 citations
Originality Incremental advance
AI Analysis

This addresses motion blur in thermal cameras for robotics, enabling better vision in the dark, but is incremental as it adapts existing optimization techniques to a specific sensor issue.

The paper tackled motion blur in thermal videos from uncooled microbolometers, which limits robotic applications, by formulating pixel-wise deblurring as a LASSO problem solved with quadratic programming, resulting in restored images where object detectors performed systematically better than with state-of-the-art methods.

Uncooled microbolometers can enable robots to see in the absence of visible illumination by imaging the "heat" radiated from the scene. Despite this ability to see in the dark, these sensors suffer from significant motion blur. This has limited their application on robotic systems. As described in this paper, this motion blur arises due to the thermal inertia of each pixel. This has meant that traditional motion deblurring techniques, which rely on identifying an appropriate spatial blur kernel to perform spatial deconvolution, are unable to reliably perform motion deblurring on thermal camera images. To address this problem, this paper formulates reversing the effect of thermal inertia at a single pixel as a Least Absolute Shrinkage and Selection Operator (LASSO) problem which we can solve rapidly using a quadratic programming solver. By leveraging sparsity and a high frame rate, this pixel-wise LASSO formulation is able to recover motion deblurred frames of thermal videos without using any spatial information. To compare its quality against state-of-the-art visible camera based deblurring methods, this paper evaluated the performance of a family of pre-trained object detectors on a set of images restored by different deblurring algorithms. All evaluated object detectors performed systematically better on images restored by the proposed algorithm rather than any other tested, state-of-the-art methods.

Code Implementations1 repo
Foundations

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

Your Notes