论文阅读笔记:FULLY CONVOLUTIONAL MULTI-CLASS MULTIPLE INSTANCE LEARNING

Introduce

Task

Image Semantic Segmentation based on weakly supervised learning.

Contributions

  • Combine MIL(Multiple Instance Learning) with end-to-end FCN(Fully Convolutional Network).
  • Propose a multi-class pixel-level loss by a MIL scenario.

MC MIL Loss

( x l , y l ) = arg ⁡ max ⁡ ∀ ( x , y ) p ^ ( x , y ) , ∀ l ∈ L (x_{l},y_{l})=\arg\max_{\forall(x,y)}\widehat{p}(x,y),\forall l\in L (xl,yl)=arg(x,y)maxp (x,y),lL
M I L L o s s = − 1 ∣ L ∣ ∑ l ∈ L log ⁡ p ^ ( x l , y l ) MILLoss=-\frac{1}{|L|} \sum\limits_{l \in L}{} \log{\widehat{p}(x_l,y_l)} MILLoss=L1lLlogp (xl,yl)
p ^ ( x , y ) \widehat{p}(x,y) p (x,y) be the FCN output heat maps( W ∗ H ∗ L W*H*L WHL) for the l t h l^{th} lth class label at location ( x , y ) (x,y) (x,y) L L L is the class label num.

Experiments

在这里插入图片描述
Baseline(no classifier)mean without initializing the last layer weight i.e. the classifier layer, Baseline(with classifier)mean with. MIL-FCN mean with initializing the classifier layer and finetune model with MC MIL Loss. Learning rate is 0.0001,momentum is 0.9, weight decay is 0.0005. Model converges in less than 10000 iterations.

Details

  • If there is no image-level pretraining, the model quickly converges to all background.
  • At inference time, the MIL-FCN need a bilinearly interpolations to image resolutions to obtain a pixel wise segmentation.

Summary

  • MIL Loss increase the probability of all class channel heatmap scores.
  • MIL Loss is a prior that there are all class labels in a input image even if we don’t know the certain location in the image.
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值