CVAug 17, 2023

Point-aware Interaction and CNN-induced Refinement Network for RGB-D Salient Object Detection

arXiv:2308.08930v279 citationsh-index: 49
Originality Incremental advance
AI Analysis

This work addresses salient object detection for computer vision applications, offering an incremental improvement by enhancing cross-modality interactions and detail preservation.

The paper tackles the problem of salient object detection in complex scenes by integrating RGB and depth information, proposing a network that combines CNNs and Transformers to improve feature interaction and refinement, achieving competitive results on five datasets.

By integrating complementary information from RGB image and depth map, the ability of salient object detection (SOD) for complex and challenging scenes can be improved. In recent years, the important role of Convolutional Neural Networks (CNNs) in feature extraction and cross-modality interaction has been fully explored, but it is still insufficient in modeling global long-range dependencies of self-modality and cross-modality. To this end, we introduce CNNs-assisted Transformer architecture and propose a novel RGB-D SOD network with Point-aware Interaction and CNN-induced Refinement (PICR-Net). On the one hand, considering the prior correlation between RGB modality and depth modality, an attention-triggered cross-modality point-aware interaction (CmPI) module is designed to explore the feature interaction of different modalities with positional constraints. On the other hand, in order to alleviate the block effect and detail destruction problems brought by the Transformer naturally, we design a CNN-induced refinement (CNNR) unit for content refinement and supplementation. Extensive experiments on five RGB-D SOD datasets show that the proposed network achieves competitive results in both quantitative and qualitative comparisons.

Code Implementations2 repos
Foundations

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

Your Notes