CVSep 1, 2024

Disparity Estimation Using a Quad-Pixel Sensor

arXiv:2409.00665v14 citationsh-index: 21Has Code
Originality Incremental advance
AI Analysis

This is an incremental improvement for mobile camera depth estimation using emerging quad-pixel hardware.

The paper tackles depth estimation from quad-pixel sensors by proposing QPDNet, a network that fuses vertical and horizontal stereo-matching correlations, and demonstrates it outperforms state-of-the-art methods.

A quad-pixel (QP) sensor is increasingly integrated into commercial mobile cameras. The QP sensor has a unit of 2$\times$2 four photodiodes under a single microlens, generating multi-directional phase shifting when out-focus blurs occur. Similar to a dual-pixel (DP) sensor, the phase shifting can be regarded as stereo disparity and utilized for depth estimation. Based on this, we propose a QP disparity estimation network (QPDNet), which exploits abundant QP information by fusing vertical and horizontal stereo-matching correlations for effective disparity estimation. We also present a synthetic pipeline to generate a training dataset from an existing RGB-Depth dataset. Experimental results demonstrate that our QPDNet outperforms state-of-the-art stereo and DP methods. Our code and synthetic dataset are available at https://github.com/Zhuofeng-Wu/QPDNet.

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