READING NOTE: Weakly Supervised Cascaded Convolutional Networks

提出一种新的级联卷积神经网络架构,能够在较少的人工注释下进行物体检测任务的学习。该方法通过两阶段和三阶段级联网络结构,利用图像级别的标签和对象建议来训练模型。

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

TITLE: Weakly Supervised Cascaded Convolutional Networks

AUTHOR: Ali Diba, Vivek Sharma, Ali Pazandeh, Hamed Pirsiavash, Luc Van Gool

ASSOCIATION: KU Leuven, Sharif Tech., UMBC, ETH Zürich

FROM: arXiv:1611.08258

CONTRIBUTIONS

A new architecture of cascaded networks is proposed to learn a convolutional neural network handling the task without
expensive human annotations.

METHOD

This work trains a CNN to detect objects using image level annotaion, which tells what are in one image. At training stage, the input of the network are 1) original image, 2) image level labels and 3) object proposals. At inference stage, the image level labels are excluded. The object proposals can be generated by any method, such as Selective Search and EdgeBox. Two differenct cascaded network structures are proposed.

Two-stage Cascade

The two-stage cascade network structure is illustrated in the following figure.

The first stage is a location network, which is a fully-convolutional CNN with a global average pooling or global maximum pooling. In order to learn multiple classes for single image, an independent loss function for each class is used. The class activation maps are used to select candidate boxes.

The second stage is multiple instance learning network. Given a bag for instances xc={xj|j=1,...,n} and a label set yc={yi|yi{0,1},i=1,..,C} , where each x is one of the condidate boxes, n is the number of candidate box, C is the number of categories and Ci=1yi, the probabilities and loss can be defined as

Score(I,fi)=max(fi1,...,fin)

P(I,fi)=exp(Score(I,fi))Ck=1exp(Score(I,fk))

LMIL(P,y)=i=1Cyilog(P(I,fi))

Im my understanding, only the boxes with the most confidence in each category will be punished if they are wrong. Besides, the equations in the paper have some mistakes.

Three-stage Cascade

The three-stage cascade network structure adds a weak segmentation network between the two stages in the two-stage cascade network. It is illustrated in the following figure.

The weak segmentation network uses the results of the first stage as supervision signal. sic is defined as the CNN score for pixel i and class c in image I . The score is normalized using softmax

Sic=exp(sic)/k=1Cexp(sik)

Considering y as the label set for image I , the loss function for the weakly supervised segmentation network is given by

Lseg(S,G,y)=i=1Cyilog(Stcc)iIsαilog(StcGi)

By     tc=argmaxiISic

where Gi is the supervision map for the segmentation from the first stage.

SOME IDEAS

This work requires little annotation. The only annotation is the image level label. However, this kind of training still needs complete annotation. For example, we want to detect 20 categories, then we need a 20-d vector to annotate the image. What if we only know 10/20 categories’ status in one image?

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值