Point-aware Interaction and CNN-induced Refinement Network for RGB-D Salient Object Detection
Runmin Cong, Hongyu Liu, Chen Zhang, Wei Zhang, Feng Zheng, Ran Song, Sam Kwong
TL;DR
This work addresses RGB-D salient object detection by bridging global context modeling and local detail preservation. It proposes PICR-Net, a CNN-assisted Transformer network that uses a cross-modality point-aware interaction (CmPI) module to fuse RGB and depth features at corresponding spatial locations under global guidance, and a CNN-induced refinement (CNNR) unit at the end to recover fine details. CmPI employs masks and global saliency guidance to enable targeted cross-modality interactions, while CNNR refines the Transformer outputs using shallow CNN features from VGG16 for boundary accuracy. Extensive experiments on five RGB-D SOD datasets show competitive performance and favorable inference speed, with ablations confirming the importance of CmPI and CNNR in achieving high-quality saliency maps.
Abstract
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.
