Segmentation

Automated Fetal Brain Segmentation Using Deep Convolutional Neural Network

Fetal MRI is widely used in normal/abnormal development diagnosis for the gestational age (GA) over 20 weeks. Meanwhile, 3D volume registration reconstruction depends on the performance of fetal brain segmentation. We implemented a customized U-Net for automated fetal brain segmentation. The experiment results were evaluated by commonly used metrics in image segmentation.

Comparison of Capsule Networks and OtherNetworks for Object Segmentation Tasks

A new architecture was introduced by Hinton, named Capsule Networks. A capsule is a group of neurons whose activity vectorsrepresent the parameters of an entity. Hinton uses the length of the activity vector to represent the probability of an entity's existence, and uses its direction to represent the parameters. The first-level active capsule predicts the higher-level capsule through the parameters of the transformation matrix pair. The objective of this study is to compare Capsule networks with conventional networks, i.e. U-Net and DenseNet for object segmentation Tasks. Using PyTorch library, a python program is implemented to achievethese goals. These models ware tested on Drive dataset.