# DeepNAT: Deep Convolutional Neural Network for Segmenting Neuroanatomy

**Authors:** Christian Wachinger, Martin Reuter, Tassilo Klein

arXiv: 1702.08192 · 2017-02-28

## TL;DR

DeepNAT is a novel 3D deep convolutional neural network designed for automatic brain segmentation in MRI images, combining multi-task learning, spatial context augmentation, and probabilistic post-processing.

## Contribution

It introduces a hierarchical multi-network approach with intrinsic brain volume parameterization and a 3D fully connected CRF for improved segmentation accuracy.

## Key findings

- DeepNAT outperforms state-of-the-art methods.
- The hierarchical approach effectively addresses class imbalance.
- The method adapts well to different brain conditions with fine-tuning.

## Abstract

We introduce DeepNAT, a 3D Deep convolutional neural network for the automatic segmentation of NeuroAnaTomy in T1-weighted magnetic resonance images. DeepNAT is an end-to-end learning-based approach to brain segmentation that jointly learns an abstract feature representation and a multi-class classification. We propose a 3D patch-based approach, where we do not only predict the center voxel of the patch but also neighbors, which is formulated as multi-task learning. To address a class imbalance problem, we arrange two networks hierarchically, where the first one separates foreground from background, and the second one identifies 25 brain structures on the foreground. Since patches lack spatial context, we augment them with coordinates. To this end, we introduce a novel intrinsic parameterization of the brain volume, formed by eigenfunctions of the Laplace-Beltrami operator. As network architecture, we use three convolutional layers with pooling, batch normalization, and non-linearities, followed by fully connected layers with dropout. The final segmentation is inferred from the probabilistic output of the network with a 3D fully connected conditional random field, which ensures label agreement between close voxels. The roughly 2.7 million parameters in the network are learned with stochastic gradient descent. Our results show that DeepNAT compares favorably to state-of-the-art methods. Finally, the purely learning-based method may have a high potential for the adaptation to young, old, or diseased brains by fine-tuning the pre-trained network with a small training sample on the target application, where the availability of larger datasets with manual annotations may boost the overall segmentation accuracy in the future.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1702.08192/full.md

## Figures

25 figures with captions in the complete paper: https://tomesphere.com/paper/1702.08192/full.md

## References

63 references — full list in the complete paper: https://tomesphere.com/paper/1702.08192/full.md

---
Source: https://tomesphere.com/paper/1702.08192