Deep Learning for Breast MRI Style Transfer with Limited Training Data
Shixing Cao, Nicholas Konz, James Duncan, Maciej A. Mazurowski
TL;DR
The paper addresses variability in breast MRI styles arising from different scanners and protocols. It introduces StyleMapper, a disentangled-content/style model trained with simulated random style transformations to enable arbitrary unseen style transfer using limited data. StyleMapper unifies encoders and a decoder, uses a most representative target style code for one-shot transfer, and employs a cross-domain reconstruction triplet loss to enhance generalization across styles unseen during training. The method is demonstrated on breast MRI with both simulated and real scanner styles (GE to Siemens), achieving effective style alignment and enabling downstream tasks such as classification and detection; results indicate practical potential for cross-scanner standardization in medical imaging.
Abstract
In this work we introduce a novel medical image style transfer method, StyleMapper, that can transfer medical scans to an unseen style with access to limited training data. This is made possible by training our model on unlimited possibilities of simulated random medical imaging styles on the training set, making our work more computationally efficient when compared with other style transfer methods. Moreover, our method enables arbitrary style transfer: transferring images to styles unseen in training. This is useful for medical imaging, where images are acquired using different protocols and different scanner models, resulting in a variety of styles that data may need to be transferred between. Methods: Our model disentangles image content from style and can modify an image's style by simply replacing the style encoding with one extracted from a single image of the target style, with no additional optimization required. This also allows the model to distinguish between different styles of images, including among those that were unseen in training. We propose a formal description of the proposed model. Results: Experimental results on breast magnetic resonance images indicate the effectiveness of our method for style transfer. Conclusion: Our style transfer method allows for the alignment of medical images taken with different scanners into a single unified style dataset, allowing for the training of other downstream tasks on such a dataset for tasks such as classification, object detection and others.
