AUTOMATED SEGMENTATION USING DEEP LEARNED PRIORS

Embodiments described herein provide a hybrid technique which incorporates learned pulmonary nodule features in a model based energy minimization segmentation using graph cuts. Features are extracted from training samples using a convolutional neural network, and the segmentation cost function is augmented via the deep learned energy. The system and method improves segmentation performance and more robust initialization.

Skip to: Description  ·  Claims  · Patent History  ·  Patent History
Description
CROSS REFERENCE TO RELATED APPLICATIONS

This application is a non-provisional of U.S. Provisional Patent Application No. 62/416,228 entitled “Automated Segmentation Using Deep Learned Priors”, filed Nov. 2, 2016, which is incorporated herein.

FIELD

The subject matter disclosed herein relates to an automated segmentation, particularly as it relates to image analytics modalities for characterizing objects in a medical image.

BACKGROUND

Lung cancer is responsible for a significant percentage of all cancer related deaths, and is generally associated with grim prognosis unless diagnosed early. Early detection of pulmonary nodules via screening procedure is essential to enable clinicians determine the patient's treatment roadmap. Low dose computed tomography (LDCT) scan is the de-facto standard for lung cancer screening, and lacks an automated lung nodule characterization framework to encompass the potential of three dimensional LDCT imaging for lung cancer screening.

A fully automated lung cancer screening procedure relies on three distinct steps. First, an automated lung nodule detection framework identifies the location of a nodule. This is an active area of research which has received significant attention in the recent years. Second, an automatic lung nodule segmentation procedure identifies the nodule boundary. Finally, the segmented nodule is analyzed via machine learning based methods to characterize the nodule as a benign, or a potentially malignant case. Solutions are lacking, however, as to issues in extracting features for characterization.

Automated nodule segmentation from three-dimensional (3D) chest computed tomography (CT) is in general a difficult problem since the appearance and morphology of a nodule could vary considerably depending on its type (e.g., solid or semi-solid) or based on the stage of the disease. Moreover, noise, reconstruction artefact, and presence of other pulmonary structures such as vessels, fissures, among others, complicate the segmentation problem. It is desired to address these issues to handle noise and imaging artifacts, and should demonstrate ability to suppress the non-nodule structures during segmentation. In addition, the following disclosure will beneficially address learned pulmonary nodule features in a model based, energy minimization segmentation problem. The details are as follows.

SUMMARY

The above and other drawbacks or deficiencies may be overcome or alleviated by development of a system as described as follows.

Embodiments herein disclose an automated lung nodule characterization framework that speeds of clinical workflow, reduces operator variability, and harnesses the potential of 3D LDCT imaging for lung cancer screening. Aspects of the invention also present a solution to lung nodule segmentation problems. Once an initial nodule is detected, improved methods are performed to accurately segment the detected nodule, which can then be directly used to extract features, as specified by a user, for characterization.

In addition, embodiments provide a robust segmentation algorithm that is adept at handling noise and imaging artifacts, and demonstrates ability to suppress the non-nodule structures during segmentation. While existing hybrid techniques may use deep learning, the deep learned information is used either as a pre-processing tool (for model initialization), or for post-processing the algorithm output (for refinement). In contrast, the hybrid technique revealed herein incorporates learned pulmonary nodule features in a model based, energy minimization segmentation problem which is solved using graph cuts. Features are extracted from training samples using a convolutional deep neural network (CNN), and the segmentation cost function is augmented via the deep learned energy. The proposed algorithm, referred to herein as the “Deep Learned Graph Cut” (DLGC) improves segmentation performance, and is more robust to initialization.

A non-transitory computer readable medium herein described comprises computer-readable instructions stored therein for causing a control processor to perform operations to determine the graph cut energy function. In one embodiment, the non-transitory computer readable medium described comprises computer-readable instructions stored therein for causing a control processor to perform operations to determine a graph cut energy function comprising the steps of: determining a data term which is a radial gradient of an image; using a deep learned probability map to segment the image to create a segmented image; and creating a graph by connecting positive voxels to a sink node, and connecting negative voxels to a source node; wherein the graph energy function utilizes a threshold surface in the segmented image, reducing error at the edges of the probability map, and providing enhancement of an object in the image. The graph energy function adds domain specific, image derived low level features (e.g. radial edge map), in addition to a regularizing term to provide a smooth solution.

