【CV】斯坦福CS231n DL-CV by李飞飞 team

Chap 15: Convolutional Neural Networks

Chap 27: Segmentation & (Soft)Attention

  • Segmentation
    • semantic segmentation : 只输出不同的类别class
    • instance segmentation: 即使是同一个class, 不同的个体instance, 也独立标出
  • (Soft)Attention
    • Discrete locations
    • Continuous locations (Spatical Transformers)

multi-scale, upsampling, downsampling, deconvolution

  • FCN
    在这里插入图片描述

  • Multi-scale
    在这里插入图片描述

  • Refinement : iteratively
    在这里插入图片描述

  • Upsampling

在这里插入图片描述

在这里插入图片描述

  • Deconv = normal conv back-propagation pass, a bad name, sounds like inverse of conv, in fact, it means conv transpose, or upconvolution, backward strided conv or 1/2 strided convolution.

在这里插入图片描述

Chap 28: Segmentation & (Soft)Attention

在这里插入图片描述

在这里插入图片描述

在这里插入图片描述

猜你喜欢

转载自blog.csdn.net/baishuo8/article/details/83449710