Abstract
Many applications in biomedical imaging have a demand on automatic detection of lines, contours, or boundaries of bones, organs, vessels, and cells. Aim is to support expert decisions in interactive applications or to include it as part of a processing pipeline for automatic image analysis. Biomedical images often suffer from noisy data and fuzzy edges. Therefore, there is a need for robust methods for contour and line detection. Dynamic programming is a popular technique that satisfies these requirements in many ways. This work gives a brief overview over approaches and applications that utilize dynamic programming to solve problems in the challenging field of biomedical imaging.
Keywords: Dynamic programming, Active contours, Energy minimization, Shortest path, Segmentation, Contour detection
1. Introduction
Dynamic Programming (DP) introduced by Richard Bellman [1] is a widely used technique to solve optimization problems in a simple and efficient way. In computer vision, Amini et al. [2] showed on the example of active contours how DP can be utilized to perform energy minimization. Furthermore, DP was particularly used to detect lines in images [3] especially in the field of road detection in satellite images for example by Merlet and Zerubia [4], while Buckley and Yang [5] applied DP to solve a shortest path (SP) problem.
In biomedical imaging DP is a popular technique to find contours, lines and boundaries of organs, bones, vessels and cells. This survey focuses on applications in the field of biomedical imaging in particular on the detection and tracking of contours and structures by means of DP.
We organize our work as follows. In Section 2 we motivate this work by giving a short overview of issues in biomedical imaging. Then, in Section 3 we introduce common problems solved by DP and show examples of applications in Section 4. Finally, we conclude our work in Section 5.
2. Motivation
In biomedical imaging many computer vision problems involve the detection of objects in pictures acquired through the various types of imaging techniques. A goal is to help physicians to automatically detect, track and analyze structures in biomedical images, to reduce the expert's workload, increase the productivity, and improve the accuracy of the diagnosis.
2.1. Application Overview
An example is the detection of the endocardial border of the heart [6], [7], [8], [9] and its movement [10], [11], [12] that gives valuable knowledge (visually and quantitatively) about the heart function. Also artery and vessel boundary detection, e.g. presented in [13], [14], [15], [16], [17], [18], [19], [20], [21] is of great interest, where the detection and evaluation of vessel boundaries and vessel thickness (intima-media) is a marker to detect stenosis [16] or helps in the diagnosis of atherosclerosis [15], [19]. The work in [22] proposes a technique to access the tree of fine vessels to determine their progress and density. Beside investigations in the field of blood supply, biomedical imaging is used to detect every kind of tumors, organs, bones, and even cells. The works in [23], [24], [25], [26] propose methods to detect the ribs, spines and bones or specific parts of the spine, while [27], [28] focus on tumor and cancer detection. The segmentation of microscopic cells includes approaches, where cell borders are detected fully automatically, e.g. [29], [30], [31], or where a single cell is segmented in a preselected ROI as done in [32], [33]. Finally, there are various applications that utilize DP in ophthalmology to examine parts of the eye [34], [35], [36] and in the field of mammography to detect breast cancer [37], [38], [39], [40], [41].
2.2. Method Overview
Imaging modalities, e.g. MRI, ultrasound, X-ray, and microscopy, not only differ from their fundamental physical idea, but also in terms of usage (with contrast marker or without; invasive or not), application (2D or 3D; still images or image sequences), and the object or body part of interest. There exist a wide range of techniques and applications to detect and analyze their content. Some applications work totally automatically and some need user interaction. Most of these approaches have to deal with difficulties like inhomogeneities in the intensity of the targeted structures, strong noise or other artifacts depending on the acquisition system.
In terms of the described problems and the demand on a specific robustness, DP draws particular attention in biomedical imaging as it always finds a global optimum and it outputs a connected path despite of the presence of inhomogeneities and holes in the underlying image features. The various studies, introduced in this section, have in common to use DP in numerous ways.
Specific applications evoke specific questions. Most of the reviewed works try to find the shortest path to detect a contour or boundary in the image by minimizing some energy function by means of dynamic programming. Finding a contour or line by DP, for instance in ultrasonic data, demands techniques to properly carve out edges in the presence of noise and artifacts. This requires appropriate filtering and noise reduction such as proposed by Jia et al. and Lee et al. [26], [27] or the integration of high-level information and prior knowledge to overcome uncertainties as approached by Oost et al., Koh et al. and Ungru et al. [9], [23], [42].
Another application with specific requirements are circular objects like cardiac and vascular borders in ultrasound and MRI [10], [11], [13] or cells in microscopic images [29], [31], [32], [33]. Also the detection of the mammographic mass in a preselected ROI [37], [38], [39], [40], [41] or the segmentation of the optic disk in retinal fundus images of the eye as done in [36] aims to find circular structures by means of DP. These applications arise the need of finding a circular path with minimal cost: a circular shortest path (CSP). A CSP beside the optimality constraint demands the closedness of the contour as further restriction and is generally discussed by Sun and Pallottino [43] and Appleton and Sun [44] and applied on biomedical images among others in [8], [10], [11], [13], [24], [29], [33], [37], [38], [39].
The evaluation of vessel border thickness [15], [17], [18], [19], spine boundaries [25], [45], ribs [24], or retinal [35] and corneal layers [34] necessitates to detect structures with two or more nearly parallel contours. In general, the set of simultaneous paths with the lowest cost in total is referred to as multiple shortest path (MSP). Nevertheless, it is important to note that not all of the works above search for an optimal solution for this problem.
A special type of shortest paths are active contours. Active contours are popular in biomedical imaging and can be implemented with DP as shown by Amini et al. [2]. Active contours usually need an initial contour, which is obtained by user interaction, random generation, or a contour of a previous frame (in image sequences). This initial contour is attracted iteratively through some forces to a local minimum as originally proposed by Kass et al. [46]. While active contours by Kass et al. are modeled as continuous curves, Amini et al. introduce a discrete DP-based optimization approach, where contours are represented by some control points connected via splines. A non-iterative approach of deformable contours is proposed in [10], [11] to attract a contour (represented by a few control points) to the left ventricular border in MRI and track it over time. Other approaches like [19], [25] mainly use shape constraints instead of initial points to diminish the search space to arrange the contour points and attract it to an object border. Deformation and tracking over time is also examined in the approach of Pham and Doncescu [28].
A further application of DP in biomedical imaging is proposed in [22], where a vascular tree is detected and represented as a graph by means of a region growing technique based on DP. This approach is the only reviewed approach that is not based on energy minimization.
3. Problems and Solutions
As discussed in Section 2 the introduced applications can be categorized into a few problems. Most of them can be summarized as energy minimization tasks. A transfer of these problems into graphs allows us to simplify and generalize the description of the various reviewed approaches. An optimal path, hence the path with the lowest cost in a graph is also known as shortest path. This section gives a brief overview of shortest path problems solved by DP and introduces the most common methods (Table 1).
Table 1.
Method | |
---|---|
SP | |
Matrix-based approaches | |
– SP | |
– MSP | |
– CSP - MSA | |
– CSP - IPA | , |
– CSP - MBTA | |
Active contours | |
– ordinary approach | |
– circular contours, MSA | |
– circular contours, randomly fixed neighbors |
3.1. Solving Shortest Path Problems by Dynamic Programming
A graph is a structure that contains nodes connected by edges. A path in a graph is a connection of several nodes via edges. Each edge can be associated with a specific weight, also known as cost. Then, finding the shortest path in a graph means finding the path with the lowest cost sum of all edges in the path. According to Felzenszwalb and Zabih [47] there are two forms of shortest path problems. The single-source type searches the shortest path from a source point s to each of the remaining nodes while the all-pairs search tries to find the shortest path between each possible pair of nodes in a graph. The mentioned shortest path problems can be solved by generic shortest path algorithms such as proposed by Dijkstra [48]. For an overview we refer to [49].
The single-source shortest path is the most frequently used type and can be efficiently solved by DP. Dynamic programming sequentially solves the shortest path problem by splitting it into simpler subproblems. Starting at node s, at each state , the algorithm evaluates the shortest path back to s. Because DP works sequentially, it can only find shortest paths in a directed acyclic graph (DAG) that is exemplary illustrated in Fig. 1.
A shortest path search is often utilized for discrete energy minimization as shown in [5]. A common description of energy in computer vision consists of two terms: energy based on observations in some underlying data and energy of some prior, including constraints of smoothness:
(1) |
Let be an arbitrary path of n elements. Then, the energy of this path is defined as:
The energy of the optimal path is obtained by minimizing E:
In accordance to formula (1) the energy of a discrete path can be described as follows:
(2) |
where the data term c(xi) is the cost of the path passing through xi and the smoothness term d(xi −1,xi) is the cost of the partial path between xi −1 and xi. c(xi) can be, e.g., a feature computed on the basis of image intensity data, while d(xi −1,xi) is typically a geometrical cost where specific neighborhoods can be penalized in terms of their position to each other, and thus is based on some prior knowledge of the path characteristics.
To perform DP, the energy evaluation of a path is split into simpler subproblems:
with 1 ≤ i ≤ n. The energy at each state is the sum of the preceding energy and the current cost. Now energy minimization by DP is performed with the following recursive formula:
(3) |
Ci typically is a table of k entries, where each entry xi stores the minimal cumulative cost of the shortest path from xi back to the beginning of the graph. Hence, by evaluating the minimum of all cost entries at Cn, one can find the starting point of the global shortest path through the entire graph from state n back to state 1 by:
such that for the cumulative cost entry at it holds:
Finally, starting with we are able to track back the global shortest path in order of decreasing i with:
(4) |
The advantages of DP on shortest path problems become noticeable by looking at the processing time of the algorithm. An exhaustive search for the shortest path in the graph visualized in Fig. 1 would yield a complexity of . By applying DP the efficiency increases to , as for each of the tables there are entries to be filled in, in a time caused by the minimization of the neighbors. This is more efficient than, for example, to run the generic shortest path algorithm of Dijkstra with on this problem. For more details we refer to the work of Felzenszwalb and Zabih [47].
Algorithm 1
Solving shortest path problems in a DAG.
With the previous definitions any DAG can be handled. Also an image matrix or grid can be seen as a graph, where the neighboring pixels are connected. To solve shortest path problems in images it is needed to turn the image graph into a DAG. The two most common techniques are discussed in 3.2, 3.4. Another way of DAG creation is performed by the RACK algorithm proposed by Jiang et al. [50]. In this work a DAG is built based on some skeleton points, set by the user, depicting the skeleton of an object of interest. This method enables the segmentation of objects of any shape via DP. Also the work in [39] introduces an alternative way of DAG construction to compute circular structures in the original image space instead of transforming it into a polar representation (cf. Section 3.3 for more details).
3.2. Matrix-Based Shortest Path
A common application of DP is to find a connected contour (line, boundary) in an m × n image matrix or grid as shown in Fig. 2. This contour is a shortest path traversing the image from left to right (or top to bottom), where it passes each image column (or row) exactly once. In the following we refer to the type of contours traversing the image from left to right, but the description can also be applied to contours from top to bottom by interchanging rows and columns.
A pixel-node xi of the path is connected to its neighbors xi −1 in the previous column; most commonly three connected neighbors (k = 3). This simplifies Fig. 1 to having each node connected to three predecessors only. Due to the DP process in each column i the cumulative cost of each pixel-node xi is computed sequentially starting in the first column according to formula (3). Hence, each table Ci contains m entries of cumulative minimal costs, such that the number of possible starting points for the backtracking procedure in formula (4) equals to the number of rows of the image matrix. Beside a restriction to a specific number of neighbors k ≤ m the DP process is equal to the shortest path algorithm introduced in the previous section.
In common approaches each pixel, hence node, obtains a cost based on local features. This may be, for instance, the intensity f(xi) of a pixel itself or its gradient magnitude to find a line along edges:
Note that the sign of the gradient feature must be inverted in terms of energy minimization.
Gradient and intensity based costs suffer from strong noise or fuzzy edges that can lead to ambiguities in the local pixel neighborhood, and thus to a misleading path. To avoid this, another class, named region-based contour detection by DP, is proposed in [32], [33]. Region-based segmentation methods compute their cost based on regional information rather than local features. In contrast to finding a path along the strongest edge, it finds an optimal path that splits two homogeneous regions. The cost of a pixel xi splitting two regions, say the region above and the region below, according to Jiang and Tenbrinck [32], is computed as follows:
where ∥⋅∥ can be any valid norm, xabove and xbelow are the pixels above and below the current pixel xi, and μabove and μbelow are simply the averages of these pixels, respectively.
In terms of processing time a matrix-based shortest path solved by DP has to store O(m) entries into O(n) tables in O(k) time and thus has a complexity of , that is linear to the image size. An exhaustive search in turn would yield a complexity of on this problem. The described methods are illustrated on the example of contours, where the smallest element is a pixel. Instead of pixels one can also take elements of higher order, like segments, that define the curve (see Section 3.4). This may lead to higher robustness and less processing costs, but highly depends on the specific application. Finally, for the detection of 3D surfaces in medical images we refer to [14], where the 2D matrix-based DP algorithm is expanded to detect 3D surfaces. Cheng and Liu [13] point out that 3D DP due to its high complexity is somehow unpractical. To improve this issue they introduce constraints to limit computational time.
3.3. Circular Shortest Path
A CSP is a special form of a shortest path with the restriction that start and end nodes are connected. One can imagine applications in 360° panoramic or surface images, or finding circular structures in images. In biomedical applications the circular structures can be masses in mammography, the endocardial border, or cells in microscopic images (cf. Fig. 3), but also body surface images, e.g. of ribs, that have the same start and end points on the left and right side of a projected 2D surface map [24] (cf. Fig. 7).
Circular structures like cells or the cardiac border often are detected by transforming it into a polar representation, where each ray around a center point in the middle of the structure depicts a column in the polar space. Then, the circular contour corresponds to a contour from left to right as discussed in Section 3.2 and illustrated in Fig. 3 (c).
Another possibility of finding circular structures in images is proposed in [39]. Instead of converting the image space into a polar representation that may yield interpolation issues, the authors create a DAG based on the polar coordinates of the pixel-nodes. Through this approach, optimization is not as before evaluated in relation to the nodes in the preceding column, but to the nodes in the 8-neighborhood that have a lower polar angle. Hence, ordering factor to meet the sequential nature of DP in this case is not given through the x coordinate (column) of a node in Cartesian space but rather through the polar coordinate of the nodes with respect to a predefined center (cf. Fig. 4).
The circularity in both methods is achieved by constraining the closedness of the contour. Note that only convex and star-shaped contours1 can be detected in both cases. Several CSP strategies are examined on the example of matrix-based DP by Sun and Pallotini [43] and Appleton and Sun [44] to constrain the closedness. The goal is to find a contour in an m × n matrix or grid supposing the matrix were wrapped onto a cylinder and hence the first and last columns of the matrix are neighbors. Not all of these algorithms guarantee to find the globally optimal CSP or even any circular path. But, according to Sun and Pallotini [43] the algorithms can be combined to reach a certain accuracy or at least the closedness of the result. In the following we briefly discuss the basic ideas.
3.3.1. Multiple Search (MSA)
The multiple search algorithm is a straightforward method that gives a guarantee of closedness and optimality. The algorithm selects the first node in the first column and determines the corresponding neighbors in the last column. All nodes in the first and last column are set to a very high cost value except of the selected nodes that keep their costs. After this initialization phase, the matrix-based DP is performed. This is repeated for each node in the first column, thus m-times. Finally, the minimal cost path is evaluated out of the m candidates. This algorithm has a complexity of as it runs m-times the matrix-based DP algorithm.
3.3.2. Image Patching (IPA)
The image patching algorithm is a simple and fast method, where the image size is extended by copying a patch, meaning a specified number of columns on the left, onto the right side of the image and vice versa (cf. Fig. 3 (d)). This attracts the contour detection to circularity, but does not give a guarantee of closedness. As it just performs the DP optimization once, the algorithm runs in , where is the size of the extended image. To force the algorithm to be closed, it can be repeated with different patch sizes.
3.3.3. Multiple Backtracking (MBTA)
The multiple backtracking algorithm, as the name says, simply tracks all path candidates in the last column back to the first column (instead of backtracking the one with the lowest minimal cost). If the nodes in the first and last column of a path candidate are neighbors, the found path is a possible candidate for the CSP. After this step, again the minimum of all possible candidates is the resulting CSP. While Sun and Pallotini just state that this algorithm has a high probability to find a CSP, Malon and Cosatto [33] and Cardoso et al. [39] prove that this algorithm actually guarantees to find at least one solution for this problem. The complexity is the same as the complexity of the matrix-based algorithm .
3.3.4. Branch and Bound
A technique is proposed in Appleton and Sun [44] to perform a branch and bound method. Therefore a lower bound is evaluated by performing the matrix-based DP algorithm once without the closedness constraint. The cost of the found shortest path serves as lower bound to decrease the search space for the circular shortest path.
3.4. Active Contours by Dynamic Programming
We briefly mentioned before that contours must not necessarily consist of pixels. They can also be composed by segments or some control points that define a curve by spline or polygon approximation. This leads us to another popular class of contour detection approaches, the active contours. As mentioned before, active contour models (or snakes) were originally introduced by Kass et al. [46] as continuous curves that are initialized for example by user interaction and iteratively attracted through some internal and external forces to edges or pixel intensities in an image. The attraction process is performed with the help of generic energy minimization methods. Later on, the work of Amini et al. [2] showed the possibilities of energy minimization via DP on the example of active contours.
An active contour according to Amini et al. is defined by n control points that are connected via splines. Each control point of an initial contour has k possibilities in its local pixel neighborhood to move to. This again is covered by the graph in Fig. 1, as it is a shortest path problem as described in Section 3.1, where each pixel in the neighborhood of control point i denotes a node in the graph at state i.
The energy definition is similar however a little extended to the definition in formula (1):
(5) |
The internal energy Eint is identical to the smoothing term Eprior. The external energy Eext contains the energy based on the image data (Edata) and the energy of a hard constraint Econ = −λ|xa − xb| that is a spring-like cost between a point on the curve and a point in the image. This cost gives the possibility to force the curve in direction to some user defined points outside the initial contour. In the discrete case the total energy is defined as follows:
(6) |
where c(xi) contains hard constraints and data costs based on local intensity or gradient features (or a combination of both). The smoothing terms d(xi −1,xi) and e(xi −1,xi,xi +1) are specified as follows:
The first order term d favors the points to become closer to one another and the second order thin-plate term e favors the points to become equidistant.
The second order term e needs a point xi +1 that is not yet available at state i in the ordinary DP. Therefore, Amini et al. [2] propose an adjustment called “time-delayed” DP. For each combination (xi,xi +1) all k neighbors xi −1 are determined and the cost e(xi −1,xi,xi +1) is evaluated such that for the optimization step according to formula (3) by means of DP applies:
(7) |
Note that this step multiplies the amount of entries in table Ci by k as there exist k × k possible combinations of (xi,xi +1) at each state of the DP process. After computing the cumulative minimal cost values at each state (control point), the backtracking process is performed according to:
(8) |
To obtain a final developed contour the described DP process is to be repeated iteratively as long as the energy converges.
The complexity of the contour approach in comparison to the ordinary algorithm in Section 3.1 increases from to . At each of the control points a table of size of possible node combinations is to be written according to the number of neighbors xi −1 of the combination (xi,xi +1). The number of iterations additionally multiplies the computational cost. Finally, it is to be mentioned that a high amount of k pixels in the neighborhood of a control point indeed increases the search space around a control point and hence the globality of the result, but comes with an increase of complexity. This is to be considered by selecting an appropriate value for k.
Algorithm 2
One iteration of the active contours algorithm by DP.
Realizing a circular active contour means to handle the first and last control point as neighbors. This would imply a circular graph with smoothness costs d(xn,x1), e(xn −1,xn,x1) etc., that is in turn not solvable by DP. One can overcome this problem by fixing two neighborhood points (nodes) around the first and the last control point, respectively. Similar to the MSA variant in Section 3.3, all possible pairs of nodes are to be tested, which increases the complexity to . The high processing cost in terms of active contours can be overcome, according to Felzenszwalb and Zabih [47], by randomly fixing two neighboring nodes at each iterative step. This keeps the contour close, but still lets the curve converge against a minimum over time with an ordinary complexity of .
3.5. Multiple Shortest Path
Finally, the discussed methods (matrix-based shortest path, active contours) can be extended to a multiple shortest path approach as examined for example in [15], [19], see Fig. 5 for an illustration. Let p be the amount of simultaneously detectable paths. This means that there must exist at least p directed acyclic graphs of the same structure. Each of the p paths in the graphs consists of n nodes. The authors of [19] use a general vector notation to describe the parallel nodes at each state in the optimal path search. This results in the following general definition for p simultaneous contours by extending the energy definition in formula (1):
(9) |
Accordingly, to the definition of ordinary DP in formula (3) for MSP applies:
(10) |
and the backtracking starting at i = n is represented by:
(11) |
This looks very similar to the single path optimization by DP, where the data cost term is often defined as the sum of the single contour costs . The smoothing term d(xi −1,xi) in this definition includes more than just the smoothness within the single curves, which is called intra-curve smoothness. It also includes inter-curve constraints considering the behavior between the multiple curves including a specified minimal distance to each other.
As an example the approach in [15] defines the following terms and d(xi −1,xi) = α|D(xi −1) − D(xi)| + β||xi −1 −xi∥1 with p = 2 to realize the algorithm, where ∥⋅∥1 denotes the L1-norm and D(xi) = xi,2 − xi,1. Data costs are computed with the help of a gradient edge filter G(⋅). Additionally, to guarantee a specific distance between the two curves and to avoid overlapping, the following must be valid for all opposing points on the two lines Dmin ≤ D(xi) ≤ Dmax.
The most considerable difference to a single path approach, despite of the smoothness term, is the increase of complexity. Considering a dual path approach with p = 2 and k = 3 neighbors without any constraints, there are 9 possible combinations of preceding node pairs to the current pair of nodes. In general in case of matrix-based MSP this turns out to a complexity of , as there are possible pairs of nodes in a column, that have preceding neighbors to be optimized. The dramatical increase of processing time in dependence to p shows the importance of constraints to reduce the search space.
3.6. Region Growing for Vessel Tree Detection
As last method in this section we present a region growing algorithm based on DP proposed in [22]. It is the only technique that does not minimize energy and is in this form method and application at once. The detection of vessels refers to two problems: a segmentation problem and a centerline detection problem. In [22] a centerline detection is proposed which is particularly approached to the detection of small vessels. The DP algorithms reviewed in the previous sections build a tree of possible optimal paths. This characteristic of DP is utilized in [22] to build an acyclic graph that connects the entire pixels in the image (cf. Fig. 6) by a method called ordered region growing (ORG). The proposed ORG algorithm is classified as DP, as there exist two characteristic steps: a recursion step and a backtracking step. The ORG algorithm works with sets of pixels, where each pixel is a node in the graph. The graph connectivity is found by setting a seed point x1, e.g. by user interaction, and by setting the initial region to . A region grows by adding the neighboring pixels (8-connected neighbors in 2D) of the seed xi in iteration i. A seed xi of a region is found by maximizing the intensity values of the border pixels IB of the previous region :
A new edge of the graph is then created by connecting the found seed to each of its neighbors:
where .
The region growing step by adding the neighbors of some optimal seed point can be seen as the recursive accumulation process in DP. The backtracking now is performed to examine the vessel tree. By selecting two nodes in the graph, one can track back the path from one to the other. This path depicts, for instance, a vessel of interest. Finally, Yim et al. [22] propose a trimming procedure to improve the found graph and delete irrelevant branches.
4. Applications
In Section 3 we have given a general overview of common problems and their solutions by utilizing dynamic programming. This section summarizes the reviewed papers and analyzes their applications according to the previously presented methods.
In Section 3.2 we described a matrix-based shortest path algorithm that, in the most common form, detects contours based on image gradients, thus requires relatively strong edges. It is noticeable that this typical approach is applied to image modalities with comparatively low noise and high contrast, e.g. MRI [6], [8], [16], [23]. Contour detection in this case is part of a processing pipeline that aims for high-level decisions such as, e.g., stenosis detection in the work of [16]. Here, matrix-based DP is used to refine a rough segmentation of vessels in 3D obtained by a 3D region growing algorithm. The refinement by DP is performed slice by slice inside a specific search area initialized by the result of the previous segmentation. The diameter of the cross-section of the vessel is then used to get information about potentially constricted vessels.
In contrast to MRI, ultrasonic data often suffers from fuzzy edges and strong noise like speckle. Hence, a filtering system is proposed by Lee et al. [27] to enhance edges in ultrasonic images with high presence of scatters, speckle and other artifacts. To suppress strong noise by filtering techniques it is needed to select a relatively large filter kernel. The disadvantage is the potential loss of details. Gradient-based techniques work on local features so that a path can be misled through ambiguities in a local pixel neighborhood. Also microscopic cell images often suffer from weak edges, such as from inhomogeneities in the cell nuclei. To overcome this problem region-based contour detection by DP based on a regional splitting cost is used in [32], [33] (cf. Section 3.2) rather than local edge data. Particularly, a generic framework is proposed in [32] to compute the splitting cost in various ways.
Other works try to overcome noise and artifacts by proposing a coarse segment-based contour and accurate shape constraints. A technique is proposed in [25] to simultaneously detect the left and right spine boundary described by piece-wise linear segments. The DP algorithm hence is not performed pixel-wise, but segment-wise while the gradient-based cost calculation is done by accumulating the cost of the pixels inbetween the end-points of the segments, such that the contour search is not limited by the local pixel neighborhood of the segment's end-points but rather by a more regional cost computation. The shape of the two nearly parallel contours on the one hand is constrained by the contour progress itself (intra-curve constraints) and the two contours interacting with each other (inter-curve constraints), likewise described in the previous Section 3.5. The smoothing constraints of [25] contain constraints of first d(xi −1,xi) and second order e(xi −1,xi,xi +1). The second order smoothing term is not available in the classical DP algorithm as mentioned in Section 3.4. Hence, to avoid higher complexity the work in [25] does not incorporate the smoothness cost into the DP approach, but proposes an adjusted backtracking process to do so.
The authors of [15] advance the approach of [25], [45] by integrating the before mentioned smoothness term into the dual DP algorithm, but avoid the computation of second order smoothness. The goal of the work is to detect arterial walls in ultrasonic artery images to measure intima-media thickness. Therefore, two contours limiting the intima-media above and below are detected by dual DP. While Cheng and Jiang, and Wei et al. [15], [45] basically try to fit a line against the strongest image edges, the work in [19] goes a step further and proposes to perform the line fitting with the help of a Hough transform. The cost evaluation is performed very similar to the ordinary Hough accumulation process. Smoothness parameters again manage angular and spacial distances in the form of inter- and intra-curve constraints, where a spring-like intra-curve constraint is necessary to handle the connectivity of the single line segments.
A rib detection method is proposed in [24] in abdominal 3D MRI based on a multiple contour approach and a circular shortest path solution. In several steps a 2D cost matrix is generated out of the 3D data and a 2D surface map shown in Fig. 7. Seven ribs and hence seven contours are detected from left to right. This is done slightly different from the previous multiple contour methods by computing seven cumulative cost matrices independently and including a distance penalty into the backtracking of the DP algorithm. This encloses a minimal distance constraint between the seven simultaneous paths and avoids the increase of complexity as the algorithm runs in instead of (here p = 7) by accepting the loss of global optimality.
As the rib detection is based on an enfolded surface, the rib contours are circular. To guarantee the closedness of the contours, the authors suggest to run the algorithm a second time. In this second run, the found path is used as prior knowledge to guarantee the closedness, such that the actual node is only connected to the preceding node if it leads back to the starting point known from the precalculated path. Finally, it has to be mentioned that although this algorithm finds multiple circular paths with a specific minimal distance to each other, it is not guaranteed to find the optimal global solution.
Further applications for CSP search are microscopic cells as shown in [29] that applies a matrix-based contour detection to oval-shaped objects exemplified on yeast cells and a circular path algorithm based on Sun and Pallotini [43] and discussed in Section 3.3. Also Malon and Cosatto [33] implement a closed contour approach that resembles the multiple backtracking algorithm (MBTA) of Sun and Pallotini, the work in [30] segments bone marrow cells based on a method used in [38], where the weights of the various cost components are evaluated in a training process. Both works are based on an approach in [37] who examine DP to detect masses in computer aided mammography. Timp and Karssemeijer [37] utilize the image patching algorithm (IPA) to compute a closed contour. The optimal patch size here is evaluated heuristically by slightly increasing the patch size and evaluating the number of closed contours. An optimal patch size according to Timp and Karssemeijer [37] is the one, where all found shortest paths are circular.
An example for works that consider closedness in the application of cardiac images is [8] that compares the multiple search method with a branch-and-bound approach applied to myocardial border detection.
Also the work in [10] is mainly devoted to cardiac MR images and discusses a closedness constraint. The authors introduce DP as a tool for detecting, matching and tracking deformable contours in medical images. The approach can be categorized to active contours although it is non-iterative and searches a continuous eight-connected path rather than a set of control points as illustrated in Section 3.4. Nevertheless, the initialization phase is similar, while n characteristic points are to be selected to determine a search window and to restrict the DP contour search. The work in [10] utilizes a multi-scale technique to achieve greater processing efficiency while sacrificing guaranteed optimality. The authors proposed this algorithm to detect contours and to track them over time. For the tracking process specific points of high curvature are evaluated from the previous contour and taken as initial control points for the next contour detection. Thereby it is assumed that the movement between the subsequent frames is small and the new contour can be found inside the defined search window. For further examples of interactive organ and bone segmentation in biomedical images we refer to [28], [52].
There are further applications of DP where, in comparison to the applications above, DP is not the essential method to perform a segmentation task. Moreover these applications utilize DP to optimize a segmentation result on a higher level. Hence, an automatic detection of the left ventricular wall is proposed in [9] by using high-level features leaned on experts knowledge like shape, texture, and contraction dynamics to train an active appearance model (AAM) [53] on the basis of manually marked contours. However, the AAM is not incorporated into DP, but taken to perform a rough segmentation to define a search space for the subsequent DP process. DP itself in this algorithm is computed on low-level features based on the intensity values inside the predefined search window.
The work of [7] is an example that uses high-level information to detect the cardiac boundary in 3D ultrasonic data. In this work a 3D shape prior is trained to be fitted via DP to a slice of the ultrasonic heart data. The contour detection itself is then likewise done via DP by matching a trained texture pattern with the help of the previously fitted shape model.
5. Conclusion
Most of the reviewed approaches are hybrids of the methods discussed in Section 3. The main differences lie in the computation of cost and the application of different smoothness constraints. Furthermore, lack of a possibility to integrate global shape priors into the DP process, several approaches search for possibilities to constrain their algorithms according to a-priori knowledge based on the application. These constraints typically refer to geometrical characteristics of the observed objects or structures. Hence, for many approaches parameterization is essential. We gave one example of incorporating high-level information by applying DP. Thus, introducing high-level features might be a field of investigations in future. Furthermore, we see a demand in generally incorporating higher order smoothness constraints into the DP algorithm as this is often mentioned but seldom implemented. Another issue, which is of particular interest in medical image analysis, is that of noise modeling [54], [55]. Many existing image segmentation methods (implicitly) assume signal-independent additive Gaussian noise and hence their application leads to suboptimal results, e.g. for ultrasound imaging, which is subject to multiplicative speckle noise. It will be useful to integrate such noise models into dynamic programming based active contours [2] and region-based contour detection by dynamic programming [32].
As a last remark we point out that dynamic programming is limited to optimally detecting 2D contours only. The same optimization problem in 3D space is related to segmenting smooth surfaces in 3D volume datasets or detecting smooth contours in videos. There is no direct way of extending the DP solution to the general 3D case (without cost explosion). Fortunately, efficient solutions do exist for this problem [56], [57], which have resulted in numerous applications.
Footnotes
A star-shaped contour is characterized by the existence of a point p such that for each point q of the contour the segment pq lies entirely within the contour.
Contributor Information
Kathrin Ungru, Email: kathrin.ungru@uni-muenster.de.
Xiaoyi Jiang, Email: jiang@uni-muenster.de.
References
- 1.Bellman R.E., Dreyfus S.E. Princeton university press; 1962. Appl Dyn Program. [Google Scholar]
- 2.Amini A.A., Weymouth T.E., Jain R. Using dynamic programming for solving variational problems in vision. IEEE Trans Pattern Anal Mach Intell. 1990;12(9):855–867. [Google Scholar]
- 3.Sonka M., Hlavác V., Boyle R. CL Engineering; 3 edition; 2007. Image processing, analysis and machine vision. [Google Scholar]
- 4.Merlet N., Zerubia J. New prospects in line detection by dynamic programming. IEEE Trans Pattern Anal Mach Intell. 1996;18(4):426–431. [Google Scholar]
- 5.Buckley M., Yang J. Regularised shortest-path extraction. Pattern Recogn Lett. 1997;18(7):621–629. [Google Scholar]
- 6.Lalande A., Legrand L., Walker P.M., Jaulent M., Guy F., Cottin Y. Proc. of American Medical Informatics Association Annual Symposium. 1997. Automatic detection of cardiac contours on MR images using fuzzy logic and dynamic programming. [PMC free article] [PubMed] [Google Scholar]
- 7.van Stralen M., Bosch J., Voormolen M., van Burken G., Krenning B., Lancée C. Proc. of 18th International Congress and Exhibition on Computer Assisted Radiology and Surgery. 2004. A semi-automatic endocardial border detection method for the left ventricle in 4d ultrasound data sets; pp. 1078–1083. [Google Scholar]
- 8.Yeh J., Fu J.C., Wu C.C., Lin H.M., Chai J.W. Myocardial border detection by branch-and-bound dynamic programming in magnetic resonance images. Comput. Methods Prog Biomed. 2005;79(1):19–29. doi: 10.1016/j.cmpb.2004.10.010. [DOI] [PubMed] [Google Scholar]
- 9.Oost E., Koning G., Sonka M., Oemrawsingh P.V., Reiber J.H.C., Lelieveldt B.P.F. Automated contour detection in X-ray left ventricular angiograms using multiview active appearance models and dynamic programming. IEEE Trans Med Imaging. 2006;25(9):1158–1171. doi: 10.1109/tmi.2006.877094. [DOI] [PubMed] [Google Scholar]
- 10.Geiger D., Gupta A., Costa L.A., Vlontzos J.A. Dynamic programming for detecting, tracking, and matching deformable contours. IEEE Trans Pattern Anal Mach Intell. 1995;17(3):294–302. [Google Scholar]
- 11.Geiger D., Gupta A., Costa L.A., Vlontzos J.A. Correction to “dynamic programming for detecting, tracking, and matching deformable contours”. IEEE Trans Pattern Anal Mach Intell. 1996;18(5):575. [Google Scholar]
- 12.Tsaftaris S.A., Andermatt V., Schlegel A., Katsaggelos A.K., Li D., Dharmakumar R. Proc. of International Conference on Image Processing. 2008. A dynamic programming solution to tracking and elastically matching left ventricular walls in cardiac cine MRI; pp. 2980–2983. [Google Scholar]
- 13.Cheng D., Liu S. Proc. of 18th Annual Conference on Medical Image Understanding and Analysis. 2014. Automated vessel boundary detection using 3D expansion of dynamic programming; pp. 197–202. [Google Scholar]
- 14.Cheng D.-C., Lin J.-T. Three-dimensional expansion of a dynamic programming method for boundary detection and its application to sequential magnetic resonance imaging (MRI) Sensors. 2012;12(5):5195. doi: 10.3390/s120505195. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 15.Cheng D., Jiang X. Detections of arterial wall in sonographic artery images using dual dynamic programming. IEEE Trans Inform Technol Biomed. 2008;12(6):792–799. doi: 10.1109/TITB.2008.926413. [DOI] [PubMed] [Google Scholar]
- 16.Jiang J., Dong M., Haacke E.M. Proc. of IEEE International Conference on Acoustics, Speech, and Signal Processing. 2005. ARGDYP: an adaptive region growing and dynamic programming algorithm for stenosis detection in MRI; pp. 465–468. [Google Scholar]
- 17.Lee Y., Choi Y., Kim M. Boundary detection in carotid ultrasound images using dynamic programming and a directional haar-like filter. Comp in Bio Med. 2010;40(8):687–697. doi: 10.1016/j.compbiomed.2010.03.010. [DOI] [PubMed] [Google Scholar]
- 18.Liang Q., Wendelhag I., Wikstrand J., Gustavsson T. A multiscale dynamic programming procedure for boundary detection in ultrasound artery images. IEEE Trans Med Imaging. 2000;19(2):127–142. doi: 10.1109/42.836372. [DOI] [PubMed] [Google Scholar]
- 19.Zhou Y., Cheng X., Xu X., Song E. Dynamic programming in parallel boundary detection with application to ultrasound intima-media segmentation. Med Image Analysis. 2013;17(8):892–906. doi: 10.1016/j.media.2013.05.009. [DOI] [PubMed] [Google Scholar]
- 20.Zahnd G., Karanasos A., van Soest G., Regar E., Niessen W.J., Gijsen F. Quantification of fibrous cap thickness in intracoronary optical coherence tomography with a contour segmentation method based on dynamic programming. Int J Comput Assist Radiol Surg. 2015;10(9):1383–1394. doi: 10.1007/s11548-015-1164-7. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 21.Rocha R., Silva J.A., Campilho A.J.C. Proc. of IAPR Conference on Machine Vision Applications. 2011. Dynamic programming and fuzzy classification for the automatic segmentation of the carotid in ultrasound images; pp. 552–556. [Google Scholar]
- 22.Yim P.J., Kayton M., Miller W., Libutti S.K., Choyke P.L. Automated detection of blood vessels using dynamic programming. Patt Recogn Lett. 2003;24(14):2471–2478. [Google Scholar]
- 23.Koh J., Chaudhary V., Jeon E.K., Dhillon G. Automatic spinal canal detection in lumbar MR images in the sagittal view using dynamic programming. Comp Med Imag and Graph. 2014;38(7):569–579. doi: 10.1016/j.compmedimag.2014.06.003. [DOI] [PubMed] [Google Scholar]
- 24.Noorda Y.H., Bartels L.W., Viergever M.A., Pluim J.P.W. Proc. of 5th International Workshop on Abdominal Imaging. Computation and Clinical A p. ications (in conjunction with MICCAI) 2013. Rib detection in 3d MRI using dynamic programming based on vesselness and ridgeness; pp. 212–220. [Google Scholar]
- 25.Wei G., Qian J.Z., Schramm H. Proc. of IEEE Conference on Computer Vision and Pattern Recognition. 2001. Generalized dynamic programming approaches for object detection: detecting spine boundaries and vertebra endplates; pp. 954–959. [Google Scholar]
- 26.Jia R., Mellon S.J., Hansjee S., Monk A.P., Murray D.W., Noble J.A. Proc. of 13th IEEE International Symposium on Biomedical Imaging. IEEE; 2016. Automatic bone segmentation in ultrasound images using local phase features and dynamic programming; pp. 1005–1008. [Google Scholar]
- 27.Lee B., Yan J., Zhuang T. Proc. of First International Workshop on Medical Imaging and Augmented Reality. 2001. A dynamic programming based algorithm for optimal edge detection in medical images; pp. 193–198. [Google Scholar]
- 28.Pham M.H., Doncescu A. Proc. of 4th International Conference on Image Processing Theory, Tools and Applications. 2014. Detection of the features of the objects in MR images using dynamic programming; pp. 372–377. [Google Scholar]
- 29.Tleis M., Verbeek F.J. Proc. of 6th International Conference on Digital Image Processing. 2014. Extracting contours of oval-shaped objects by Hough transform and minimal path algorithms; p. 915903. [Google Scholar]
- 30.Krappe S., Münzenmayer C., Evert A., Koyuncu C.F., Cetin E., Haferlach T. Dynamic programming for the segmentation of bone marrow cells. In: Handels H., Deserno T.M., Meinzer H., Tolxdorff T., editors. Proc. of Workshop Bildverarbeitung für die Medizin. Springer; 2015. pp. 359–364. [Google Scholar]
- 31.Chiu S.J., Toth C.A., Rickman C.B., Izatt J.A., Farsiu S. Automatic segmentation of closed-contour features in ophthalmic images using graph theory and dynamic programming. Biomed Optics Express. 2012;3(5):1127–1140. doi: 10.1364/BOE.3.001127. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 32.Jiang X., Tenbrinck D. Proc. of 15th International Conference on Computer Analysis of Images and Patterns. 2013. Region based contour detection by dynamic programming; pp. 152–159. [Google Scholar]
- 33.Malon C., Cosatto E. Proc. of 14th International Conference on Computer Analysis of Images and Patterns. 2011. Dynamic radial contour extraction by splitting homogeneous areas; pp. 269–277. [Google Scholar]
- 34.LaRocca F., Chiu S.J., McNabb R.P., Kuo A.N., Izatt J.A., Farsiu S. Robust automatic segmentation of corneal layer boundaries in SDOCT images using graph theory and dynamic programming. Biomed Opt Express. 2011;2(6):1524–1538. doi: 10.1364/BOE.2.001524. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 35.Chiu S.J., Li X.T., Nicholas P., Toth C.A., Izatt J.A., Farsiu S. Automatic segmentation of seven retinal layers in SDOCT images congruent with expert manual segmentation. Opt Express. 2010;18(18):19413–19428. doi: 10.1364/OE.18.019413. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 36.Abbas Q., Fondón I., Jiménez S., Alemany P. Proc. of 9th International Conference on Image Analysis and Recognition. 2012. Automatic detection of optic disc from retinal fundus images using dynamic programming; pp. 416–423. [Google Scholar]
- 37.Timp S., Karssemeijer N. A new 2d segmentation method based on dynamic programming applied to computer aided detection in mammography. Med Phys. 2004;31(5):958–971. doi: 10.1118/1.1688039. [DOI] [PubMed] [Google Scholar]
- 38.Elter M., Held C., Wittenberg T. Contour tracing for segmentation of mammographic masses. Phys Med Biol. 2010;55(18):5299. doi: 10.1088/0031-9155/55/18/004. [DOI] [PubMed] [Google Scholar]
- 39.Cardoso J.S., Domingues I., Oliveira H.P. Closed shortest path in the original coordinates with an application to breast cancer. Int J Pattern Recognit Artif Intell. 2015;29(1) [Google Scholar]
- 40.Apffel L., Palma G., Muller S., Bloch I. Fuzzy segmentation of masses in digital breast tomosynthesis images based on dynamic programming. In: Richard P., Braz J., editors. Proc. of International Conference on Imaging Theory and Applications. 2010. pp. 7–13. [Google Scholar]
- 41.Xu X., Xu S., Jin L., Zhang S. Proc. of 5th International Conference on Bio-Inspired Computing: Theories and Applications. 2010. Using PSO to improve dynamic programming based algorithm for breast mass segmentation; pp. 485–488. [Google Scholar]
- 42.Ungru K., Tenbrinck D., Jiang X., Stypmann J. Automatic classification of left ventricular wall segments in small animal ultrasound imaging. Comput Methods Programs Biomed. 2014;117(1):2–12. doi: 10.1016/j.cmpb.2014.06.015. [DOI] [PubMed] [Google Scholar]
- 43.Sun C., Pallottino S. Circular shortest path in images. Pattern Recognit. 2003;36(3):709–719. [Google Scholar]
- 44.Appleton B., Sun C. Circular shortest paths by branch and bound. Pattern Recognit. 2003;36(11):2513–2520. [Google Scholar]
- 45.Wei G., Qian J.Z., Schramm H. Proc. of 4th International Conference on Medical Image Computing and Computer-Assisted Intervention. 2001. A dual dynamic programming approach to the detection of spine boundaries; pp. 524–531. [Google Scholar]
- 46.Kass M., Witkin A.P., Terzopoulos D. Snakes: active contour models. Int J Comput Vis. 1988;1(4):321–331. [Google Scholar]
- 47.Felzenszwalb P.F., Zabih R. Dynamic programming and graph algorithms in computer vision. IEEE Trans Pattern Anal Mach Intell. 2011;33(4):721–740. doi: 10.1109/TPAMI.2010.135. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 48.Dijkstra E.W. A note on two problems in connexion with graphs. Numer Math. 1959;1(1):269–271. [Google Scholar]
- 49.Cherkassky B.V., Goldberg A.V., Radzik T. Shortest paths algorithms: theory and experimental evaluation. Math Prog. 1996;73:129–174. [Google Scholar]
- 50.Jiang X., Große A., Rothaus K. Interactive segmentation of non-star-shaped contours by dynamic programming. Pattern Recognit. 2011;44(9):2008–2016. [Google Scholar]
- 51.Foggia P., Percannella G., Soda P., Vento M. Benchmarking hep-2 cells classification methods. IEEE Trans Med Imaging. 2013;32(10):1878–1889. doi: 10.1109/TMI.2013.2268163. [DOI] [PubMed] [Google Scholar]
- 52.Falcão A.X., Udupa J.K., Samarasekera S., Sharma S., Hirsch B.E., de Alencar Lotufo R. User-steered image segmentation paradigms: live wire and live lane. Graph Models Image Proc. 1998;60(4):233–260. [Google Scholar]
- 53.Cootes T.F., Edwards G.J., Taylor C.J. Active appearance models. IEEE Trans Pattern Anal Mach Intel. 2001;23(6):681–685. [Google Scholar]
- 54.Sawatzky A., Tenbrinck D., Jiang X., Burger M. A variational framework for region-based segmentation incorporating physical noise models. J Math Imaging Vis. 2013;47(3):179–209. [Google Scholar]
- 55.Tenbrinck D., Jiang X. Image segmentation with arbitrary noise models by solving minimal surface problems. Pattern Recognit. 2015;48(11):3293–3309. [Google Scholar]
- 56.Li K., Wu X., Chen D.Z., Sonka M. Optimal surface segmentation in volumetric images-a graph-theoretic approach. IEEE Trans Pattern Anal Mach Intell. 2006;28(1):119–134. doi: 10.1109/TPAMI.2006.19. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 57.Grady L. Minimal surfaces extend shortest path segmentation methods to 3D. IEEE Trans Pattern Anal Mach Intell. 2010;32(2):321–334. doi: 10.1109/TPAMI.2008.289. [DOI] [PubMed] [Google Scholar]