# Fully Convolutional Architectures for Multi-Class Segmentation in Chest   Radiographs

**Authors:** Alexey A. Novikov, Dimitrios Lenis, David Major, Jiri Hlad\r{u}vka,, Maria Wimmer, Katja B\"uhler

arXiv: 1701.08816 · 2018-02-14

## TL;DR

This paper introduces a novel fully convolutional neural network architecture for multi-class segmentation of chest organs in radiographs, outperforming state-of-the-art methods and human observers on key organs.

## Contribution

It proposes a new neural network design combining delayed subsampling, ELUs, and strong regularization tailored for chest X-ray segmentation, addressing overfitting and class imbalance.

## Key findings

- Achieved high Jaccard scores: 95.0% for lungs, 86.8% for clavicles, 88.2% for heart.
- Outperformed state-of-the-art methods on all organs.
- Surpassed human observer performance on lungs and heart.

## Abstract

The success of deep convolutional neural networks on image classification and recognition tasks has led to new applications in very diversified contexts, including the field of medical imaging. In this paper we investigate and propose neural network architectures for automated multi-class segmentation of anatomical organs in chest radiographs, namely for lungs, clavicles and heart. We address several open challenges including model overfitting, reducing number of parameters and handling of severely imbalanced data in CXR by fusing recent concepts in convolutional networks and adapting them to the segmentation problem task in CXR. We demonstrate that our architecture combining delayed subsampling, exponential linear units, highly restrictive regularization and a large number of high resolution low level abstract features outperforms state-of-the-art methods on all considered organs, as well as the human observer on lungs and heart. The models use a multi-class configuration with three target classes and are trained and tested on the publicly available JSRT database, consisting of 247 X-ray images the ground-truth masks for which are available in the SCR database. Our best performing model, trained with the loss function based on the Dice coefficient, reached mean Jaccard overlap scores of 95.0\% for lungs, 86.8\% for clavicles and 88.2\% for heart. This architecture outperformed the human observer results for lungs and heart.

## Full text

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

## Figures

23 figures with captions in the complete paper: https://tomesphere.com/paper/1701.08816/full.md

## References

41 references — full list in the complete paper: https://tomesphere.com/paper/1701.08816/full.md

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