CVLGROIVMay 20, 2022

How to Guide Adaptive Depth Sampling?

arXiv:2205.10202v12 citationsh-index: 25
Originality Incremental advance
AI Analysis

This addresses the challenge of optimizing depth sensing efficiency for applications like robotics or AR/VR, though it appears incremental as it builds on existing adaptive sampling concepts.

The paper tackles the problem of adaptive depth sampling to reduce reconstruction error or enable sparser patterns, proposing a method that uses an Importance Map to guide sampling and showing it outperforms grid, random, and state-of-the-art adaptive algorithms in simulations.

Recent advances in depth sensing technologies allow fast electronic maneuvering of the laser beam, as opposed to fixed mechanical rotations. This will enable future sensors, in principle, to vary in real-time the sampling pattern. We examine here the abstract problem of whether adapting the sampling pattern for a given frame can reduce the reconstruction error or allow a sparser pattern. We propose a constructive generic method to guide adaptive depth sampling algorithms. Given a sampling budget B, a depth predictor P and a desired quality measure M, we propose an Importance Map that highlights important sampling locations. This map is defined for a given frame as the per-pixel expected value of M produced by the predictor P, given a pattern of B random samples. This map can be well estimated in a training phase. We show that a neural network can learn to produce a highly faithful Importance Map, given an RGB image. We then suggest an algorithm to produce a sampling pattern for the scene, which is denser in regions that are harder to reconstruct. The sampling strategy of our modular framework can be adjusted according to hardware limitations, type of depth predictor, and any custom reconstruction error measure that should be minimized. We validate through simulations that our approach outperforms grid and random sampling patterns as well as recent state-of-the-art adaptive algorithms.

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