- GemIdent
GemIdent is an interactive
image recognition program that identifies regions of interest in images and photographs. It is specifically designed for images with few colors, where the objects of interest look alike with small variation. For example, colorimage segmentation of:
* Oranges from a tree
* Stained cells from microscopic imagesGemIdent also packages data analysis tools to investigate spatial relationships among the objects identified.
History
GemIdent was developed at
Stanford University by Adam Kapelner from June, 2006 until January, 2007 in the lab of Dr. Peter Lee under the tutelage of Professor Susan Holmes.Cite journal
url = http://doi.ieeecomputersociety.org/10.1109/MEDIVIS.2007.5
issn = 0-7695-2904-6
volume = 0
pages = 81–86
last = Kapelner
first = Adam
coauthors = Peter P. Lee, Susan Holmes
title = An Interactive Statistical Image Segmentation and Visualization System
journal = medivis
publisher = IEEE Computer Society
date = 2007-07
doi = 10.1109/MEDIVIS.2007.5] The concept was inspired by data from Ref. Cite journal
doi = 10.1371/journal.pmed.0020284
issn = 15491676
volume = 2
issue = 9
pages = e284
last = Kohrt
first = Holbrook E
coauthors = Navid Nouri, Kent Nowels, Denise Johnson, Susan Holmes, Peter P Lee
title = Profile of immune cells in axillary lymph nodes predicts disease-free survival in breast cancer
journal = PLoS medicine
date = 2005-09] publication concerning immune profiles oflymph node s in breast cancer patients. Hence, GemIdent works well when identifying cells in IHC-stained tissue imaged via automated light microscopy when the nuclear background stain and membrane/cytoplasmic stain are well-defined.Methodology
GemIdent uses
supervised learning to perform automatedidentification of regions of interest in the images. Therefore, the user must do a substantial amount of work first supplying the relevant colors, then pointing out examples of the objects or regions themselves as well as negatives (training set creation).When a user clicks on a pixel, many scores are generated using the surrounding color information via
Mahalanobis Ring Score attribute generation. These scores are then used to build arandom forest machine-learning classifier which will then classify pixels in any given image.After classification, there may be mistakes. The user can return to training and point out the specific mistakes and then reclassify. These training-classifying-retraining-reclassifying iterations (considered interactive
boosting ) can result in a highly accurate segmentation.ource code
The
source code for GemIdent is available to noncommercial users in pure Java 5. The code is licensed under the "GemIdent license" - a license written by Stanford's Office of Technology and Licensing that is not anopen source license or afree software license because commercial redistribution is prohibited and distribution of derivative works is highly restricted.Examples
The raw photograph (left), a superimposed mask showing the pixel classification results (center), and finally the photograph is marked with the centroids of the object of interest - the oranges (right)
The raw microscopic image of a stained lymph node (left) from the Kohrt study, a superimposed mask showing the pixel classification results (center), and finally the image is marked with the centroids of the object of interest - the cancer nuclei (right)
This example illustrates GemIdent's ability to find multiple phenotypes in the same
, a superimposed mask showing the pixel classification results (top right), and finally the image marked with the centroids of the objects of interest - the cancer nuclei (in green stars), the T-cells (in yellow stars), and non-specific background nuclei (in cyan stars).The command-line data analysis and visualization interface in action analyzing results of a classification of a lymph node from the Kohrt study. The
histogram displays the distribution of distances from T-cells to neighboring cancer cells. The binary image of cancer membrane is the result of a pixel-only classification. The openPDF document is the autogenerated report of the analysis which includes a thumbnail view of the entire lymph node, counts and Type I error rates for allphenotype s, as well as a transcript of the analyses performed.References
External links
* [http://www.gemident.com/ GemIdent's homepage]
Wikimedia Foundation. 2010.