PET/CT images segmentation via U-Net, using keras.

作者Zongwei Zhou利用Keras构建了深度神经网络,对非小细胞肺癌(NSCLC)的18F-FDG PET/CT图像进行分割,得到了35.39%的IOU测试结果。该模型基于U-Net架构,对1383个三维图像进行预处理、训练,并进行了直观比较和统计评估。
摘要由CSDN通过智能技术生成


Introduction

In the past two days, I used Keras library to build deep neural network for non-small cell lung cancer (NSCLC) from 18F-FDG PET/CT images segmentation. This deep neural network yielded an IOU (“intersection over union”) of 35.39% based on test images, and can be a good staring point for further, more serious approaches. The architecture was inspired by U-Net: Convolutional Networks for Biomedical Image Segmentation. The code is refered to Deep Learning Tutorial for Kaggle Ultrasound Nerve Segmentation competition, using Keras. So basically, my job is to apply U-Net to our 18F-FDG PET/CT datasets and evaluate the performance of this deep neural network architecture.

Key Words: Fully connected networks; Non-small Cell Lung Cancer; PET/CT images; Segmentation


Overview

Datasets

Our datasets consist of 1383 three-dimentional PET/CT images sized 101 × 101 × 101 pixel. Each sample has been fine-marked, including the edge of tumor, tumor as ‘true’, background as ‘false’.

The first row represents CT images, the second row represents PET images, and the final row represents segmentation respectively.

Pre-processing

Since each tumor in datasets located in the center of the image, I cut nine 80 × 80 pixel patchs from each layer in three-dimentional image to let the tumors locate in different place. I choose 11 layer of Axial, Coronal and Sagittal plane in each three-dimentional image.

Therefore, one three-dimentional sample should be augmented into 9 × 3 × 11=297 different fine-labeled two-dimentional samples. Applying this strategy into CT and PET images, two-channel input patchs are designed, e.g., CT channel and PET channel.

The last but not the least important, please don’t miss data centering and normalization by using z-score, because it’s really useful.

X=Xμσ
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值