Regarding the term “signed radial gradient” of an image, the sign (positive/negative) is reflected in the graph cut as the graph cut utilizes both magnitude and sign. In contrast, traditionally, the absolute value of the gradient is taken for computing the edge map.

Variations can thus be designed to accommodate different size, shapes, groups, and structures such that the methods can be accomplished in a cost-effective efficient manner. The structural system and architecture can be modified and components interchanged to achieve functionality and improvements as depicted in the detailed description and drawings.

BRIEF DESCRIPTION OF THE DRAWINGS

FIG. 1 depicts a perspective view of an embodiment of the invention.

FIG. 2 depicts a perspective view in one aspect of the invention.

FIG. 3 illustrates a schematic representation of one embodiment.

DETAILED DESCRIPTION

Various embodiments will be described more fully hereinafter with reference to the accompanying drawings. Such embodiments should not be construed as limiting. For example, one or more aspects can be utilized in other embodiments and even other types of devices. Referring to the drawings in general, it will be understood that the illustrations are for the purpose of describing particular embodiments and are not intended to be limiting.

A hybrid methodology using deep learning is disclosed to solve image analysis problems; the methodology posed in a cost function minimization framework. The hybrid cost function comprises at least three components including: (a) an image based data term which utilizes low level image features (such as edges, texture, region statistics etc.), (b) a regularizing energy term to impart smoothness to the solution and (c) a data driven prior knowledge about the object via deep learned object probability map. The salient highlights of the approach are as follows:

Unlike traditional machine learning based techniques, the robustness and consistency of convolutional deep learning architectures is leveraged. This provides improved stability and enhanced performance compared to other machine learning based regression frameworks such as logistic regression, support vector regressor, among others. In addition, the framework embeds the deep learned information into a single objective function, and presents a one shot, efficacious procedure for obtaining a solution without imposing a hard constraint based on the prediction of the deep learning model.

The hybrid methodology is a solution that goes beyond working directly with the deep learning prediction for estimating the output, and advantageously provides the robustness by incorporating (a) a domain specific (local), image derived term and (b) a regularizer which restricts irregularities in the solution. In one embodiment, the hybrid methodology is applicable to both 2D and 3D image analysis problems. Aspects of the methodology are modality agnostic, and can be applicable to a wide range of problems from different modalities, including, for exemplary purposes only and not limitation, CT, magnetic resonance imaging (MRI), and ultrasound.

Embodiments of the disclosed methodology can also be extended to a large number of image analysis problems that are posed in a cost function minimization framework. This includes, but is not restricted to image analysis tasks such as segmentation, enhancement, de-noising, and background estimation.

Mathematical Formulation

In one embodiment, an image analysis problem (such as segmentation) is formulated as a cost function minimization problem. While the nature and appearance of the function depends on the specific application, the energy function to be minimized can be broadly expressed as follows:


E(x)=Eimg(x)=EDL(x)+Ereg(x)  (1)

The total energy E(x) comprises three terms: an image derived energy Eimg(x), the deep learning based cost function EDL(x), which imparts a learned prior to the solution, and finally, a regularizing term Ereg(x) which encourages a smooth solution. Such formulations are common in several image analysis problems such as segmentation, image enhancement, etc. We shall provide examples of two such cases for illustration.

Image Segmentation Examples

Image segmentation refers to the problem of grouping the pixels or voxels of an image into foreground and background classes. Energy minimization based strategies for segmentation are popularly used to develop an optimization equation to identify the best partitioning of the image domain. Such a problem can be solved either using continuous or discrete optimization; three different cases are demonstrated here where segmentation may be performed using the deep learned prior. One representation of the deep learned prior is as follows:

E DL ( x ) = - ln ( P ( x ) 1 - ( P ( x ) ) ) ( 2 )

Here, P(x) is a probability map predicted by the deep learning algorithm, which provides evidence of the presence or absence of the desired object. The original image is defined as f(x).

