This disclosure is directed to the segmentation of tubular structures in digital medical images.
The segmentation of vascular objects, such as blood vessels, human pulmonary tree, cerebral vasculature, aorta, etc., is important for various clinical tasks including surgical planning and diagnosis. Segmentation of blood vessels is a challenging task due to poor contrast, noise, as well as to their branching and changing geometry. The task is even more challenging when a vessel surface along a particular path through branching vasculature is of interest. Various approaches have been proposed for vessel segmentation. Some of these approaches used an iterative method to alternately find the center axis and vessel surface. Starting from an initial axis estimate, the 3D data were re-sampled perpendicular to the axis, and within the re-sampled 2D slices, vessel points were located at maximum gradient positions. The corresponding results may be less accurate due to the sensitivity of local gradients to noise and the chosen threshold. Other approaches use deformable models, either discrete or continuous, to segment vessel surfaces from different image modalities. One method for reconstructing vessel surfaces from 3D MRA images uses a deformable model that employs a tubular coordinate system. To avoid self intersection problems, vertex merging was incorporated into the coordinate system. Another approach uses a B-spline based explicit deformable model to extract a vessel segment.
Tubular structures have also been identified by the response of derivatives and Gaussian filters convolved with the image. For example, another approach identified blood vessels as 3D curvilinear structures using multi-scale Hessian-based filters. The filter response can be used to visualize the vessels through iso-surface extraction or maximum intensity projection. However, the filter response may lead to incorrect results in case of a noisy intensity map.
The level set formalism, with or without shape priors, has also been adopted in other vessel segmentation techniques. Level set methods implicitly represent the evolving surface as the zero level set of a higher dimensional scalar valued function. Such representation leads to an accurate handling of topological changes such as breaking and merging.
These techniques, however, are sensitive to the initial placement of the vessel surface. A bad initialization may result in several leakages out of the vessel boundaries. To cope with the issue of leaks, many researchers have proposed to incorporate shape priors into the segmentation framework. Several other studies made use of minimal path techniques to extract the surface of the vessel between two user-defined end-points. This type of technique searches a path between two or more user-defined end points that minimizes a total cost along the path. The cost, also known as the potential, is computed from image data, and is a useful factor in obtaining a path that lies within the vessel boundary. One example of this technique is a method to extract the vessel path as well as the vessel surface in an augmented 4D space. The additional non-spatial dimension that is incorporated into the search space corresponds to the vessel width.
Exemplary embodiments of the invention as described herein generally include methods and systems for robust, interactive, semi-automatic extraction of the surface between two or more user-supplied end points for tubular- or vessel-like structures. A method according to an embodiment of the invention exploits features of minimal path techniques, such as global minima, fast computation, and ease of incorporating user input, to extract the shortest path between the user supplied end-points. This path is the global minimizer of an active contour model's energy along all possible paths joining the end-points. The extracted path is subsequently used to segment the vessel surface along the path. Some or all of the points forming the extracted path are used to automatically initialize a level set-based segmentation technique. This technique is only applied on the image portion consisting of the voxels that lie within a radius R from the extracted path. This step is rendered very fast because only a portion of the image along the path and within a radius R is considered. The width constraint also helps in avoiding any leakages that usually form at the root of the vessel, at bifurcations and branching areas, or close to the fast part of the evolving front. The radius R can be set by the user to a value that is proportional to the maximum width of the vessel segment along the path. To cope with any further leaks that may occur in the case of large variations of the vessel width between the user-supplied end-points, the points located at the neck of the potential leak areas are frozen during the course of evolution of the level set function. The points to be frozen can be determined from a few clicks by the user around the leak region. The potential of an algorithm according to an embodiment of the invention is demonstrated on several 2D/3D synthetic and medical images. A typical application of a method according to an embodiment of the invention is the segmentation of vessels in medical images.
According to an aspect of the invention, there is provided a method for segmenting tubular structures in medical images, comprising providing a 3-dimensional (3D) medical image volume, said image volume comprising a plurality of intensities associated with a 3D grid of points, providing at least 2 terminal points in said image, including a start point and an end point, minimizing an action surface U0(p) which, at each image point p, corresponds to a minimal energy integrated along a path that starts at start point p0 and ends at p, sliding back on said minimal action surface from (p1, U0(p1)) to (p0, U0(p0)) wherein p1 is an end point to find a minimal path connecting said terminal points, initializing a level set function with points on said minimal path, and evolving said level set function to find a surface of a structure about said minimal path, wherein said level set function is constrained to be close to a signed distance function and wherein said level set function is prevented from growing wider than a predetermined diameter R, wherein said surface about said minimal path defines a tubular structure.
According to a further aspect of the invention, the surface U0(p) is defined by
wherein
is a real scalar function defined on a space of all curves C connecting said terminal points, wherein s is an arc length along a path, w is a predetermined positive real constant and P is an image feature attraction potential function.
According to a further aspect of the invention, the method includes extracting an edge map from said image, wherein said potential function P at each point p in said image is an increasing function of the shortest Euclidean distance to a point in said edge map.
According to a further aspect of the invention, minimizing an action surface U0(p) comprises solving an Eikonal equation ∥∇U0∥={tilde over (P)} with U0(p0)=0 at the start point wherein {tilde over (P)}(p)=w+P(p).
According to a further aspect of the invention, the Eikonal equation is solved by a fast marching method wherein U at a given image point (i,j,k) is given as the solution of
(u−min{Ui−1,j,k,Ui+1,j,k})2+(u−min{Ui,j−1,k,Ui,j+1,k})2+(u−min{Ui,j,k−1,Ui,j,k+1})2={tilde over (P)}2(i,j,k)
where u=Ui,j,k.
According to a further aspect of the invention, sliding back on said minimal action surface comprises numerically solving
C(0)=p1, wherein C starts at an end point p1 and σ is an arc length parameter.
According to a further aspect of the invention, evolving said level set function comprises solving
in a region of said image about said minimal path, wherein φ is said level set function whose zero level is a moving front C defined by C(t)={(x,y)|φ(x,y)=0}, g is an edge indicator function defined on the image I as
with Gσ being a Gaussian kernal with standard deviation σ, δ( ) is a Dirac delta function, and α1, α2>0 and α3 are constants, wherein said first term on the right hand side of the equation for
penalizes a deviation of φ from a signed distance function during evolution of φ.
According to a further aspect of the invention, the method includes, if an evolving front leaks outside of a region of interest, providing one or more points that specify a region in which a speed of said level set evolution is zero.
According to a further aspect of the invention, the end points are provided by a user.
According to a further aspect of the invention, the end points are automatically provided.
According to another aspect of the invention, there is provided a program storage device readable by a computer, tangibly embodying a program of instructions executable by the computer to perform the method steps for segmenting tubular structures in medical images.
a)-(d) illustrates four examples of path searching and extraction for both synthetic and medical examples, according to an embodiment of the invention.
a)-(b) illustrate segmentation steps and results, according to an embodiment of the invention.
a)-(e) illustrate the control of leakage, according to an embodiment of the invention.
a)-(d) depicts the segmentation result of a part of the vasculature tree from the MRA volume, according to an embodiment of the invention.
Exemplary embodiments of the invention as described herein generally include systems and methods for segmenting tubular structures in digital medical images. Accordingly, while the invention is susceptible to various modifications and alternative forms, specific embodiments thereof are shown by way of example in the drawings and will herein be described in detail. It should be understood, however, that there is no intent to limit the invention to the particular forms disclosed, but on the contrary, the invention is to cover all modifications, equivalents, and alternatives falling within the spirit and scope of the invention.
As used herein, the term “image” refers to multi-dimensional data composed of discrete image elements (e.g., pixels for 2-D images and voxels for 3-D images). The image may be, for example, a medical image of a subject collected by computer tomography, magnetic resonance imaging, ultrasound, or any other medical imaging system known to one of skill in the art. The image may also be provided from non-medical contexts, such as, for example, remote sensing systems, electron microscopy, etc. Although an image can be thought of as a function from R3 to R, the methods of the inventions are not limited to such images, and can be applied to images of any dimension, e.g., a 2-D picture or a 3-D volume. For a 2- or 3-dimensional image, the domain of the image is typically a 2- or 3-dimensional rectangular array, wherein each pixel or voxel can be addressed with reference to a set of 2 or 3 mutually orthogonal axes. The terms “digital” and “digitized” as used herein will refer to images or volumes, as appropriate, in a digital or digitized format acquired via a digital acquisition system or via conversion from an analog image.
Methods
According to an embodiment of the invention, a user provides start and end points inside a vessel as well as the expected maximum diameter of the vessel. An algorithm according to an embodiment of the invention will then find a path (center line) that connects these 2 points and segment the surface of the vessel between both points. An algorithm according to an embodiment of the invention uses a minimal path technique to extract the shortest path between the user-supplied points. This path is the global minimizer of an active contour model's energy along all possible paths joining the end-points. Subsequently, the surface of interest is extracted using an edge-based level set segmentation approach. To prevent leakage into adjacent tissues, a diameter constraint is used that constrains the moving front from growing wider than the predefined diameter. Some or all of the points along the extracted path(s) are automatically used as initialization seeds for the evolving level set function. To cope with any further leaks that may occur in the case of large variations of the vessel width between the user-supplied end-points, a freezing mechanism is designed to prevent the moving front from leaking into undesired areas. The regions to be frozen can be determined from a few clicks by the user.
The mathematical background of the techniques used herein, such as the minimal path method and the level set evolution model adopted for surface extraction, will now be reviewed.
An embodiment of the invention adapts a minimal path technique proposed by L. Cohen and R. Kimmel, “Global Minimum for Active Contour Models: A Minimal Path Approach”, Int. J. of Computer Vision, Vol. 24(1), August 1997, the contents of which are herein incorporated by reference in their entirety. This technique detects the global minimum of an active contour model's energy between two points.
The energy functional along the paths joining two end-points is a real mapping from the space of all paths connecting the given end-points, and combines smoothing terms and an image feature attraction term, P, referred to as a potential or cost function. This energy is defined as:
where, {tilde over (P)}(p)=w+P(p), with regularization parameter w being a real positive constant. The set Ap
Given a potential P, a minimal path technique according to an embodiment of the invention finds the curve CεAp
where s is the arc length parameter.
The values of the map U0( ), everywhere in the image domain, are defined by solving the following Eikonal equation:
∥∇U0∥={tilde over (P)}
with U0(p0)=0 at the start point. The solution U is obtained as a solution of the Eikonal equation.
According to an embodiment of the invention, a Fast Marching Method (FMM) proposed by J. A. Sethian, “A Fast Marching Level Set Method for Monotonically Advancing Fronts”, Proc. Nat. Acad. Sci., Vol. 93(4), pp. 1591-1595, 1996, the contents of which are herein incorporated by reference in their entirety, was used to solve this equation. The FMM converges in a finite number of steps by propagating the information in an up-wind direction. The solution at a given grid point (i,j,k) is given as the solution of the following equation:
(u−min{Ui−1,j,k,Ui+1,j,k})2+(u−min{Ui,j−1,k,Ui,j+1,k})2+(u−min{Ui,j,k−1,Ui,j,k+1})2={tilde over (P)}2(i,j,k)
where u=Ui,j,k.
Once the minimal action U0( ) is determined, the minimal path between the user-supplied end-points is deduced by back sliding on the surface U0 from (p1, U0(p1)) to (p0, U0p0)). The surface of minimal action U0 has a convex like behavior in the sense that starting from any point (q, U0(q)) on the surface, and following the gradient descent direction one will always converge to p. It means that U0 has only one local minimum that is of course the global minimum and is reached at p0 with value zero. Given the point p1, the path of minimal action connecting p0 (the minimal point in U0, U(p0)=0) and p1 is the curve {tilde over (C)}(σ) starting at p1 and following the opposite gradient direction on U0:
where σ is an arc length parameter. Then the solution C(s) is obtained by arc length parameterization of {tilde over (C)}(−σ) with C(0)=p0 and C(1)=p1. The minimal path can be obtained this way since ∇U is tangent to the geodesic. The gradient of U is therefore orthogonal to the wavefronts since these are its level sets. This can be achieved by numerically solving the differential equation. One exemplary, non-limiting scheme for numerically solving a differential equation is a 4th order Runge-Kutta method. Using back propagation following the gradient of U, once the surface U is available, the minimal path between the start point p0 and any other point p can be obtained without additional computation.
Different potential functions P were tested according to various embodiments of the invention. For the results presented below, the potential P is chosen as an increasing function of the distance to the image edge map. An edge detection operator, such as one based on the Canny edge detection algorithm, is used to extract the edge map from the image data, and the potential at each point p is defined as a function of the shortest Euclidean distance to an edge point. Such a potential has many useful features, such as avoiding node concentration at high gradient points.
The regularization parameter w affects the geometry of the minimizing path and was chosen specifically for each application. According to an embodiment of the invention, an exemplary, non-limiting value is of the order of 0.1.
One exemplary, non-limiting method of segmenting the tubular object surface is by using level sets. According to an embodiment of the invention, a level set formulation proposed by C. Li, C. Xu, C. Gui, and M. Fox, “Level set evolution without re-initialization: a new variational formulation”, CVPR 2005, pp. 430-436, vol. 1, the contents of which are herein incorporated by reference in their entirety, was used for the extraction of the surface that lies between the use-supplied end points. In general, within a level set framework, the moving front, denoted by C, is implicitly represented by the zero level of a higher dimensional function, φ, that is: C(t)={(x,y)|φ(x,y)=0}. The level set function evolves according to the following equation, known as the level set equation:
where F is the speed function and depends on the image data and the level set function φ.
Generally, the level set function φ is initialized as a signed distance function before the evolution, and then φ is periodically re-initialized during the course of evolution. The variational formulation proposed by Li, et al., forces the level set function to be close to a signed distance function, and then removes the costly re-initialization procedure. This was done by adding a new energy term, denoted by P(φ) to the energy functional E(φ), that would drive the motion of the evolving front towards the boundaries of the structure(s) to be segmented. The functional P is given by:
based on the fact that any function φ that satisfies |∇φ|=1 is a signed distance function plus a constant. Since P is a function of φ only, it is considered an internal energy. The external energy Eg that drives the zero level curve is given by:
where α2>0 and α3 are constants, and H( ) and δ( ) denote the Heaviside function and its derivative, the Dirac delta function, respectively. The constant α3 can be positive or negative, depending on the relative position of the initial contour to the object of interest. For example, if the initial contours are placed outside the object, α3 in the weighted area term should take positive value, so that the contours can shrink faster. If the initial contours are placed inside the object, α3 should take negative value to speed up the expansion of the contours. The function g is an edge indicator function defined on the image, I, as
with Gσ being a Gaussian kernel with standard deviation σI. The total energy functional is:
E(φ)=α1P(φ)+Eg(φ),
where α1>0 is a parameter controlling the effect of penalizing the deviation of φ from the signed distance function. The external energy Eg drives the zero level set toward the object boundaries, while the internal energy P penalizes the deviation of φ from the signed distance function during its evolution.
The resulting evolution system is given by:
which can be solved by means of gradient descent, for example.
This formulation offers useful numerical features, such as ease of implementation and the flexibility in initializing the level set function in a more efficient and less costly way compared to sign distance initializations.
According to an embodiment of the invention, if the structure to be segmented is always the same and the maximum diameter is also known or can be derived from the image data, an algorithm according to an embodiment of the invention will work without any user interaction and can provide a fully automatic segmentation if the start and end points can be automatically detected. A typical example for this scenario is the segmentation of the femoral bone. The head of the femur and the medial or lateral epicondyle are the landmarks that can be detected with known algorithms. The locations of those landmarks together with the maximum diameter of the femur, which is also known, are then passed to a segmentation algorithm according to an embodiment of the invention and a fully automatic segmentation is performed.
A flowchart of a method for segmenting tubular structures in digital medical images is presented in
where
is a real scalar function defined on a space of all curves C connecting the terminal points. Note that the ∥∂C/∂s∥ can be dropped from the equation for E(C) as it has a value of unity. The action can be minimized by solving the Eikonal equation ∥∇U0∥={tilde over (P)} with U0(p0)=0 at the start point. At step 64, a minimal path connecting the terminal points is found by sliding back on the minimal action surface from (p1, U0(p1)) to (p0, U0(p0)) wherein p1 is an end point. A level set function φ is initialized at step 65 with points on said minimal path. A zero level of the level set function is a moving front C defined by C(t)={(x,y)|φ(x,y)=0}. At step 66, the level set function is evolved by solving
in a region of the image of diameter R about the minimal path, where the level set function is prevented from growing wider than the predetermined diameter R, and the level set function is constrained by the first term on the right hand side of the evolution equation to be close to a signed distance function. The surface about the minimal path defines a tubular structure.
Results
As described above, a user picks at least two-end points, and possibly more (e.g., one start point and several different points along a path), and starts searching for paths.
a)-(b) illustrate segmentation steps and results, according to an embodiment of the invention. The top row,
a)-(e) illustrate an example of leakage control where the evolving front leaks to a branch that lies between the input end-points, according to an embodiment of the invention.
Further results are depicts in
Finally, an algorithm according to an embodiment of the invention was used to segment the blood vessel surface lying between two points selected by the user in a Magnetic Resonance Angiography (MRA) data set of size 512×512×93.
System Implementations
It is to be understood that embodiments of the present invention can be implemented in various forms of hardware, software, firmware, special purpose processes, or a combination thereof. In one embodiment, the present invention can be implemented in software as an application program tangible embodied on a computer readable program storage device. The application program can be uploaded to, and executed by, a machine comprising any suitable architecture.
The computer system 71 also includes an operating system and micro instruction code. The various processes and functions described herein can either be part of the micro instruction code or part of the application program (or combination thereof) which is executed via the operating system. In addition, various other peripheral devices can be connected to the computer platform such as an additional data storage device and a printing device.
It is to be further understood that, because some of the constituent system components and method steps depicted in the accompanying figures can be implemented in software, the actual connections between the systems components (or the process steps) may differ depending upon the manner in which the present invention is programmed. Given the teachings of the present invention provided herein, one of ordinary skill in the related art will be able to contemplate these and similar implementations or configurations of the present invention.
While the present invention has been described in detail with reference to a preferred embodiment, those skilled in the art will appreciate that various modifications and substitutions can be made thereto without departing from the spirit and scope of the invention as set forth in the appended claims.
This application claims priority from “ROBUST SEGMENTATION OF TUBULAR STRUCTURES IN 2D AND 3D IMAGES”, U.S. Provisional Application No. 60/954,410 of Fahmi, et al., filed Aug. 7, 2007, the contents of which are herein incorporated by reference in their entireties.
Number | Name | Date | Kind |
---|---|---|---|
6272366 | Vining | Aug 2001 | B1 |
7043290 | Young et al. | May 2006 | B2 |
7602970 | Florin et al. | Oct 2009 | B2 |
Number | Date | Country |
---|---|---|
WO 2004086310 | Oct 2004 | WO |
WO 2005069223 | Jul 2005 | WO |
Number | Date | Country | |
---|---|---|---|
20090041315 A1 | Feb 2009 | US |
Number | Date | Country | |
---|---|---|---|
60954410 | Aug 2007 | US |