WO2005013197A1 - System and method for ground glass nodule (ggn) segmentation - Google Patents

System and method for ground glass nodule (ggn) segmentation Download PDF

Info

Publication number
WO2005013197A1
WO2005013197A1 PCT/US2004/024077 US2004024077W WO2005013197A1 WO 2005013197 A1 WO2005013197 A1 WO 2005013197A1 US 2004024077 W US2004024077 W US 2004024077W WO 2005013197 A1 WO2005013197 A1 WO 2005013197A1
Authority
WO
WIPO (PCT)
Prior art keywords
voi
ggn
random field
markov random
point
Prior art date
Application number
PCT/US2004/024077
Other languages
French (fr)
Inventor
Li Zhang
Ming Fang
Original Assignee
Siemens Corporate Research, Inc.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Priority claimed from US10/898,511 external-priority patent/US7209581B2/en
Application filed by Siemens Corporate Research, Inc. filed Critical Siemens Corporate Research, Inc.
Priority to JP2006521982A priority Critical patent/JP2007534352A/en
Publication of WO2005013197A1 publication Critical patent/WO2005013197A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/174Segmentation; Edge detection involving the use of two or more images
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/11Region-based segmentation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/143Segmentation; Edge detection involving probabilistic approaches, e.g. Markov random field [MRF] modelling
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/10Image acquisition modality
    • G06T2207/10072Tomographic images
    • G06T2207/10081Computed x-ray tomography [CT]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20112Image segmentation details
    • G06T2207/20132Image cropping
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/30Subject of image; Context of image processing
    • G06T2207/30004Biomedical image processing
    • G06T2207/30061Lung
    • G06T2207/30064Lung nodule

