Registration of Ultrasound Images Using an Information-Theoretic Feature Detector

Registration of Ultrasound Images Using an Information-Theoretic Feature Detector

REGISTRATION OF ULTRASOUND IMAGES USING AN INFORMATION-THEORETIC FEATURE DETECTOR Zhe Wang Greg Slabaugh, Gozde Unal, Tong Fang New Jersey Institute of Technology Siemens Corporate Research Department of Electrical and Computer Engineering Intelligent Vision and Reasoning Department Newark, NJ 07102 Princeton, NJ 08540 ABSTRACT which is an interference process resulting from random back- In this paper, we present a new method for ultrasound image scattering in a resolution cell of the ultrasound beam. Speckle registration. For each image to be registered, our method first appears as a spatially correlated noise pattern, and its inten- applies an ultrasound-specific information-theoretic feature sity distribution is well-known to be non-Gaussian. Indeed, detector, which is based on statistical modeling of speckle fully formed speckle is known to have a Rayleigh distribution and provides a feature image that robustly delineates impor- in the envelope detected image and Fisher-Tippett (doubly ex- tant edges in the image. These feature images are then regis- ponential) distribution in the log-compressed image [9]. tered using differential equations, the solution of which pro- For a fixed position of scatterers relative to the ultrasound vides a locally optimal transformation that brings the images beam, speckle is deterministic. Therefore, for small displace- into alignment. We describe our method and present exper- ments, the speckle is correlated in one image to the next, imental results demonstrating its effectiveness, particularly and this fact has been used in speckle tracking methods [10]. for low contrast, speckled images. Furthermore, we compare However, if the displacement is larger, or images are taken our method to standard gradient-based techniques, which we of the same region from different scans, from different trans- show are more susceptible to misregistration. ducers, etc., the correlation of the speckle will no longer ex- Index Terms— Image registration, information theory, ist. In such cases, registration algorithms that are based on biomedical image processing comparing images on a pixel-to-pixel basis will have diffi- culty, since two corresponding pixels from the same anatomic structure can have very different intensity levels due to inten- 1. INTRODUCTION sity variations of the speckle. Instead of comparing samples of Fisher-Tippett distributions from one image to another, it Image registration is fundamental problem in medical imag- would be preferable to compare estimates coming from the ing and has numerous clinical applications, including disease distributions instead. This is the method we take in our ap- detection, analysis, and treatment. The images may be taken proach. at different times, from different viewpoints, from different sensors, etc., and the goal is to recover the geometric trans- While papers on ultrasound registration appear in the liter- formation that brings the images into alignment. ature [11], many of these papers use generic registration algo- There has been much literature devoted to the general prob- rithms. However, ultrasound-specific registration algorithms lem of image registration and several good surveys [1, 2] and that have appeared in the literature include [12, 13], which are books [3, 4, 5] exist on the subject. A recent trend in the lit- based on probability distributions that come from theoretical erature is the use of information theory to statistically model speckle models. The similarity metrics used in these papers or compare images/image regions as well as differential equa- rely on pixel-to-pixel intensity comparisons, which, for rea- tions [6, 7] to solve for the registration parameters. We adopt sons given above, may not be desirable in many applications, such an approach in this paper. In addition, we note that re- given then randomness of speckle noise. Unlike such previous cently there has been a renewed interest in gradient-based reg- work, our method is distribution-based, improving robustness istration techniques [8], which are simple to implement and to the noise. have numerous advantages over mutual-information based meth- In our previous work [14], we introduced analytic expres- ods. sions for the J-divergence of Rayleigh and Fisher-Tippett dis- While generic image registration methods can be used to tributed variables for comparing regions in an ultrasound im- align ultrasound images, better results are attainable when age in the context of feature (edge) detection. It was shown one incorporates domain-specific knowledge into the registra- that this feature detector is more robust to speckle than other, tion algorithm. Ultrasound images are corrupted by speckle, more common edge detection methods like the derivative of Gaussian filter or the Canny edge detector. In this paper, Our feature detector forms sliding windows, which are we use these feature detected images for registration. For placed on either side of a pixel, as shown for two windows w1 each image to be registered, we first apply our information- and w2 in Figure 1 (a). Given the set of pixels in w1, we de- 2 theoretic feature detector to the image, producing a feature termine a FT parameter σ1 (using the estimator give above), 2 map that is robust to noise but still captures the significant and likewise, we estimate σ2 in w2. Then, we compute J- edges in the image. We then register these feature maps using divergence between these two distributions using Equation (2) a sum of squared differences (SSD) similarity metric, which as a measure of how different the regions are. When the win- is used to guide differential equations that update the registra- dows are placed to the left and to the right of the pixel, this tion. gives a horizontal distance map Jx(x, y) that is functionally similar to the gradient operator in the x direction, except that y 2. METHOD the values are non-negative. This can be repeated in the direction. Then, we define a feature map F (x, y) as Our method has two major steps: first, using a feature detec- 2 2 tion method, we compute an edge map for each image to be F (x, y)= Jx(x, y) + Jy(x, y) . (3) registered. Next, we register the edge maps using differential equations. Figure 1 (c) shows an example of a cardiac ultrasound image and its feature map F (x, y). Note that this feature detector is 2.1. Feature detection much less distracted by the speckle compared to the gradient estimator shown in (b), yet still detects the important edges in Our feature detector is fully described in [14]; however, for the image. The robustness of the feature detector comes from completeness we briefly review it here. two sources: first, it compares distributions to distributions, The feature detector we employ is based on a statisti- rather than pixels to pixels, and second, it is based on inte- cal comparison of regions in an ultrasound image. As men- grals of the image and not derivatives. Taking derivatives of tioned above, fully formed speckle in the log-compressed im- noisy data is often undesirable in image processing, as doing age (also called the display image) can be modeled using a so emphasizes the noise. Fisher-Tippett (FT) distribution. The FT distribution has the form We apply this feature detector to each image to be reg- “ ” istered. This transforms the image into a feature image that 2 2I(x,y)−ln 2σ2−e2I(x,y)−ln 2σ contains the important edges needed for registration while si- p(I(x, y)) = 2e , (1) multaneously mitigating false responses due to the speckle. where σ2 denotes the Fisher-Tippett parameter of the reflec- These feature-detected images are then passed to the registra- tivity samples. Note that this distribution is fully described by tion algorithm, described next. this one parameter. Given a region Ω inside an ultrasound image, we can sta- tistically estimate the FT distributionR using the maximum like- e2I(x,y)dxdy σ2 = 1 Ω R dxdy lihood estimator, 2 dxdy , where Ω is the Ω area inside the region. Our feature detector is based on information-theoretic com- (a) (b) (c) parison of two regions in an ultrasound image. That is, given two FT distributions coming from different regions in the im- Fig. 1. Feature detection in a cardiac ultrasound image. Im- age, one parameterized by σ1 and other parameterized by age (a), gradient (b), and J-divergence feature map (c) com- σ2, we compute the J-divergence, or symmetrized Kullback- puted on the display image using the Fisher-Tippett method. Liebler distance, as a measure of how “different” the distribu- Please see the digital version of the images for maximal qual- tions are. The J-divergence of two Fisher-Tippett distributed ity. variables was derived in [14] as 1 − 1 2σ2 2 2 J = e 1 − ln 2σ1 +ln2σ2 − 1 2 1 σ2 1 2.2. Registration − + 1 + 2σ2 σ2 2σ2 1 2 2 Let T (x, y) be the transformation between the two feature de- 1 − 1 2σ2 2 2 tected images, F1 and and F2. Our objective is to estimate the + e 2 − ln 2σ2 +ln2σ1 − 1 2 parameters of the transformation so that the feature images 2 1 σ2 1 become aligned. To accomplish this, we minimize an energy − 2 + 2 + 2 (2) 2σ2 σ1 2σ1 functional based on the sum of square differences between the two feature maps, 2 E(T (x, y)) = [F1(x, y) − F2(T (x, y))] dxdy, (4) where the transformation is applied to the second image. We note that T (x, y) can include rigid, affine, projective, or non- rigid transformations; in this paper we consider rigid trans- forms. Starting with an initial guess, we can iteratively up- date the transformation using differential equations based on a Gauss-Newton optimization [15] to minimize the energy Fig. 3. Registration error as a function of diminishing con- functional in Equation 4.

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    4 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us