paper-with-me

Papers

GuideFormer: Transformers for Image Guided Depth Completion

2022-01-01 · CVPR 2022 1 · Kyeongha Rho, Jinsung Ha, Youngjung Kim

Depth completion has been widely studied to predict a dense depth image from its sparse measurement and a single color image. However, most state-of-the-art methods rely on static convolutional neural networks (CNNs) which are not flexible enough for capturing the dynamic nature of input contexts. In this paper, we propose GuideFormer, a fully transformer-based architecture for dense depth completion. We first process sparse depth and color guidance images with separate transformer branches to extract hierarchical and complementary token representations. Each branch consists of a stack of self-attention blocks and has key design features to make our model suitable for the task. We also devise an effective token fusion method based on guided-attention mechanism. It explicitly models information flow between the two branches and captures inter-modal dependencies that cannot be obtained from depth or color image alone. These properties allow GuideFormer to enjoy various visual dependencies and recover precise depth values while preserving fine details. We evaluate GuideFormer on the KITTI dataset containing real-world driving scenes and provide extensive ablation studies. Experimental results demonstrate that our approach significantly outperforms the state-of-the-art methods.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Depth Completion

Similar Papers 제목 키워드 기반

Marigold-DC: Zero-Shot Monocular Depth Completion with Guided Diffusion

2024-12-18 · Massimiliano Viola, Kevin Qu, Nando Metzger, Bingxin Ke 외

Depth completion upgrades sparse depth measurements into dense depth maps guided by a conventional image. Existing methods for this highly ill-posed task operate in tightly constrained settings and tend to struggle when …

DenoisingDepth CompletionDepth EstimationMonocular Depth Estimation+1

SemAttNet: Towards Attention-based Semantic Aware Guided Depth Completion

2022-04-28 · Danish Nazir, Marcus Liwicki, Didier Stricker, Muhammad Zeshan Afzal

Depth completion involves recovering a dense depth map from a sparse map and an RGB image. Recent approaches focus on utilizing color images as guidance images to recover depth at invalid pixels. However, color images al…

Depth Completion

BEV@DC: Bird's-Eye View Assisted Training for Depth Completion

2023-01-01 · CVPR 2023 1 · Wending Zhou, Xu Yan, Yinghong Liao, Yuankai Lin 외

Depth completion plays a crucial role in autonomous driving, in which cameras and LiDARs are two complementary sensors. Recent approaches attempt to exploit spatial geometric constraints hidden in LiDARs to enhance i…

Autonomous DrivingDepth Completion

SGTBN: Generating Dense Depth Maps from Single-Line LiDAR

2021-06-24 · Hengjie Lu, Shugong Xu, Shan Cao

Depth completion aims to generate a dense depth map from the sparse depth map and aligned RGB image. However, current depth completion methods use extremely expensive 64-line LiDAR(about $100,000) to obtain sparse depth …

3D geometryDepth CompletionDepth EstimationMonocular Depth Estimation

Confidence Guided Depth Completion Network

2022-02-07 · Yongjin Lee, Seokjun Park, Beomgu Kang, HyunWook Park

The paper proposes an image-guided depth completion method to estimate accurate dense depth maps with fast computation time. The proposed network has two-stage structure. The first stage predicts a first depth map. Then,…

Depth Completion