zoukankan      html  css  js  c++  java
  • Two-Phase Learning for Weakly Supervised Object Localization

    Background

    1. Weakly supervised semantic segmentation and localization have a problem of focus only on the most important parts of an image since they use only image-level annotations.

    2. The complete extent of objects are good for object localization.

    3. A novel method is proposed to cover the entire parts of objects.

    Main points

     

    ff

    To cover the entire parts of objects, a simple way is to find the most discriminative part, the second most discriminative part and so on. When locating the second most discriminative part, we mask out the most discriminative one. This is the core idea of this paper.

    1. Find the most discriminative parts of an image as usual, which is done by the first network. 

    2. Mask out the most discriminative parts of an image.

    3. Train the same network to find the second most discriminatvie parts.

    Drawbacks

    1. The network is not shared during two-phase learning.

    2. The network can not be trained in an end-to-end manner.

  • 相关阅读:
    POJ2594拐点弯的二分
    poj1523赤裸裸的割点
    POJ2239二分匹配
    对java多线程的一些浅浅的理解
    POJ3216 最小路径覆盖
    POJ1719二分匹配
    [算法]本学期算法作业
    [离散数学II]2017.3.29
    [离散数学II]2017.3.29
    [概率论]2017.3.29
  • 原文地址:https://www.cnblogs.com/everyday-haoguo/p/Two-Phase.html
Copyright © 2011-2022 走看看