全卷积网络(Fully Convolutional Network,简称FCN),用于图像语义分割。
端到端(end-to-end)
像素到像素(pixels-to-pixels):预测每个像素所属的类别。
转置卷积
编码器-解码器(encoder-decoder)
参考链接
http://www.cnblogs.com/xuanxufeng/p/6249834.html
https://people.eecs.berkeley.edu/~jonlong/long_shelhamer_fcn.pdf