中文
相关论文

相关论文: Unsupervised Salient Object Detection with Spectra…

200 篇论文

In this work, we propose an efficient and effective approach for unconstrained salient object detection in images using deep convolutional neural networks. Instead of generating thousands of candidate bounding boxes and refining them, our…

计算机视觉与模式识别 · 计算机科学 2017-08-03 Mahyar Najibi , Fan Yang , Qiaosong Wang , Robinson Piramuthu

Aiming at discovering and locating most distinctive objects from visual scenes, salient object detection (SOD) plays an essential role in various computer vision systems. Coming to the era of high resolution, SOD methods are facing new…

计算机视觉与模式识别 · 计算机科学 2021-09-03 Lv Tang , Bo Li , Shouhong Ding , Mofei Song

We study the problem of Salient Object Subitizing, i.e. predicting the existence and the number of salient objects in an image using holistic cues. This task is inspired by the ability of people to quickly and accurately identify the number…

计算机视觉与模式识别 · 计算机科学 2016-07-27 Jianming Zhang , Shugao Ma , Mehrnoosh Sameki , Stan Sclaroff , Margrit Betke , Zhe Lin , Xiaohui Shen , Brian Price , Radomir Mech

Camouflaged object detection (COD) and salient object detection (SOD) are two distinct yet closely-related computer vision tasks widely studied during the past decades. Though sharing the same purpose of segmenting an image into binary…

计算机视觉与模式识别 · 计算机科学 2024-03-01 Chao Hao , Zitong Yu , Xin Liu , Jun Xu , Huanjing Yue , Jingyu Yang

Typically, a salient object detection (SOD) model faces opposite requirements in processing object interiors and boundaries. The features of interiors should be invariant to strong appearance change so as to pop-out the salient object as a…

计算机视觉与模式识别 · 计算机科学 2019-09-12 Jinming Su , Jia Li , Yu Zhang , Changqun Xia , Yonghong Tian

The success of existing salient object detection models relies on a large pixel-wise labeled training dataset, which is time-consuming and expensive to obtain. We study semi-supervised salient object detection, with access to a small number…

计算机视觉与模式识别 · 计算机科学 2023-11-28 Jiawei Liu , Jing Zhang , Nick Barnes

Salient object detection plays an important role in many downstream tasks. However, complex real-world scenes with varying scales and numbers of salient objects still pose a challenge. In this paper, we directly address the problem of…

计算机视觉与模式识别 · 计算机科学 2021-11-08 Bowen Deng , Andrew P. French , Michael P. Pound

Hyperspectral salient object detection (HSOD) aims to extract targets or regions with significantly different spectra from hyperspectral images. While existing deep learning-based methods can achieve good detection results, they generally…

计算机视觉与模式识别 · 计算机科学 2024-12-25 Peifu Liu , Tingfa Xu , Guokai Shi , Jingxuan Xu , Huan Chen , Jianan Li

In recent years, deep network-based methods have continuously refreshed state-of-the-art performance on Salient Object Detection (SOD) task. However, the performance discrepancy caused by different implementation details may conceal the…

计算机视觉与模式识别 · 计算机科学 2022-02-08 Huajun Zhou , Yang Lin , Lingxiao Yang , Jianhuang Lai , Xiaohua Xie

In case of salient subject recognition, computer algorithms have been heavily relied on scanning of images from top-left to bottom-right systematically and apply brute-force when attempting to locate objects of interest. Thus, the process…

计算机视觉与模式识别 · 计算机科学 2015-11-11 Abhishek Maity

Image-based salient object detection (SOD) has been extensively explored in the past decades. However, SOD on 360$^\circ$ omnidirectional images is less studied owing to the lack of datasets with pixel-level annotations. Toward this end,…

计算机视觉与模式识别 · 计算机科学 2019-09-12 Jia Li , Jinming Su , Changqun Xia , Yonghong Tian

This paper addresses the challenge of deploying salient object detection (SOD) on resource-constrained devices with real-time performance. While recent advances in deep neural networks have improved SOD, existing top-leading models are…

计算机视觉与模式识别 · 计算机科学 2025-07-03 Zhuo Su , Li Liu , Matthias Müller , Jiehua Zhang , Diana Wofk , Ming-Ming Cheng , Matti Pietikäinen

Many works have been done on salient object detection using supervised or unsupervised approaches on colour images. Recently, a few studies demonstrated that efficient salient object detection can also be implemented by using spectral…

计算机视觉与模式识别 · 计算机科学 2018-07-03 Nevrez Imamoglu , Yu Oishi , Xiaoqiang Zhang , Guanqun Ding , Yuming Fang , Toru Kouyama , Ryosuke Nakamura

Camouflaged Object Detection (COD) demands models to expeditiously and accurately distinguish objects which conceal themselves seamlessly in the environment. Owing to the subtle differences and ambiguous boundaries, COD is not only a…

计算机视觉与模式识别 · 计算机科学 2024-08-21 Huafeng Chen , Dian Shao , Guangqian Guo , Shan Gao

Unsupervised object discovery aims to localize objects in images, while removing the dependence on annotations required by most deep learning-based methods. To address this problem, we propose a fully unsupervised, bottom-up approach, for…

计算机视觉与模式识别 · 计算机科学 2022-12-21 Sandra Kara , Hejer Ammar , Florian Chabot , Quoc-Cuong Pham

Weakly supervised object localization (WSOL) aims to localize objects by only utilizing image-level labels. Class activation maps (CAMs) are the commonly used features to achieve WSOL. However, previous CAM-based methods did not take full…

计算机视觉与模式识别 · 计算机科学 2021-08-03 Jun Wei , Qin Wang , Zhen Li , Sheng Wang , S. Kevin Zhou , Shuguang Cui

One major branch of saliency object detection methods is diffusion-based which construct a graph model on a given image and diffuse seed saliency values to the whole graph by a diffusion matrix. While their performance is sensitive to…

计算机视觉与模式识别 · 计算机科学 2020-01-20 Peng Jiang , Zhiyi Pan , Nuno Vasconcelos , Baoquan Chen , Jingliang Peng

Salient object detection (SOD) is a long-standing research topic in computer vision and has drawn an increasing amount of research interest in the past decade. This paper provides the first comprehensive review and benchmark for light field…

计算机视觉与模式识别 · 计算机科学 2022-07-12 Keren Fu , Yao Jiang , Ge-Peng Ji , Tao Zhou , Qijun Zhao , Deng-Ping Fan

Weakly supervised object detection (WSOD), which is an effective way to train an object detection model using only image-level annotations, has attracted considerable attention from researchers. However, most of the existing methods, which…

计算机视觉与模式识别 · 计算机科学 2022-04-15 Ze Chen , Zhihang Fu , Jianqiang Huang , Mingyuan Tao , Rongxin Jiang , Xiang Tian , Yaowu Chen , Xian-sheng Hua

RGB-D salient object detection (SOD) has been in the spotlight recently because it is an important preprocessing operation for various vision tasks. However, despite advances in deep learning-based methods, RGB-D SOD is still challenging…

计算机视觉与模式识别 · 计算机科学 2022-07-19 Minhyeok Lee , Chaewon Park , Suhwan Cho , Sangyoun Lee