Definitions

  • the present invention relates to nodule segmentation, and more particularly, to ground glass nodule (GGN) segmentation in pulmonary computed tomographic (CT) volumes using a Markov random field.
  • GGN ground glass nodule
  • Ground glass nodules are, for example, radiographic appearances of hazy lung opacities not associated with an obscuration of underlying vessels. GGNs come in two forms, “pure” and “mixed” as shown in FIG. 1. Pure GGNs do not consist of any solid components, whereas mixed GGNs consist of some solid components. GGNs are more clearly shown in high resolution computed tomographic (HRCT) images than plain radiographs. GGNs also appear differently than solid nodules in HRCT images because solid nodules have a higher contrast and well defined boundaries.
  • HRCT computed tomographic
  • GGNs in HRCT images are highly significant finding as they often indicate the presence of an active and potentially treatable process such as bronchiolalveolar carcinomas or invasive adenocarcinoma. Because GGNs are typically associated with active lung disease, the presence of GGNs often leads to further diagnostic evaluation, including, for example, lung biopsy. Thus, a computer-based segmentation can be of assistance to medical experts for diagnosis and treatment of certain types of lung disease. Accordingly, there is a need for a system and method of computer-based segmentation that can be used to accurately and consistently segment GGNs for quick diagnosis.
  • a method for ground glass nodule (GGN) segmentation comprises: selecting a point in a medical image, wherein the point is located in a GGN; defining a volume of interest (VOI) around the point, wherein the VOI comprises the GGN; removing a chest wall from the VOI; obtaining an initial state for a Markov random field; and segmenting the VOI, wherein the VOI is segmented using the Markov random field.
  • VOI volume of interest
  • the method further comprises acquiring the medical image, wherein the medical image is acquired using a computed tomographic (CT) imaging technique.
  • CT computed tomographic
  • the method further comprises: detecting the GGN using a computer-aided GGN detection technique; and detecting the GGN manually.
  • the point is automatically or manually selected.
  • the GGN is one of a pure GGN and a mixed GGN.
  • the method further comprises defining one of a shape and a size of the VOI.
  • the chest wall is removed by performing a region growing.
  • the initial state for the Markov random field is obtained by performing a region growing on the VOI after the chest wall is removed.
  • the step of segmenting the VOI using the Markov random field comprises: defining a posteriori probability for the VOI; and labeling each pixel in the VOI using a maximum of the posteriori probability, wherein each pixel in the VOI is labeled as one of a GGN and a background.
  • a system for GGN segmentation comprises: a memory device for storing a program; a processor in communication with the memory device, the processor operative with the program to: define a volume of interest (VOI) around a GGN using data associated with a medical image of a lung; remove a chest wall from the VOI; obtain an initial state for a Markov random field; and segment the VOI, wherein the VOI is segmented using the Markov random field.
  • VOI volume of interest
  • the processor is further operative with the program code to acquire the medical image, wherein the medical image is acquired using a CT imaging technique.
  • the chest wall is removed by performing a region growing.
  • the initial state for the Markov random field is obtained by performing a region growing on the VOI after the chest wall is removed.
  • the processor is further operative with the program code when segmenting the VOI using the Markov random field to: define aposterirori probability for the VOI; and label each pixel in the VOI using a maximum of the posteriori probability, wherein each pixel in the VOI is labeled as one of a GGN and a background.
  • the defined posteriori probability is computed by P(L ⁇ F) ⁇ P(F ⁇ L)P(L) .
  • the step of labeling each pixel is computed by
  • the processor is further operative with the program code to: perform a shape analysis to remove blood vessels attached to the GGN in the VOI segmented using the Markov random field; and display the VOI segmented using the Markov random field, wherein the GGN is visible.
  • a computer program product comprising a computer useable medium having computer program logic recorded thereon for GGN segmentation, the computer program logic comprising: program code for selecting a point in a medical image, wherein the point is located in or near a GGN; program code for defining a VOI around the point, wherein the VOI comprises the GGN; program code for removing a chest wall from the VOI; program code for obtaining an imtial state for a Markov random field; and program code for segmenting the VOI, wherein the VOI is segmented using the Markov random field.
  • a system for GGN segmentation comprises: means for selecting a point in a medical image, wherein the point is located in a GGN; means for defining a VOI around the point, wherein the VOI comprises the GGN; means for removing a chest wall from the VOI; means for obtaining an initial state for a Markov random field; and means for segmenting the VOI, wherein the VOI is segmented using the Markov random field.
  • a method for GGN segmentation in pulmonary CT volumes using a Markov random field comprises: selecting a GGN from data associated with a pulmonary CT volume; defining a VOI around the GGN; removing a chest wall from the VOI by performing a region growing on the VOI; obtaining an initial state for an iterated condition mode (ICM) procedure by segmenting the VOI after the chest wall is removed; and segmenting the VOI using a Markov random field, wherein the segmentation comprises: defining a posteriori probability for the VOI; and performing the ICM procedure, wherein the ICM procedure comprises labeling each pixel in the VOI using a maximum of the, posteriori probability, wherein each pixel in the VOI is labeled as one of a GGN and a background until each pixel in the VOI is labeled.
  • the defined posteriori probability is computed by P(L ⁇ F) ⁇ P(F ⁇ L)P(L) .
  • FIG. 1 illustrates a "pure" ground glass nodule (GGN) and a "mixed" GGN;
  • FIG. 2 is a block diagram of a system for GGN segmentation according to an exemplary embodiment of the present invention
  • FIG. 3 is a flowchart illustrating a method for GGN segmentation according to an exemplary embodiment of the present invention
  • FIG. 4 illustrates connectivity types used during a region growing according to an exemplary embodiment of the present invention
  • FIG. 5 illustrates a series of cliques used during a region growing according to an exemplary embodiment of the present invention
  • FIG. 6 illustrates an order of a raster scan used by an iterated conditional mode (ICM) according to an exemplary embodiment of the present invention
  • FIG. 7 illustrates several GGNs before and after performing GGN segmentation according to an exemplary embodiment of the present invention.
  • FIG. 2 is a block diagram of a system for ground glass nodule (GGN) segmentation according to an exemplary embodiment of the present invention.
  • the system includes, inter alia, a scanning device 205, a personal computer (PC) 210 and an operator's console and/or virtual navigation terminal 215 connected over, for example, an Ethernet network 220.
  • the scanning device 205 is a high-resolution computed tomography (HRCT) imaging device.
  • the PC 210 which may be a portable or laptop computer, a personal digital assistant (PDA), etc., includes a central processing unit (CPU) 225 and a memory 230, which are connected to an input 255 and an output 260.
  • CPU central processing unit
  • memory 230 which are connected to an input 255 and an output 260.
  • the PC 210 is connected to a volume of interest (VOI) selector 245 and a segmentation device 250 that includes one or more methods for ground glass nodule (GGN) segmentation.
  • the PC 210 may also be connected to and/or include a diagnostic module, which is used to perform automated diagnostic or evaluation functions of medical image data.
  • the PC 210 may further be coupled to a lung volume examination device.
  • the memory 230 includes a random access memory (RAM) 235 and a read only memory (ROM) 240.
  • the memory 230 can also include a database, disk drive, tape drive, etc., or a combination thereof.
  • the RAM 235 functions as a data memory that stores data used during execution of a program in the CPU 225 and is used as a work area.
  • the ROM 240 functions as a program memory for storing a program executed in the CPU 225.
  • the input 255 is constituted by a keyboard, mouse, etc.
  • the output 260 is constituted by a liquid crystal display (LCD), cathode ray tube (CRT) display, printer, etc.
  • the operation of the system is controlled from the operator's console 215, which includes a controller 270, for example, a keyboard, and a display 265, for example, a CRT display.
  • the operator's console 215 communicates with the PC 210 and the scanning device 205 so that 2D image data collected by the scanning device 205 can be rendered into 3D data by the PC 210 and viewed on the display 265.
  • the PC 210 can be configured to operate and display information provided by the scanning device 205 absent the operator's console 215, using, for example, the input 255 and output 260 devices to execute certain tasks performed by the controller 270 and display 265.
  • the operator's console 215 further includes any suitable image rendering system/tool/application that can process digital image data of an acquired image dataset (or portion thereof) to generate and display 2D and/or 3D images on the display 265.
  • the image rendering system may be an application that provides 2D/3D rendering and visualization of medical image data, and which executes on a general purpose or specific computer workstation.
  • the image rendering system enables a user to navigate through a 3D image or a plurality of 2D image slices.
  • the PC 210 may also include an image rendering system/tool/application for processing digital image data of an acquired image dataset to generate and display 2D and/or 3D images.
  • the segmentation device 250 is also used by the PC 210 to receive and process digital medical image data, which as noted above, may be in the form of raw image data, 2D reconstructed data (e.g., axial slices), or 3D reconstructed data such as volumetric image data or multiplanar reformats, or any combination of such formats.
  • the data processing results can be output from the PC 210 via the network 220 to an image rendering system in the operator's console 215 for generating 2D and/or 3D renderings of image data in accordance with the data processing results, such as segmentation of organs or anatomical structures, color or intensity variations, and so forth.
  • image rendering system in the operator's console 215 for generating 2D and/or 3D renderings of image data in accordance with the data processing results, such as segmentation of organs or anatomical structures, color or intensity variations, and so forth.
  • the system and method according to the present invention for GGN segmentation may be implemented as extensions or alternatives to conventional segmentation methods used for processing medical image data.
  • exemplary systems and methods described herein can be readily implemented with 3D medical images and computer-aided diagnosis (CAD) systems or applications that are adapted for a wide range of imaging modalities (e.g., CT, MRI, etc.) and for diagnosing and evaluating various abnormal pulmonary structures or lesions such as lung nodules, tumors, stenoses, inflammatory regions, etc.
  • imaging modalities e.g., CT, MRI, etc.
  • CAD computer-aided diagnosis
  • FIG. 3 is a flowchart showing an operation of a method for GGN segmentation according to an exemplary embodiment of the present invention.
  • 3D data is acquired from a lung or pair of lungs (step 310). This is accomplished by using the scanning device 205, for example an HRCT scanner, to scan a lung thereby generating a series of 2D images associated with the lung.
  • the 2D images of the lung may then be converted or transformed into a 3D rendered image as shown for example in column (a) of FIG. 7.
  • a GGN is selected (step 320). This is accomplished, for example, by a medical professional such as a radiologist manually selecting a GGN from the data, or by using a computer-aided GGN detection and/or characterization technique. As an alternative, in step 320, a point in or near the GGN may be selected. This process may also be performed manually by a radiologist examining the data associated with the lung or pair of lungs, or automatically by a computer programmed to identify points in GGNs in medical image data.
  • a VOI is defined using the VOI selector 245 (step 330).
  • the size and/or shape of the VOI is defined automatically to include the GGN.
  • An example VOI is indicated by the area within a square box positioned around a GGN in column (a) of FIG. 7.
  • a zoomed-in view of the VOI is shown in column (b) of FIG. 7.
  • preprocessing of the VOI is performed. Specifically, a chest wall is removed from the VOI (step 340). Thus, for example, a portion of the VOI that belongs to the chest wall is excluded from the VOI. This is accomplished by performing a region growing to remove an area in the VOI that belongs to the chest wall.
  • the chest wall's potential influence on further processing techniques such as MRF segmentation (discussed below), is removed.
  • the VOI (with the chest wall removed) is segmented (step 350). This is performed using, for example, a region growing where a seed point for the region growing is a point in the VOI that is either in or near the GGN.
  • An example of the connectivity types that may be used during the region growing are shown in FIG.4. For example, when pixel and slice spacings ( Z res and Z res , respectively) satisfy the condition for 10-connectivity as
  • Equation 1 where d is a predefined distance constant, the 10-connectivity region growing is performed as shown in FIG.4. Similarly, when the predefined distance d constant satisfies the condition for 18-connectivity shown in Equation 1, an 18-connectivity region growing is performed as shown in FIG. 4.
  • step 350 is performed to obtain an initial segmentation state for an iterated condition mode (ICM) procedure to be performed in step 360 discussed below.
  • ICM iterated condition mode
  • step 360 is performed to obtain an initial segmentation state for an iterated condition mode (ICM) procedure to be performed in step 360 discussed below.
  • ICM iterated condition mode
  • step 360 is again segmented using a Markov random field (MRF) (step 360).
  • MRF Markov random field
  • An MRF which specifies a nonlinear interaction between similar and different features, is used for example, to combine and organize spatial and temporal information by introducing generic knowledge about features to be estimated.
  • the MRF gives an a priori probability by applying spatial constraints from neighboring voxels in the VOI.
  • a label can then be assigned to each voxel in the VOI by taking into account intensity and spatial constraints from neighboring voxels.
  • GGNs can be given one label type and non-GGNs or background information, for example, lung parenchyma, blood vessels, chest wall portions, etc. are given another label type.
  • the VOI segmented using MRF to be displayed discretely illustrating the GGNs and the background as shown, for example, in column (c) of FIG. 7, where an area denoted by a jagged edge in the center of the images illustrates the GGNs and the extraneous area is the background.
  • the MRF segmentation procedure of step 360 is derived and performed as follows.
  • V c (l) of a two-pixel clique ce C 2 is defined by Equation 6,
  • ⁇ k 1 ⁇ exp[- w(Z res /X res - 1.0)] x n e ⁇ 2 centers on neighboring slices ⁇ (f) ⁇ exp[- w( l(Z res /X res ) 2 +1.0 - 1.0)J x n e ⁇ 8 edges on neighboring slices ⁇ (g) - (j) ?exp[- x n e ⁇ 8 corners on neighboring slices ⁇ (k) - (n)
  • Equation 3 is smaller when the distance between two pixels of a clique is larger, and larger when the distance between two pixels of a clique is smaller.
  • Equation 2 Equation 2 to calculate the posteriori probability P(L ⁇ F) for labeling the GGNs
  • Equation 8 The optimization of the MAP then becomes the minimization process shown below in Equation 8.
  • the MAP of Equation 8 which is the final segmentation result, is then determined by the ICM procedure.
  • the ICM procedure which begins from an initial state (e.g., iteration 0) that was determined by the region growing in step 350, assigns a label /-(/) to
  • ⁇ g and ⁇ b are the mean intensity values for the GGN and
  • voxel labeling is updated by performing a raster scan in eight different ways: (1) from the upper-left-front corner (A) to the lower-right-back corner (H) of the VOI; (2) from the upper-right-front corner (B) to the lower-left-back corner (G) of the VOI; (3) from the lower-left-front corner (C) to the upper-right-back corner (F) of the VOI; (4) from the lower-right-front corner (D) to the lower-right-back corner (E) of the VOI; (5) from the lower-right-back corner (H) to the upper-left-front corner (A) of the VOI; (6) from the lower-left-back corner (G) to the upper-right-front corner (B) of the VOI
  • the above process (where for each ICM iteration the raster scan is performed in one of the eight ways) is repeated until a convergence is observed. In other words, the above process is repeated until all of the voxels in the VOI are labeled. It is to be understood that alternative raster scan procedures having a different number of scan orders and/or sequences can be used in the above process.
  • the segmented VOI can undergo further processing (step 370).
  • blood vessels attached to or near the GGN are removed from the segmented VOI by performing a shape analysis. An example of this is observed in column (c) of FIG. 7 where blood vessels that were attached to the GGNs were removed.
  • the blood vessels are removed from the GGNs and/or the VOI, for example, by first identifying the blood vessels attached to or near the GGN by performing a thresholding and a compactness measurement to distinguish the blood vessels from the GGN, and then removing the blood vessels that are attached to or near the GGN and smoothing the results by applying a series of morphological operations.
  • the technique of removing blood vessels from GGNs in a VOI is disclosed in U.S. Provisional Application No. 60/503,602, filed September 17, 2003, entitled, "Improved GGO Nodule Segmentation with Shape Analysis", a copy of which is herein incorporated by reference.
  • the GGN is displayed to a user via, for example, the display 265 of the operator's console 215 (step 380).
  • An example of GGNs being displayed after MRF segmentation in accordance with the present invention has been performed is illustrated in column (d) of FIG. 7 where dark portions in the center of the images are the GGNs.

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Probability & Statistics with Applications (AREA)
  • Software Systems (AREA)
  • Apparatus For Radiation Diagnosis (AREA)
  • Image Processing (AREA)

Abstract

A system and method for ground glass nodule (GGN) segmentation is provided. The method comprises: selecting a point in a medical image (320), wherein the point is located in a GGN; defining a volume of interest (VOI) around the point (330), wherein the VOI comprises the GGN; removing a chest wall from the VOI (340); obtaining an initial state for a Markov random field (350); and segmenting the VOI, wherein the VOI is segmented using the Markov random field (360).

Description

SYSTEM AND METHOD FOR GROUND GLASS NODULE (GGN) SEGMENTATION CROSS-REFERENCE TO RELATED APPLICATIONS This application claims the benefit of U.S. Provisional Application No.60/491,650, filed July 31, 2003, a copy of which is herein incorporated by reference. BACKGROUND OF THE INVENTION
1. Technical Field The present invention relates to nodule segmentation, and more particularly, to ground glass nodule (GGN) segmentation in pulmonary computed tomographic (CT) volumes using a Markov random field.
2. Discussion of the Related Art Ground glass nodules (GGNs) are, for example, radiographic appearances of hazy lung opacities not associated with an obscuration of underlying vessels. GGNs come in two forms, "pure" and "mixed" as shown in FIG. 1. Pure GGNs do not consist of any solid components, whereas mixed GGNs consist of some solid components. GGNs are more clearly shown in high resolution computed tomographic (HRCT) images than plain radiographs. GGNs also appear differently than solid nodules in HRCT images because solid nodules have a higher contrast and well defined boundaries. In addition, the appearance of GGNs in HRCT images is a highly significant finding as they often indicate the presence of an active and potentially treatable process such as bronchiolalveolar carcinomas or invasive adenocarcinoma. Because GGNs are typically associated with active lung disease, the presence of GGNs often leads to further diagnostic evaluation, including, for example, lung biopsy. Thus, a computer-based segmentation can be of assistance to medical experts for diagnosis and treatment of certain types of lung disease. Accordingly, there is a need for a system and method of computer-based segmentation that can be used to accurately and consistently segment GGNs for quick diagnosis. SUMMARY OF THE INVENTION The present invention overcomes the foregoing and other problems encountered in the known teachings by providing a system and method for ground glass nodule (GGN) segmentation. In one embodiment of the present invention, a method for ground glass nodule (GGN) segmentation comprises: selecting a point in a medical image, wherein the point is located in a GGN; defining a volume of interest (VOI) around the point, wherein the VOI comprises the GGN; removing a chest wall from the VOI; obtaining an initial state for a Markov random field; and segmenting the VOI, wherein the VOI is segmented using the Markov random field. The method further comprises acquiring the medical image, wherein the medical image is acquired using a computed tomographic (CT) imaging technique. The method further comprises: detecting the GGN using a computer-aided GGN detection technique; and detecting the GGN manually. The point is automatically or manually selected. The GGN is one of a pure GGN and a mixed GGN. The method further comprises defining one of a shape and a size of the VOI. The chest wall is removed by performing a region growing. The initial state for the Markov random field is obtained by performing a region growing on the VOI after the chest wall is removed. The step of segmenting the VOI using the Markov random field comprises: defining a posteriori probability for the VOI; and labeling each pixel in the VOI using a maximum of the posteriori probability, wherein each pixel in the VOI is labeled as one of a GGN and a background. The defined posteriori probability is computed by P(L I E) °= P(F I L)P(L) . The step of labeling each pixel is computed by l~(i) = , wherein
Figure imgf000005_0001
the labeling comprises scanning the VOI until a convergence is reached. The method further comprises: performing a shape analysis to remove blood vessels attached to or near the GGN after the VOI has been segmented using the Markov random field; and displaying the VOI segmented using the Markov random field. In another embodiment of the present invention, a system for GGN segmentation comprises: a memory device for storing a program; a processor in communication with the memory device, the processor operative with the program to: define a volume of interest (VOI) around a GGN using data associated with a medical image of a lung; remove a chest wall from the VOI; obtain an initial state for a Markov random field; and segment the VOI, wherein the VOI is segmented using the Markov random field. The processor is further operative with the program code to acquire the medical image, wherein the medical image is acquired using a CT imaging technique. The chest wall is removed by performing a region growing. The initial state for the Markov random field is obtained by performing a region growing on the VOI after the chest wall is removed. The processor is further operative with the program code when segmenting the VOI using the Markov random field to: define aposterirori probability for the VOI; and label each pixel in the VOI using a maximum of the posteriori probability, wherein each pixel in the VOI is labeled as one of a GGN and a background. The defined posteriori probability is computed by P(L \ F) ∞ P(F \ L)P(L) . The step of labeling each pixel is computed by
l-(i) = .
Figure imgf000005_0002
The processor is further operative with the program code to: perform a shape analysis to remove blood vessels attached to the GGN in the VOI segmented using the Markov random field; and display the VOI segmented using the Markov random field, wherein the GGN is visible. In yet another embodiment of the present invention, a computer program product comprising a computer useable medium having computer program logic recorded thereon for GGN segmentation, the computer program logic comprising: program code for selecting a point in a medical image, wherein the point is located in or near a GGN; program code for defining a VOI around the point, wherein the VOI comprises the GGN; program code for removing a chest wall from the VOI; program code for obtaining an imtial state for a Markov random field; and program code for segmenting the VOI, wherein the VOI is segmented using the Markov random field. In another embodiment of the present invention, a system for GGN segmentation comprises: means for selecting a point in a medical image, wherein the point is located in a GGN; means for defining a VOI around the point, wherein the VOI comprises the GGN; means for removing a chest wall from the VOI; means for obtaining an initial state for a Markov random field; and means for segmenting the VOI, wherein the VOI is segmented using the Markov random field. In yet another embodiment of the present invention, a method for GGN segmentation in pulmonary CT volumes using a Markov random field comprises: selecting a GGN from data associated with a pulmonary CT volume; defining a VOI around the GGN; removing a chest wall from the VOI by performing a region growing on the VOI; obtaining an initial state for an iterated condition mode (ICM) procedure by segmenting the VOI after the chest wall is removed; and segmenting the VOI using a Markov random field, wherein the segmentation comprises: defining a posteriori probability for the VOI; and performing the ICM procedure, wherein the ICM procedure comprises labeling each pixel in the VOI using a maximum of the, posteriori probability, wherein each pixel in the VOI is labeled as one of a GGN and a background until each pixel in the VOI is labeled. The defined posteriori probability is computed by P(L \ F) <χ P(F \ L)P(L) . The
step of labeling each pixel during the ICM procedure is computed by
l-(i) , wherein
Figure imgf000007_0001
the ICM procedure begins from the initial state. The foregoing features are of representative embodiments and are presented to assist in understanding the invention. It should be understood that they are not intended to be considered limitations on the invention as defined by the claims, or limitations on equivalents to the claims. Therefore, this summary of features should not be considered dispositive in determimng equivalents. Additional features of the invention will become apparent in the following description, from the drawings and from the claims. BRIEF DESCRIPTION OF THE DRAWINGS FIG. 1 illustrates a "pure" ground glass nodule (GGN) and a "mixed" GGN; FIG. 2 is a block diagram of a system for GGN segmentation according to an exemplary embodiment of the present invention; FIG. 3 is a flowchart illustrating a method for GGN segmentation according to an exemplary embodiment of the present invention; FIG. 4 illustrates connectivity types used during a region growing according to an exemplary embodiment of the present invention; FIG. 5 illustrates a series of cliques used during a region growing according to an exemplary embodiment of the present invention; FIG. 6 illustrates an order of a raster scan used by an iterated conditional mode (ICM) according to an exemplary embodiment of the present invention; and FIG. 7 illustrates several GGNs before and after performing GGN segmentation according to an exemplary embodiment of the present invention. DETAILED DESCRIPTION OF EXEMPLARY EMBODIMENTS FIG. 2 is a block diagram of a system for ground glass nodule (GGN) segmentation according to an exemplary embodiment of the present invention. As shown in FIG. 2, the system includes, inter alia, a scanning device 205, a personal computer (PC) 210 and an operator's console and/or virtual navigation terminal 215 connected over, for example, an Ethernet network 220. The scanning device 205 is a high-resolution computed tomography (HRCT) imaging device. The PC 210, which may be a portable or laptop computer, a personal digital assistant (PDA), etc., includes a central processing unit (CPU) 225 and a memory 230, which are connected to an input 255 and an output 260. The PC 210 is connected to a volume of interest (VOI) selector 245 and a segmentation device 250 that includes one or more methods for ground glass nodule (GGN) segmentation. The PC 210 may also be connected to and/or include a diagnostic module, which is used to perform automated diagnostic or evaluation functions of medical image data. In addition, the PC 210 may further be coupled to a lung volume examination device. The memory 230 includes a random access memory (RAM) 235 and a read only memory (ROM) 240. The memory 230 can also include a database, disk drive, tape drive, etc., or a combination thereof. The RAM 235 functions as a data memory that stores data used during execution of a program in the CPU 225 and is used as a work area. The ROM 240 functions as a program memory for storing a program executed in the CPU 225. The input 255 is constituted by a keyboard, mouse, etc., and the output 260 is constituted by a liquid crystal display (LCD), cathode ray tube (CRT) display, printer, etc. The operation of the system is controlled from the operator's console 215, which includes a controller 270, for example, a keyboard, and a display 265, for example, a CRT display. The operator's console 215 communicates with the PC 210 and the scanning device 205 so that 2D image data collected by the scanning device 205 can be rendered into 3D data by the PC 210 and viewed on the display 265. It is to be understood that the PC 210 can be configured to operate and display information provided by the scanning device 205 absent the operator's console 215, using, for example, the input 255 and output 260 devices to execute certain tasks performed by the controller 270 and display 265. The operator's console 215 further includes any suitable image rendering system/tool/application that can process digital image data of an acquired image dataset (or portion thereof) to generate and display 2D and/or 3D images on the display 265. More specifically, the image rendering system may be an application that provides 2D/3D rendering and visualization of medical image data, and which executes on a general purpose or specific computer workstation. Moreover, the image rendering system enables a user to navigate through a 3D image or a plurality of 2D image slices. The PC 210 may also include an image rendering system/tool/application for processing digital image data of an acquired image dataset to generate and display 2D and/or 3D images. As shown in FIG. 2, the segmentation device 250 is also used by the PC 210 to receive and process digital medical image data, which as noted above, may be in the form of raw image data, 2D reconstructed data (e.g., axial slices), or 3D reconstructed data such as volumetric image data or multiplanar reformats, or any combination of such formats. The data processing results can be output from the PC 210 via the network 220 to an image rendering system in the operator's console 215 for generating 2D and/or 3D renderings of image data in accordance with the data processing results, such as segmentation of organs or anatomical structures, color or intensity variations, and so forth. It is to be understood that the system and method according to the present invention for GGN segmentation may be implemented as extensions or alternatives to conventional segmentation methods used for processing medical image data. Further, it is to be appreciated that exemplary systems and methods described herein can be readily implemented with 3D medical images and computer-aided diagnosis (CAD) systems or applications that are adapted for a wide range of imaging modalities (e.g., CT, MRI, etc.) and for diagnosing and evaluating various abnormal pulmonary structures or lesions such as lung nodules, tumors, stenoses, inflammatory regions, etc. In this regard, although exemplary embodiments may be described herein with reference to particular imaging modalities or particular anatomical features, nothing should be construed as limiting the scope of the invention. It is to be further understood that the present invention may be implemented in various forms of hardware, software, firmware, special purpose processors, or a combination thereof. In one embodiment, the present invention may be implemented in software as an application program tangibly embodied on a program storage device (e.g., magnetic floppy disk, RAM, CD ROM, DVD, ROM, and flash memory). The application program may be uploaded to, and executed by, a machine comprising any suitable architecture. FIG. 3 is a flowchart showing an operation of a method for GGN segmentation according to an exemplary embodiment of the present invention. As shown in FIG. 3, 3D data is acquired from a lung or pair of lungs (step 310). This is accomplished by using the scanning device 205, for example an HRCT scanner, to scan a lung thereby generating a series of 2D images associated with the lung. The 2D images of the lung may then be converted or transformed into a 3D rendered image as shown for example in column (a) of FIG. 7. After the 3D data is acquired from the lung, a GGN is selected (step 320). This is accomplished, for example, by a medical professional such as a radiologist manually selecting a GGN from the data, or by using a computer-aided GGN detection and/or characterization technique. As an alternative, in step 320, a point in or near the GGN may be selected. This process may also be performed manually by a radiologist examining the data associated with the lung or pair of lungs, or automatically by a computer programmed to identify points in GGNs in medical image data. After the GGN is selected, a VOI is defined using the VOI selector 245 (step 330). In this step, the size and/or shape of the VOI is defined automatically to include the GGN. An example VOI is indicated by the area within a square box positioned around a GGN in column (a) of FIG. 7. A zoomed-in view of the VOI is shown in column (b) of FIG. 7. Next, preprocessing of the VOI is performed. Specifically, a chest wall is removed from the VOI (step 340). Thus, for example, a portion of the VOI that belongs to the chest wall is excluded from the VOI. This is accomplished by performing a region growing to remove an area in the VOI that belongs to the chest wall. Thus, the chest wall's potential influence on further processing techniques, such as MRF segmentation (discussed below), is removed. Next, the VOI (with the chest wall removed) is segmented (step 350). This is performed using, for example, a region growing where a seed point for the region growing is a point in the VOI that is either in or near the GGN. An example of the connectivity types that may be used during the region growing are shown in FIG.4. For example, when pixel and slice spacings ( Zresand Zres , respectively) satisfy the condition for 10-connectivity as
shown below in Equation 1 (where d is a predefined distance constant), the 10-connectivity region growing is performed as shown in FIG.4. Similarly, when the predefined distance d constant satisfies the condition for 18-connectivity shown in Equation 1, an 18-connectivity region growing is performed as shown in FIG. 4.
Figure imgf000011_0001
It is to be understood that a variety of additional segmentation techniques may be used in step 350 such as, a histogram analysis based thresholding, Gaussian smoothing, edge detection, and template matching. It is to be further understood that step 350 is performed to obtain an initial segmentation state for an iterated condition mode (ICM) procedure to be performed in step 360 discussed below. After segmenting the VOI in step 350, the VOI is again segmented using a Markov random field (MRF) (step 360). An MRF, which specifies a nonlinear interaction between similar and different features, is used for example, to combine and organize spatial and temporal information by introducing generic knowledge about features to be estimated. For example, by applying an MRF in step 360, the MRF gives an a priori probability by applying spatial constraints from neighboring voxels in the VOI. A label can then be assigned to each voxel in the VOI by taking into account intensity and spatial constraints from neighboring voxels. Thus, GGNs can be given one label type and non-GGNs or background information, for example, lung parenchyma, blood vessels, chest wall portions, etc. are given another label type. Thereby allowing the VOI segmented using MRF to be displayed discretely illustrating the GGNs and the background as shown, for example, in column (c) of FIG. 7, where an area denoted by a jagged edge in the center of the images illustrates the GGNs and the extraneous area is the background. The MRF segmentation procedure of step 360 is derived and performed as follows.
First, let Ω c i?3 denote the VOI, then consider the intensity of the VOI as a random field F(X) , where x e Ω . Next, let / denote the segmentation label for a voxel 3 , and
/ e L = {GGN , background} . A posteriori probability P(L \ F) for labeling the GGNs
and the background information is then obtained from the conditional intensity probability P(F I L) and a priori probability P(L) using Bayes' theorem as shown below in Equation P(L \ F) P(F \ L)P(L) [2]
Therefore, the statistical optimal labeling for the MRF segmentation is given by the maximum of a posteriori (MAP). The conditional probabilities P(F \ L) shown above are obtained from GGN and
background intensity distributions, which are both modeled by a Gaussian distribution as shown below in Equation 3,
Figure imgf000013_0001
where μt is the mean value for the GGN or background intensity.
Assuming that the segmentation labeling L is an MRF, then a priori probability P(L) is given by a Gibbs distribution as shown below in Equation 4,
P(L = l) cxV[-U(l)], [4] where the energy function U(l) = ~ Vc l) is the summation over the set C of all
one- and two-pixel cliques defined by a 3D neighborhood of 26-connectivity, which is used to define cliques (shown in FIG. 5), discussed hereinafter with reference to Equation 7. The potential function Vc(l) of a one-pixel clique C, is defined by Equation 5,
Ve(l) = al, if /- = Z [5] where /- is the label for the current voxel x . t indicates a priori probability of a
particular label I , i.e., a smaller α; implies the label / is preferred by the a priori
probability and a larger at implies the label / is not preferred. The potential function
Vc(l) of a two-pixel clique ce C2 is defined by Equation 6,
βk if /- = /-, where {x,χB } e C2 Vβ) = [6] where xn denotes, for example, a neighboring voxel in a two-pixel clique, and βk
is designed based on the clique types shown in Equation 7, β xn e { 4 edges on same slice } (b) - (c) β exp(- 2 -1.0) xn e { 4 corners on same slice } (d) - (e)
βk = 1 βexp[- w(Zres/Xres - 1.0)] xn e {2 centers on neighboring slices} (f) β exp[- w( l(Zres/Xres)2 +1.0 - 1.0)J xn e { 8 edges on neighboring slices } (g) - (j) ?exp[-
Figure imgf000014_0001
xn e {8 corners on neighboring slices} (k) - (n)
[7] where (b), (c), ..., (n) are the in-plane (e.g., b-e) and cross-plane (e.g., f-n) cliques as shown in FIG.5, β is a predefined potential constant, and w is a weighting constant. βk
is smaller when the distance between two pixels of a clique is larger, and larger when the distance between two pixels of a clique is smaller. After determining the conditional probabilities using Equation 3 and the a priori probability P(L) using Equation 4, the resulting data from Equations 3 and 4 is inserted into
Equation 2 to calculate the posteriori probability P(L \ F) for labeling the GGNs and the
background information. The optimization of the MAP then becomes the minimization process shown below in Equation 8.
MAP = arg min[C/( ) + — ^- (E - μL)] L 2σ [8] where L = {/ JGN, background}.
The MAP of Equation 8, which is the final segmentation result, is then determined by the ICM procedure. The ICM procedure, which begins from an initial state (e.g., iteration 0) that was determined by the region growing in step 350, assigns a label /-(/) to
voxel x on each iteration i in Equation 9,
/-( =
Figure imgf000015_0001
[9]
where U(g,i — \) and U(b,i — \) are energy values calculated from the labeling
state of iteration i — 1 for GGN and background labels, respectively. f(x) is the intensity
value for voxel x , and μg and μb are the mean intensity values for the GGN and
background labels, respectively. During each ICM iteration a raster scan of the VOI is performed, and thus the voxels in the VOI are given a GGN or a background label. As shown in FIG. 6, voxel labeling is updated by performing a raster scan in eight different ways: (1) from the upper-left-front corner (A) to the lower-right-back corner (H) of the VOI; (2) from the upper-right-front corner (B) to the lower-left-back corner (G) of the VOI; (3) from the lower-left-front corner (C) to the upper-right-back corner (F) of the VOI; (4) from the lower-right-front corner (D) to the lower-right-back corner (E) of the VOI; (5) from the lower-right-back corner (H) to the upper-left-front corner (A) of the VOI; (6) from the lower-left-back corner (G) to the upper-right-front corner (B) of the VOI; (7) from the upper-right-back corner (F) to the lower-left-front corner (C) of the VOI; and (8) from the upper-left-back corner (E) to the lower-right-front corner (D) of the VOI. The above process (where for each ICM iteration the raster scan is performed in one of the eight ways) is repeated until a convergence is observed. In other words, the above process is repeated until all of the voxels in the VOI are labeled. It is to be understood that alternative raster scan procedures having a different number of scan orders and/or sequences can be used in the above process. After the VOI has been segmented using the Markov random field in step 360, the segmented VOI can undergo further processing (step 370). In particular, blood vessels attached to or near the GGN are removed from the segmented VOI by performing a shape analysis. An example of this is observed in column (c) of FIG. 7 where blood vessels that were attached to the GGNs were removed. The blood vessels are removed from the GGNs and/or the VOI, for example, by first identifying the blood vessels attached to or near the GGN by performing a thresholding and a compactness measurement to distinguish the blood vessels from the GGN, and then removing the blood vessels that are attached to or near the GGN and smoothing the results by applying a series of morphological operations. The technique of removing blood vessels from GGNs in a VOI is disclosed in U.S. Provisional Application No. 60/503,602, filed September 17, 2003, entitled, "Improved GGO Nodule Segmentation with Shape Analysis", a copy of which is herein incorporated by reference. Next, the GGN is displayed to a user via, for example, the display 265 of the operator's console 215 (step 380). An example of GGNs being displayed after MRF segmentation in accordance with the present invention has been performed is illustrated in column (d) of FIG. 7 where dark portions in the center of the images are the GGNs. Thus, by performing MRF segmentation according to the present invention, GGNs in medical images are accurately and quickly distinguished from background information by assigning labels to their associated voxels, thereby enabling GGNs to be visualized by a medical expert for diagnosing and evaluating certain lung ailments. It is to be understood that because some of the constituent system components and method steps depicted in the accompanying figures may be implemented in software, the actual connections between the system components (or the process steps) may differ depending on the manner in which the present invention is programmed. Given the teachings of the present invention provided herein, one of ordinary skill in the art will be able to contemplate these and similar implementations or configurations of the present invention. It should also be understood that the above description is only representative of illustrative embodiments. For the convenience of the reader, the above description has focused on a representative sample of possible embodiments, a sample that is illustrative of the principles of the invention. The description has not attempted to exhaustively enumerate all possible variations. That alternative embodiments may not have been presented for a specific portion of the invention, or that further undescribed alternatives may be available for a portion, is not to be considered a disclaimer of those alternate embodiments. Other applications and embodiments can be straightforwardly implemented without departing from the spirit and scope of the present invention. It is therefore intended, that the invention not be limited to the specifically described embodiments, because numerous permutations and combinations of the above and implementations involving non-inventive substitutions for the above can be created, but the invention is to be defined in accordance with the claims that follow. It can be appreciated that many of those undescribed embodiments are within the literal scope of the following claims, and that others are equivalent.

Claims

CLAIMSWhat is claimed is:
1. A method for ground glass nodule (GGN) segmentation, comprising: selecting a point in a medical image, wherein the point is located in a GGN; defining a volume of interest (VOI) around the point, wherein the VOI comprises the GGN; removing a chest wall from the VOI; obtaining an initial state for a Markov random field; and segmenting the VOI, wherein the VOI is segmented using the Markov random field.
2. The method of claim 1, further comprising: acquiring the medical image.
3. The method of claim 2, wherein the medical image is acquired using a computed tomographic (CT) imaging technique.
4. The method of claim 1, wherein the point is automatically selected.
5. The method of claim 1 , wherein the point is manually selected.
6. The method of claim 1 , further comprising: detecting the GGN using a computer-aided GGN detection technique.
7. The method of claim 1, further comprising: detecting the GGN manually.
8. The method of claim 1 , wherein the GGN is one of a pure GGN and a mixed GGN.
9. The method of claim 1, wherein the chest wall is removed by performing a region growing.
10. The method of claim 1, further comprising: defining one of a shape and a size of the VOI.
11. The method of claim 1 , wherein the initial state for the Markov random field is obtained by performing a region growing on the VOI after the chest wall is removed.
12. The method of claim 1, wherein the step of segmenting the VOI using the Markov random field comprises: defining a posteriori probability for the VOI; and labeling each pixel in the VOI using a maximum of the posteriori probability, wherein each pixel in the VOI is labeled as one of a GGN and a background.
13. The method of claim 12, wherein the defined posteriori probability is computed by P(L\ F) o P(F \ L)P(L) .
14. The method of claim 12, wherein the step of labeling each pixel is computed by
/-( ) .
Figure imgf000019_0001
15. The method of claim 12, wherein the labeling comprises: scanning the VOI until a convergence is reached.
16. The method of claim 1, further comprising: performing a shape analysis to remove blood vessels attached to or near the GGN after the VOI has been segmented using the Markov random field.
17. The method of claim 1, further comprising: displaying the VOI segmented using the Markov random field.
18. A system for ground glass nodule (GGN) segmentation, comprising: a memory device for storing a program; a processor in communication with the memory device, the processor operative with the program to: define a volume of interest (VOI) around a GGN using data associated with a medical image of a lung; remove a chest wall from the VOI; obtain an initial state for a Markov random field; and segment the VOI, wherein the VOI is segmented using the Markov random field.
19. The system of claim 18, wherein the processor is further operative with the program code to: acquire the medical image, wherein the medical image is acquired using a computed tomographic (CT) imaging technique.
20. The system of claim 18, wherein the chest wall is removed by performing a region growing.
21. The system of claim 18, wherein the initial state for the Markov random field is obtained by performing a region growing on the VOI after the chest wall is removed.
22. The system of claim 18, wherein the processor is further operative with the program code when segmenting the VOI using the Markov random field to: define a posterirori probability for the VOI; and label each pixel in the VOI using a maximum of the posteriori probability, wherein each pixel in the VOI is labeled as one of a GGN and a background.
23. The system of claim 22, wherein the defined posteriori probability is computed by P(L \ F) o P(F \ L)P(L) .
24. The system of claim 22, wherein the step of labeling each pixel is computed by
/-( = .
Figure imgf000020_0001
25. The system of claim 18, wherein the processor is further operative with the program code to: perform a shape analysis to remove blood vessels attached to the GGN in the VOI segmented using the Markov random field.
26. The system of claim 18, wherein the processor is further operative with the program code to: display the VOI segmented using the Markov random field, wherein the GGN is visible.
27. A computer program product comprising a computer useable medium having computer program logic recorded thereon for ground glass nodule (GGN) segmentation, the computer program logic comprising: program code for selecting a point in a medical image, wherein the point is located in or near a GGN; program code for defining a volume of interest (VOI) around the point, wherein the VOI comprises the GGN; program code for removing a chest wall from the VOI; program code for obtaining an initial state for a Markov random field; and program code for segmenting the VOI, wherein the VOI is segmented using the Markov random field.
28. A system for ground glass nodule (GGN) segmentation, comprising: means for selecting a point in a medical image, wherein the point is located in a GGN; means for defining a volume of interest (VOI) around the point, wherein the VOI comprises the GGN; means for removing a chest wall from the VOI; means for obtaining an initial state for a Markov random field; and means for segmenting the VOI, wherein the VOI is segmented using the Markov random field.
29. A method for ground glass nodule (GGN) segmentation in pulmonary computed tomographic (CT) volumes using a Markov random field, comprising: selecting a GGN from data associated with a pulmonary CT volume; defining a volume of interest (VOI) around the GGN; removing a chest wall from the VOI by performing a region growing on the VOI; obtaining an initial state for an iterated condition mode (ICM) procedure by segmenting the VOI after the chest wall is removed; and segmenting the VOI using a Markov random field, wherein the segmentation comprises: defining a posteriori probability for the VOI; and performing the ICM procedure, wherein the ICM procedure comprises labeling each pixel in the VOI using a maximum of the posteriori probability, wherein each pixel in the VOI is labeled as one of a GGN and a background until each pixel in the VOI is labeled.
30. The method of claim 29, wherein the defined posteriori probability is computed by P(L \ F) P(F \ L)P(L) .
31. The method of claim 29, wherein the step of labeling each pixel during the ICM procedure is computed by
/-( = .
Figure imgf000022_0001
32. The method of claim 29, wherein the ICM procedure begins from the imtial state.
PCT/US2004/024077 2003-07-31 2004-07-27 System and method for ground glass nodule (ggn) segmentation WO2005013197A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006521982A JP2007534352A (en) 2003-07-31 2004-07-27 System and method for performing ground glass-like nodule (GGN) segmentation

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US49165003P 2003-07-31 2003-07-31
US60/491,650 2003-07-31
US10/898,511 US7209581B2 (en) 2003-07-31 2004-07-23 System and method for ground glass nodule (GGN) segmentation
US10/898,511 2004-07-23

Publications (1)

Publication Number Publication Date
WO2005013197A1 true WO2005013197A1 (en) 2005-02-10

Family

ID=34118878

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2004/024077 WO2005013197A1 (en) 2003-07-31 2004-07-27 System and method for ground glass nodule (ggn) segmentation

Country Status (2)

Country Link
JP (1) JP2007534352A (en)
WO (1) WO2005013197A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE102005036412B4 (en) * 2004-08-02 2009-01-29 Siemens Medical Solutions Usa, Inc. Improved GGN segmentation in lung recordings for accuracy and consistency

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8751961B2 (en) * 2012-01-30 2014-06-10 Kabushiki Kaisha Toshiba Selection of presets for the visualization of image data sets
US9396395B2 (en) 2012-09-07 2016-07-19 Hitachi Medical Corporation Image processing apparatus and image processing method, configured to apply threshold conditions to specify target pixel

Non-Patent Citations (6)

* Cited by examiner, † Cited by third party
Title
CHOI S M ET AL: "VOLUMETRIC OBJECT RECONSTRUCTION USING THE 3D-MRF MODEL-BASED SEGMENTATION", IEEE TRANSACTIONS ON MEDICAL IMAGING, IEEE INC. NEW YORK, US, vol. 16, no. 6, 1 December 1997 (1997-12-01), pages 887 - 892, XP000738200, ISSN: 0278-0062 *
HELD K ET AL: "Markov random field segmentation of brain MR images", IEEE TRANSACTIONS ON MEDICAL IMAGING IEEE USA, vol. 16, no. 6, December 1997 (1997-12-01), pages 878 - 886, XP002302737, ISSN: 0278-0062 *
LI FAN ET AL: "Automatic detection of lung nodules from multi-slice low-dose CT images", PROCEEDINGS OF THE SPIE - THE INTERNATIONAL SOCIETY FOR OPTICAL ENGINEERING SPIE-INT. SOC. OPT. ENG USA, vol. 4322, 3 July 2001 (2001-07-03), pages 1828 - 1835, XP002302736, ISSN: 0277-786X *
LI H D ET AL: "MARKOV RANDOM FIELD FOR TUMOR DETECTION IN DIGITAL MAMMOGRAPHY", IEEE TRANSACTIONS ON MEDICAL IMAGING, IEEE INC. NEW YORK, US, vol. 14, no. 3, 1 September 1995 (1995-09-01), pages 565 - 576, XP000527218, ISSN: 0278-0062 *
LI ZHANG, MING FANG, DAVID P. NAIDICH, AND CAROL L. NOVAK: "Consistent interactive segmentation of pulmonary ground glass nodules identified in CT studies", PROC. SPIE INT. SOC. OPT. ENG., vol. 5370, 12 May 2004 (2004-05-12), pages 1709 - 1719, XP002302735 *
TAKIZAWA H ET AL: "Recognition of lung nodules from X-ray CT images using 3D Markov random field models", PATTERN RECOGNITION, 2002. PROCEEDINGS. 16TH INTERNATIONAL CONFERENCE ON QUEBEC CITY, QUE., CANADA 11-15 AUG. 2002, LOS ALAMITOS, CA, USA,IEEE COMPUT. SOC, US, 11 August 2002 (2002-08-11), pages 99 - 102, XP010613284, ISBN: 0-7695-1695-X *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE102005036412B4 (en) * 2004-08-02 2009-01-29 Siemens Medical Solutions Usa, Inc. Improved GGN segmentation in lung recordings for accuracy and consistency
US7627173B2 (en) 2004-08-02 2009-12-01 Siemens Medical Solutions Usa, Inc. GGN segmentation in pulmonary images for accuracy and consistency

Also Published As

Publication number Publication date
JP2007534352A (en) 2007-11-29

Similar Documents

Publication Publication Date Title
US7209581B2 (en) System and method for ground glass nodule (GGN) segmentation
US7336809B2 (en) Segmentation in medical images
EP1315125B1 (en) Image processing method and system for disease detection
US7627173B2 (en) GGN segmentation in pulmonary images for accuracy and consistency
US8335359B2 (en) Systems, apparatus and processes for automated medical image segmentation
EP2916738B1 (en) Lung, lobe, and fissure imaging systems and methods
Mesanovic et al. Automatic CT image segmentation of the lungs with region growing algorithm
US7499578B2 (en) System, method and apparatus for small pulmonary nodule computer aided diagnosis from computed tomography scans
US20030099390A1 (en) Lung field segmentation from CT thoracic images
US7492968B2 (en) System and method for segmenting a structure of interest using an interpolation of a separating surface in an area of attachment to a structure having similar properties
US8059900B2 (en) Method and apparatus to facilitate visualization and detection of anatomical shapes using post-processing of 3D shape filtering
US20100128946A1 (en) Systems, apparatus and processes for automated medical image segmentation using a statistical model
JP2010207572A (en) Computer-aided detection of lesion
US20070036406A1 (en) System and method for toboggan-based object detection in cutting planes
US7653225B2 (en) Method and system for ground glass nodule (GGN) segmentation with shape analysis
US7391893B2 (en) System and method for the detection of shapes in images
US7747051B2 (en) Distance transform based vessel detection for nodule segmentation and analysis
JP2012504003A (en) Fault detection method and apparatus executed using computer
US7369638B2 (en) System and method for detecting a protrusion in a medical image
WO2005013197A1 (en) System and method for ground glass nodule (ggn) segmentation
US7747052B2 (en) System and method for detecting solid components of ground glass nodules in pulmonary computed tomography images

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 200480022112.1

Country of ref document: CN

AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NA NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): BW GH GM KE LS MW MZ NA SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LU MC NL PL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
WWE Wipo information: entry into national phase

Ref document number: 2006521982

Country of ref document: JP

DPEN Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed from 20040101)
122 Ep: pct application non-entry in european phase