DORNet: A Degradation Oriented and Regularized Network for Blind Depth Super-Resolution
About
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.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Depth Super-Resolution | NYU v2 (test) | RMSE10.97 | 136 | |
| Joint Depth Super-Resolution and Denoising | NYU v2 (test) | RMSE5.69 | 78 | |
| Depth Map Super-Resolution | RGB-D-D (test) | RMSE5.05 | 42 | |
| Depth Super-Resolution | Middlebury Bicubic downsampling synthetic (test) | RMSE (x4)1.05 | 20 | |
| Depth Super-Resolution | NYU Bicubic downsampling synthetic v2 (test) | RMSE (x4)1.19 | 20 | |
| Depth Super-Resolution | Lu Bicubic downsampling synthetic (test) | RMSE (x4)0.92 | 20 | |
| Depth Super-Resolution | RGB-D-D Bicubic downsampling synthetic (test) | RMSE (4x)1.15 | 19 | |
| Depth Super-Resolution | NYU Nearest-neighbor downsampling synthetic v2 (test) | RMSE (x4)2.02 | 17 | |
| Depth Super-Resolution | Middlebury Nearest-neighbor downsampling synthetic (test) | RMSE (x4)1.73 | 17 | |
| Depth Super-Resolution | Lu Nearest-neighbor downsampling synthetic (test) | RMSE (x4)2.08 | 17 |