IVCVFeb 11, 2021

Segmentation-Renormalized Deep Feature Modulation for Unpaired Image Harmonization

arXiv:2102.06315v243 citations
AI Analysis

This addresses the challenge of inconsistent image contrast, resolution, and noise in medical imaging for reliable downstream analysis, though it is incremental as it builds on existing GAN-based methods.

The paper tackles the problem of unpaired image harmonization across multi-center medical imaging studies by proposing a segmentation-renormalized framework that reduces inter-scanner heterogeneity while preserving anatomical layout, resulting in superior harmonization as measured by Inception distances and improved downstream segmentation accuracy.

Deep networks are now ubiquitous in large-scale multi-center imaging studies. However, the direct aggregation of images across sites is contraindicated for downstream statistical and deep learning-based image analysis due to inconsistent contrast, resolution, and noise. To this end, in the absence of paired data, variations of Cycle-consistent Generative Adversarial Networks have been used to harmonize image sets between a source and target domain. Importantly, these methods are prone to instability, contrast inversion, intractable manipulation of pathology, and steganographic mappings which limit their reliable adoption in real-world medical imaging. In this work, based on an underlying assumption that morphological shape is consistent across imaging sites, we propose a segmentation-renormalized image translation framework to reduce inter-scanner heterogeneity while preserving anatomical layout. We replace the affine transformations used in the normalization layers within generative networks with trainable scale and shift parameters conditioned on jointly learned anatomical segmentation embeddings to modulate features at every level of translation. We evaluate our methodologies against recent baselines across several imaging modalities (T1w MRI, FLAIR MRI, and OCT) on datasets with and without lesions. Segmentation-renormalization for translation GANs yields superior image harmonization as quantified by Inception distances, demonstrates improved downstream utility via post-hoc segmentation accuracy, and improved robustness to translation perturbation and self-adversarial attacks.

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