Skip to main content
NIHPA Author Manuscripts logoLink to NIHPA Author Manuscripts
. Author manuscript; available in PMC: 2015 Jun 8.
Published in final edited form as: Conf Proc IEEE Eng Med Biol Soc. 2014;2014:4735–4738. doi: 10.1109/EMBC.2014.6944682

Multi-focus Image Fusion Using Epifluorescence Microscopy for Robust Vascular Segmentation

Rengarajan Pelapur 1, V B Surya Prasath 1, Filiz Bunyak 1, Olga V Glinskii 2,3, Vladislav V Glinsky 2,4, Virginia H Huxley 3,5, Kannappan Palaniappan 1
PMCID: PMC4459514  NIHMSID: NIHMS695487  PMID: 25571050

Abstract

Automatic segmentation of three-dimensional microvascular structures is needed for quantifying morphological changes to blood vessels during development, disease and treatment processes. Single focus two-dimensional epifluorescent imagery lead to unsatisfactory segmentations due to multiple out of focus vessel regions that have blurred edge structures and lack of detail. Additional segmentation challenges include varying contrast levels due to diffusivity of the lectin stain, leakage out of vessels and fine morphological vessel structure. We propose an approach for vessel segmentation that combines multi-focus image fusion with robust adaptive filtering. The robust adaptive filtering scheme handles noise without destroying small structures, while multi-focus image fusion considerably improves segmentation quality by deblurring out-of-focus regions through incorporating 3D structure information from multiple focus steps. Experiments using epifluorescence images of mice dura mater show an average of 30.4% improvement compared to single focus microvasculature segmentation.

I. INTRODUCTION

Automated vessel extraction and quantification is an important processing step in characterizing vessel networks, angiogenis and normal vs. diseased tissue behavior. Many techniques for vessel extraction have been proposed in literature [1]–[5] mostly for neuro, cardiovascular or retinal imaging. The application of interest in this paper is vascular network reconstruction using epifluorescence imagery [6], [7]. In epifluorescence, imaging tissue is stained using a lectin SBA and imaged using fluorescence microscopy. Vascular segmentation in epifluorescence microscopy poses unique challenges such as varying contrast levels due to diffusivity of lectin stain, spatially varying focus, high background signal due to leakage of the stain from vessels, and high variance in vessel intensity. In these type of images, traditional global thresholding schemes [8] fail to pick up salient structures effectively.

Active contour models [7], [9]–[12] relying on edge or region based indicators may fail to capture all the salient structures. Another major challenge is vascular structures at variable depths of focus. Spatially varying out-of-focus blur not only hinders accurate segmentation but also results in quantification errors. Fusing various focus (z-stack) images thus becomes an efficient alternative to improve the segmentation of 3-D vessel structures without requiring volumetric data collection and computationally intensive 3-D reconstruction. Several multifocal image fusion techniques have been studied in the past such as pixel-level analysis [13], and sparse representation for wavelet based methods [14].

In this paper we propose a system that couples a robust adaptive filtering based segmentation with a multi-focus image fusion module. The robust adaptive filtering scheme handles noise without destroying small structures, and the multi focal image fusion considerably improves the overall segmentation quality by integrating information from multiple images. Denoising schemes are not able to resolve detailed image structures present in the blurred out-of-focus regions. We propose incorporating a multi-focus image fusion stage prior to denoising and show that this is key step in increasing true detections of vessel regions while minimizing false positives. We use a Hessian-based image fusion approach to combine information from multi-focus images. There are various methods based on the Hessian matrix such as [3], [15], [16]. In order to improve our current vessel segmentation scheme we fuse the images combining different areas of focus and in this article we assess the effectiveness of this step.

The major contributions of our work are: (a) a multiscale Hessian matrix based scale selection and composite multi-focus image generation, (b) an adaptive robust filtering scheme that handles noise without destroying small structures, and (c) experimental vessel segmentation results showing the effectiveness of the multifocus image fusion approach. The rest of the paper is organized as follows. Section II describes the fusion method for multifocus composite image generation. Section III describes our robust smoothing based segmentation. Section IV provides experimental results.

II. Multifocus Image Fusion Using Multiscale Hessian

There are various methods to fuse images such as naive pixel level averaging of the different focus images. Although image averaging is effective at reducing independent Gaussian noise, it leads to reduced contrast and increased blurring overall. As shown in [17] blur can adversely affect the detection rate of curvilinear features. Since the derivatives do not respond as strongly in areas that are out of focus, we can identify regions that are in-focus within each image by maximizing the second order derivative response to create a fused multi-focus pixel map. The Hessian matrix of second-order image derivatives for gray level image I is defined as:

H(I)=[IxxIxyIxyIyy] (1)

