9e94c5ec632e3ca0d257d1f0ce872c1d.ppt
- Количество слайдов: 51
Automatic Volumetric Breast Density Assessment in the e. Xtensible Imaging Platform Rachel Embree and Christina Sillery David Channin, MD, Advisor In Cooperation with Alex Shnayder, Pat Mongkolwat, Ray Wu
Overview Introduction n Material and Methods n Results n Discussion n Conclusion n
Introduction
What is Breast Density? n n n The breast is composed of fibroglandular tissue embedded in a background of fatty tissue. The amount of fibroglandular tissue and fat varies among women. Breast cancer arises in this fibroglandular tissue. Mammography is projection radiography of the breast. In mammograms, dense fibroglandular tissue attenuates more radiation than does fat. Breast density refers to the appearance of this fibroglandular tissue in a mammogram [5]
Breast Density n Positively correlated with breast cancer Four to six times greater risk of breast cancer for women with greater than 60% dense tissue [1] n Breast density as a risk factor accounts for as many as 30% of breast cancer cases [1] n n Can be changed by hormonal, dietary and other interventions
Assessment of Breast Density in Mammograms n Subjective Visual Assessment by Radiologists (Mandatory) n n Score the breast on a 4 -point scale in the Breast Imaging-Reporting and Data System (BIRADS), based on patterns developed by Wolfe [5] Manual Image Processing Techniques (for research) Planimetry n Interactive Thresholding n
Previous Approaches n Interactive Thresholding
Goal n Create a breast density assessment program that is… n Automated n Volumetric n Accurate n In the e. Xtensible Imaging Platform (XIP)
Material and Methods
What is XIP? n e. Xtensible Imaging Platform n Funded by NIH, NCI Cancer Bioinformatics Grid (ca. BIG) Program n n A program to share data, informatics tools, technologies and infrastructure between the funded Comprehensive Cancer Centers across the nation Open Source, Open Standards, Open Architecture Platform for development of medical image processing and analysis applications for research and clinical purposes. Will support the DICOM Application Hosting standard to facilitate transportability of XIP applications
XIPBuilder n n n Visual Programming Environment for developing imaging applications; based on Open. Inventor. Contains modules (lots!) that can be assembled to perform sophisticated tasks. Includes n n n v. TK – The Visualization Toolkit (NIH) i. TK – The Insight Toolkit for Registration and Segmentation (NIH) Extensible by creating new plug-n-play modules
Mammography
Algorithmic Foundations n Highnam et al 1997 Standard Mammogram Form (SMF) n Volumetric approach n Mammograms on X-ray film n n Van Engeland et al 2006 Improved upon SMF n Full Field Digital Mammography (FFDM) n Utilized DICOM headers n
The Model [2]
Volumetric Based on Van Engeland’s algorithm [4] n Tissue composition is computed at each pixel and represents a rectangular cylinder of tissue n Area of the pixel is computed from detector characteristics and the geometry of acquisition. n Height of the rectangular cylinder is computed from the compression thickness. n
RADBuilder Process
RADBuilder Process
So. XIPLoad. DICOM n Loads … DICOM Image Pixel Data n Necessary DICOM Header Information n
RADBuilder Process
So. Itk. Binary. Threshold. Image. Filter Each pixel compared to threshold value n Output image of 0 and 1 values n Input Output
RADBuilder Process
So. Itk. Multiply. Image. Filter Pixel-wise multiplication of two images n Lays background mask on top of original image n Input 1 Input 2 Output
RADBuilder Process
So. XIPLinear. Attenuation. Coefficients Determines difference between effective attenuation of dense tissue and fat n This Attenuation Difference Coefficient is chosen from a table [4] n n Based on DICOM header information n Anode target material n Filter material n k. Vp n Breast Thickness
RADBuilder Process
So. XIPBreast. Dense. Tissue Volume. Calculation hd(r) : height of dense tissue at pixel r n µd, eff - µf, eff : Attenuation Difference Coefficient n g(r) : current pixel value n gf : fatty tissue reference value n [4]
So. XIPBreast. Dense. Tissue Volume. Calculation hd(r) : height of dense tissue at pixel r n µd, eff - µf, eff : Attenuation Difference Coefficient n g(r) : current pixel value n gf : fatty tissue reference value n [4]
So. XIPBreast. Dense. Tissue Volume. Calculation hd(r) : height of dense tissue at pixel r n µd, eff - µf, eff : Attenuation Difference Coefficient n g(r) : current pixel value n gf : fatty tissue reference value n [4]
So. XIPBreast. Dense. Tissue Volume. Calculation hd(r) : height of dense tissue at pixel r n µd, eff - µf, eff : Attenuation Difference Coefficient n g(r) : current pixel value n gf : fatty tissue reference value n [4]
So. XIPBreast. Dense. Tissue Volume. Calculation hd(r) : height of dense tissue at pixel r n µd, eff - µf, eff : Attenuation Difference Coefficient n g(r) : current pixel value n gf : fatty tissue reference value n [4]
Where does fatty tissue reference value, gf , come from? Maximum pixel value (minimum attentuation) in the interior of the breast (this should represent a pure fat pixel). n Calculate a histogram of the image. n Select the pixel value at 80% (empirical determination) of the maximum pixel values (avoids skin edges; low attenuation due to incomplete thickness). n
RADBuilder Process
So. Itk. Binary. Threshold. Image. Filter n Adjust parameters to detect breast edge instead of entire region Input Output
RADBuilder Process
So. XIPBreast. Total. Tissue Volume. Calculation h(r) : total height of tissue at pixel r n H : compressed breast thickness n d(r) : Euclidean distance to the edge between breast tissue and background n [4]
So. XIPBreast. Total. Tissue Volume. Calculation h(r) : total height of tissue at pixel r n H : compressed breast thickness n d(r) : Euclidean distance to the edge between breast tissue and background n [4]
So. XIPBreast. Total. Tissue Volume. Calculation h(r) : total height of tissue at pixel r n H : compressed breast thickness n d(r) : Euclidean distance to the edge between breast tissue and background n [4]
So. XIPBreast. Total. Tissue Volume. Calculation h(r) : total height of tissue at pixel r n H : compressed breast thickness n d(r) : Euclidean distance to the edge between breast tissue and background n [4]
So. XIPBreast. Total. Tissue Volume. Calculation n If Euclidean distance is less than half of breast compression … n use first formula in calculation of total tissue volume [4]
So. XIPBreast. Total. Tissue Volume. Calculation n If Euclidean distance is greater than half of breast compression… n use breast compression in calculation of total tissue volume [4]
RADBuilder Process
Calculator n Module in XIPBuilder Dense Tissue Volume x 100 = Percent Density Total Tissue Volume
RADBuilder Process
Separator Module in RADBuilder n Displays output n n In this case, text
Methods II n 20 CC full-field digital mammograms n Prior manual breast density assessment using Image. J Determine breast density using Cumulus™, a popular interactive thresholding program n Determine breast density with the automated XIP solution n
Methods III Compare three measurements of breast density to determine Kendall’s Coefficient of Concordance n Use that coefficient to determine a χ2 that allows testing of the null hypothesis: There is no agreement in the assessment of breast density by the three methods n
Results The overall Kendall’s Coefficient comparing the three systems was 0. 502 n For 20 cases and three systems, the χ2 is 57. 276 which allows the rejection of the null hypothesis (χ2 of 30. 14, 19 degrees of freedom, α =0. 05). n
Conclusion It was possible to develop, in XIP, an automatic software application to measure volumetric breast density in mammograms. n The automatic measurement agreed well with two, independent, manual thresholding based techniques in common, current use. n
Future Work MLO view capability n Anisotropic Filter n Improve fatty reference value identification n Validate this and other techniques against ground truth (MRI) n
References 1. 2. 3. 4. 5. Boyd, N. , Lockwood, G. , Byng, J. , Tritchler, D. , Yaffe, M. , “Mammographic Densities and Breast Cancer Risk”. Cancer Epidemiology, Biomarkers & Prevention, 7, 1133 -1144. Marias K et al. “A Mammographic Image Analysis Method to Detect and Measure Changes in Breast Density”. European Journal of Radiology. 2004; 52: 276 -282. Vacek, Pamela M. , Geller, Berta M. (2004) A Prospective Study of Breast Cancer Risk Using Routine Mammographic Breast Density. Cancer Epidemiology, Biomarkers & Prevention. 13(5). 715 -722. Van Engeland, S. , Snoeren, P. R. , Huisman, H. , Boetes, C. , Karssemeijer, N. , (2004) A Prospective Study of Breast Cancer Risk Using Routine Mammographic Breast Density. Cancer Epidemiology, Biomarkers & Prevention. 2006; 13(5): 715 -722. Wolfe JN. “Risk for Breast Cancer Development Determined by Mammographic Parenchymal Pattern”. Cancer. 1976; 37: 2486 -92.
9e94c5ec632e3ca0d257d1f0ce872c1d.ppt