https://www.csee.umbc.edu/~hpirsiav/papers/cascade_cvpr17.pdf网络
Weakly Supervised Cascaded Convolutional Networks, Ali Diba, Vivek Sharma, Ali Pazandeh, Hamed Pirsiavash and Luc Van Goolapp
亮点dom
相关工做 ui
One of the most common approaches [7] consists of the following steps:spa
弱监督物体检测难点: 弱监督物体检测对初始化要求很高,很差的初始化可能会使网络陷入局部最优解,解决的办法主要有如下几个:设计
Majority of the previous works [25, 32] use a large collection of noisy object proposals to train their object detector. In contrast, our method only focuses on a very few clean collection of object proposals that are far more reliable, robust, computationally efficient, and gives better performanceorm
方法blog
Two-stage: proposal and image classification (conv1 till con5, global pooling) + multiple instance learning (2fc, score layer)ip
1. image classification: CNN with global average pooling (GAP) [36]中引入,将分类过程当中fc层的weights做为原来convolutional layer输出的权重并将全部频道加权获得的图做为class activation map。在这一步中,还产生一个分类的loss LGAPci
[36] B. Zhou, A. Khosla, A. Lapedriza, A. Oliva, and A. Torralba. Learning deep features for discriminative localization. In CVPR, 2016. 3, 4, 5, 6, 7, 8
2. multiple instance learning
Proposal: edgeboxs [37] is used to generate an initial set of object proposals. Then we threshold the class activation map [36] to come up with a mask. Finally, we choose the initial boxes with largest overlap with the mask.
Three-stage: more information about the objects’ boundary learned in a segmentation task can lead to acquisition of a better appearance model and then better object localization.
实验结果
PASCAL VOC 2007
PASCAL VOC 2010
PASCAL VOC 2012
Object detection training
[6] H. Bilen and A. Vedaldi. Weakly supervised deep detection networks. In CVPR, 2016. 6, 7, 8
[18] D. Li, J.-B. Huang, Y. Li, S. Wang, and M.-H. Yang. Weakly supervised object localization with progressive domain adaptation. In IEEE Conference on Computer Vision and Pattern Recognition, 2016. 2, 6, 7
[27] K. Simonyan and A. Zisserman. Very deep convolutional networks for large-scale image recognition. In ICLR, 2015. 5, 6