CVOct 15, 2024

DORNet: A Degradation Oriented and Regularized Network for Blind Depth Super-Resolution

arXiv:2410.11666v414 citationsh-index: 13Has CodeCVPR
Originality Incremental advance
AI Analysis

This addresses a practical limitation in depth sensing for applications like robotics or AR/VR, though it appears incremental as it builds on existing RGB-guided methods.

The paper tackles the problem of blind depth super-resolution under unknown real-world degradation, proposing DORNet which adaptively addresses this through implicit degradation representations and achieves superior performance over existing methods on real and synthetic datasets.

Recent RGB-guided depth super-resolution methods have achieved impressive performance under the assumption of fixed and known degradation (e.g., bicubic downsampling). However, in real-world scenarios, captured depth data often suffer from unconventional and unknown degradation due to sensor limitations and complex imaging environments (e.g., low reflective surfaces, varying illumination). Consequently, the performance of these methods significantly declines when real-world degradation deviate from their assumptions. In this paper, we propose the Degradation Oriented and Regularized Network (DORNet), a novel framework designed to adaptively address unknown degradation in real-world scenes through implicit degradation representations. Our approach begins with the development of a self-supervised degradation learning strategy, which models the degradation representations of low-resolution depth data using routing selection-based degradation regularization. To facilitate effective RGB-D fusion, we further introduce a degradation-oriented feature transformation module that selectively propagates RGB content into the depth data based on the learned degradation priors. Extensive experimental results on both real and synthetic datasets demonstrate the superiority of our DORNet in handling unknown degradation, outperforming existing methods. The code is available at https://github.com/yanzq95/DORNet.

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