显著性检测论文梳理(Saliency Detection)

原文:https://www.jianshu.com/p/11dbd7add4b4

这里还有显著性检测综述的文章:https://blog.csdn.net/qq_32493539/article/details/79530118

国内的话感觉还是程明明的实验室做的比较多

 

显著性检测论文梳理(Saliency Detection)_第1张图片

1. 显著点的检测

Itti的A Model of Saliency-Based Visual Attention for Rapid Scene Analysis (TPAMI 1999)论文是显著性检测的鼻祖论文,检测出来的是用户关注的点。

2. 显著区域的检测

侯晓迪同学在2007年发表的一篇CVPR的论文,用很简单的方法检测了显著性区域,那之后显著性检测主要以区域检测为主:Saliency detection: A spectral residual approach (CVPR 2007),虽然之后有人诟病这篇论文有不足之处,但该想法简单,推动了显著性研究的普及。侯同学靠这一篇文章再加上投稿期间的趣事,就封神了。

3. 其他经典的显著性检测方法

在那之后陆续又有一些经典的显著性检测算法被提出:https://blog.csdn.net/touch_dream/article/details/78716507 可以看这个博文。

4. 基于深度学习的显著性检测

再之后,显著性检测领域就进入了Deep Learning时代,

Deep Visual Attention Prediction TIP2018 (CODE)

    https://github.com/wenguanwang/deepattention

Predicting Human Eye Fixations via an LSTM-based Saliency Attentive Model (CODE)

    https://github.com/marcellacornia/sam

CVPR2016 Shallow and Deep Convolutional Networks for Saliency Prediction (CODE)

    https://github.com/imatge-upc/saliency-2016-cvpr

Saliency Detection with GAN (2017)

    https://github.com/imatge-upc/saliency-salgan-2017  (CODE)

    https://github.com/batsa003/salgan/ (PyTorch的版本)


 

你可能感兴趣的:(显著性检测论文梳理(Saliency Detection))