LGCVMar 14, 2024

Rethinking Autoencoders for Medical Anomaly Detection from A Theoretical Perspective

arXiv:2403.09303v331 citationsHas CodeMICCAI
Originality Highly original
AI Analysis

This provides a foundational theory for improving anomaly detection in medical screening, addressing a critical gap in existing methods.

The study tackled the theoretical unsoundness of autoencoder-based anomaly detection in medical imaging by proposing that minimizing latent vector information entropy is key, and validated this on four datasets with two image modalities, showing improved performance.

Medical anomaly detection aims to identify abnormal findings using only normal training data, playing a crucial role in health screening and recognizing rare diseases. Reconstruction-based methods, particularly those utilizing autoencoders (AEs), are dominant in this field. They work under the assumption that AEs trained on only normal data cannot reconstruct unseen abnormal regions well, thereby enabling the anomaly detection based on reconstruction errors. However, this assumption does not always hold due to the mismatch between the reconstruction training objective and the anomaly detection task objective, rendering these methods theoretically unsound. This study focuses on providing a theoretical foundation for AE-based reconstruction methods in anomaly detection. By leveraging information theory, we elucidate the principles of these methods and reveal that the key to improving AE in anomaly detection lies in minimizing the information entropy of latent vectors. Experiments on four datasets with two image modalities validate the effectiveness of our theory. To the best of our knowledge, this is the first effort to theoretically clarify the principles and design philosophy of AE for anomaly detection. The code is available at \url{https://github.com/caiyu6666/AE4AD}.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes