| Literature DB >> 35574397 |
Yuanpin Zhou1, Jun Wei2, Dongmei Wu3, Yaqin Zhang4.
Abstract
Purpose: Developing deep learning algorithms for breast cancer screening is limited due to the lack of labeled full-field digital mammograms (FFDMs). Since FFDM is a new technique that rose in recent decades and replaced digitized screen-film mammograms (DFM) as the main technique for breast cancer screening, most mammogram datasets were still stored in the form of DFM. A solution for developing deep learning algorithms based on FFDM while leveraging existing labeled DFM datasets is a generative algorithm that generates FFDM from DFM. Generating high-resolution FFDM from DFM remains a challenge due to the limitations of network capacity and lacking GPU memory. Method: In this study, we developed a deep-learning-based generative algorithm, HRGAN, to generate synthesized FFDM (SFFDM) from DFM. More importantly, our algorithm can keep the image resolution and details while using high-resolution DFM as input. Our model used FFDM and DFM for training. First, a sliding window was used to crop DFMs and FFDMs into 256 × 256 pixels patches. Second, the patches were divided into three categories (breast, background, and boundary) by breast masks. Patches from the DFM and FFDM datasets were paired as inputs for training our model where these paired patches should be sampled from the same category of the two different image sets. U-Net liked generators and modified discriminators with two-channels output, one channel for distinguishing real and SFFDMs and the other for representing a probability map for breast mask, were used in our algorithm. Last, a study was designed to evaluate the usefulness of HRGAN. A mass segmentation task and a calcification detection task were included in the study.Entities:
Keywords: breast cancer screening; conditional generative adversarial network; deep learning; high resolution; mammography
Year: 2022 PMID: 35574397 PMCID: PMC9105019 DOI: 10.3389/fonc.2022.868257
Source DB: PubMed Journal: Front Oncol ISSN: 2234-943X Impact factor: 5.738
Figure 1Overall architecture of HRGAN.
Figure 2The network architecture of the generator.
Figure 3The network architecture of the discriminator.
Figure 4Visual comparison between DFM and SFFDM. Breast tissues are enhanced in SFFDM compared to DFM. Additionally, the breast region boundary was barely visible in the left DFM while the boundary was complete and clear in the right SFFDM. This clear boundary helped us locate the nipple position easily.
Figure 5A more detailed visual comparison between DFM and SFFDM. The DFM patch in the first row of the first column showed apparent density while the SFFDM patch in the first row of the second column showed that density is due to overlapping tissue. Additionally, the nipple was barely seen in the DFM patch in the second row of the first column while it was recovered in the SFFDM patch in the DFM patch in the second row of the second column.
Experimental results of two breast cancer screening tasks.
| Dice score for the segmentation task | AUC for the calcification detection task | |
|---|---|---|
| Baseline models | 0.7012 ± 0.0102 | 0.8227 ± 0.0113 |
| Finetuned models | 0.7523 ± 0.0098 | 0.8641 ± 0.0125 |
| p-value | <10-10 | <10-10 |