Let λ1, λ2 be the eigenvalues and e1, e2 the corresponding eigenvectors of the Hessian matrix with |λ1| ≥ |λ2|. Scale space images are computed by convolving the image with 2D isotropic Gaussians with varying standard deviations,

G(x,y,σ)=12πσexp((x2+y2)2σ2) (2)

where σ is the standard deviation or scale of the Gaussian. Let Ip denote a single focus image with p ∈ {1, 2, …, N}, the set of N single focus images. We compute the Hessian matrix (1) over a range of suitable scales for each single focus image Ip. We define a multi-scale matrix norm that is based on the eigenvalues of the Hessian at the maximum response scale:

H(x,y,p)F=λ1p2(x,y,σ*)+λ2p2(x,y,σ*) (3)

where σ* = arg maxσ1p(x, y, σ)|. Note that we normalize the Hessian matrix by the squared scale factor σ2 before computing the eigenvalues and the Frobenius matrix norm in (3). The final focus selection map is given by,

p*(x,y)=arg maxp{1,2,,N}H(x,y,p)F (4)

where p*(x, y) is the index of the best focus source image at pixel location (x,y). The proposed fusion algorithm consists of the following steps:

  • Step 1: Compute multi-scale Hessian values for each single focus image Ip, p = {1, …, N}.

  • Step 2: Estimate max scale response at each pixel in Ip.

  • Step 3: Compute multi-scale Frobenius norm as in Eqn. (3).

  • Step 4: Compute focus selection image map as in Eqn. (4).

  • Step 5: Generate composite image Ic using:
    Ic(x,y)=Ip*(x,y)(x,y) (5)

Figure 1 shows an example of the multi-focus fusion approach from a set of four single focus images. Figure 1(a)–(d) shows single focus images where the focus shifts from bottom left to top right in a diagonal fashion. Figure 1(e) shows the final fused image using our proposed multi-scale Hessian approach. In Figure 1(f) we show the focus selection map given in Eqn. (4) plotted as a colormap.

Fig. 1.

Fig. 1

Images for mouse 1 (022106ERbKOOVX(28)) showing variable regions of focus for the same vessel (a)–(d) and the fused result (e). Colored pixels in (f) indicates the source images 1 to 4 after multi-focus fusion in blue, cyan, yellow and red respectively.

III. Vascular Segmentation Using Robust Smoothing

A robust image smoothing operator is applied to improve the segmentation of vascular regions from composite in-focus images produced by the multi-focus image fusion module described in Section II. Robust smoothing reduces noise and enhances object boundaries [18], [19]. The module consists of four main steps: 1) background estimation and removal using morphological filtering, 2) robust image filtering with convex optimization, 3) adaptive thresholding on filtered image to generate a binary vascular mask, 4) post-processing using morphological operations to remove spurious detections and to generate the final vasculature network. Robust image filtering based segmentation is briefly described.

Let Ω ⊂ ℝ2 be the rectangular image domain, and the input image I : Ω → ℝ with I(x) represents the value at a pixel x ≔ (x, y) ∈ Ω. In a robust statistics framework finding a best fit of a smooth image u from a given noisy input image I can be posed as a minimization problem [18],

minu{xΩy𝒩xω(xy)ρ(I(x)u(x),σ)} (6)

with a robust estimator function ρ, we use the Tukey’s biweight robust function due its strong edge preserving property. Here 𝒩x represents the neighborhood of pixel of x, ω is a spatial weighting function (e.g. Gaussian kernel (2)) and σ is a scale (variance) parameter. To solve the minimization problem (6) we use the dilation convex approximation [20] of the Tukey function,

