English

Unsupervised Anomaly Localization with Structural Feature-Autoencoders

Image and Video Processing 2023-09-26 v1 Computer Vision and Pattern Recognition

Abstract

Unsupervised Anomaly Detection has become a popular method to detect pathologies in medical images as it does not require supervision or labels for training. Most commonly, the anomaly detection model generates a "normal" version of an input image, and the pixel-wise lpl^p-difference of the two is used to localize anomalies. However, large residuals often occur due to imperfect reconstruction of the complex anatomical structures present in most medical images. This method also fails to detect anomalies that are not characterized by large intensity differences to the surrounding tissue. We propose to tackle this problem using a feature-mapping function that transforms the input intensity images into a space with multiple channels where anomalies can be detected along different discriminative feature maps extracted from the original image. We then train an Autoencoder model in this space using structural similarity loss that does not only consider differences in intensity but also in contrast and structure. Our method significantly increases performance on two medical data sets for brain MRI. Code and experiments are available at https://github.com/FeliMe/feature-autoencoder

Keywords

Cite

@article{arxiv.2208.10992,
  title  = {Unsupervised Anomaly Localization with Structural Feature-Autoencoders},
  author = {Felix Meissen and Johannes Paetzold and Georgios Kaissis and Daniel Rueckert},
  journal= {arXiv preprint arXiv:2208.10992},
  year   = {2023}
}

Comments

10 pages, 5 figures, one table, accepted to the MICCAI 2021 BrainLes Workshop

R2 v1 2026-06-25T01:54:20.392Z