Saliency Detection

128 papers with code • 7 benchmarks • 13 datasets

Saliency Detection is a preprocessing step in computer vision which aims at finding salient objects in an image.

Source: An Unsupervised Game-Theoretic Approach to Saliency Detection

Libraries

Use these libraries to find Saliency Detection models and implementations

Most implemented papers

U$^2$-Net: Going Deeper with Nested U-Structure for Salient Object Detection

NathanUA/U-2-Net 18 May 2020

In this paper, we design a simple yet powerful deep network architecture, U$^2$-Net, for salient object detection (SOD).

Pyramid Feature Attention Network for Saliency detection

CaitinZhao/cvpr2019_Pyramid-Feature-Attention-Network-for-Saliency-detection CVPR 2019

To solve this problem, we propose Pyramid Feature Attention network to focus on effective high-level context features and low-level spatial structural features.

Sanity Checks for Saliency Maps

adebayoj/sanity_checks_saliency NeurIPS 2018

We find that reliance, solely, on visual assessment can be misleading.

Deeply supervised salient object detection with short connections

houqb/DSS CVPR 2017

Recent progress on saliency detection is substantial, benefiting mostly from the explosive development of Convolutional Neural Networks (CNNs).

Uncertainty Inspired RGB-D Saliency Detection

JingZhang617/UCNet 7 Sep 2020

Our framework includes two main models: 1) a generator model, which maps the input image and latent variable to stochastic saliency prediction, and 2) an inference model, which gradually updates the latent variable by sampling it from the true or approximate posterior distribution.

ICNet: Intra-saliency Correlation Network for Co-Saliency Detection

blanclist/ICNet NeurIPS 2020

Intra-saliency and inter-saliency cues have been extensively studied for co-saliency detection (Co-SOD).

P2T: Pyramid Pooling Transformer for Scene Understanding

yuhuan-wu/P2T 22 Jun 2021

A popular solution to this problem is to use a single pooling operation to reduce the sequence length.

Real Time Image Saliency for Black Box Classifiers

PiotrDabkowski/pytorch-saliency NeurIPS 2017

In this work we develop a fast saliency detection method that can be applied to any differentiable image classifier.

Time-Series Anomaly Detection Service at Microsoft

yoshinaga0106/spectral-residual 10 Jun 2019

At Microsoft, we develop a time-series anomaly detection service which helps customers to monitor the time-series continuously and alert for potential incidents on time.

CAGNet: Content-Aware Guidance for Salient Object Detection

Mehrdad-Noori/Saliency-Evaluation-Toolbox 29 Nov 2019

Beneficial from Fully Convolutional Neural Networks (FCNs), saliency detection methods have achieved promising results.