CVApr 7, 2022

Learning Online Multi-Sensor Depth Fusion

arXiv:2204.03353v27 citationsh-index: 191Has Code
AI Analysis

This work addresses the need for more accurate and robust 3D reconstruction in hand-held or mixed reality devices by enabling effective fusion of multiple sensors, though it is incremental as it builds on existing depth fusion techniques.

The paper tackles the problem of robust online multi-sensor depth fusion for 3D reconstruction by introducing SenFuNet, which learns sensor-specific noise and outlier statistics to combine depth streams without requiring time synchronization or calibration, outperforming existing methods in experiments on real-world datasets.

Many hand-held or mixed reality devices are used with a single sensor for 3D reconstruction, although they often comprise multiple sensors. Multi-sensor depth fusion is able to substantially improve the robustness and accuracy of 3D reconstruction methods, but existing techniques are not robust enough to handle sensors which operate with diverse value ranges as well as noise and outlier statistics. To this end, we introduce SenFuNet, a depth fusion approach that learns sensor-specific noise and outlier statistics and combines the data streams of depth frames from different sensors in an online fashion. Our method fuses multi-sensor depth streams regardless of time synchronization and calibration and generalizes well with little training data. We conduct experiments with various sensor combinations on the real-world CoRBS and Scene3D datasets, as well as the Replica dataset. Experiments demonstrate that our fusion strategy outperforms traditional and recent online depth fusion approaches. In addition, the combination of multiple sensors yields more robust outlier handling and more precise surface reconstruction than the use of a single sensor. The source code and data are available at https://github.com/tfy14esa/SenFuNet.

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