CVJul 23, 2023

FDCT: Fast Depth Completion for Transparent Objects

arXiv:2307.12274v234 citationsh-index: 8Has Code
Originality Incremental advance
AI Analysis

This addresses a critical bottleneck for robotic tasks like autonomous driving and manipulation, where existing methods are slow and fail on transparent objects, though it is incremental as it builds on prior depth completion techniques.

The paper tackles the problem of depth completion for transparent objects, which is challenging due to reflection and refraction, and proposes FDCT, a framework that achieves about 70 FPS with higher accuracy than state-of-the-art methods.

Depth completion is crucial for many robotic tasks such as autonomous driving, 3-D reconstruction, and manipulation. Despite the significant progress, existing methods remain computationally intensive and often fail to meet the real-time requirements of low-power robotic platforms. Additionally, most methods are designed for opaque objects and struggle with transparent objects due to the special properties of reflection and refraction. To address these challenges, we propose a Fast Depth Completion framework for Transparent objects (FDCT), which also benefits downstream tasks like object pose estimation. To leverage local information and avoid overfitting issues when integrating it with global information, we design a new fusion branch and shortcuts to exploit low-level features and a loss function to suppress overfitting. This results in an accurate and user-friendly depth rectification framework which can recover dense depth estimation from RGB-D images alone. Extensive experiments demonstrate that FDCT can run about 70 FPS with a higher accuracy than the state-of-the-art methods. We also demonstrate that FDCT can improve pose estimation in object grasping tasks. The source code is available at https://github.com/Nonmy/FDCT

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