论文Cascade Object Detection with Deformable Part Models的一个疑惑

该文的作者是Pedro F. Felzenszwalb等,著名的DPM目标检测模型的作者,该文的工作是将DPM(可形变组件模型)级联化以加快检测速度。加快的方式就是依次计算到目前为止部分部件得分之和,如果小于一定的阈值,则放弃该位置对象的继续检测,就是级联的思想。

作者在摘要中说到该文的一个核心贡献:

In analogy to probably approximately correct (PAC) learning, we introduce the notion of probably approximately admissible (PAA) thresholds. Such thresholds provide theoretical guarantees on the performance of the cascade method and can be computed from a
small sample of positive examples.

大意是提出了“概率近似容许(PAA)阈值的概念,该阈值在性能上有理论保证,并且只需要少量(训练)正样本。

在级联分类器中,各级阈值的设定是很重要的,有方法能确定有理论保证的阈值是非常好的。

看看该文中对阈值的设定方法和关于理论保证的证明吧,

先是一些概念说明:

We say a sequence of thresholds t is (; ) probably approximately admissible (PAA) if the probability that the error of t is greater than  is bounded by ,

Let be the optimal displacements for the nonroot parts of M on an example. We can define partial scores that take into account the first i parts and the first i parts minus the i-th deformation cost,

然后是阈值设置方法:

The star-cascade algorithm will find an optimal configuration and score for x if and only if  and  for all .

Let X be m independent samples from D. We can select thresholds by picking,

然后是理论证明:

我的疑问是:作者声称他们的阈值具有理论保证,但是定理1的证明是假设了阈值能保证误差很小。这不关键的结论-阈值有理论上的性能保证-没有得到证明吗?

时间: 2024-10-25 22:22:35

论文Cascade Object Detection with Deformable Part Models的一个疑惑的相关文章

论题Cascade Object Detection with Deformable Part Models一个怀疑

该文的作者是Pedro F. Felzenszwalb等一下,著名DPM在目标检测模型.本文的工作是DPM(变形组件模型)级联,以加快检测速度. 加速的方式,现在其次是计算总结成绩的某些部分,假设小于一定的阈值值,丢弃继续检测物体的位置,思想. 作者在摘要中说到该文的一个核心贡献: In analogy to probably approximately correct (PAC) learning, we introduce the notion of probably approximate

第三十一节,使用谷歌Object Detection API进行目标检测

Object Detection API是谷歌开放的一个内部使用的物体识别系统.2016年 10月,该系统在COCO识别挑战中名列第一.它支持当前最佳的实物检测模型,能够在单个图像中定位和识别多个对象.该系统不仅用于谷歌于自身的产品和服务,还被推广至整个研究社区. 一.代码位置与内置的模型 1.Object Detection Object Detection模块的位置与slim的位置相近,同在github.com 中TensorFlow 的models\research目录下.类似slim,

An Analysis of Scale Invariance in Object Detection – SNIP 论文解读

前言 本来想按照惯例来一个overview的,结果看到一篇十分不错而且详细的介绍,因此copy过来,自己在前面大体总结一下论文,细节不做赘述,引用文章讲得很详细. 论文概述 引用文章 以下内容来自:http://lowrank.science/SNIP/ 这篇日志记录一些对下面这篇 CVPR 2018 Oral 文章的笔记. Singh B, Davis L S. An Analysis of Scale Invariance in Object Detection–SNIP[C]//Proce

目标检测 | 经典算法 Cascade R-CNN: Delving into High Quality Object Detection

作者从detector的overfitting at training/quality mismatch at inference问题入手,提出了基于multi-stage的Cascade R-CNN,该网络结构清晰,效果显著,并且能简单移植到其它detector中,带来2-4%的性能提升 论文: Cascade R-CNN: Delving into High Quality Object Detection 论文地址: https://arxiv.org/abs/1712.00726 代码地

论文阅读(Chenyi Chen——【ACCV2016】R-CNN for Small Object Detection)

Chenyi Chen--[ACCV2016]R-CNN for Small Object Detection 目录 作者和相关链接 方法概括 创新点和贡献 方法细节 实验结果 总结与收获点 参考文献 作者和相关链接 论文下载 Chenyi Chen , Ming-Yu Liu, Jianxiong Xiao 所有作者的简单信息 方法概括 这篇文章主要讨论针对小目标的目标检测 文章为了证明:对传统的R-CNN style的方法进行改进,可以用于小目标检测,并且性能比DPM方法好 整个检测流程:

Object Detection with Discriminatively Trained Part Based Models

P. Felzenszwalb, R. Girshick, D. McAllester, D. RamananObject Detection with Discriminatively Trained Part Based ModelsIEEE Transactions on Pattern Analysis and Machine Intelligence, Vol. 32, No. 9, Sep. 2010 读本文,不是因为DPM,而是因为训练SVM的hard negative minin

论文笔记:Faster R-CNN:Towards Real-Time Object Detection with Region Proposal Networks

文章: http://arxiv.org/abs/1506.01497 源码:坐等.... 目录: Region Proposal Networks Translation-Invariant Anchors A Loss Function for Learning Region Proposals Optimization Sharing Convolutional Features for Region Proposal and Object Detection Implementation

论文阅读--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

Rapid Object Detection using a Boosted Cascade of Simple Features 部分翻译

Rapid ObjectDetection using a Boosted Cascade of Simple Features 使用简单特征级联分类器的快速目标检测 注:部分翻译不准出以红色字体给出 翻译,Tony,[email protected] 摘要: 本文介绍一种机器学习在目标检测中的视觉应用,其能够迅速的处理图像,并能达到一个较高的识别率.这项工作之所以有成就是因为存在以下三个关键特点:第一介绍一种新型的图像表示,我们称之为"积分图像",其允许我们探测器使用的特征可以快速的