MT-Depth: Multi-task Instance feature analysis for the Depth Completion
Abdul Haseeb Nizamani, Dandi Zhou, Xinhai Sun

TL;DR
This paper introduces an instance-aware depth completion framework that uses object masks from instance segmentation to improve depth prediction accuracy, especially around object boundaries and occlusions.
Contribution
The proposed method integrates instance masks with a depth completion network using cross-attention, enhancing depth accuracy without relying on dense semantic labels.
Findings
Achieves lower RMSE than baseline and previous methods on Virtual KITTI 2.
Improves depth accuracy near object boundaries and occlusions.
Maintains competitive MAE while enhancing overall depth quality.
Abstract
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 approaches rely on semantic segmentation to guide depth completion, they often overlook the benefits of object-level understanding. In this work, we introduce an instance-aware depth completion framework that explicitly integrates binary instance masks as spatial priors to refine depth predictions. Our model combines four main components: a frozen YOLO V11 instance segmentation branch, a U-Net-based depth completion backbone, a cross-attention fusion module, and an attention-guided prediction head. The instance segmentation branch generates per-image foreground masks that guide the depth branch via cross-attention, allowing the network to focus on object-centric regions…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Vision and Imaging · Computer Graphics and Visualization Techniques · Generative Adversarial Networks and Image Synthesis
