# Anatomical Priors for Image Segmentation via Post-Processing with   Denoising Autoencoders

**Authors:** Agostina J. Larrazabal, Cesar Martinez, Enzo Ferrante

arXiv: 1906.02343 · 2019-06-07

## TL;DR

This paper introduces Post-DAE, a post-processing technique using denoising autoencoders trained on segmentation masks to impose complex anatomical shape priors, improving segmentation quality across various methods without relying on image data.

## Contribution

The paper presents a novel mask-only post-processing approach that incorporates complex shape priors into segmentation masks using denoising autoencoders, independent of image modality.

## Key findings

- Post-DAE improves noisy and incorrect segmentation masks.
- It enhances segmentation quality with minimal additional computational cost.
- The method is flexible and applicable across different segmentation techniques.

## Abstract

Deep convolutional neural networks (CNN) proved to be highly accurate to perform anatomical segmentation of medical images. However, some of the most popular CNN architectures for image segmentation still rely on post-processing strategies (e.g. Conditional Random Fields) to incorporate connectivity constraints into the resulting masks. These post-processing steps are based on the assumption that objects are usually continuous and therefore nearby pixels should be assigned the same object label. Even if it is a valid assumption in general, these methods do not offer a straightforward way to incorporate more complex priors like convexity or arbitrary shape restrictions. In this work we propose Post-DAE, a post-processing method based on denoising autoencoders (DAE) trained using only segmentation masks. We learn a low-dimensional space of anatomically plausible segmentations, and use it as a post-processing step to impose shape constraints on the resulting masks obtained with arbitrary segmentation methods. Our approach is independent of image modality and intensity information since it employs only segmentation masks for training. This enables the use of anatomical segmentations that do not need to be paired with intensity images, making the approach very flexible. Our experimental results on anatomical segmentation of X-ray images show that Post-DAE can improve the quality of noisy and incorrect segmentation masks obtained with a variety of standard methods, by bringing them back to a feasible space, with almost no extra computational time.

## Full text

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

## Figures

3 figures with captions in the complete paper: https://tomesphere.com/paper/1906.02343/full.md

## References

13 references — full list in the complete paper: https://tomesphere.com/paper/1906.02343/full.md

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