基于深度神经网络的目标检测概要.pptx

  1. 1、本文档共30页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
基于深度神经网络的目标检测概要

第1页 | 共25页 基于深度神经网络的目标检测 检测 ≈ 定位 + 分类 第2页 | 共25页 第3页 | 共25页 传统目标检测 基于候选区域的目标检测 回归方法的深度学习目标检测 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 layers Conv layers SVM regressor store 第13页 | 共25页 3. 训练sppnet只微调全连阶层(检测除了语义信息还需要位置信息,多层pooling操作导致位置信息模糊) Fast R-CNN Fast R-CNN: Motivation Ross Girshick, Fast R-CNN, Arxiv tec

文档评论(0)

jiayou10 + 关注
实名认证
内容提供者

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

版权声明书
用户编号:8133070117000003

1亿VIP精品文档

相关文档