1 / 51

Automatic Volumetric Breast Density Assessment in the eXtensible Imaging Platform

Automatic Volumetric Breast Density Assessment in the eXtensible Imaging Platform. Rachel Embree and Christina Sillery David Channin, MD, Advisor In Cooperation with Alex Shnayder, Pat Mongkolwat, Ray Wu. Overview. Introduction Material and Methods Results Discussion Conclusion.

zena
Télécharger la présentation

Automatic Volumetric Breast Density Assessment in the eXtensible Imaging Platform

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Automatic Volumetric Breast Density Assessment in the eXtensible Imaging Platform Rachel Embree and Christina Sillery David Channin, MD, Advisor In Cooperation with Alex Shnayder, Pat Mongkolwat, Ray Wu

  2. Overview • Introduction • Material and Methods • Results • Discussion • Conclusion

  3. Introduction

  4. What is Breast Density? • 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]

  5. Breast Density • Positively correlated with breast cancer • Four to six times greater risk of breast cancer for women with greater than 60% dense tissue [1] • Breast density as a risk factor accounts for as many as 30% of breast cancer cases [1] • Can be changed by hormonal, dietary and other interventions

  6. Assessment of Breast Density in Mammograms • Subjective Visual Assessment by Radiologists (Mandatory) • 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 • Interactive Thresholding

  7. Previous Approaches • Interactive Thresholding

  8. Goal • Create a breast density assessment program that is… • Automated • Volumetric • Accurate • In the eXtensible Imaging Platform (XIP)

  9. Material and Methods

  10. What is XIP? • eXtensible Imaging Platform • Funded by NIH, NCI Cancer Bioinformatics Grid (caBIG) Program • 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

  11. XIPBuilder • Visual Programming Environment for developing imaging applications; based on OpenInventor. • Contains modules (lots!) that can be assembled to perform sophisticated tasks. • Includes • vTK – The Visualization Toolkit (NIH) • iTK – The Insight Toolkit for Registration and Segmentation (NIH) • Extensible by creating new plug-n-play modules

  12. Mammography

  13. Algorithmic Foundations • Highnam et al 1997 • Standard Mammogram Form (SMF) • Volumetric approach • Mammograms on X-ray film • Van Engeland et al 2006 • Improved upon SMF • Full Field Digital Mammography (FFDM) • Utilized DICOM headers

  14. The Model [2]

  15. Volumetric • Based on Van Engeland’s algorithm [4] • Tissue composition is computed at each pixel and represents a rectangular cylinder of tissue • Area of the pixel is computed from detector characteristics and the geometry of acquisition. • Height of the rectangular cylinder is computed from the compression thickness.

  16. RADBuilder Process

  17. RADBuilder Process

  18. SoXIPLoadDICOM • Loads … • DICOM Image Pixel Data • Necessary DICOM Header Information

  19. RADBuilder Process

  20. Input Output SoItkBinaryThresholdImageFilter • Each pixel compared to threshold value • Output image of 0 and 1 values

  21. RADBuilder Process

  22. Input 2 Input 1 Output SoItkMultiplyImageFilter • Pixel-wise multiplication of two images • Lays background mask on top of original image

  23. RADBuilder Process

  24. SoXIPLinearAttenuationCoefficients • Determines difference between effective attenuation of dense tissue and fat • This Attenuation Difference Coefficient is chosen from a table [4] • Based on DICOM header information • Anode target material • Filter material • kVp • Breast Thickness

  25. RADBuilder Process

  26. SoXIPBreastDenseTissueVolumeCalculation • hd(r) : height of dense tissue at pixel r • µd, eff - µf, eff : Attenuation Difference Coefficient • g(r) : current pixel value • gf : fatty tissue reference value [4]

  27. SoXIPBreastDenseTissueVolumeCalculation • hd(r) : height of dense tissue at pixel r • µd, eff - µf, eff : Attenuation Difference Coefficient • g(r) : current pixel value • gf : fatty tissue reference value [4]

  28. SoXIPBreastDenseTissueVolumeCalculation • hd(r) : height of dense tissue at pixel r • µd, eff - µf, eff : Attenuation Difference Coefficient • g(r) : current pixel value • gf : fatty tissue reference value [4]

  29. SoXIPBreastDenseTissueVolumeCalculation • hd(r) : height of dense tissue at pixel r • µd, eff - µf, eff : Attenuation Difference Coefficient • g(r) : current pixel value • gf : fatty tissue reference value [4]

  30. SoXIPBreastDenseTissueVolumeCalculation • hd(r) : height of dense tissue at pixel r • µd, eff - µf, eff : Attenuation Difference Coefficient • g(r) : current pixel value • gf : fatty tissue reference value [4]

  31. 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). • Calculate a histogram of the image. • Select the pixel value at 80% (empirical determination) of the maximum pixel values (avoids skin edges; low attenuation due to incomplete thickness).

  32. RADBuilder Process

  33. Input Output SoItkBinaryThresholdImageFilter • Adjust parameters to detect breast edge instead of entire region

  34. RADBuilder Process

  35. SoXIPBreastTotalTissueVolumeCalculation • h(r) : total height of tissue at pixel r • H : compressed breast thickness • d(r) : Euclidean distance to the edge between breast tissue and background [4]

  36. SoXIPBreastTotalTissueVolumeCalculation • h(r) : total height of tissue at pixel r • H : compressed breast thickness • d(r) : Euclidean distance to the edge between breast tissue and background [4]

  37. SoXIPBreastTotalTissueVolumeCalculation • h(r) : total height of tissue at pixel r • H : compressed breast thickness • d(r) : Euclidean distance to the edge between breast tissue and background [4]

  38. SoXIPBreastTotalTissueVolumeCalculation • h(r) : total height of tissue at pixel r • H : compressed breast thickness • d(r) : Euclidean distance to the edge between breast tissue and background [4]

  39. SoXIPBreastTotalTissueVolumeCalculation • If Euclidean distance is less than half of breast compression … • use first formula in calculation of total tissue volume [4]

  40. SoXIPBreastTotalTissueVolumeCalculation • If Euclidean distance is greater than half of breast compression… • use breast compression in calculation of total tissue volume [4]

  41. RADBuilder Process

  42. x 100 = Percent Density Calculator • Module in XIPBuilder Dense Tissue Volume Total Tissue Volume

  43. RADBuilder Process

  44. Separator • Module in RADBuilder • Displays output • In this case, text

  45. Methods II • 20 CC full-field digital mammograms • Prior manual breast density assessment using ImageJ • Determine breast density using Cumulus™, a popular interactive thresholding program • Determine breast density with the automated XIP solution

  46. Methods III • Compare the three measurements of breast density to determine Kendall’s Coefficient of Concordance • 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

  47. Results • The overall Kendall’s Coefficient comparing the three systems was 0.502 • 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).

  48. Conclusion • It was possible to develop, in XIP, an automatic software application to measure volumetric breast density in mammograms. • The automatic measurement agreed well with two, independent, manual thresholding based techniques in common, current use.

  49. Future Work • MLO view capability • Anisotropic Filter • Improve fatty reference value identification • Validate this and other techniques against ground truth (MRI)

More Related