• Learning Deep Features for Discriminative Localization


    Background

    1. The authors shed light on how global average pooling layer explicitly enables the CNN to have remarkable localization ability despite trained on image-level labels.

    2. Recent work has shown that the convolutional units of various layers of CNN actually behave as object detectors despite no supervision on the location of the object was provided.

    3. This localizable ability is lost when fully-connected layers are used for classification.

    4. The authors found: with a little tweaking, the network can retain localization ability until the final layer.

    5. This technique allows the classification-trained CNN to both classify the image and localize class-specific image regions in a single forward-pass.

    Main points

    It is very easy to implement the net architecture. Just add a fully-connected layer after global average pooling. The derivation process is ingenious. For more details, please refer to the original paper.

  • 相关阅读:
    Spring类中的split()方法
    单例模式
    c#操作文件
    c#选择文件
    c#判断程序是否正在运行
    .net创建文件夹和txt文件
    .net 程序睡眠之后执行
    .net读取txt文件
    .net Post Json数据
    sql查看表结构以及表说明
  • 原文地址:https://www.cnblogs.com/everyday-haoguo/p/GAP.html
Copyright © 2020-2023  润新知