ACCV2004 Salient Region Detection 论文阅读

Salient Region Detection using Weighted Feature Maps based on the Human Visual Attention Model

主要是根据不同的feature maps的自身特点来计算这个map的权重。

Itti等人提出了一个基于human visual attention 的模型,来检测一副图像里的显著区域,分为颜色对比、灰度、方向的特征来分别检测显著性,最后合成一幅显著性图。合成的方法有supervised learning, non-linear local competition, non-linear global competition等等。本文提出了一种根据不同feature saliency map 的特点来决定这些feature map组合最终map时加权和的各自权重,引入composite saliency indicator来衡量feature maps对最终map的贡献。

1)产生 color, intensity, orientation 的feature map,用[7]中的方法算出阈值,二值化。

2)用gift wrapping 算法计算包围显著性区域的凸多边形。

gift wrapping 算法:从最左边的点开始,如果有多个最左边的点,就选这些点里面最下面的。每次都选择所有点里面和起点的连线与x轴的夹角最小的作为凸多边形的下一个点。这样重复一直到回到起点。怎样选择夹角最小的呢?计算两个向量axb,如果结果为正,则a比b跟x轴的夹角更小。

3)用trapezoid method计算多边形的面积。

4)定义 saliency density。如果显著性点集中的点和它在显著性点集中的邻居差别小,saliency density就大。

5)只保留凸多边形面积小于图像面积的80%的feature map。选择其中凸多边形面积最小的作为reference map。

6)只保留和reference map的距离(可以为欧式距离或者别的距离)小于Tt的feature maps。

7)计算留下来的feature maps的权重wi,作加权和。如果一个feature map的凸多边形面积乘以saliency density越大,这个map的权重就越大。

结果检验:Due to the subjective nature of the problem,作者找了6个人,看40幅图片,判断Itti和自己的方法所得到的显著性部分是否反应了画面最引人注意的地方。结果是他的比Itti的好。

时间: 2024-12-15 06:51:24

ACCV2004 Salient Region Detection 论文阅读的相关文章

论文阅读:Frequency-tuned Salient Region Detection

Frequency-tuned Salient Region Detection 作者发现,大部分方法产生的saliency map都不适合image segmentation.因为它们产生的saliency map分辨率低,物体边界不清楚,不能uniformly highlight 显著物体.这是由于向下采样让图像的频谱范围变窄了.为了解决这个问题,作者提出了对算法的五个要求,提出了一个适合做image segmentation 的saliency detector.五个要求是:着重强调最大的

Frequency-tuned Salient Region Detection MATLAB代码出错修改方法

论文:Frequency-tuned Salient Region Detection.CVPR.2009 MATLAB代码出错: Error using makecform>parseWPInput (line 389)Expected input number 2, PROPERTYNAME, to match one of these strings: AdaptedWhitePoint The input, ''whitepoint'', did not match any of the

CVPR 2011 Global contrast based salient region detection

Two salient region detection methods are proposed in this paper: HC AND RC HC: Histogram based contrast 1. Primary method It is simply to calculate the saliency of each color in the input image, where each pixel's saliency is defined using its color

Global Contrast based Salient Region Detection (Ming ming Cheng)

abstract: Automatic estimation of salient object regions across images, without any prior assumption or knowledge of the contents of the corresponding scenes, enhances many computer vision and computer graphics applications. We introduce a regional c

Focal Loss for Dense Object Detection 论文阅读

何凯明大佬 ICCV 2017 best student paper 作者提出focal loss的出发点也是希望one-stage detector可以达到two-stage detector的准确率,同时不影响原有的速度.one-stage detector的准确率不如two-stage detector的原因,作者认为原因是:样本的类别不均衡导致的.因此针对类别不均衡问题,作者提出一种新的损失函数:focal loss,这个损失函数是在标准交叉熵损失基础上修改得到的.这个函数可以通过减少易

论文阅读(Weilin Huang——【TIP2016】Text-Attentional Convolutional Neural Network for Scene Text Detection)

Weilin Huang--[TIP2015]Text-Attentional Convolutional Neural Network for Scene Text Detection) 目录 作者和相关链接 方法概括 创新点和贡献 方法细节 实验结果 问题讨论 作者和相关链接 总结与收获点 作者补充信息 参考文献 作者和相关链接 论文下载 作者: tong he, 黄伟林,乔宇,姚剑 方法概括 使用改进版的MSER(CE-MSERs,contrast-enhancement)提取候选字符区域

(不断更新)关于显著性检测的调研-Salient Object Detection: A Survey

<Salient Object Detection: A Survey>作者:Ali Borji.Ming-Ming Cheng.Huaizu Jiang and Jia Li 基本按照文章中文献出现的顺序. 一.L. Itti, C. Koch, and E. Niebur, "A model of saliency-based visual attention for rapid scene analysis," IEEE TPAMI, 1998. 一个用于快速场景分析

论文阅读:DHSNet: Deep Hierarchical Saliency Network for Salient Object Detection

因写作需要,再精读一下这篇文章,只说这篇文章提出的方法. 1.摘要部分: 本文提出了一种基于卷积神经网络的深层次显著性网络(deep hierarchical saliency network,DHSNet).该网络以下统一称作"DHSNet".工作流程大体是这样的: 1)首先,DHSNet通过自动学习各种全局结构上的显著性线索(这些线索包括全局对比度.对象性.紧凑性以及它们的优化组合),对输入的图片生成一个粗略的全局上的预测结果: 2)接着, 本文提出了一种分层递归卷积神经网络(hi

论文阅读--Scalable Object Detection using Deep Neural Networks

Scalable Object Detection using Deep Neural Networks 作者: Dumitru Erhan, Christian Szegedy, Alexander Toshev, and Dragomir Anguelov 引用: Erhan, Dumitru, et al. "Scalable object detection using deep neural networks." Proceedings of the IEEE Confere