Object Segmentation Via Level Sets


E(ϕ(x))=∫(Eimg(x)+ΔEDL(x))H(ϕ)dx+μ∫|∇H(ϕ)|dx  (3)

The ϕ is the level set function. The image based energy term Eimg(x) is derived using low level image features (edge, texture, etc.), and the curve regularization is provided by the regularizing term |∇H(ϕ)|. The deep learning based term EDL(x) specifies the direction of curve propagation based on the segmentation prediction of the deep learning model. The functional (3) is solved using calculus of variation.

Object Segmentation Via Variational Thresholding

In a variational segmentation problem, the objective is to find a threshold surface t(x) such that the segmented output s(x)={x: f(x)>t(x)}. The corresponding energy function can be expressed as follows:


E(t(x))=∫|∇P(x))|(f(x)−t(x))2dx+μ∫+∇t(x)|2dx  (4)

The solution to (4) finds the optimal threshold surface t*(x) which is smooth, and minimizes the error at the edges of the probability map function.

Object Segmentation Using Graph Cut

The segmentation problem is solved using embodiments herein that implement discrete optimization using graph cut. The graph cut energy function is written as follows:

E ( x ) = Σ r T g ( x ) ) * f ( x ) - μΣln ( P ( x ) 1 - ( P ( x ) ) ) + E reg ( x ) ( 5 )

The first term is the data term, which signifies the radial gradient of the image. The second term uses the deep learned probability map to add robustness to the segmentation. The symbol ‘*’ denotes the convolution operator. The graph can be created by connecting the positive voxels to the sink node (T) and the source node to the negative voxels. The solution is obtained by using the min-cut algorithm.

Object Enhancement Example

Object enhancement refers to the problem of suppressing background structures to identify the foreground object. One enhancement algorithm, as similar to equations (6a & 6b): The optimal surface t*(x) is a smooth surface which enhances the objects, and suppresses the background. This technique serves as an enhancement methodology for structures which are thin (such as filamentous objects like blood vessels etc.) and elongated.

Foreground-Background Estimation

In one embodiment, the foreground and background images are denoted by functions s(x) and b(x). The cost function for estimating a smooth foreground and background function can be expressed as one of the following:


s*(x)=argmins(x)∫|f(x)−P(x)s(x)|2dx+μ∫|∇s|dx  (6a)


b*(x)=argminb(x)∫|f(x)−(1−P(x))b(x)|2dx+μ∫|∇b|dx  (6b)

Foreground/background estimation may be useful for several processing and analysis tasks such as bias field removal, analysis of region statistics.

In the above-mentioned embodiments of the method, the explicit mechanism provides combined data smoothing and local image information with the deep learned prediction. This leads to a more robust solution than any of the methods used in isolation.

Deep Learned Graph Cut

In disclosed embodiments, a segmentation problem is equivalent to a voxel partitioning technique, where the image domain Ωϵ3 is partitioned into non-overlapping foreground and background regions Ωf and Ωb respectively. In an optimization framework, the objective is to compute this optimal partition, such that the object is accurately delineated from the background.

Segmentation Cost Function

If f(x) is the three-dimensional CT lung nodule region-of-interest (ROI) voxels, and xϵΩ is a voxel in the image domain, the segmented object is obtained as the set of voxels which would minimize the following cost function:

Ω f = argmin x ω Ω E edge ( x ) + E DL ( x ) Data term + E reg ( x ) Regularizer term ( 7 )

The data term in (7) defines the segmentation criteria, while the smoothness term prevents irregularities of the segmented object. The data term comprises two terms: an image derived component, and a machine-learned data derived region model, which serves as a soft segmentation prior. The regularization term in (7) prevents irregularities of the segmented object.

Edge Energy Function

The edge energy function is derived based on the signed directional gradient of the image. Mathematically, we define the edge cost function as follows:


Eedge(x)=∇rgσ(x)*f(x)  (8)

Here, ∇rf denotes the (signed) directional derivative along the unit vector r, and is given by ∇rf=<∇(f*gσ),r> This direction is chosen as the radially outward direction, computed with respect to an initially detected voxel x0. The image f(x) is smoothed by the isotropic Gaussian function gσ(x). Since the lung nodules are brighter than the background, the signed derivative is negative for boundary voxels. Therefore, the minimizer of Equation (8) preferentially selects the boundary voxels in the segmented volume.

