Segmentation as Selective Search for Object Recognition

这是一篇2011ICCV的文章,重点是Selective Search.


其中Exhaustive中还包括sliding window,part-based等等。

而这篇用改进的segmentation, a hierachical grouping algorithm来做Selective Search

使用part-based object segmentation作为起点,然后hierachy  group,针对不同的color space。过程中利用greedy algorithm,利用similarity不断合并两个neighbour region.

S(a, b) = S size (a, b) + S texture (a, b)

S size(a,b) is defined as the fraction of the image that the segment a and b jointly occupy

S texture (a, b) is defined as the histogram intersection between SIFT-like texture measurements

作者在个人主页只提供了可执行文件,在http://dlib.net/imaging.html有c++的开源实现。

附上average precision的measurement

he detection task will be judged by the precision/recall curve. The principal quantitative measure used will be the average precision (AP) (see section 3.4.1). Example code for computing the precision/recall and AP measure is provided in the development kit. Detections are considered true or false positives based on the area of overlap with ground truth bounding boxes. To be considered a correct detection, the area of overlap $a_o$ between the predicted bounding box $B_p$and ground truth bounding box $B_{gt}$ must exceed $50\%$ by the formula: 

\begin{displaymath}a_o = \frac{area(B_p \cap B_{gt})}{area(B_p \cup B_{gt})}\end{displaymath}

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值