CVNov 5, 2024

Decoupling Fine Detail and Global Geometry for Compressed Depth Map Super-Resolution

arXiv:2411.03239v47 citationsh-index: 10Has CodeCVPR
Originality Highly original
AI Analysis

This work solves the problem of compressed depth map super-resolution for applications like consumer-grade depth cameras and data transmission, representing a strong specific gain rather than a foundational advancement.

The paper tackles the problem of recovering high-quality depth maps from compressed sources by addressing challenges in fine detail recovery and global geometry estimation, resulting in a method that won first place in the ECCV 2024 AIM Compressed Depth Upsampling Challenge.

Recovering high-quality depth maps from compressed sources has gained significant attention due to the limitations of consumer-grade depth cameras and the bandwidth restrictions during data transmission. However, current methods still suffer from two challenges. First, bit-depth compression produces a uniform depth representation in regions with subtle variations, hindering the recovery of detailed information. Second, densely distributed random noise reduces the accuracy of estimating the global geometric structure of the scene. To address these challenges, we propose a novel framework, termed geometry-decoupled network (GDNet), for compressed depth map super-resolution that decouples the high-quality depth map reconstruction process by handling global and detailed geometric features separately. To be specific, we propose the fine geometry detail encoder (FGDE), which is designed to aggregate fine geometry details in high-resolution low-level image features while simultaneously enriching them with complementary information from low-resolution context-level image features. In addition, we develop the global geometry encoder (GGE) that aims at suppressing noise and extracting global geometric information effectively via constructing compact feature representation in a low-rank space. We conduct experiments on multiple benchmark datasets, demonstrating that our GDNet significantly outperforms current methods in terms of geometric consistency and detail recovery. In the ECCV 2024 AIM Compressed Depth Upsampling Challenge, our solution won the 1st place award. Our codes are available at: https://github.com/Ian0926/GDNet.

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