Deep Learned Segmentation Prior

A segmentation model using a solely edge based criteria is vulnerable to weak edges, resulting in over-segmentation (i.e., contour leakage). This is arrested by adding an object region prior in the segmentation cost function, which augments the segmentation. Instead of using a few region priors that have previously used a model based techniques or learning based methods, deep neural networks optimized here in developing the region prior.

Deep neural networks have shown promise in recent problems in traditional computer vision and image analysis, especially when the problem involves learning a hypothesis function hΘ which estimates the output {circumflex over (x)} from a set of training data {xi} and associated supervised labels {yi} as {circumflex over (x)}=hΘ(xi). Here Θ is a set of hyper-parameters which the algorithm estimates from the training sample by minimizing an appropriate loss function. The fully convolutional encoder-decoder deep neural architecture proposed estimates a regression function which maps each pixel of a two-dimensional input image to a corresponding segmentation probability map P: 2(0,1). Assuming the availability of enough training data, such deep neural architectures have demonstrated success in object localization. The deep neural network is trained on a set of 15,231 two-dimensional axial slices for solid lung nodules and 9,675 axial slice for part solid nodules.

The architecture defined here comprises four decoder layers with down-sampling, and four encoder layers with deconvolution (as shown in FIG. 1). The corresponding segmentation masks were annotated by trained radiologists. To obtain the probability score for a 3D volume, each axial slice of a test volume is regressed using the learned model, and the two-dimensional output is reconstructed to obtain a 3D foreground probability term. Using this information, the deep learned region cost is defined as follows:

E DL ( x ) = - λ ln ( P ( x ) 1 - P ( x ) ) ( 9 )

Using this description for the segmentation cost function, an optimization of the cost function is performed using a graph-cut.

Graph Creation and Segmentation

Implementation of the graph cut algorithm builds on the idea of polar graphs; a spherical sub volume Ωs={x: ∥x−x0∥<R}, centered at x0 is extracted from a three-dimensional image domain. A mapping is defined from the image domain to the graph G=(V, E, W), where V and E represent the sets of vertices and edges of the graph, and W denotes the set of associated edge weight. The spherical domain is subdivided into N uniformly sampled radial lines R(i)={(1−t)x+tri}, where tϵ[0,1], i=0, . . . , N−1, and ∥ri−x0∥=R. The parameter t is uniformly sampled to produce M vertices per radial column. Additionally, two special vertices S and T known as the source and sink, are used by the graph-cut algorithm to classify the voxels into foreground and background, respectively. FIG. 2 shows the two-dimensional equivalent of the graph creation procedure.

Model Initialization and Min-Cut Segmentation

Embodiments demonstrate an initial detected voxel x0 to commence the segmentation. With the initialization already available either from an automated algorithm or from an expert user, the algorithm specifies a maximum radii R to define the polar graph. This approximate radii is estimated from the segmented result of the deep learning output. If B={bj} denotes the set of boundary voxels obtained by taking the zero level set of (3), the radii is estimated as follows:

R = 1.5 B b j - x 0 2 ( 10 )

The cost function in Equation (8) can be segmented using the min-flow strategy by judiciously assigning weights to the graph edges. It is desired that the minimum cost cut of the graph creates a partition such that the foreground vertices are clustered with the node S, and the background vertices are attached to T. The edge weights of the voxels to the S-T nodes are set up using the following strategy. If x denotes the voxel position corresponding to any node vϵV, the total node cost is given by:


E(x)=Eedge(x)+EDL(x)  (11)

Ideally, for nodule voxels, E(x) is negative, and positive for background voxels. Therefore, the weights are set up as follows:


w(S,v)=|E(x)|H(−E(x))  (12)


w(T,v)=|E(x)|H(E(x))  (13)

Here, H(z) is the Heavy-side step function. The objective function is minimized via the max-flow algorithm which runs in polynomial time.

Experimental Results: Segmentation of Lung Nodules from Low Dose CT

