paper-with-me

홈 › Papers

SemSegDepth: A Combined Model for Semantic Segmentation and Depth Completion

2022-09-01 · Juan Pablo Lagos, Esa Rahtu

Holistic scene understanding is pivotal for the performance of autonomous machines. In this paper we propose a new end-to-end model for performing semantic segmentation and depth completion jointly. The vast majority of recent approaches have developed semantic segmentation and depth completion as independent tasks. Our approach relies on RGB and sparse depth as inputs to our model and produces a dense depth map and the corresponding semantic segmentation image. It consists of a feature extractor, a depth completion branch, a semantic segmentation branch and a joint branch which further processes semantic and depth information altogether. The experiments done on Virtual KITTI 2 dataset, demonstrate and provide further evidence, that combining both tasks, semantic segmentation and depth completion, in a multi-task network can effectively improve the performance of each task. Code is available at https://github.com/juanb09111/semantic depth.

📄 PDF Abstract BibTeX arXiv:2209.00381

Code (1)

juanb09111/semantic_depth 공식 구현 pytorch

Tasks

Depth CompletionScene UnderstandingSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Multi-task GANs for Semantic Segmentation and Depth Completion with Cycle Consistency

2020-11-29 · Chongzhen Zhang, Yang Tang, Chaoqiang Zhao, Qiyu Sun 외

Semantic segmentation and depth completion are two challenging tasks in scene understanding, and they are widely used in robotics and autonomous driving. Although several works are proposed to jointly train these two tas…

Autonomous DrivingDepth CompletionScene UnderstandingSegmentation+1

DepthComp: real-time depth image completion based on prior semantic scene segmentation

2017-09-04 · Amir Atapour-Abarghouei, Toby P Breckon

We address plausible hole filling in depth images in a computationally lightweight methodology that leverages recent advances in semantic scene segmentation. Firstly, we perform such segmentation over a co-registered col…

Scene SegmentationSegmentation

Sparse and Dense Data with CNNs: Depth Completion and Semantic Segmentation

2018-08-02 · Maximilian Jaritz, Raoul de Charette, Emilie Wirbel, Xavier Perrotton 외

Convolutional neural networks are designed for dense data, but vision data is often sparse (stereo depth, point clouds, pen stroke, etc.). We present a method to handle sparse depth data with optional dense RGB, and acco…

Depth CompletionSemantic Segmentation

MT-Depth: Multi-task Instance feature analysis for the Depth Completion

2025-12-04 · Abdul Haseeb Nizamani, Dandi Zhou, Xinhai Sun arxiv

Depth completion plays a vital role in 3D perception systems, especially in scenarios where sparse depth data must be densified for tasks such as autonomous driving, robotics, and augmented reality. While many existing a…

Semantic SegmentationInstance SegmentationAutonomous DrivingDepth Completion

PanDepth: Joint Panoptic Segmentation and Depth Completion

2022-12-29 · Juan Lagos, Esa Rahtu

Understanding 3D environments semantically is pivotal in autonomous driving applications where multiple computer vision tasks are involved. Multi-task models provide different types of outputs for a given scene, yielding…

Autonomous DrivingDepth CompletionInstance SegmentationPanoptic Segmentation+2