iT邦幫忙

第 12 屆 iThome 鐵人賽

DAY 7
1
AI & Data

30天只學U-net系列 第 7

[day-07] 第3段 introduction - 初探U-net

前言

稍微的說明了一下U-net 想法是從哪裡來的。

U-net 如何被發想出來的

In this paper, we build upon a more elegant architecture, the so-called “fully convolutional network” [9].

全卷積架構,就是全部都是卷積層,卷積可以細分為"卷積"與"反卷積"。

We modify and extend this architecture such that it works with very few training images and yields more precise segmentations; see Figure 1.

可以用很少的去做精確的分割,因為萃取了很多不同的特徵。

The main idea in [9] is to supplement a usual contracting network by successive layers, where pooling operators are replaced by upsampling operators.

利用upsample取pooling,所以解析度會變大。

Hence, these layers increase the resolution of the output.

輸出的解析度也會變大(目的是為了還原解析度)。

In order to localize, high resolution features from the contracting path are combined with the upsampled output.

並且將同解析度影像合併。

A successive convolution layer can then learn to assemble a more precise utput based on this information.

使得連續的卷積可以學習更精確的特徵。

https://ithelp.ithome.com.tw/upload/images/20200920/20112571sVJYDmgyLi.png

文獻閱讀

[9] Fully Convolutional Networks for Semantic Segmentation
這篇是Fully convolution network的始祖吧?直接改自Alexnet,將隱藏層改為upsample層。

結論

我認為U-net就是不斷的萃取特徵與利用特徵來達到利用比較少的樣本訓練的成效,但是其實也是有特徵重複利用的問題,但是只少這樣可以找到相對較好的特徵。

參考文獻

[9] Fully Convolutional Networks for Semantic Segmentation
[0] U-net


上一篇
[day-06] 第3段 introduction - 從過去的解決方案出發,利用新的方法解決問題
下一篇
[day-08] 番外 - U-net的程式碼實現 (1) - Conv2D
系列文
30天只學U-net30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言