CVAug 16, 2017

An Improved Neural Segmentation Method Based on U-NET

arXiv:1708.04747v12 citations
Originality Synthesis-oriented
AI Analysis

This is an incremental improvement for neural segmentation in medical applications.

The paper tackled the problem of neural segmentation for local anesthesia surgery by proposing an improved U-NET network that deepens the structure with residual networks, resulting in fewer training parameters, shorter training time, and improved segmentation effect compared to U-NET and SegNet.

Neural segmentation has a great impact on the smooth implementation of local anesthesia surgery. At present, the network for the segmentation includes U-NET [1] and SegNet [2]. U-NET network has short training time and less training parameters, but the depth is not deep enough. SegNet network has deeper structure, but it needs longer training time, and more training samples. In this paper, we propose an improved U-NET neural network for the segmentation. This network deepens the original structure through importing residual network. Compared with U-NET and SegNet, the improved U-NET network has fewer training parameters, shorter training time and get a great improvement in segmentation effect. The improved U-NET network structure has a good application scene in neural segmentation.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes