paper-with-me

Papers

A Weakly Supervised Learning Framework for Salient Object Detection via Hybrid Labels

2022-09-07 · Runmin Cong, Qi Qin, Chen Zhang, Qiuping Jiang, Shiqi Wang, Yao Zhao, Sam Kwong

Fully-supervised salient object detection (SOD) methods have made great progress, but such methods often rely on a large number of pixel-level annotations, which are time-consuming and labour-intensive. In this paper, we focus on a new weakly-supervised SOD task under hybrid labels, where the supervision labels include a large number of coarse labels generated by the traditional unsupervised method and a small number of real labels. To address the issues of label noise and quantity imbalance in this task, we design a new pipeline framework with three sophisticated training strategies. In terms of model framework, we decouple the task into label refinement sub-task and salient object detection sub-task, which cooperate with each other and train alternately. Specifically, the R-Net is designed as a two-stream encoder-decoder model equipped with Blender with Guidance and Aggregation Mechanisms (BGA), aiming to rectify the coarse labels for more reliable pseudo-labels, while the S-Net is a replaceable SOD network supervised by the pseudo labels generated by the current R-Net. Note that, we only need to use the trained S-Net for testing. Moreover, in order to guarantee the effectiveness and efficiency of network training, we design three training strategies, including alternate iteration mechanism, group-wise incremental mechanism, and credibility verification mechanism. Experiments on five SOD benchmarks show that our method achieves competitive performance against weakly-supervised/unsupervised methods both qualitatively and quantitatively.

📄 PDF Abstract BibTeX arXiv:2209.02957

Code (3)

rmcong/Hybrid-Label-SOD_TCSVT2022 공식 구현 pytorch
https://gitee.com/dakerqinqi/wslnet
2023-MindSpore-4/Code4/tree/main/wslnet mindspore

Tasks

object-detectionObject DetectionRGB Salient Object DetectionSaliency DetectionSalient Object DetectionWeakly-supervised Learning

Methods 이 논문이 사용한 방법론

RoIPool 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
RoIAlign Region of Interest Align, or RoIAlign, is an operation for extracting a small feature map from each RoI in detection and segmentation based tasks. It removes the harsh…

Similar Papers 제목 키워드 기반

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

Weakly Supervised Video Salient Object Detection

2021-04-06 · CVPR 2021 1 · Wangbo Zhao, Jing Zhang, Long Li, Nick Barnes 외

Significant performance improvement has been achieved for fully-supervised video salient object detection with the pixel-wise labeled training datasets, which are time-consuming and expensive to obtain. To relieve the bu…

Objectobject-detectionObject DetectionPseudo Label+4

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

Weakly-Supervised Salient Object Detection Using Point Supervision

2022-03-22 · Shuyong Gao, Wei zhang, Yan Wang, Qianyu Guo 외

Current state-of-the-art saliency detection models rely heavily on large datasets of accurate pixel-wise annotations, but manually labeling pixels is time-consuming and labor-intensive. There are some weakly supervised m…

Objectobject-detectionObject DetectionSaliency Detection+1

Weakly-supervised Salient Instance Detection

2020-09-29 · Xin Tian, Ke Xu, Xin Yang, Bao-Cai Yin 외

Existing salient instance detection (SID) methods typically learn from pixel-level annotated datasets. In this paper, we present the first weakly-supervised approach to the SID problem. Although weak supervision has been…

Boundary DetectionObject LocalizationSaliency Detection