SDC-Depth: Semantic Divide-and-Conquer Network for Monocular Depth Estimation
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.
Code (0)
등록된 구현이 없습니다.
Tasks
DecoderDepth EstimationDepth PredictionMonocular Depth EstimationPanoptic SegmentationSimilar Papers 제목 키워드 기반
A Compacted Structure for Cross-domain learning on Monocular Depth and Flow Estimation
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 EstimationPredictionSM4Depth: Seamless Monocular Metric Depth Estimation across Multiple Cameras and Scenes by One Model
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 EstimationGPUStructure-Centric Robust Monocular Depth Estimation via Knowledge Distillation
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 LearningTech Report: Divide and Conquer 3D Real-Time Reconstruction for Improved IGS
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 EstimationDepthformer : Multiscale Vision Transformer For Monocular Depth Estimation With Local Global Information Fusion
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