paper-with-me

Papers

Scene Context-Aware Salient Object Detection

2021-01-01 · ICCV 2021 10 · Avishek Siris, Jianbo Jiao, Gary K.L. Tam, Xianghua Xie, Rynson W.H. Lau

Salient object detection identifies objects in an image that grab visual attention. Although contextual features are considered in recent literature, they often fail in real-world complex scenarios. We observe that this is mainly due to two issues: First, most existing datasets consist of simple foregrounds and backgrounds that hardly represent real-life scenarios. Second, current methods only learn contextual features of salient objects, which are insufficient to model high-level semantics for saliency reasoning in complex scenes. To address these problems, we first construct a new large-scale dataset with complex scenes in this paper. We then propose a context-aware learning approach to explicitly exploit the semantic scene contexts. Specifically, two modules are proposed to achieve the goal: 1) a Semantic Scene Context Refinement module to enhance contextual features learned from salient objects with scene context, and 2) a Contextual Instance Transformer to learn contextual relations between objects and scene context. To our knowledge, such high-level semantic contextual information of image scenes is under-explored for saliency detection in the literature. Extensive experiments demonstrate that the proposed approach outperforms state-of-the-art techniques in complex scenarios for saliency detection, and transfers well to other existing datasets. The code and dataset are available at https://github.com/SirisAvishek/Scene_Context_Aware_Saliency.

📄 PDF Abstract BibTeX

Code (1)

sirisavishek/scene_context_aware_saliency 공식 구현 pytorch

Tasks

Objectobject-detectionObject DetectionSaliency DetectionSalient Object Detection

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

SegGPT Meets Co-Saliency Scene

2023-05-08 · Yi Liu, Shoukun Xu, Dingwen Zhang, Jungong Han

Co-salient object detection targets at detecting co-existed salient objects among a group of images. Recently, a generalist model for segmenting everything in context, called SegGPT, is gaining public attention. In view …

Co-Salient Object DetectionObjectobject-detectionObject Detection+1

Exploring Driving-aware Salient Object Detection via Knowledge Transfer

2021-05-18 · Jinming Su, Changqun Xia, Jia Li

Recently, general salient object detection (SOD) has made great progress with the rapid development of deep neural networks. However, task-aware SOD has hardly been studied due to the lack of task-specific datasets. In t…

Objectobject-detectionObject DetectionSalient Object Detection+1

Salient Structure Detection by Context-Guided Visual Search

2015-05-17 · Kai-Fu Yang, Hui Li, Chao-Yi Li, Yong-Jie Li

We define the task of salient structure (SS) detection to unify the saliency-related tasks like fixation prediction, salient object detection, and other detection of structures of interest. In this study, we propose a un…

Bayesian InferenceObjectobject-detectionObject Detection+3

PSFormer: Point Transformer for 3D Salient Object Detection

2022-10-28 · Baian Chen, Lipeng Gu, Xin Zhuang, Yiyang Shen 외

We propose PSFormer, an effective point transformer model for 3D salient object detection. PSFormer is an encoder-decoder network that takes full advantage of transformers to model the contextual information in both mult…

DecoderObjectobject-detectionObject Detection+1

Deep Edge-Aware Saliency Detection

2017-08-15 · Jing Zhang, Yuchao Dai, Fatih Porikli, Mingyi He

There has been profound progress in visual saliency thanks to the deep learning architectures, however, there still exist three major challenges that hinder the detection performance for scenes with complex compositions,…

DescriptiveSaliency Detection