CVMar 9, 2022

Joint Learning of Salient Object Detection, Depth Estimation and Contour Extraction

arXiv:2203.04895v235 citationsh-index: 105Has Code
AI Analysis

This work addresses the challenge of expensive and noisy depth sensors for computer vision tasks, offering a depth-free solution that improves SOD performance and provides auxiliary outputs.

The paper tackles the problem of RGB-D salient object detection (SOD) in complex environments by proposing a multi-task network that jointly learns depth estimation, salient object detection, and contour extraction, resulting in significant performance gains over depth-based methods on multiple datasets and producing high-quality depth maps and contours.

Benefiting from color independence, illumination invariance and location discrimination attributed by the depth map, it can provide important supplemental information for extracting salient objects in complex environments. However, high-quality depth sensors are expensive and can not be widely applied. While general depth sensors produce the noisy and sparse depth information, which brings the depth-based networks with irreversible interference. In this paper, we propose a novel multi-task and multi-modal filtered transformer (MMFT) network for RGB-D salient object detection (SOD). Specifically, we unify three complementary tasks: depth estimation, salient object detection and contour estimation. The multi-task mechanism promotes the model to learn the task-aware features from the auxiliary tasks. In this way, the depth information can be completed and purified. Moreover, we introduce a multi-modal filtered transformer (MFT) module, which equips with three modality-specific filters to generate the transformer-enhanced feature for each modality. The proposed model works in a depth-free style during the testing phase. Experiments show that it not only significantly surpasses the depth-based RGB-D SOD methods on multiple datasets, but also precisely predicts a high-quality depth map and salient contour at the same time. And, the resulted depth map can help existing RGB-D SOD methods obtain significant performance gain. The source code will be publicly available at https://github.com/Xiaoqi-Zhao-DLUT/MMFT.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes