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.
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.
Developed the program using Convoluional Neural Networks for parking space classification and counting occupied parking spaces, whose accuracy reached 90%, precision was 96%. We incorporated the mutual information method for image registration and the affine transformation to eliminate the impact caused by camera shake, the robustness of detection was enhanced.
Re-implemented the hierarchy based classification and embedding method for encoding of categories to decrease average hierarchical distance at top 1 by 3%, and that at top 5 by 10% on our [VIPER-FoodNet dataset](https://lorenz.ecn.purdue.edu/~vfn/) with 82 food categories, 15 thousand images.