[day-27] U-net Experiments (3) - performance 2

前言

除了 EM segmentatation challenge 比赛之外,还有参加了另外一个比赛 ISBI cell tracking challenge,应用了两个资料集。
(1) PhC-U373
(2) DIC-HeLa

performance 2

We also applied the u-net to a cell segmentation task in light microscopic images. This segmenation task is part of the ISBI cell tracking challenge 2014 and 2015 [10,13].

说明了还去参加了什麽样的比赛。

The first data set “PhC-U373”2 contains Glioblastoma-astrocytoma U373 cells on a polyacrylimide substrate recorded by phase contrast microscopy (see Figure 4a,b and Supp. Material).

细胞的细节

It contains 35 partially annotated training images. Here we achieve an average IOU (“intersection over union”) of 92%, which is significantly better than the second best algorithm with 83% (see Table 2).

火力展示环节。

https://ithelp.ithome.com.tw/upload/images/20201010/20112571mUyKNTX1lg.png

The second data set “DIC-HeLa”3 are HeLa cells on a flat glass recorded by differential interference contrast (DIC) microscopy (see Figure 3, Figure 4c,d and Supp. Material). It contains 20 partially annotated training images. Here we achieve an average IOU of 77.5% which is significantly better than the second best algorithm with 46%.

火力展示环节2。

https://ithelp.ithome.com.tw/upload/images/20201010/20112571FnsVyphT3S.png

两种资料级的样子。

Concusion

论文终於快读完了,在实验阶段Unet没有多说废话,说明规则,直接说明自己有多强。

Reference

[0] U-net


<<:  JS读书笔记30天 - Day26 Bootstrap的Class设定3

>>:  [day27][後端][实作] 引入Typescipt,webpack的loader(下)

创建App-主页界面

创建App-主页界面 在登入页面设计、建设完成後,进入第二个页面建设啦。主页包括了广告,作业、讨论区...

IOS、Python自学心得30天 Day-14 H5与Pb模型档案

前言: 因为内存不足以在训练的时候存 SavedModel模型 所以我分离出来 以.h5档案先做训练...

Proxmox VE 建立丛集与加入丛集

当运行的客体机越来越多的时候,单一节点肯定无法应对持续扩展的资源需求,增加更多节点时可以满足资源不...

[LeetCode30] Day28 - 65. Valid Number

题目 给定一个string s, 判断能不能解释成十进制数字。 题目很好心得列了用来作有效的十进制的...

DAY22:优化器(中)

开始比较各种优化器 这边都先固定学习率0.01。 SGD+momentum(学习率设置0.001时,...