当前位置: 首页 > news >正文

[论文精读]U-Net: Convolutional Networks for BiomedicalImage Segmentation

论文原文:U-Net: Convolutional Networks for Biomedical Image Segmentation (arxiv.org)

英文是纯手打的!论文原文的summarizing and paraphrasing。可能会出现难以避免的拼写错误和语法错误,若有发现欢迎评论指正!文章偏向于笔记,谨慎食用!

1. 原文逐段精读

1.1. Abstract

        ①Reasonable use of annotation samples

        ②"The architecture consists of a contracting path to capture context and a symmetric expanding path that enables precise localization"

        ③This model is for segmenting neuronal structures in electron microscopic stacks

        ④This model peforms great in small training sample 

1.2. Introduction

        ①The expectations for machine learning and deep learning in medicine often lie not in classification accuracy, but in region segmentation and other aspects

        ②They consider the sliding-window model by Ciresan et al. as slow in training and inaccuracy brought by maxpooling

        ③⭐U-Net takes upsampling instead of pooling

        ④什么重叠贴图策略??我没能明白,为啥这样就能预测

        ⑤They use elastic deformations to augment there data, which keeps the invariance

1.3. Network Architecture

        ①The whole framework: 

        ②3*3 convolutions include no padding

        ③Stride of maxpooling is 2

        ④Double the number of channels when downsampling

        ⑤Up-conv 2*2 halves the number of feature channels

1.4. Training

1.4.1. Data Augmentation

1.5. Experiments

1.6. Conclusion

2. 代码

3. Reference List

Ronneberger, O., Fischer, P. & Brox, T. (2015) 'U-Net: Convolutional Networks for Biomedical Image Segmentation', MICCAI 2015: Medical Image Computing and Computer-Assisted Intervention – MICCAI 2015, pp 234–241. doi: U-Net: Convolutional Networks for Biomedical Image Segmentation | SpringerLink 

http://www.lryc.cn/news/184008.html

相关文章:

  • Godot Identifier “File“ not declared in the current scope.
  • Java ORM Bee,多表关联更新
  • Java 读取excel文件
  • PageRank(上):数据分析 | 数据挖掘 | 十大算法之一
  • 吃鸡达人专享!提高战斗力,分享干货,查询装备皮肤,保护账号安全!
  • 力扣第101题 c++ 递归 迭代 双方法 +注释 ~
  • Go:实现SMTP邮件发送订阅功能(包含163邮箱、163企业邮箱、谷歌gmail邮箱)
  • Scala第十六章节
  • C语言 实现 链 显示 效果 查找 修改 删除
  • CSS基础语法第一天
  • Leetcode 1492.n的第k个因子
  • 十一工具箱流量主小程序源码
  • 10.5汇编语言整理
  • Connect to 127.0.0.1:1080 [/127.0.0.1] failed: Connection refused: connect
  • 驱动器类产品的接口EMC拓扑方案
  • 2023最新ICP备案查询系统源码 附教程 Thinkphp框架
  • 大数据Doris(六):编译 Doris遇到的问题
  • vue重修004上部
  • 【C++ techniques】要求/禁止/判断—对象产生于堆中
  • 吃鸡高手亲授:玩转绝地求生,分享顶级游戏干货!
  • Vue中如何进行自定义图表与可视化图形设计
  • 学信息系统项目管理师第4版系列19_质量管理
  • react库的基础学习
  • FFmpeg 基础模块:容器相关的 API 操作
  • SpringMVC+统一表现层返回值+异常处理器
  • 2023年地理信息系统与遥感专业就业前景与升学高校排名选择
  • 第五章:最新版零基础学习 PYTHON 教程—Python 字符串操作指南(第二节 - Python 字符串—Python 字符串 len()的语法)
  • ubuntu22.04使用共享文件设置
  • pycharm配置python3.8版本专门用于undecteded_chromedriver测试
  • 基于SpringBoot的民宿在线预定平台