paper-with-me

Papers

SDC-Depth: Semantic Divide-and-Conquer Network for Monocular Depth Estimation

2020-06-01 · CVPR 2020 6 · Lijun Wang, Jianming Zhang, Oliver Wang, Zhe Lin, Huchuan Lu

Monocular depth estimation is an ill-posed problem, and as such critically relies on scene priors and semantics. Due to its complexity, we propose a deep neural network model based on a semantic divide-and-conquer approach. Our model decomposes a scene into semantic segments, such as object instances and background stuff classes, and then predicts a scale and shift invariant depth map for each semantic segment in a canonical space. Semantic segments of the same category share the same depth decoder, so the global depth prediction task is decomposed into a series of category-specific ones, which are simpler to learn and easier to generalize to new scene types. Finally, our model stitches each local depth segment by predicting its scale and shift based on the global context of the image. The model is trained end-to-end using a multi-task loss for panoptic segmentation and depth prediction, and is therefore able to leverage large-scale panoptic segmentation datasets to boost its semantic understanding. We validate the effectiveness of our approach and show state-of-the-art performance on three benchmark datasets.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderDepth EstimationDepth PredictionMonocular Depth EstimationPanoptic Segmentation

Similar Papers 제목 키워드 기반

A Compacted Structure for Cross-domain learning on Monocular Depth and Flow Estimation

2022-08-25 · Yu Chen, Xu Cao, Xiaoyi Lin, Baoru Huang 외

Accurate motion and depth recovery is important for many robot vision tasks including autonomous driving. Most previous studies have achieved cooperative multi-task interaction via either pre-defined loss functions or cr…

Autonomous DrivingDepth EstimationOptical Flow EstimationPrediction

SM4Depth: Seamless Monocular Metric Depth Estimation across Multiple Cameras and Scenes by One Model

2024-03-13 · Yihao Liu, Feng Xue, Anlong Ming, Mingshuai Zhao 외

In the last year, universal monocular metric depth estimation (universal MMDE) has gained considerable attention, serving as the foundation model for various multimedia tasks, such as video and image editing. Nonetheless…

Depth EstimationGPU

Structure-Centric Robust Monocular Depth Estimation via Knowledge Distillation

2024-10-09 · Runze Chen, Haiyong Luo, Fang Zhao, Jingze Yu 외

Monocular depth estimation, enabled by self-supervised learning, is a key technique for 3D perception in computer vision. However, it faces significant challenges in real-world scenarios, which encompass adverse weather …

Depth EstimationKnowledge DistillationMonocular Depth EstimationSelf-Supervised Learning

Tech Report: Divide and Conquer 3D Real-Time Reconstruction for Improved IGS

2024-12-31 · Yicheng Zhu

Tracking surgical modifications based on endoscopic videos is technically feasible and of great clinical advantages; however, it still remains challenging. This report presents a modular pipeline to divide and conquer th…

3D ReconstructionDepth Estimation

Depthformer : Multiscale Vision Transformer For Monocular Depth Estimation With Local Global Information Fusion

2022-07-10 · Ashutosh Agarwal, Chetan Arora

Attention-based models such as transformers have shown outstanding performance on dense prediction tasks, such as semantic segmentation, owing to their capability of capturing long-range dependency in an image. However, …

DecoderDepth EstimationDepth PredictionMonocular Depth Estimation+1