CVMar 3, 2025

SVDC: Consistent Direct Time-of-Flight Video Depth Completion with Frequency Selective Fusion

arXiv:2503.01257v15 citationsh-index: 15Has CodeCVPR
Originality Incremental advance
AI Analysis

This addresses depth sensing for mobile devices, but it is incremental as it builds on existing multi-frame fusion techniques with specific improvements.

The paper tackles the problem of sparse and noisy depth maps from direct Time-of-Flight sensors by proposing SVDC, a video depth completion method that fuses sparse dToF data with RGB guidance, achieving optimal accuracy and consistency on TartanAir and Dynamic Replica datasets.

Lightweight direct Time-of-Flight (dToF) sensors are ideal for 3D sensing on mobile devices. However, due to the manufacturing constraints of compact devices and the inherent physical principles of imaging, dToF depth maps are sparse and noisy. In this paper, we propose a novel video depth completion method, called SVDC, by fusing the sparse dToF data with the corresponding RGB guidance. Our method employs a multi-frame fusion scheme to mitigate the spatial ambiguity resulting from the sparse dToF imaging. Misalignment between consecutive frames during multi-frame fusion could cause blending between object edges and the background, which results in a loss of detail. To address this, we introduce an adaptive frequency selective fusion (AFSF) module, which automatically selects convolution kernel sizes to fuse multi-frame features. Our AFSF utilizes a channel-spatial enhancement attention (CSEA) module to enhance features and generates an attention map as fusion weights. The AFSF ensures edge detail recovery while suppressing high-frequency noise in smooth regions. To further enhance temporal consistency, We propose a cross-window consistency loss to ensure consistent predictions across different windows, effectively reducing flickering. Our proposed SVDC achieves optimal accuracy and consistency on the TartanAir and Dynamic Replica datasets. Code is available at https://github.com/Lan1eve/SVDC.

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