当前位置:网站首页>Valdo2021 - vascular space segmentation in vascular disease detection challenge (3)
Valdo2021 - vascular space segmentation in vascular disease detection challenge (3)
2022-07-24 19:54:00 【51CTO】

Today, I will share the complete implementation process of the third step of binary segmentation of vascular space , In order to facilitate everyone to learn and understand the whole process , The whole process steps are sorted out , And give the detailed results of the steps . If you are interested, please give it a try .
One 、 Data analysis and preprocessing
First, the effective data of intracranial vascular space area in training is extracted , There are some data without vascular space areas , Not as training data , Only tag values are analyzed here 1, Other labels are 0. In total 40 Example data , There are data of vascular space 22 example .
Analyze this 22 Basic information of example data : Average image size [243.27777778, 298.5, 168.16666667], Images Spacing Average size [0.63042518,0.63042518,0.85555538], Average size of vascular space [5.05882353,5.62745098,3.70588235]. You can see Vascular space The area of is very small , So using spacing Zoom the original image and Mask The image is unified to (0.3,0.3,0.3).
Yes Mask By analyzing the connected domain, we can get the boundingbox, With boundingbox Cut out the center of (64,64,64), Cut out the three modal images (5,95) The mean of 0, The variance of 1 Normalization of .
Data to enhance : To enhance diversity , Cut the data 5 Times data expansion , Random rotation 30 degree ,x,y,z Random translation 0.1 size , level , Vertical random flip, etc .
Finally, divide the data into training sets , Validation set and test set , The ratio is 80%,10%,10% size .
Two 、 Two segment network
The main body of the network adopts VNet Network of , The loss function is binary dice, The learning rate is 0.001,droupout yes 0.5, The number of iterations is 20epochs,batchsize yes 6. The training data are 1660 example , The optimizer is AdamOptimizer.
3、 ... and 、 Network training and testing
Training loss results and accuracy results


On the test data, a central point coordinate is manually specified , Then the center point (64,64,64) Three modal image regions are segmented , The segmentation results are as follows , The left figure is the result of the gold standard , The picture on the right shows the prediction results .

边栏推荐
- 02 | 环境准备:如何在windows下安装和配置一个基本的php开发环境?
- day 3
- Sword finger offer 42. maximum sum of continuous subarrays
- Maya coffee machine modeling
- Description of large and small end mode
- Modbus communication protocol specification (Chinese) sharing
- Richview table table alignment
- 871. Sum of divisors
- How to integrate Kata in kubernetes cluster
- LSTM and Gru of RNN_ Attention mechanism
猜你喜欢

Pay close attention! List of the latest agenda of 2022 open atom open source Summit

C # shelling tool for code encryption protection

01 | opening words: teach you to build a blog website hand in hand

Stop using UUID indiscriminately. Have you tested the performance gap between self incrementing ID and UUID?

From code farmer to great musician, you only need these music processing tools

Literature reading: gopose 3D human pose estimation using WiFi

Feature extraction tool transformer Bert

ATL container - catlmap, crbmap

Day 10 (inheritance, rewriting and use of super)
Siyuan notes V2.1.2 synchronization problem
随机推荐
Sword finger offer 53 - I. find the number I in the sorted array
Original reverse compensation and size end
strlen函数剖析和模拟实现
Siyuan notes V2.1.2 synchronization problem
Using videoview to realize video playback in turns
Look at the interface control devaxpress WinForms - how to customize auxiliary function properties (Part 2)
He has been in charge of the British Society of engineering and technology for 13 years, and van nugget officially retired
Prevent static decompilation, dynamic debugging and plug-in
MySQL8.0学习记录19 - 页区段与表空间
Unit DLU of resource editor
2019 Hangzhou Electric Multi School Game 9 6684 Rikka with game [game question]
Reading notes: you only look once:unified, real time object detection
PD user manual
Clion configuring WSL tool chain
6.0 holes stepped by fragment request permission in the system
Day 10 (inheritance, rewriting and use of super)
Hucang integrated release of full data value, sequoiadb V5.2 online conference heavy attack
Channel state information (CSI) conjugate multiplication denoising method
Mysql8.0 learning record 20 - trigger
Day 6 (array example)