blazeFace

围绕四个点构造模型

1、扩大感受野

    使用5*5卷积替换3*3来扩大感受野,在深度分离卷积中,pw与dw计算比为d/k^2,d为输出通道,k为

dw的卷积核,即增加dw的卷积核所带来的计算并不大。

    在MobilenetV2中,使用了逆残差结构(两头小,中间大),但blazeblock中又回到了两头大、中间小的结构,理由是

“To accommodate for the fewer number of channels in the intermediate tensors, we swap these stages so that the residual
connections in our bottlenecks operate in the “expanded” (increased) channel resolution” 好吧,说啥就是啥吧

 

2、特征提取

   

3、anchor schme

   只用两层feature map去生成anchor,且生成anchor比例是1:1固定的,理由是特征冗余,且在GPU下,特征图计算的开销基本固定(意思是cpu下不会?)

   

4、Post-processing

    这部分没看懂

    (1)As our feature extractor is not reducing the resolution below 8×8, the number of anchors overlapping a given object significantly increases with the object size.

          why???有什么因果关系吗?

    (2) 当使用现有NMS时,会出现the predictions tend to fluctuate between different anchors and exhibit temporal jitter

           这又有什么因果关系呢?

    (3) 所以使用新方法代替nms:estimates the regression parameters of a bounding box as a weighted mean between the overlapping predictions

           没看懂

     

   

 参考:https://zhuanlan.zhihu.com/p/73550375

          https://zhuanlan.zhihu.com/p/73741766

 

转载于:https://www.cnblogs.com/573177885qq/p/11297466.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值