IVCVAug 3, 2019

ADN: Artifact Disentanglement Network for Unsupervised Metal Artifact Reduction

arXiv:1908.01104v4181 citationsHas Code
AI Analysis

This addresses the poor generalization of supervised methods in clinical CT imaging by eliminating the need for synthesized training data.

The paper tackles the problem of metal artifact reduction in CT images by proposing an unsupervised learning approach that disentangles artifacts in the latent space, achieving comparable performance to supervised models on synthesized data and better generalization on clinical datasets.

Current deep neural network based approaches to computed tomography (CT) metal artifact reduction (MAR) are supervised methods that rely on synthesized metal artifacts for training. However, as synthesized data may not accurately simulate the underlying physical mechanisms of CT imaging, the supervised methods often generalize poorly to clinical applications. To address this problem, we propose, to the best of our knowledge, the first unsupervised learning approach to MAR. Specifically, we introduce a novel artifact disentanglement network that disentangles the metal artifacts from CT images in the latent space. It supports different forms of generations (artifact reduction, artifact transfer, and self-reconstruction, etc.) with specialized loss functions to obviate the need for supervision with synthesized data. Extensive experiments show that when applied to a synthesized dataset, our method addresses metal artifacts significantly better than the existing unsupervised models designed for natural image-to-image translation problems, and achieves comparable performance to existing supervised models for MAR. When applied to clinical datasets, our method demonstrates better generalization ability over the supervised models. The source code of this paper is publicly available at https://github.com/liaohaofu/adn.

Code Implementations2 repos
Foundations

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

Your Notes