CVIVAug 21, 2022

Multi-task Learning for Monocular Depth and Defocus Estimations with Real Images

arXiv:2208.09848v11 citationsh-index: 34Has Code
Originality Incremental advance
AI Analysis

This addresses the need for improved accuracy in computer vision tasks like 3D reconstruction and image processing, though it is incremental as it builds on existing multi-task learning approaches.

The paper tackles the problem of jointly estimating depth and defocus from a single focused image by proposing a multi-task learning network, achieving significantly better performance than state-of-the-art algorithms.

Monocular depth estimation and defocus estimation are two fundamental tasks in computer vision. Most existing methods treat depth estimation and defocus estimation as two separate tasks, ignoring the strong connection between them. In this work, we propose a multi-task learning network consisting of an encoder with two decoders to estimate the depth and defocus map from a single focused image. Through the multi-task network, the depth estimation facilitates the defocus estimation to get better results in the weak texture region and the defocus estimation facilitates the depth estimation by the strong physical connection between the two maps. We set up a dataset (named ALL-in-3D dataset) which is the first all-real image dataset consisting of 100K sets of all-in-focus images, focused images with focus depth, depth maps, and defocus maps. It enables the network to learn features and solid physical connections between the depth and real defocus images. Experiments demonstrate that the network learns more solid features from the real focused images than the synthetic focused images. Benefiting from this multi-task structure where different tasks facilitate each other, our depth and defocus estimations achieve significantly better performance than other state-of-art algorithms. The code and dataset will be publicly available at https://github.com/cubhe/MDDNet.

Foundations

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

Your Notes