brsegmentation / brsegmentation

Breast region segmentation with multiatlas deformable registration

Home Page:http://brsegmentation.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mammogram segmentation using multi-atlas deformable registration

Accurate breast region segmentation is an important step in various automated algorithms involving detection of lesions like masses and microcalcifications, and efficient telemammography. While traditional segmentation algorithms underperform due to variations in image quality and shape of the breast region, newer methods from machine learning cannot be readily applied as they need a large training dataset with segmented images. In this paper, we propose to overcome these limitations by combining clustering with deformable image registration. Using clustering, we first identify a set of atlas images that best capture the variation in mammograms. This is done using a clustering algorithm where the number of clusters is determined using model selection on a low-dimensional projection of the images. Then, we use these atlas images to transfer the segmentation to similar images using deformable image registration algorithm.

BibTeX

@article{sharma2019mammogram,
  title={Mammogram Segmentation using Multi-atlas Deformable Registration},
  author={Sharma, Manish Kumar and Jas, Mainak and Karale, Vikrant and Sadhu, Anup and Mukhopadhyay, Sudipta},
  journal={Computers in biology and medicine},
  volume={110},
  pages={244-253},
  year={2019},
  publisher={Elsevier}
}

Links

How to use

  • Change directory to Codes
  • Run main.m (Developed and tested using MATLAB 2014a)

About

Breast region segmentation with multiatlas deformable registration

http://brsegmentation.github.io/


Languages

Language:MATLAB 69.5%Language:C 27.4%Language:C++ 3.1%