- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
基于深度神经网络的目标检测概要
第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
您可能关注的文档
最近下载
- 食品生产监督检查要点_培训讲座课件.pptx
- 变更工程施工方案申请(3篇).docx VIP
- 智慧方案智慧矿山整体解决方案(41页PPT).pptx VIP
- 舒曼声乐套曲《戒指在我手上》Op.42, No.4 (Du Ring an meinem Finger)声乐+钢琴伴奏谱 带歌词.pdf VIP
- ISO11898-2中文版完整文件.docx VIP
- 职业病知识培训职业健康检查课件.pptx VIP
- 2025版《煤矿安全规程》宣贯培训课件.pptx VIP
- 球磨机安全事故案例课件.pptx VIP
- 药物不良反应的识别与处理.pptx VIP
- T_CCMA 0113-2021 高空作业车 检查与维护规程.docx VIP
文档评论(0)