S2ML: Spatio-Spectral Mutual Learning for Depth Completion
Zihui Zhao, Yifei Zhang, Zheng Wang, Yang Li, Kui Jiang, Zihan Geng, Chia-Wen Lin
TL;DR
S2ML tackles depth completion by leveraging spatio-spectral mutual learning to exploit frequency-domain priors in raw depth images. It introduces a spectral fusion module that treats amplitude and phase spectra separately, and a spatial fusion module that combines frequency-domain features with local and global context via Swin-Convolution blocks. The method progressively refines depth predictions through cascaded spatio-spectral fusion pairs and a joint loss, achieving state-of-the-art performance on NYU-Depth v2 and SUN RGB-D with robust performance under RGB degradations and in outdoor-like scenarios. This approach offers a practical, efficient path to high-quality depth maps for downstream vision tasks by exploiting physical priors of depth invalid regions and the complementary information from RGB data.
Abstract
The raw depth images captured by RGB-D cameras using Time-of-Flight (TOF) or structured light often suffer from incomplete depth values due to weak reflections, boundary shadows, and artifacts, which limit their applications in downstream vision tasks. Existing methods address this problem through depth completion in the image domain, but they overlook the physical characteristics of raw depth images. It has been observed that the presence of invalid depth areas alters the frequency distribution pattern. In this work, we propose a Spatio-Spectral Mutual Learning framework (S2ML) to harmonize the advantages of both spatial and frequency domains for depth completion. Specifically, we consider the distinct properties of amplitude and phase spectra and devise a dedicated spectral fusion module. Meanwhile, the local and global correlations between spatial-domain and frequency-domain features are calculated in a unified embedding space. The gradual mutual representation and refinement encourage the network to fully explore complementary physical characteristics and priors for more accurate depth completion. Extensive experiments demonstrate the effectiveness of our proposed S2ML method, outperforming the state-of-the-art method CFormer by 0.828 dB and 0.834 dB on the NYU-Depth V2 and SUN RGB-D datasets, respectively.