Performance of the system and method has been evaluated on datasets of solid and semi-solid pulmonary nodules. Two separate experiments were performed for each category, one where the initial voxel x0 is assumed to be at the nodule center, and a second scenario where the initial position was slightly shifted from the nodule centroid. The performance of the deep learned graph cut (DLGC) was tested against traditional edge based graph cut, and the segmentation method of U-net. The experimental results are reported in the following tables, Table 1 and Table 2, where the Dice scores for the different algorithms are reported. From the experimental results, it is observed that Deep Learned Graph Cut (DLGC) provides stable performance, and is more robust to initialization.

The performance comparison of solid pulmonary nodules in shown in Table 1.

TABLE 1 Centered Random DL-GC GC U-net DL-GC GC U-net Mean 0.68 0.68 0.57 0.66 0.62 0.57 Std. 0.14 0.15 0.24 0.17 0.24 0.24 Median 0.71 0.72 0.61 0.70 0.69 0.61

The performance comparison of solid pulmonary nodules in shown in Table 2.

TABLE 2 Centered Random DL-GC GC U-net DL-GC GC U-net Mean 0.65 0.62 0.55 0.64 0.57 0.55 Std. 0.13 0.17 0.24 0.15 0.22 0.17 Median 0.70 0.69 0.60 0.68 0.65 0.60

Embodiments disclosed herein describe the deep learning architecture and system, as described in FIG. 1. The graphical illustration shows the system 100 includes an input image slice 102 from a CT scan, which is processed through a neural network 104 by a computer processor to generate an output image slice 106. Within the neural network are four down-sampling layers 105 and four up-sampling layers 107. The deep neural network is trained on a set of 15,231 two dimensional axial slices 102 for solid lung nodules and 9,675 axial slices for part-solid nodules. The architectural system 100 comprises four decoder layers with down-sampling and four encoder layers with deconvolution. The corresponding segmentation masks were annotated by trained radiologists.

FIG. 2 references a graph construction on a 2D axial slice. The original graph which is constructed from 3D volume shares the same methodology.

An embodiment in FIG. 3 illustrates a hybrid system 300 including a semi-automated procedure (i.e., one user-click) for segmenting lung nodules from CT volumes. A one-click nodule centroid 302 is detected at a detection step 301 which then proceeds through the deep-learning module 303 and then the graph-cut energy technique 305 which clarifies the edges and smooth surface of an object, here, the nodule centroid 302. The resulting 3D segmentation 307 thus represents the accuracy of the data driven deep-learning approach for nodule segmentation in the system 300. This accurate segmentation provides automated characterization of the nodule. The hybrid method, using a model based technique (graph-cut) and a data driven approach (deep learning is proposed) for nodule segmentation can work with any modality in imaging, medical imaging or otherwise.

Various embodiments of the invention may encompass any number of designs, configurations, conceptual, logical, and/or hardware-based architecture. While individual embodiments have been thus described, the individual embodiments may be integrated and combined for use with the system. Configurations can be simplified and complexity minimized to reduce cost and provide easier implementation.

In accordance with some embodiments, a computer program application stored in non-volatile memory or computer-readable medium (e.g., register memory, processor cache, RAM, ROM, hard drive, flash memory, CD ROM, magnetic media, etc.) may include code or executable instructions that when executed may instruct and/or cause a controller or processor to perform methods discussed and described above.

The computer-readable medium may be a non-transitory computer-readable media including forms and types of memory, and also may include computer-readable media except for a transitory, propagating signal. In one implementation, the non-volatile memory or computer-readable medium may be external memory.

Although specific hardware and methods have been described herein, any number of other configurations may be provided in accordance with embodiments of the invention. Thus, while fundamental novel features of the invention have been shown, described, and referenced, it will be understood that various omissions, substitutions, and changes in the form and details of the illustrated embodiments, and in operation thereof, may be made by those skilled in the art without departing from the spirit and scope of the invention. Substitutions of elements from one embodiment to another are also fully intended and contemplated. The invention is defined with regard to the claims appended hereto, and equivalents of the recitations therein.