ργ(ξ,σ)={γ2σ26(1[1(ξ/γσ)2]3)|ξ|γσ,1/3otherwise. (7)

We use an iterative reweighted method to solve (6),

uyt+1=x𝒩yω(xy)c(I(x)ut(y))I(x)x𝒩yω(xy)c(I(x)ut(y)) (8)

where c(ξ)=ργ(ξ)/ξ and t represent the number of iterations. This process results in enhanced smooth image where edges are preserved. Adaptive thresholding using the local mean and variance values [21] is applied to the enhanced smooth multi-focus fused images to produce a binary vascular mask.

IV. Experimental Results

For our experiments we have compared single focus versus multifocus segmentation results using robust smoothing based segmentation in both cases. The two methods are referred to as RIS and RIM for fluorescence intensity-based Robust Image segmentation using Single focus images (RIS), and Multi-focus (RIM) images respectively. The metric used for validation is the Dice Similarity Coefficient, DSC(P,Q) = 2(|PQ|)/(|P| + |Q|), where P and Q are automatically and manually segmented microvasculature regions and |·| denotes the total number of pixels. DSC ∈ [0, 1.0] with zero being no overlap and one being perfect overlap. We have manually segmented 10 epifluorescent microvasculature images to be used as ground truth vessel segmentation masks for evaluation.

Our results show that fusing multi-focus images on an average always resulted in better segmentations. As can be seen from Table I, the DSC overlap measure for segmentations using multi-focus (RIM) images shows marked improvement over any of the individual single focus image based segmentations (RIS). For RIS, we have reported the maximum Dice coefficient from a set of single focus image based segmentations. The highest improvement is seen in WT-07 with a 122.9% improvement in vasculature detection. Detailed segmentation results for WT-03 are shown in Figure 2 along with ground truth mask. Figure 2(c) shows the segmentation result obtained using RIM and Figure 2(d)–(h) show segmentation results obtained using five single focus RIS. As can be seen the RIM captures all the vessels which are not obtained by individual RIS results.

TABLE I.

DSC values for 7 wild type (022006-ERbWT-OVX(28)) and 3 knock out mice (022006-ERbKO-OVX(28)) comparing best single focus (RIS) and multi-focus (RIM) segmentations. The values shown for RIS DSC are the maximum and the improvement is computed between the mean RIS DSC and RIM DSC.

Image ID RIS RIM Improvement (%)

WT-02 0.3902 0.5110 30.9
WT-03 0.3550 0.7916 122.9
WT-06 0.4868 0.3677 (0.6363) −24.4 (30.7)
WT-07 0.2913 0.4992 71.3
WT-08 0.3477 0.5512 58.5
WT-09 0.3582 0.3682 02.7
WT-10 0.4144 0.4972 19.9
KO-01 0.7922 0.8449 06.6
KO-04 0.8138 0.8424 03.5
KO-06 0.7570 0.8497 12.2

Fig. 2.

Fig. 2

Detailed segmentation results for 022006-ERbWT-OVX(28)-WT-3 (see row WT-03 in Table I). (a) Fused image (b) Ground truth vessel mask (c) Multi-focus RIM segmentation result. RIM segmentation result. Single focus images and their corresponding RIS segmentation results are shown in (d) to (g) and (h) to (k) respectively. For (c) and (h) to (k) white regions are correctly segmented pixels (TP), red are missing (FN) and blue are extra regions (FP) compared to the ground truth segmentation. Better viewed in color and online.

Figure 3 shows an example where RIS outperformed RIM (entry WT-06 in Table I). The single-focus RIS (Figure 3(g)–(f)) performs better with DSC values 0.4868, 0.4706, 0.4834 respectively. These segmentation results in Table I were obtained using a single adaptive thresholding parameter k = 1.5 for both single and multi-focus images. Using separate optimized threshold value (k = 2.0) for multi-focus images improves their result as shown in parenthesis in Table I and Figure 3(d). Parameter set should be analyzed and optimized for single and multi-focus images separately since they have different image and noise characteristics.

Fig. 3.

Fig. 3

High background noise levels can reduce the performance of RIM. (a) Fused image for WT-06, (b) Ground truth vessel mask, (c) Multi-focus (RIM) result. (d) Multi-focus (RIM) result for k = 2.0 (e) Single focus image for WT-06 (best result) (f) Single-focus (RIS) best result Segmentation masks (c,d,f) show correctly segmented pixels as white pixel regions, red are missing regions and blue are extra regions compared to the ground truth segmentation. Better viewed in color and online.

V. Conclusions

Segmentation of complex three-dimensional microvascular structures is hampered by using only single focus epifluorescence images. Significant improvement in the accuracy of the vessel segmentation can be achieved by fusing multi-focus images coupled with robust adaptive filtering. Experimental results on high resolution epifluorescence of mice dura mater images showed an average of 30.4% improvement compared to single focus segmentations. Deblurring and denoising individual single focus images prior to fusion is expected to further improve performance. The proposed automatic segmentation and quantitative vessel morphology measurement system will be used to characterize ovary excised versus normal intact cases in different animal models. This will help in studying systemic influence of hormone therapy on angiogenesis. Further studies are being planned to determine if these microvascular morphological changes can be used to characterize disease progression and response to treatment.

Acknowledgments

This research was supported in part by the Award #1I01BX000609 from the Biomedical Laboratory Research & Development Service of the VA Office of Research and Development (VVG), the National Cancer Institute of the National Institutes of Health Award #R01CA160461 (VVG) and #R33EB00573 (KP).

References

  • 1.Lam BSY, Yan H. A novel vessel segmentation algorithm for pathological retina images based on the divergence of vector fields. IEEE Trans. Medical Imaging. 2008;27(2):237–246. doi: 10.1109/TMI.2007.909827. [DOI] [PubMed] [Google Scholar]
  • 2.Narayanaswamy A, Dwarakapuram S, Bjornsson CS, Cutler BM, Shain W, Roysam B. Robust adaptive 3-D segmentation of vessel laminae from fluorescence confocal microscope images and parallel GPU implementation. IEEE Trans. Medical Imaging. 2010;29(3):583–597. doi: 10.1109/TMI.2009.2022086. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 3.Zhou J, Chang S, Metaxas D, Axel L. Vessel boundary extraction using ridge scan-conversion deformable model. IEEE ISBI. 2006 Apr.:189–192. [Google Scholar]
  • 4.Kirbas C, Quek F. A review of vessel extraction techniques and algorithms. ACM Computing Surveys. 2004;36(2):81–121. [Google Scholar]
  • 5.Perez-Rovira A, MacGillivray T, Trucco E, Chin KS, Zutis K, Lupascu C, Tegolo D, Giachetti A, Wilson PJ, Doney A, Dhillon B. VAMPIRE: Vessel assessment and measurement platform for images of the retina. 33th IEEE EMBS. 2011:3391–3394. doi: 10.1109/IEMBS.2011.6090918. [DOI] [PubMed] [Google Scholar]
  • 6.Glinskii OV, Abraha TW, Turk JR, Rubin LJ, Huxley VH, Glinsky VV. Microvascular network remodeling in dura mater of ovariectomized pigs: Role for Angiopietin-1 in Estrogen-dependent control of vascular stability. The American J. Physiology - Heart and Circulatory Physiology. 2007;293(2):H1131–H1137. doi: 10.1152/ajpheart.01156.2006. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 7.Bunyak F, Palaniappan K, Glinskii O, Glinskii V, Glinsky V, Huxley V. Epifluorescence-based quantitative microvasculature remodeling using geodesic level-sets and shape-based evolution. 30th IEEE EMBS. 2008:3134–3137. doi: 10.1109/IEMBS.2008.4649868. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 8.Otsu N. A threshold selection method from gray-level histograms. EEE Trans. Syst. Man Cybern. 1979;9(1):62–66. [Google Scholar]
  • 9.Caselles V, Kimmel R, Sapiro G. Geodesic active contours. Int. J. Comp. Vision. 1997;22(1):61–79. [Google Scholar]
  • 10.Chan TF, Vese LA. Active contours without edges. IEEE Transactions on Image Processing. 2001;10(2):266–277. doi: 10.1109/83.902291. [DOI] [PubMed] [Google Scholar]
  • 11.Hafiane A, Bunyak F, Palaniappan K. Clustering initiated multiphase active contours and robust separation of nuclei groups for tissue segmentation. IEEE ICPR. 2008:1–4. doi: 10.1109/icpr.2008.4761744. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 12.Bunyak F, Palaniappan K. IEEE ICCV. Kyoto, Japan: 2009. Sep, Efficient segmentation using feature-based graph partitioning active contours; pp. 873–880. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 13.Li S, Kwok JT, Wang Y. Multifocus image fusion using artificial neural networks. Pattern Recognit. Lett. 2002;23(8) [Google Scholar]
  • 14.Yang B, Li S. Multifocus image fusion and restoration with sparse representation. IEEE Trans. Instr. Meas. 2010;59(4):884–892. [Google Scholar]
  • 15.Lindeberg T. Feature detection with automatic scale selection. Int. J. Comp. Vision. 1998;30(2):77–116. [Google Scholar]
  • 16.Frangi AF, Niessen WJ, Vincken KL, Viergever MA. Multiscale vessel enhancement filtering. Lecture Notes in Computer Science (MICCAI) 1998;1496:130–137. [Google Scholar]
  • 17.Mikolajczyk K, Schmid C. A performance evaluation of local descriptors. IEEE Trans. Pattern Anal. Machine Intell. 2005:1615–1630. doi: 10.1109/TPAMI.2005.188. [DOI] [PubMed] [Google Scholar]
  • 18.Dong G, Palaniappan K. A robust method for edge-preserving image smoothing. Lecture Notes in Computer Science (ACIVS) 2008;5259:390–399. [Google Scholar]
  • 19.Nath SK, Palaniappan K. Adaptive robust structure tensors for orientation estimation and image segmentation. Lecture Notes in Computer Science (ISVC) 2005;3804:445–453. [Google Scholar]
  • 20.Nikolova M. Markovian reconstruction using a GNC approach. IEEE Trans. Image Proc. 1999;8(9):1204–1220. doi: 10.1109/83.784433. [DOI] [PubMed] [Google Scholar]
  • 21.Prasath VBS, Haddad O, Bunyak F, Glinskii O, Glinsky V, Huxley V, Palaniappan K. Robust filtering based segmentation and analysis of dura mater vessel laminae using epiflourescence microscopy. 35th IEEE EMBS. 2013:6055–6058. [Google Scholar]

RESOURCES