精品基于深度神经网络的目标检测.pptVIP

  1. 1、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
  2. 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  3. 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
  4. 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
  5. 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们
  6. 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
  7. 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
第 1 页 | 共 25 页 基于深度神经网络的目标检测 检测 ≈ 定位 + 分类 第 2 页 | 共 25 页 第 3 页 | 共 25 页 传统目标检测 基于候选区域的 目标检测 回归方法的深度 学习目标检测 faster-RCNN fast-RCNN SPPNET RCNN YOLO 第 4 页 | 共 25 页 区域选择 特征提取 分类器分类 滑动窗口策略 手工设计特征 SVM 、 adaboost 等 两个问题 传统目标检测 第 5 页 | 共 25 页 候选区域 selective search IOU NMS 非极大值抑制 PASCAL VOC 上的检测率 从 35.1% 提升到 53.7% 基于候选区域的目标检测 第 6 页 | 共 25 页 Step1. Input an image Step2. Use selective search to obtain ~2k proposals Step3. Warp each proposal and apply CNN to extract its features Step4. Adopt class-specified SVM to score each proposal Step5. Rank the proposals and use NMS to get the bboxes . Step6. Use class-specified regressors to refine the bboxes positions. TOO SLOWWWW !!! - SPPNET RCNN 三个问题 (分阶段训练、 空间浪费、慢 47s ) SPP-Net : Motivation Cropping may loss some information about the object Warpping may change the object s appearance 第 7 页 | 共 25 页 ? FC layer need a fixed-length input while conv layer can be adapted to arbitrary input size. ? Thus we need a bridge between the conv and FC layer. ? Here comes the SPP layer. 第 8 页 | 共 25 页 SPP-Net: Training for Detection(1) 第 9 页 | 共 25 页 Conv5 feature map Conv5 feature map Conv5 feature map Image Pyramid FeatMap Pyramids conv Step1. Generate a image pyramid and exact the conv FeatMap of the whole image SPP-Net: Training for Detection(2) ? Step 2, For each proposal, walking the image pyramid and find a project version that has a number of pixels closest to 224x224. (For scaling invariance in training.) ? Step 3, find the corresponding FeatMap in Conv5 and use SPP layer to pool it to a fix size. ? Step 4, While getting all the proposals feature, fine-tune the FC layer only . ? Step 5, Train the class- specified SVM 第 10 页 | 共 25 页 SPP-Net: Testing for Detection Almost the same as R-CNN, except Step3. 第 11 页 | 共 25 页 第 12 页 | 共 25 页 ? Speed: 64x faster than R-CNN using one scale, and 24x faster using five-scale paramid. ? mAP: +1.2 mAP vs R-CNN 2. 训练花费过大的硬盘开销和时间 1. 训练分多阶段,并不是端到端的训练过程 FC

文档评论(0)

sandajie + 关注
实名认证
文档贡献者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档