While the invention has been described in considerable detail with reference to a few exemplary embodiments only, it will be appreciated that it is not intended to limit the invention to these embodiments only, since various modifications, omissions, additions and substitutions may be made to the disclosed embodiments without materially departing from the scope of the invention. In addition, many modifications may be made to adapt to a particular situation or an installation, without departing from the essential scope of the invention. Thus, it must be understood that the above invention has been described by way of illustration and not limitation. Accordingly, it is intended to cover all modifications, omissions, additions, substitutions or the like, which may be comprised within the scope and the spirit of the invention as defined by the claims.

Claims

1. A system comprising a hybrid method to process image analytics posed in a cost function minimization framework, the system comprising:

one or more image data sets comprising image-based data that utilizes low level image features;
a probability map that provides prior knowledge about an object;
wherein the hybrid method comprises: providing at least one of the image-based data, providing a regularizing energy that imparts smoothness, and integrating the prior knowledge about the object via the probability map.

2. The system of claim 1, wherein the low level image features include one or more of edges, texture, and region statistics, alone or in combination.

3. The system of claim 1, wherein the hybrid method is used as a pre-processing tool by a processor for model initialization, or utilized as a post-processing tool by the processor for refining output data and output images.

4. The system of claim 1, wherein the hybrid method further comprises a step of predicting the cost function minimization framework.

5. The system of claim 4, wherein the cost function minimization framework is an optimization architecture that computes an optimal partition to provide visualization of the object delineated from the background.

6. The system of claim 1, wherein the image analytics comprise segmentation, enhancement, de-noising, and background estimation, individually or in combination.

7. The system of claim 1, wherein the one or more image data sets are provided by at least one modality, or a combination of modalities, wherein the modalities comprise: magnetic resonance (MR), computed tomography (CT), ultrasound, X-ray, or variations thereof.

8. The system of claim 1, wherein the hybrid method utilizes a smooth surface of the object to enhance the object in the image data set and suppress background of the image data set.

9. The system of claim 8, wherein the objects include anatomical structures.

10. The system of claim 9, wherein the anatomical structures comprise filamentous objects including blood vessels.

11. A non-transitory computer readable medium herein described comprises computer-readable instructions stored therein for causing a control processor to perform operations to determine a graph cut energy function comprising the steps of:

determining a data term which is a function of a signed radial gradient of an image;
using a deep learned probability map to segment the image to create a segmented image; and
creating a graph by connecting positive voxels to a sink node, and connecting negative voxels to a source node;
wherein the graph energy function utilizes a threshold surface in the segmented image, reducing error at the edges of the probability map, and providing enhancement of an object in the image.

12. A system comprising: an object segmentation module; one or more graph cuts and level sets, in combination, which are sensitive to seed localizations; and a deep learning module comprising a processor that learns discriminative features of an object and produces an object probability map that incorporates the object segmentation module.

13. The system of claim 12, wherein the object segmentation module is an optimization framework.

14. The system of claim 13, wherein the optimization framework includes a deep neural network.

15. The system of claim 14, wherein the deep neural network is a fully convolutional network (FCN).

16. The system of claim 15, wherein the FCN embeds deep learned information from the deep learning module into a single objective function and presents a one-time procedure to obtain a solution without constraint based prediction.

17. The system of claim 15, wherein the FCN is a decoder-encoder architecture that estimates a regression function and maps each pixel of at least a two-dimensional (2D) input image to a corresponding segmentation probability map.

18. The system of claim 17, wherein the at least two-dimensional input image is three-dimensional (3D).

19. The system of claim 12, wherein the deep learning module is trained to be immune to variability in the seed localizations.

Patent History
Publication number: 20180122082
Type: Application
Filed: Dec 2, 2016
Publication Date: May 3, 2018
Patent Grant number: 10453200
Inventors: Suvadip Mukherjee (Bangalore), Roshni Bhagalia (Niskayuna, NY), Xiaojie Huang (Schenectady, NY)
Application Number: 15/367,275
Classifications
International Classification: G06T 7/143 (20060101); G06N 3/08 (20060101); G06N 3/04 (20060101); G06N 7/00 (20060101); G06T 7/194 (20060101); G06T 5/00 (20060101);