R-FCN网络学习

R-FCN网络针对传统检测网络的效率问题,提出了几乎在整个图像上共享计算的方法,旨在平衡图像分类的平移不变性和目标检测的平移敏感性。该网络由全卷积子网络和RoI-wise子网络组成,解决RoI池化层在ResNets和GoogLeNets中引入的翻译不变性破坏,同时试图在不牺牲速度的情况下提高检测精度。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

由于传统的检测网络:apply a costly per-region subnetwork hundreds of times

R-FCN:almost all computation shared on the entire image.

解决问题:分类的平移不变性检测的平移敏感性。(a dilemma between translation-invariance in image classification and
translation-variance in object detection)

介绍

流行的检测网络一般是由RoI分割成两个子网络:(1)独立于RoIs的全卷积子网络(共享运算)

                                                                              (2)RoI-wise子网络(不共享运算)

历史问题:AlexNet  and VGG Nets 这种传统网络的spatial pooling layer is naturally turned into the RoI pooling layer在目标检测中。

最近的新网络:ResNets and GoogLeNets are by design fully convolutional. 在目标检测架构中,很自然的使用全部的卷积层来构建共享卷积子网络,让RoI-wise没有隐藏层。但是:降低了检测精度,不能与分类精度匹配。为了解决这个问题:ResNet paper里面提到Faster R-CNN的RoI pooling layer is unnaturally inserted between two sets of convolutional layers,breaks down translation invariance(the post-RoI convolutional layers are no longer translation-invariant when evaluated across different regions),提高了精度,但是由于unshared per-RoI computation牺牲了速度。since it introduces a considerable number of region-wise layers

each of the kxk bin aggregates responses from only one score map out of the bank of kxk score maps 。

 要实现平移敏感,引入了position-sensitive score maps,通过使用一堆 specialized convolutional layers。

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值