English

Proxy-bridged Image Reconstruction Network for Anomaly Detection in Medical Images

Image and Video Processing 2021-10-06 v1 Computer Vision and Pattern Recognition Machine Learning

Abstract

Anomaly detection in medical images refers to the identification of abnormal images with only normal images in the training set. Most existing methods solve this problem with a self-reconstruction framework, which tends to learn an identity mapping and reduces the sensitivity to anomalies. To mitigate this problem, in this paper, we propose a novel Proxy-bridged Image Reconstruction Network (ProxyAno) for anomaly detection in medical images. Specifically, we use an intermediate proxy to bridge the input image and the reconstructed image. We study different proxy types, and we find that the superpixel-image (SI) is the best one. We set all pixels' intensities within each superpixel as their average intensity, and denote this image as SI. The proposed ProxyAno consists of two modules, a Proxy Extraction Module and an Image Reconstruction Module. In the Proxy Extraction Module, a memory is introduced to memorize the feature correspondence for normal image to its corresponding SI, while the memorized correspondence does not apply to the abnormal images, which leads to the information loss for abnormal image and facilitates the anomaly detection. In the Image Reconstruction Module, we map an SI to its reconstructed image. Further, we crop a patch from the image and paste it on the normal SI to mimic the anomalies, and enforce the network to reconstruct the normal image even with the pseudo abnormal SI. In this way, our network enlarges the reconstruction error for anomalies. Extensive experiments on brain MR images, retinal OCT images and retinal fundus images verify the effectiveness of our method for both image-level and pixel-level anomaly detection.

Keywords

Cite

@article{arxiv.2110.01761,
  title  = {Proxy-bridged Image Reconstruction Network for Anomaly Detection in Medical Images},
  author = {Kang Zhou and Jing Li and Weixin Luo and Zhengxin Li and Jianlong Yang and Huazhu Fu and Jun Cheng and Jiang Liu and Shenghua Gao},
  journal= {arXiv preprint arXiv:2110.01761},
  year   = {2021}
}

Comments

This paper is accepted to IEEE TMI