paper-with-me

Papers

Label Decoupling Framework for Salient Object Detection

2020-08-25 · CVPR 2020 6 · Jun Wei, Shuhui Wang, Zhe Wu, Chi Su, Qingming Huang, Qi Tian

To get more accurate saliency maps, recent methods mainly focus on aggregating multi-level features from fully convolutional network (FCN) and introducing edge information as auxiliary supervision. Though remarkable progress has been achieved, we observe that the closer the pixel is to the edge, the more difficult it is to be predicted, because edge pixels have a very imbalance distribution. To address this problem, we propose a label decoupling framework (LDF) which consists of a label decoupling (LD) procedure and a feature interaction network (FIN). LD explicitly decomposes the original saliency map into body map and detail map, where body map concentrates on center areas of objects and detail map focuses on regions around edges. Detail map works better because it involves much more pixels than traditional edge supervision. Different from saliency map, body map discards edge pixels and only pays attention to center areas. This successfully avoids the distraction from edge pixels during training. Therefore, we employ two branches in FIN to deal with body map and detail map respectively. Feature interaction (FI) is designed to fuse the two complementary branches to predict the saliency map, which is then used to refine the two branches again. This iterative refinement is helpful for learning better representations and more precise saliency maps. Comprehensive experiments on six benchmark datasets demonstrate that LDF outperforms state-of-the-art approaches on different evaluation metrics.

📄 PDF Abstract BibTeX arXiv:2008.11048

Code (1)

weijun88/LDF 공식 구현 pytorch

Tasks

Objectobject-detectionObject DetectionRGB Salient Object DetectionSaliency DetectionSalient Object Detection

Similar Papers 제목 키워드 기반

Boosting RGB-D Saliency Detection by Leveraging Unlabeled RGB Images

2022-01-01 · Xiaoqiang Wang, Lei Zhu, Siliang Tang, Huazhu Fu 외

Training deep models for RGB-D salient object detection (SOD) often requires a large number of labeled RGB-D images. However, RGB-D data is not easily acquired, which limits the development of RGB-D SOD techniques. To al…

Depth Estimationobject-detectionObject DetectionRGB-D Salient Object Detection+2

Weakly Supervised Learning for Salient Object Detection

2015-01-29 · Huaizu Jiang

Recent advances in supervised salient object detection has resulted in significant performance on benchmark datasets. Training such models, however, requires expensive pixel-wise annotations of salient objects. Moreover,…

Objectobject-detectionObject DetectionRGB Salient Object Detection+3

Scribble-based Boundary-aware Network for Weakly Supervised Salient Object Detection in Remote Sensing Images

2022-02-07 · Zhou Huang, Tian-Zhu Xiang, Huai-Xin Chen, Hang Dai

Existing CNNs-based salient object detection (SOD) heavily depends on the large-scale pixel-level annotations, which is labor-intensive, time-consuming, and expensive. By contrast, the sparse annotations become appealing…

Objectobject-detectionObject DetectionSalient Object Detection

Learning Video Salient Object Detection Progressively from Unlabeled Videos

2022-04-05 · Binwei Xu, Haoran Liang, Wentian Ni, Weihua Gong 외

Recent deep learning-based video salient object detection (VSOD) has achieved some breakthrough, but these methods rely on expensive annotated videos with pixel-wise annotations, weak annotations, or part of the pixel-wi…

Objectobject-detectionObject DetectionOptical Flow Estimation+2

Towards End-to-End Unsupervised Saliency Detection with Self-Supervised Top-Down Context

2023-10-14 · Yicheng Song, Shuyong Gao, Haozhe Xing, Yiting Cheng 외

Unsupervised salient object detection aims to detect salient objects without using supervision signals eliminating the tedious task of manually labeling salient objects. To improve training efficiency, end-to-end methods…

Contrastive Learningobject-detectionObject DetectionSaliency Detection+2