DSSD

视频教程:B站、网易云课堂、腾讯课堂
代码地址:Gitee、Github
存储地址:
百度云-提取码:
Google云


  • DSSD-Model(pytorch版本)

《DSSD:Deconvolutional Single Shot Detector》
—基于DSSD的目标检测
作者:Cheng-Yang ,Wei Liu
单位:UNC Chapel、 Amazon Inc
发表会议及时间:CVPR 2017
Submission history
[v1] Mon, 23 Jan 2017 22:33:35 UTC (6,659 KB)

  • 补充:可以尝试通过增加上下文内容(context),来提高mAP
    本文就在反卷积部分增加了context,将高层特征和底层特征相融合

  • Abstract

The main contribution of this paper is an approach for introducing additional context into state-of-the-art general object detection. To achieve this we first combine a state-of-the-art classifier (Residual-101[14]) with a fast detection framework (SSD[18]).

We then augment SSD+Residual-101 with deconvolution layers to introduce additional large-scale context in object detection and improve accuracy, especially for small objects, calling our resulting system DSSD for deconvolutional single shot detector. While these two contributions are easily described at a high-level, a naive implementation does not succeed.

Instead we show that carefully adding additional stages of learned transformations, specifically a module for feed-forward connections in deconvolution and a new output module, enables this new approach and forms a potential way forward for further detection research.

Results are shown on both PASCAL VOC and COCO detection. Our DSSD with 513×513 input achieves 81.5% mAP on VOC2007 test, 80.0% mAP on VOC2012 test, and 33.2% mAP on COCO, outperforming a state-of-the-art method R-FCN[3] on each dataset


一 论文导读

DSSD是SSD算法改进分支中最为著名的一个,SSD其他有名的改进:RSSD、FSSD等

DSSD改进了SSD对小目标不够鲁棒的缺点。

主要改进点:

  1. 提出基于Top down的网络结构,用反卷积代替传统的双线性插值上采样
  2. 在预测阶段引入残差单元,优化候选框回归和分类任务输入的特征图
  3. 采用两阶段训练方法

DSSD在VOC2007数据集上,513*513的输入图片上,DSSD的mAP值达到了81.5%,但是fps只有6fps左右

所以它的缺点就是速度慢


在这里插入图片描述

在这里插入图片描述

在这里插入图片描述


补充:

  • 双线性插值法
    在这里插入图片描述
    在这里插入图片描述

在这里插入图片描述

  • 反卷积在这里插入图片描述
  • 比较
    在这里插入图片描述

二 论文精读

三 代码实现

四 问题思索

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

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值