paper-with-me

홈 › Papers

SalFBNet: Learning Pseudo-Saliency Distribution via Feedback Convolutional Networks

2021-12-07 · Guanqun Ding, Nevrez Imamoglu, Ali Caglayan, Masahiro Murakawa, Ryosuke Nakamura

Feed-forward only convolutional neural networks (CNNs) may ignore intrinsic relationships and potential benefits of feedback connections in vision tasks such as saliency detection, despite their significant representation capabilities. In this work, we propose a feedback-recursive convolutional framework (SalFBNet) for saliency detection. The proposed feedback model can learn abundant contextual representations by bridging a recursive pathway from higher-level feature blocks to low-level layer. Moreover, we create a large-scale Pseudo-Saliency dataset to alleviate the problem of data deficiency in saliency detection. We first use the proposed feedback model to learn saliency distribution from pseudo-ground-truth. Afterwards, we fine-tune the feedback model on existing eye-fixation datasets. Furthermore, we present a novel Selective Fixation and Non-Fixation Error (sFNE) loss to make proposed feedback model better learn distinguishable eye-fixation-based features. Extensive experimental results show that our SalFBNet with fewer parameters achieves competitive results on the public saliency detection benchmarks, which demonstrate the effectiveness of proposed feedback model and Pseudo-Saliency data. Source codes and Pseudo-Saliency dataset can be found at https://github.com/gqding/SalFBNet

📄 PDF Abstract BibTeX arXiv:2112.03731

Code (1)

gqding/salfbnet 공식 구현 pytorch

Tasks

Saliency Detection

Similar Papers 제목 키워드 기반

Unsupervised Dual-Cascade Learning with Pseudo-Feedback Distillation for Query-based Extractive Summarization

2018-11-01 · Haggai Roitman, Guy Feigenblat, David Konopnicki, Doron Cohen 외

We propose Dual-CES -- a novel unsupervised, query-focused, multi-document extractive summarizer. Dual-CES is designed to better handle the tradeoff between saliency and focus in summarization. To this end, Dual-CES empl…

Extractive SummarizationQuery-Based Extractive Summarization

Railroad is not a Train: Saliency as Pseudo-pixel Supervision for Weakly Supervised Semantic Segmentation

2021-05-19 · CVPR 2021 1 · Seungho Lee, Minhyun Lee, Jongwuk Lee, Hyunjung Shim

Existing studies in weakly-supervised semantic segmentation (WSSS) using image-level weak supervision have several limitations: sparse object coverage, inaccurate object boundaries, and co-occurring pixels from non-targe…

ObjectSaliency DetectionSemantic SegmentationWeakly supervised Semantic Segmentation+1

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

Attention-Guided Lidar Segmentation and Odometry Using Image-to-Point Cloud Saliency Transfer

2023-08-28 · Guanqun Ding, Nevrez Imamoglu, Ali Caglayan, Masahiro Murakawa 외

LiDAR odometry estimation and 3D semantic segmentation are crucial for autonomous driving, which has achieved remarkable advances recently. However, these tasks are challenging due to the imbalance of points in different…

3D Semantic SegmentationAutonomous DrivingSegmentationSemantic Segmentation+1

Robust saliency maps with distribution-preserving decoys

2019-09-25 · Yang Young Lu, Wenbo Guo, Xinyu Xing, William Stafford Noble

Saliency methods help to make deep neural network predictions more interpretable by identifying particular features, such as pixels in an image, that contribute most strongly to the network's prediction. Unfortunately, r…

Adversarial Attack