paper-with-me

홈 › Papers

GraphCSPN: Geometry-Aware Depth Completion via Dynamic GCNs

2022-10-19 · Xin Liu, Xiaofei Shao, Bo wang, YaLi Li, Shengjin Wang

Image guided depth completion aims to recover per-pixel dense depth maps from sparse depth measurements with the help of aligned color images, which has a wide range of applications from robotics to autonomous driving. However, the 3D nature of sparse-to-dense depth completion has not been fully explored by previous methods. In this work, we propose a Graph Convolution based Spatial Propagation Network (GraphCSPN) as a general approach for depth completion. First, unlike previous methods, we leverage convolution neural networks as well as graph neural networks in a complementary way for geometric representation learning. In addition, the proposed networks explicitly incorporate learnable geometric constraints to regularize the propagation process performed in three-dimensional space rather than in two-dimensional plane. Furthermore, we construct the graph utilizing sequences of feature patches, and update it dynamically with an edge attention module during propagation, so as to better capture both the local neighboring features and global relationships over long distance. Extensive experiments on both indoor NYU-Depth-v2 and outdoor KITTI datasets demonstrate that our method achieves the state-of-the-art performance, especially when compared in the case of using only a few propagation steps. Code and models are available at the project page.

📄 PDF Abstract BibTeX arXiv:2210.10758

Code (1)

xinliu20/graphcspn_eccv2022 공식 구현 pytorch

Tasks

Autonomous DrivingDepth CompletionRepresentation Learning

Methods 이 논문이 사용한 방법론

Spatial Propagation Inspired by the spatial propagation mechanism utilized in the depth completion task \cite{NLSPN}, we introduce a normal incorporated non-local disparity propagation module in…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Geometry-Aware Sparse Depth Sampling for High-Fidelity RGB-D Depth Completion in Robotic Systems

2025-12-09 · Tony Salloom, Dandi Zhou, Xinhai Sun arxiv

Accurate three-dimensional perception is essential for modern industrial robotic systems that perform manipulation, inspection, and navigation tasks. RGB-D and stereo vision sensors are widely used for this purpose, but …

Depth Completion

Tri-Perspective View Decomposition for Geometry-Aware Depth Completion

2024-03-22 · CVPR 2024 1 · Zhiqiang Yan, Yuankai Lin, Kun Wang, Yupeng Zheng 외

Depth completion is a vital task for autonomous driving, as it involves reconstructing the precise 3D geometry of a scene from sparse and noisy depth measurements. However, most existing methods either rely only on 2D de…

3D geometryAutonomous DrivingDepth Completion

OccDepth: A Depth-Aware Method for 3D Semantic Scene Completion

2023-02-27 · Ruihang Miao, Weizhou Liu, Mingrui Chen, Zheng Gong 외

3D Semantic Scene Completion (SSC) can provide dense geometric and semantic scene representations, which can be applied in the field of autonomous driving and robotic systems. It is challenging to estimate the complete g…

3D geometry3D Semantic Scene CompletionAutonomous DrivingKnowledge Distillation

Depth Completion using Geometry-Aware Embedding

2022-03-21 · Wenchao Du, Hu Chen, Hongyu Yang, Yi Zhang

Exploiting internal spatial geometric constraints of sparse LiDARs is beneficial to depth completion, however, has been not explored well. This paper proposes an efficient method to learn geometry-aware embedding, which …

Depth CompletionDepth Estimation

GAA-TSO: Geometry-Aware Assisted Depth Completion for Transparent and Specular Objects

2025-03-21 · Yizhe Liu, Tong Jia, Da Cai, Hao Wang 외

Transparent and specular objects are frequently encountered in daily life, factories, and laboratories. However, due to the unique optical properties, the depth information on these objects is usually incomplete and inac…

Depth CompletionDepth EstimationDepth PredictionRobotic Grasping