2018年4月24日论文阅读

国内精读!title(26):Salient Object Detection: A Discriminative Regional Feature Integration Approach(显著性检测:一个多特征自适应融合的显著性检测方法)---2013算法

Abstract :框架

本文将显著图计算视为回归(regression)问题;函数

所提出的方法基于多级图像分割(multi-level image segmentation);学习

使用监督学习(supervised learning)的方式学习出区域特征向量(regional feature vector)所对应的显著性得分(saliency score);优化

并最终将这些不一样的多级(请注意“多级”一词)分数进行融合,获得显著性图(saliency map)。spa

本文贡献主要有两点(不翻译是由于英文读起来更容易理解:)翻译

一、Integrates the regional contrast, regional property and regional backgroundness descriptors together to form the master saliency map;orm

二、 introduce a new regional feature vector, backgroundness, to characterize the background, which can be regarded as a counterpart of the objectness descriptor。blog

本文提出一种监督学习框架下的显著性检测方法。采用multi-level segmentation的方法进行分割。其主要思想为:ip

将原图进行m级分割, S = {S 1, S 2, ···, S M}。S 2是由S 1融合所得,阈值是算法生成的。
为了融合计算,做者提出了特征描述器。提出了三个 Regional contrast descriptor,Regional property descriptor,Regional backgroundness descriptor。这三个特征描述器分别提出了本身的计算方式。
 
1 Regional contrast descriptor: diff(v R,v N)。v由26维的特征组成。
 
2 Regional property descriptor,由34-dimensional的特征组成。

 

3 Regional backgroundnessdescriptor:

见表1
最终获得一个显著性区域R = {R 1,R 2, ··· ,R Q},以及与之对应的分数 A = {a 1,a 2, ··· ,a Q}。
在置信度内,背景和目标的比例在百分之80以上的区域,将其标记为1;不然标记为0.
经过随机森林算法获得最终融合的20个特征。
 
 
最后的优化部分经过线性组合对显著性map进行更新

 

损失函数为:

 

经过最小化损失函数进行迭代更新获得最好的显著性区域map A。

相关文章
相关标签/搜索