Pixel Deconvolutional Networks

https://arxiv.org/abs/1705.06820

本文首先指出在常规的 deconvolutional operation 会导致 所谓的 checkerboard 问题。这主要是因为 deconvolution operation 生成的特征图 相邻像素没有相关性导致的。为此我们提出了 pixel deconvolutional layer (PixelDCL) 来建立特征图相邻像素的相关性,从而解决这个 checkerboard 问题。

我们先来看看常规的 deconvolutional operation

对于一个 4 × 4 输入特征图,我们使用四个不同的卷积核得到四个 4 × 4中间特征图,然后我们将这四个中间特征图组合起来得到 一个 8 × 8 的输出特征图。
Note that the four intermediate feature maps rely on the input feature map, but there is no direct relationship among them.
注意这四个中间特征图之间没有直接的联系。
Due to the periodical shuffling operation, adjacent pixels on the output feature map are from different intermediate feature maps. This implies that the values of adjacent pixels can be significantly different from each other, resulting in the problem of checkerboard artifacts

延伸阅读:
http://www.jianshu.com/p/36ff39344de5
http://distill.pub/2016/deconv-checkerboard/

本文提出了 iPixelDCL 来建立 中间特征图之间的直接联系

下面我们来看看在 iPixelDCL 中 这四个中间特征图是怎么生生成的。
The purple feature map is generated from the input feature map (blue)
首先紫色的特征图有蓝色输入特征图直接生成。

The orange feature map is conditioned on both the input feature map and the purple feature
map that has been generated previously
黄色特征图的生成依赖于 输入特征图和紫色特征图

the green feature map relies on the input feature map, purple and orange intermediate feature maps.
绿色特征图的生成依赖于 输入特征图、紫色特征图、黄色特征图。

The red feature map is generated based on the input feature map, purple, orange, and green intermediate feature maps
红色特征图生成依赖于 输入特征图、紫色、黄色、绿色特征图。

在 PixelDCL 中,我们只容许紫色特征图依赖于输入特征图。
the orange feature map only depends on the purple feature map. The green feature map relies on the purple and orange feature maps. The red feature map is conditioned on the purple, orange, and green feature maps
输入特征图的影响通过紫色特征图传递到其他特征图。

Pixel Deconvolutional Networks

注意这里又和上面的步骤有一些不同。


上图第一行是图像,第二行是真值,第三行是 常规反卷积结果,第四行是 iPixelDCL 结果,第五行是 PixelDCL 结果。

语义分割--Pixel Deconvolutional Networks相关推荐

  1. 语义分割--Global Deconvolutional Networks for Semantic Segmentation

    语义分割 Global Deconvolutional Networks for Semantic Segmentation BMVC 2016 https://github.com/DrSleep/ ...

  2. 语义分割--Full-Resolution Residual Networks for Semantic Segmentation in Street Scenes

    Full-Resolution Residual Networks for Semantic Segmentation in Street Scenes CVPR2017 Theano/Lasagne ...

  3. 语义分割--Dilated Residual Networks

    DRN:Dilated Residual Networks 收录:CVPR2017(IEEE Conference on Computer Vision and Pattern Recognition ...

  4. 语义分割--Dilated Residual Networks 之转载

    Dilated Residual Networks CVPR2017 http://vladlen.info/publications/dilated-residual-networks/ 这里转载了 ...

  5. 语义分割深度学习方法集锦

    转载:https://github.com/handong1587/handong1587.github.io/edit/master/_posts/deep_learning/2015-10-09- ...

  6. CVPR 2020 论文大盘点-语义分割篇

    图像分割应用广泛,在CVPR 2020 论文中所占比例很高,可说是一大热门,有110多篇相关论文,本文盘点CVPR 2020 所有语义分割(Semantic Segmentation)相关论文(文末有 ...

  7. matlab 图像语义分割,笔记︱图像语义分割(FCN、CRF、MRF)、论文延伸(Pixel Objectness、)...

    图像语义分割的意思就是机器自动分割并识别出图像中的内容,我的理解是抠图- 之前在Faster R-CNN中借用了RPN(region proposal network)选择候选框,但是仅仅是候选框,那 ...

  8. Recorder︱图像语义分割(FCN、CRF、MRF)、论文延伸(Pixel Objectness、)

    图像语义分割的意思就是机器自动分割并识别出图像中的内容,我的理解是抠图- 之前在Faster R-CNN中借用了RPN(region proposal network)选择候选框,但是仅仅是候选框,那 ...

  9. 彻底讲透FCN语义分割开山之作Fully Convolutional Networks

    FCN论文标题:Fully Convolutional Networks for Semantic Segmentation​ 论文下载地址:https://arxiv.org/abs/1411.40 ...

最新文章

  1. 下载参考序列后字母转换小写转大写
  2. 父类的析构函数定义为虚函数
  3. 陆金所 CAT 优化实践
  4. C++ Primer 5th笔记(10)chapter10 泛型算法 :write
  5. 用html5做一个简单网页_用Python做一个简单的翻译工具
  6. 今年你参与开源了吗?
  7. 如何零基础入门FPGA?这篇文章让你吃透!
  8. SIP应答代码【ZT】
  9. 如何在版本控制工具中管理Sencha Architect的項目
  10. Flutter基础—手势处理
  11. 电流感应电阻器行业调研报告 - 市场现状分析与发展前景预测(2021-2027年)
  12. OpenCV-巴特沃斯低通高通滤波器(C++)
  13. 从零到一,使用实时音视频 SDK 一起开发一款 Zoom 吧
  14. php和java的一些比较
  15. APMServ5.2.6win10系统Apache、MySQL5.1启动失败解决办法
  16. python求梅花数_《梅花易数》又叫梅花数
  17. 抖音网页版上线:这回可以在电脑上刷抖音啦!
  18. Sql server 双机热备份数据库
  19. Windows去掉文件名的括号
  20. Java(springboot)连接MongoDB,终于成功啦T_T【呸】

热门文章

  1. XCMS | LC/MS and GC/MS Data Analysis
  2. Machine Learning | (12) 非监督学习-k-means
  3. 【问题收录】Ubuntu(14.04)那些我遇到的各种事
  4. jni android 参数 字符串 jstring,2.4.5 jstring介绍
  5. Microbiome:香港理工李向东组-医院源可吸入耐药基因与宿主群落、临床关联和环境风险...
  6. QIIME 2教程. 29参考数据库DataResources(2021.2)
  7. 微生物组核心OTU鉴定usearch otutab_core
  8. 扩增子统计绘图8网络图-MENA
  9. pandas使用sort_index函数按照索引排序对dataframe的数据行进行排序(sort dataframe rows by index)
  10. 什么是MySQL锁?有哪些锁类型?如何使用?