Next Article in Journal
Fiber Optic-Based Durability Monitoring in Smart Concrete: A State-of-Art Review
Previous Article in Journal
Minimal Required Resolution to Capture the 3D Shape of the Human Back—A Practical Approach
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Straightforward Bifurcation Pattern-Based Fundus Image Registration Method

1
Information and Human Science, Kyoto Institute of Technology University, Kyoto 6068585, Japan
2
Retina & Neuron-Ophthalmology, Tianjin Medical University Eye Hospital, Tianjin 300084, China
3
School of Electronic and Information Engineering, Beijing Jiaotong University, Beijing 100044, China
*
Author to whom correspondence should be addressed.
Sensors 2023, 23(18), 7809; https://doi.org/10.3390/s23187809
Submission received: 10 July 2023 / Revised: 23 August 2023 / Accepted: 8 September 2023 / Published: 11 September 2023
(This article belongs to the Section Sensing and Imaging)

Abstract

:
Fundus image registration is crucial in eye disease examination, as it enables the alignment of overlapping fundus images, facilitating a comprehensive assessment of conditions like diabetic retinopathy, where a single image’s limited field of view might be insufficient. By combining multiple images, the field of view for retinal analysis is extended, and resolution is enhanced through super-resolution imaging. Moreover, this method facilitates patient follow-up through longitudinal studies. This paper proposes a straightforward method for fundus image registration based on bifurcations, which serve as prominent landmarks. The approach aims to establish a baseline for fundus image registration using these landmarks as feature points, addressing the current challenge of validation in this field. The proposed approach involves the use of a robust vascular tree segmentation method to detect feature points within a specified range. The method involves coarse vessel segmentation to analyze patterns in the skeleton of the segmentation foreground, followed by feature description based on the generation of a histogram of oriented gradients and determination of image relation through a transformation matrix. Image blending produces a seamless registered image. Evaluation on the FIRE dataset using registration error as the key parameter for accuracy demonstrates the method’s effectiveness. The results show the superior performance of the proposed method compared to other techniques using vessel-based feature extraction or partially based on SURF, achieving an area under the curve of 0.526 for the entire FIRE dataset.

1. Introduction

The human body comprises numerous systems for its functioning; however, the visual system stands out as one of the most important. Malfunctions within this system can be caused by various factors, and in severe cases, they can lead to vision loss. Given that most diseases causing complications manifest in the retina, the analysis of this structure is relevant. Consequently, retinal analysis techniques have become a fully consolidated method for analysis and classification of several retinal diseases, including diabetic retinopathy [1,2,3,4], macular degeneration [5,6,7,8], and glaucoma [9,10,11,12], among others. Among the various diagnostic tools used for this purpose, fundus photography stands out as the most common method for screening of certain retinal diseases.
However, retinal analysis in fundus photography typically remains confined to a narrow scope, encompassing less than 50 degrees [13,14] and including the optic disc and fovea. Consequently, this limited field of view poses challenges in achieving a comprehensive analysis of the entire retina. To address this issue, physicians often resort to analyzing various images from different perspectives separately, which can be confusing and time-consuming [15,16]. While wide-angle fundus photography offers a promising alternative to obtain a broader view of the retina, practical limitations hinder its widespread adoption, especially for patients in rural areas [17]. Figure 1 shows a comparison between a conventional fundus image and a wide-angle fundus image.
Image registration plays a crucial role in longitudinal studies by aligning fundus photographs of the same region at different times. This process enables the detection of morphological changes in the retina, facilitating follow-up of the patient’s condition during treatment or evaluation of the progression of a disease. Similarly, registration is also valuable in remote screening and is utilized as part of super-resolution imaging [19]. By employing multiple images captured from slightly different angles, this technique enhances the clarity of clinical features, providing valuable insights for accurate diagnoses.
The image registration process involves aligning a fixed or target image to a moving or source image. Two main approaches are commonly employed: intensity-based and feature-based techniques. The intensity-based approach determines the warping parameters by minimizing a function that measures the disparity in intensities between images. While this method can yield successful results in certain cases, it is not recommended for scenarios with significant illumination changes, variations in texture, or content differences, as often encountered in longitudinal studies.
On the other hand, feature-based approaches rely on detecting distinctive landmarks in the images, which serve as reference points for relating and aligning the images, thus estimating the warping parameters. This approach is particularly beneficial when dealing with images that require substantial displacements to be accurately registered. Presently, feature-based techniques dominate the field of fundus image registration due to their robustness and flexibility [20].
The challenges in fundus image registration encompass image variability caused by exposure or field-of-view disparities, pathological abnormalities altering retinal morphology, and obstructions in structures. Moreover, the scarce ground truth hinders the quantitative evaluation of registration methods. Considering this, a dataset with ground truth is utilized to assess a feature-based fundus registration method. This approach incorporates a robust vascular tree segmentation method to identify feature points within a defined scope. The method is also tested on registrable image pairs with pathological changes, and results are presented based on registration error, a crucial factor in determining accuracy. Main results indicate that, despite its relative simplicity, the method demonstrates performance similar to that of other techniques. One strength of the approach lies in the distribution of feature points across the entire fundus image. Unlike more general-purpose feature detectors like SIFT, SURF, or ORB, the method guarantees the dispersion of feature points throughout the image, potentially leading to enhanced accuracy in registration outcomes.
While image registration for medical purposes has been a research topic for several decades, some works related to fundus image registration still rely on qualitative assessment due to the lack of ground truth. As validation is a key factor for its substantial inclusion in medical practice, it is essential to perform a quantitative evaluation of the performance of fundus registration methods.
Proposing this feature-based fundus image registration method, challenges in retinal analysis are addressed, including limited field of view and accurate longitudinal studies. This approach utilizes vascular tree segmentation to pinpoint feature points, ensuring image alignment. Notably, the method’s favorability lies in the uniform distribution of points across the image, enhancing registration accuracy. Quantitatively evaluated by registration error, this technique matches the performance of complex alternatives while offering simplicity and clinical potential.
This paper is organized as follows, Section 2 presents an overview of related work in the field. Subsequently, Section 3 outlines the proposed method for fundus image registration. In Section 4, the experimental results obtained by applying the proposed technique are reviewed. In Section 5, a discussion of the results is presented. Finally, Section 6 concludes the paper.

2. Related Work

Several researchers have explored different approaches for fundus image registration, aiming to align retinal images accurately. In the work by Catin et al. [21], a retina mosaicking method was introduced using a feature point detector based on a Hessian matrix approach and a 128-dimensional distribution to describe the surrounding region of the feature point. Their approach sought independence from the presence of vascular structures in the fundus image, considering conditions like bleeding or tumorous tissue that may hinder the detection of bifurcations or vascular tree segmentation. They also accounted for the curvature of the retina, treating the fundus image as part of a 3D structure for mapping.
In [22], similarity and local weighted mean transformations were employed, selecting the registration with the best accuracy as the final result. The authors developed a feature extraction method based on detection of local extrema in a hierarchical Gaussian-scale space. The detected feature points detected were located over blood vessels, which were then described using scale-invariant feature transform (SIFT) [23].
Moving towards deep learning approaches, Benvenuto et al. [24] presented an unsupervised deep learning network for deformable fundus image registration. They utilized convolutional neural networks (CNNs) and a spatial transformation network to achieve registration without requiring ground-truth data. Wang et al. [25], on the other hand, utilized deep learning for blood vessel segmentation using a Deep Retinal Image Understanding (DRIU) network, employing a pretrained model as a feature detector and descriptor. Their registration approach utilized a homographic model for warping to map the source image onto the target image.
Feng et al. [26] took a different approach, employing a fully convolutional neural network model to segment vascular structures in retinal images and detect vascular bifurcations. These bifurcations were used as feature points on the vascular mask, and transformation parameters for registration were estimated based on the correspondence of these feature points. They employed homography for registration.
Similarly, Rivas-Villar et al. [20] adopted deep learning for the detection of bifurcations and crossovers of the retinal blood vessels. Their method, which represents the first deep learning feature-based registration method in fundus imaging, utilized a neural network for keypoint detection, and RANSAC (random sample consensus) was used to match the key points, without the need for complex descriptors.
An alternative approach was presented in [27], which stands as one of the prominent methods for evaluating fundus image registration across the FIRE dataset. This technique incorporates both blood vessel bifurcations and the SIFT detector as feature points, initiating an initial camera pose estimation using RANSAC with a spherical eye model, leading to accurate outcomes. Subsequently, parameters for an ellipsoidal eye model are estimated, and the camera pose is further refined. Despite its remarkable accuracy, a notable weakness arises in its feature detection strategy, as it employs two feature detectors simultaneously, yielding a greater number of feature points. This, in turn, elevates the computational complexity of the matching and registration process, thus extending processing times. Moreover, utilizing SIFT as a feature detector in fundus images results in multiple points situated at the image’s edges, contributing feature points that might be deemed noise due to their insignificance in the matching process.
Regardless of whether deep learning is employed for feature detection, it remains crucial to identify features that effectively represent the image’s characteristics. Commonly extracted anatomical features from fundus images include blood vessel bifurcations [20,28], optic discs [29,30,31], and fovea [31,32]. Widely used feature extractors encompass SIFT [23], SURF [33], and the Harris corner detector [34]. While some works suggest that utilizing blood vessel bifurcations as feature points may lead to inaccuracies when disease is present in fundus images [21,26,35], this method adopts these features due to their invariability concerning intensity, scale, and rotation. The proposed method is evaluated using the FIRE dataset [18], a collection of images that includes a category focused on images with anatomical changes in the registrable pairs.
In contrast to the aforementioned works, this research focuses on fundus image registration based on bifurcations detected over the skeleton of segmented blood vessels. The decision not to depend on deep learning for feature extraction or matching is made to secure robustness and independence from large quantities of training data. Additionally, by using a public dataset for evaluation, this method enables direct comparisons with other techniques, facilitating the identification of improvements in fundus image registration. Although there are concerns regarding the reliability of bifurcations as feature points due to possible obstructions from tumorous tissue, the issue is addressed by utilizing a similarity transformation matrix that necessitates only two correspondences. It is expected that, at the very least, the minimum number of correspondences can be found, even in regions with tumorous tissue.

3. Proposed Method

In this section, the concept of the proposed method is introduced. The primary focus of this paper is the development of a feature-based fundus image registration method that utilizes bifurcations and crossovers located over the morphological skeleton of blood vessel segmentation as feature points. As shown in Figure 2, the proposed method comprises four main stages: feature extraction, feature matching, computation of the transformation matrix and image warping, and image blending.

3.1. Flowchart Description

The flow chart in Figure 2 provides an overview of the proposed method. The input consists of a pair of color fundus images. First, feature points are extracted, focusing on the vascular tree region. A blood vessel segmentation process is applied to the original fundus images, followed by thinning or skeletonization to detect bifurcation patterns in the thinned images. Secondly, each image’s feature points are represented by descriptors to facilitate matching between source and target images, identifying shared points. Thirdly, once the points in the source image are related to the target image, a transformation matrix is computed and applied to warp the source image. Finally, a blending process is applied to ensure a seamless resulting image, avoiding visible seams caused by potential exposure differences in the overlapped regions of the two images. Further details of the proposed method are explained in the subsequent sections.

3.2. Feature Extraction

For feature-based registration methods, the initial step involves feature extraction. In this application, feature points are located over the vascular tree. Therefore, the primary objective is to delimit the area to this specific scope by performing blood vessel segmentation. This crucial stage is based on the segmentation process proposed in [36], which entails obtaining a local coarse vessel segmentation image and a curvature image. Subsequently, morphological reconstruction is conducted using the curvature map as a marker and the coarse vessel segmentation image as a mask to generate the final vessel map.
This method emphasizes avoiding segmentation problems caused by central vessel reflex. The presence of central vessel reflex can lead to variations in intensity between the inner part of the vessel and its boundary, resulting in segmentation difficulties and occasionally producing undesired outcomes, such as gaps or hollows. This effect may cause erroneous bifurcations, making the avoidance of this issue crucial for the proposed method. Figure 3 displays the results of the coarse vessel segmentation, demonstrating successful mitigation of this problem.
After the segmentation stage, a thinning process is applied. In this application, the morphological reconstruction from the curvature map is omitted, and only coarse vessel segmentation is utilized to expedite the process. Furthermore, retaining coarse vessel segmentation allows for the detection of a few additional points along the vessels during feature detection. Although these points may not be actual vessel bifurcations or crossovers, they still serve as potential reference points in both images for the alignment process. The decision to consider these points stems from the fact that a feature extractor does not necessarily require relevant positions in the image; it only needs detectable points that can be matched between the images for alignment [37,38]. Moreover, limiting the points to bifurcations and crossovers may significantly reduce the number of candidate points [20], complicating the registration process.
The process of obtaining the local coarse vessel image begins with a preprocessing stage. This stage involves applying Gaussian smoothing, followed by the top-hat operator and contrast enhancement, on the inverted green channel of the original fundus image. The process concludes with gray-level intensity mapping to saturate high- and low-intensity values across the fundus image. For this application, 3% of the high- and low-intensity values are saturated to increase contrast and prevent the loss of bifurcations or crossovers. After the preprocessing phase, segmentation is ready to be performed. The segmentation method primarily relies on the cumulative distribution function of intensities over the image, which reveals a consistent percentage of pixels corresponding to the vascular tree within the fundus image. According to [39,40,41], this percentage ranges from 10.4% to 14.9%. Based on this evidence, first, a global threshold value ( τ i ) is determined from the cumulative distribution function. This value is obtained by identifying the maximum distance between the identity function and the curve of the cumulative distribution function calculated using Equation (1):
τ i = argmax l 0 255 f ( l ) + Δ f · ( 1 l ) 1 1 + Δ f 2 ,
where f ( l ) represents the cumulative distribution function of intensities (l), and Δ f corresponds to the difference between the cumulative probability of the highest and lowest image intensities.
Subsequently, by using a normalized gray-level co-occurrence matrix (NGLCM) [42] that is omnidirectional and normalized with a distance of d = 1 , the probability of background pixel intensity in the background region ( P b g ) is calculated. This probability is obtained by summing the probabilities of pixels with intensities of less than τ i that have surrounding pixels with intensities of less than τ i . The obtained probability, along with the correlation of the NGLCM, is used to calculate the maximum number of pixels in a square window (W) of size n × n that are likely to belong to tissue intensities allowed over a vessel for a given pixel in the preprocessed image. This is expressed by Equation (2):
τ s d = P b g · c o r r · # W
where # W corresponds to the cardinality of W, · is the largest integer less than or equal to the operand, and c o r r stands for the correlation of the NGLCM defined by Equation (3):
c o r r = x , y = l min l max P x , y x μ x y μ y σ x σ y ,
where μ and σ represent the mean and standard deviation of the pixel intensities, respectively.
The final segmentation is achieved through a pixel-by-pixel evaluation of the preprocessed image. A given pixel (p) centered in window W is classified as part of the background if the number of pixels in W with background intensities exceeds τ s d . Otherwise, pixel p is considered part of the vascular tree. An example of the coarse vessel segmentation results used in this proposal is shown in Figure 4.
Bifurcations and crossovers over the vascular tree exhibit a vessel’s characteristic of dividing itself in two, presenting a T-shaped pattern in different orientations. However, the vessel thickness varies between these patterns, so they are generalized by reducing the whole vascular tree’s thickness to one pixel. To achieve this, a skeletonization method is required. The method proposed by Zhang and Suen in [43] has proven to be effective in preserving the foreground connection while thinning the vascular tree to one pixel.
This thinning method analyzes all pixels in the binary image and their direct neighbors. The analyzed pixel features include the number of non-zero pixels in the eight surrounding pixels; the number of zero-to-one transitions in the surrounding pixels in clockwise order; and the product of the four possible triads of pixels combined from the up, down, left, and right pixels. These features are analyzed in two separate steps, which are iterated. In each iteration, pixels are modified to zero based on the results of these two steps. The process continues until no further changes occur in the image. The result is a binary skeleton with one-pixel thickness, preserving the original connectivity. Figure 5 displays an example of the resulting skeletonization stage, in which (a) highlights bifurcations found over the vessels; these bifurcations are also highlighted over the skeleton to confirm the effectiveness of preserving the connectivity present in the vessel segmentation.
Feature points are located by examining patterns present over the skeleton. Different orientations of T-shaped patterns are defined to identify these particular patterns of foreground and background pixels found in the vessel segmentation skeleton. Hit-or-Miss transform, a binary morphological operation using two structuring elements ( B 1 and B 2 ), is employed to represent the foreground (i.e., the morphological skeleton of blood vessel segmentation) and the background of the searched patterns. The bifurcation patterns over the skeleton image (A) are defined by Equation (4):
A B = A B 1 A c B 2
where ⊛, ⊖, and ∩ represent convolution, erosion, and intersection operators, respectively; B is a combination of structuring elements, where B 1 represents the pattern’s skeleton, and B 2 represents the pattern’s background; and A c denotes the complement of the skeleton image.
Bifurcations exhibit various patterns after the skeletonization process. Figure 6a shows the skeleton image, with framed areas enlarged in Figure 6b to highlight the patterns present at the bifurcation locations. It is evident that multiple patterns are present. Therefore, in Figure 6c, the structuring elements (B) used to detect the bifurcations are presented.
After detecting these patterns, the positions of bifurcations are identified, defining the feature points. Figure 7 illustrates the result of feature extraction from a fundus image.

3.3. Feature Matching

The association of the source and target images requires determination of which features are present in both images. Since fundus images lack relevant texture and the background encompasses the majority of the fundus image, a robust feature descriptor is needed. In this approach, a histogram of oriented gradients (HOG) is utilized as a local descriptor, capturing gradient information from the surrounding region of a given position and generating a feature vector based on gradient magnitude and orientation.
Before calculating the HOG descriptor for each image region, normalization is applied to reduce the impact of illumination effects. These effects may occur in registrable fundus image pairs taken from different angles, by different devices, or at different times. Each region is divided into blocks, and the gradient magnitudes of each block are distributed in a histogram according to their direction. The final descriptor is obtained by concatenating these histograms.
In this application, considering the favorable performance of the SIFT descriptor in several applications and its variants [22,44,45,46,47,48,49], the analyzed areas and blocks are replicated. For each feature point, a 16 × 16 pixel area is taken and divided into blocks of 4 × 4 pixels. This descriptor uses an eight-direction orientation histogram, resulting in a 128-dimensional feature vector for each point. Its main advantage is its invariance in response to geometric and photometric transformations.
After describing each feature point for both the source and target image, it is possible to compare feature points from the two images to find correspondences.
In ideal circumstances, each feature point and its descriptor on the source image should be distinct enough to be associated with their respective most similar feature point in the target image (i.e., nearest-neighbor matching strategy). However, the general lack of texture in fundus images, due to the predominance of the background, necessitates employing a stricter criterion when relating features. Therefore, the second-nearest-neighbor matching strategy is utilized to retain sufficiently distinct matches. The threshold for determining a valid match is set as a fraction of the magnitude of the most similar vector; for this proposal, a threshold of 0.2 is experimentally set.
At this point, candidate matches found between fundus images are determined. To reduce the number of outliers, a cross check is applied, meaning that the matching process is repeated in reverse, finding matches from the source image to the target image and vice versa. Figure 8 shows the result of these two sets of matches and the result of the cross checking, which consists of the matches found in both directions. Despite the clear decrease in the number of matches, the result is an increased inlier ratio, which facilitates the computation of the following transformation model.

3.4. Transformation Matrix Computation and Image Warping

Following feature matching between fundus images, the correspondences are employed to map the source image to the target image. A 2D planar transformation model is used to represent this relation. Given a point (P) over a planar surface, with projections ( p 1 and p 2 ) over two images, the transformation matrix (T) represents the transformation that relates p 1 and p 2 for any given point on the surface; this means p 2 = T p 1 . Different planar transformation models may be employed to relate the images, each preserving different features. Projective, affine, and similarity transformations have been used to register fundus image pairs in different applications [20,22,26,37,50,51,52,53]. Although some fundus registration applications employ these or more complex transformation models, in [54], it was demonstrated that the optimal mapping differs depending on the registered image pair. Then, since similarity and affine transformations have the advantage of requiring fewer correspondences for computation of their matrix and the simplicity of their computation, such models employed in this application, as some image pairs with anatomical changes caused by diseases may have a scarce number of correspondences.
The validation of this method with multiple models is motivated by the presence of so-called “localization error” and the varying degrees of freedom for each model. Localization error refers to the discrepancy between the detected location of a feature point and its actual or expected position (e.g., the difference between the detected bifurcation position and its exact location) in fundus images. Consequently, the localization error for a given bifurcation landmark in the source and target images may differ in distance and orientation. Considering this error is crucial when selecting a transformation model, as different models allow for varying degrees of deformation during mapping, resulting in distinct impacts of the localization error for each model. This localization error leads to a registration error, where the exact locations of points in the overlapped region do not coincide precisely when mapping the source image to the target image. This effect causes a “double exposure” artifact in the final result. Figure 9 shows a representation of these two types of errors involved in the registration process.
However, localization error is not the sole source of registration error; the selected transformation model also plays a significant role, as it represents a 3D curved surface on a 2D plane. Therefore, it is essential to consider a different model that accounts for this factor, such as those proposed in [21,27,55]. However, this work is limited to employing the similarity and affine planar transformation models because of their previously specified benefits.
The transformation matrices are computed using the Random sample consensus (RANSAC) algorithm, a resampling method that constructs models based on the minimum required observations and that widely used in image registration to eliminate incorrect matches [56,57]. It selects the final model based on the number of inliers. For each transformation model, a different number of matches is needed to compute the corresponding matrix. Affine transformation requires a minimum of three correspondences, while similarity only needs two, streamlining the fundus registration process when few correspondences are detected.
When analyzing the feature points in the fundus image, noise may cause some of these points to be in close proximity to each other. As a result, certain points could be mistakenly selected during computation of the transformation matrix by RANSAC. To address this, a constraint is introduced in this proposal, ensuring a minimum distance between randomly selected matches. This constraint prevents the inclusion of matches originating from nearby feature points. Moreover, by selecting matches that are well distributed, the impact of localization error is reduced, leading to a decrease in registration error. Equation (5) defines the number of iterations (N) required to find a model:
N = l o g 1 p l o g 1 1 v m
where p represents the probability that at least one of the randomly selected sets does not include an outlier (commonly set to 0.99), v signifies the probability of any selected data point being an outlier, and m denotes the minimum number of observations required to construct the model.

3.5. Image Blending

The image-warping process is initiated to create a single, wider fundus image based on the geometric relation between the two fundus images. While ideal conditions would entail uniform exposure in the registered images, practical scenarios deviate from this expectation due to non-uniform illumination during fundus image acquisition. Consequently, exposure differences emerge in the overlapped regions of the source and target images. Shading artifacts originating from internal reflections further contribute to exposure variations in certain regions [58]. Attempting to rectify this by simply replacing the intensity values of the overlapped area with those from the source image is unsatisfactory, as it would create an undesirable visual effect resembling a noticeable seam. Consequently, a more advanced technique is required to seamlessly join the two images, ensuring that no visible edges or seams are apparent. The multiresolution image blending technique proposed in [59] emerges as a highly effective alternative to address this issue.
The employed method is initiated by constructing Laplacian pyramids for the two images. These pyramids are generated through image subsampling, followed by upsampling and the computation of the difference between each level and its previous octave, yielding the respective Laplacian for the octave. Next, element-wise multiplication occurs between the Laplacian and the fundus image’s mask, after which the Laplacians from both images are added. Since there is an overlapping region, preserving exposure and preventing overflow necessitate division of the Laplacian addition by the sum of the masks from both the source and target images, resulting in the fused Laplacians. Finally, the blending result is obtained by upsampling the fused Laplacian from the last octave and adding it to the fused Laplacian from the previous octave, with this process repeated until the original dimension is restored. Figure 10 depicts an illustration of this image-blending process.

4. Experimental Results

This section evaluates the efficacy of the proposed method using a public database. First, the selection of the database for evaluation is introduced and justified. Next, the evaluation metrics are defined, and a quantitative analysis comparing the proposed method with related works is performed. Finally, some examples of successful results obtained with the proposed method are presented.

4.1. Dataset

This study exclusively uses the Fundus Image Registration (FIRE) dataset for evaluation. The choice of this dataset is driven by the scarcity of public databases specifically designed for fundus image registration. To date, there are only four databases with registrable image pairs (e-ophtha [60], RODREP [61], VARIA [62], and FIRE [63]). Among these datasets, FIRE stands out as the only one providing a ground truth for registration with ten control points. This feature allows for quantitative evaluation of the method’s performance and facilitates proper comparisons with previous works.
The FIRE dataset comprises 129 retinal images with a resolution of 2912 × 2912 and a field of view of 45°, forming 134 image pairs [18]. These images belong to 39 patients ranging in age from 19 to 67 years and are categorized into three different classes, each with a distinct registration application: category S is intended for super resolution, category P for mosaicking, and category A for longitudinal studies. Among these categories, only category A contains registrable pairs with anatomical changes, such as vessel tortuosity, microaneurysms, and cotton-wool spots. Table 1 provides a summary of the characteristics of the FIRE dataset, while Figure 11 illustrates the registrable image pairs, along with their respective ground-truth control points, for each category.

4.2. Evaluation Metrics

The accuracy of the proposed method was assessed using the approach described in [18]. Expertly marked control points strategically distributed on the overlap of each fundus image pair were used for registration error measurement. The registration error is computed as the mean distance between each control point in the target image and its corresponding point in the source image after registration. This evaluation was conducted for the entire dataset, as well as for each category separately.
To visualize the accuracy across different error thresholds, a 2D plot was generated. The x axis represents the error thresholds, while the y axis shows the percentage of successfully registered image pairs for each threshold. A successful registration occurs when the error is below the specified threshold. The resulting curve illustrates the success rate as a function of target accuracy, enabling a comparison of different methods and facilitating the selection of the most suitable one based on the accuracy requirements of specific applications.
This error analysis methodology is particularly beneficial when introducing image registration methods into clinical practice, as it contributes to determining the necessary level of accuracy required for clinical purposes [64,65]. Additionally, the curve is used to provide a comprehensive evaluation of the method through the analysis of the area under the curve (AUC).

4.3. Performance on the FIRE Public Dataset

Figure 12 illustrates the performance of diverse registration methods on FIRE dataset, analyzing accuracy for each category separately and overall. Additionally, Table 2 presents the area under the curve (AUC) for all compared methods. The method’s registration error in comparison with two basic models, namely the similarity and affine transformation models, is also analyzed.
The method proposed by Yang et al. in [37] aims to register natural and man-made scenes, as well as medical images, including retinal images. Their method uses corners and face points as feature points. Depending on the image pair being aligned, they employ different transformation models, such as similarity, affine, homography, and quadratic models.
Similarly, Chen et al. [50] used corners identified by a Harris detector as their feature points. Based on the number of matches obtained after feature extraction, description, and matching, different models are used. Like the proposed method, their descriptor is also gradient-based, considering the main orientation of the points.
It is evident from Figure 12 that results vary significantly across different categories. Categories S and A, with larger overlapping regions, are expected to yield a higher number of correspondences, leading to better matching performance. Conversely, category P may face challenges, as the number of potential matches is limited to the overlapping area between fundus images. In category S, the GDB-ICP method shows outstanding performance, with numerous successful registrations and small registration errors. However, it achieves successful registration for only 84.5% of the category, while both the proposed method and the Harris-PIIFD method achieve 100% success, with a greater tolerance of registration errors. In category A, the Harris-PIIFD method stands out, with a success rate of 78.51%, while the proposed method reaches a maximum of 57.15%. Each method in this category shows low success rates for small registration errors. Furthermore, for category P, the GDB-ICP method outperforms the other presented methods, but with a greater tolerance to error, the proposed method’s success rate surpasses that of GDB-ICP. Table 3 provides more details on the registration errors for the methods compared in Figure 12, which are similar that of the method presented in this paper in terms of feature extraction. By analyzing the area under the curve (AUC) (Table 2), it is evident that the proposed method outperforms GDB-ICP in both category S and category A. In category P, the proposed method’s performance surpasses that of the Harris-PIIFD method.
However, the REMPE method (H-M 17) [27] surpasses the performance of that of all the previously mentioned techniques, achieving an outstanding area under the curve (AUC) of 0.773 for the complete dataset, thereby emerging as the top-performing approach within this dataset. The study in which the REMPE method primarily was proposed primarily centered on estimating eye pose and shape in order to register fundus images, employing the extracted feature points from bifurcations and SIFT as a basis for 3D pose estimation and utilizing various eye models for improved accuracy.
Table 4 provides a comprehensive comparison of the features associated with the methods depicted in Figure 12. Notably, the method proposed in this work exhibits similarities to the Harris-PIIFD and GDB-ICP approaches. This observation sets the stage for a more detailed comparison of these methods, as elaborated upon in Table 3. Table 3 shows that the proposed method surpasses other presented methods in terms of the number of successful registrations. These methods correspond to the top methods that are similar to our approach in terms of the registration process. However, it is also true that our method exhibits slightly less precision compared to the GDB-ICP method, which stands out for its high precision but with a lower number of successfully registered image pairs. Moreover, our proposal demonstrates increased registration error and standard deviation when compared to the other methods. These errors can be attributed to two factors: localization error and the selection of matches during the RANSAC process. During feature extraction, some inaccuracies from segmentation persist, leading to discrepancies between points in the source image and their corresponding points in the target image. Nonetheless, due to the similarity of the regions and the minor localization error, the descriptors are deemed sufficiently similar and are included in the RANSAC process. Figure 13 showcases sample results obtained for each category of the FIRE dataset, illustrating correct matches and the results after the registration process.

5. Discussion

The primary objective of this research was to develop a feature-based fundus image registration method utilizing blood vessel bifurcations as feature points. The aim was to contribute to a baseline for fundus image registration and address the absence of validation for previously proposed methods in the field. A comparison with other registration methods was conducted, and the performance of the technique was evaluated using registration error as the key metric.
The proposed method involves a multistep process to achieve fundus image registration. The registration process is initiated by employing a robust blood vessel segmentation technique to define the region of interest. The segmentation process plays a crucial role in accurately detecting feature points within the fundus image. A thinning or skeletonization process is applied to the segmented blood vessels to achieve single-pixel thickness, enabling the detection of bifurcation patterns over the vessel skeleton. The detected bifurcation patterns are used as feature points for the registration process. These feature points are represented using a histogram of oriented gradients (HOG) descriptors. The correspondences between feature points are established using the second-nearest-neighbor and random sample consensus (RANSAC) algorithms to remove outliers. Image registration is performed using similarity transformation and affine transformation models, with similarity transformation demonstrating superior accuracy for this application. Lastly, image blending based on Laplacian pyramid is applied to create a seamless registered fundus image.
Comparable performance to that of other similar techniques was exhibited by our method, which, despite its relative simplicity, displayed strength in the distribution of feature points over the entire fundus image. Unlike more general-purpose feature detectors like SIFT, SURF, or ORB, this approach ensures the distribution of feature points throughout the image, potentially leading to more accurate registration results. Moreover, these general-purpose feature detectors tend to detect numerous features over the fundus image outline, as demonstrated in [26], generating undesired outliers and slowing the feature-matching process.
Several challenges were encountered during the research despite the promising results. The development of a robust method for blood vessel segmentation proved to be the most significant challenge, as the accuracy of feature point detection heavily relies on the quality of the segmentation process. For feature points, a histogram of oriented gradients (HOG) descriptor was used, which outperformed other descriptors such as local binary patterns (LBPs) and fast retina keypoint (FREAK). The potential for further improvement in overall registration accuracy is recognized by considering the adoption of even more robust segmentation techniques, such as convolutional neural-network-based methods.
Another challenge emerged in obtaining a suitable dataset for quantitative evaluation. Due to the lack of annotated data specifically designed for fundus image registration, the FIRE dataset was utilized, enabling a significant quantitative evaluation. The scarcity of annotated data not only hinders the comparison of techniques but also imposes limitations on the development of deep-learning-based approaches that require large amounts of data.
The proposed feature-based fundus image registration method holds potential applications in the medical field. One of the main uses is assisting in the evaluation of retinal diseases. By enabling a broader field of view and aligning fundus images for comparison in longitudinal studies, this method can aid in the early detection and monitoring of retinal pathologies. However, the level of accuracy required for fundus image registration to be incorporated into clinical practice remains uncertain, which may influence its practical implementation.

6. Conclusions and Future Work

This research presents a viable approach for feature-based fundus image registration using blood vessel bifurcations as feature points. The method demonstrates competitive performance compared to existing techniques, showcasing the reliability of bifurcations in registering fundus images. The significance of achieving feature point distribution lies in the potential to improve registration accuracy by reducing localization errors. While a dispersed distribution is exhibited by the method, it is acknowledged that further enhancements can be achieved by improving blood vessel segmentation and feature point detection.
Challenges related to feature-based registration using bifurcations are addressed by our research, accommodating scenarios where blood vessels may be obstructed by retinal pathologies or tumorous tissues. Potential feature points can be detected by the method even in regions with minimal bifurcations, rendering it robust and adaptable. Practical applications encompass assisting ophthalmologists in retinal analysis for longitudinal studies, treatment comparisons, and disease progression monitoring.
For future work, the method will be optimized for real-time applications by exploring efficient algorithms for feature detection and image blending. Stronger feature descriptors will be investigated to improve the matching process while balancing computational efficiency and accuracy. Additionally, the need for larger annotated datasets is emphasized to facilitate the comparison of future methods and the development of deep-learning-based approaches.
In conclusion, this research contributes to the advancement of fundus image registration by providing an effective and reliable method based on blood vessel bifurcations. As optimizations and further advancements are explored, the proposed approach holds promise for practical applications in retinal analysis and medical imaging domains.

Author Contributions

Conceptualization, J.E.O.-A., W.D. and Y.P.; methodology, J.E.O.-A. and Y.P.; software, J.E.O.-A.; validation, J.E.O.-A., L.W. and W.D.; formal analysis, J.E.O.-A.; investigation, J.E.O.-A.; resources, L.W.; data curation, J.E.O.-A. and L.W.; writing—original draft preparation, J.E.O.-A.; writing—review and editing, W.D.; visualization, J.E.O.-A.; supervision, W.D.; project administration, J.E.O.-A.; funding acquisition, W.D. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The FIRE database in this study is openly available at https://projects.ics.forth.gr/cvrl/fire/ accessed on 7 September 2023.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Attallah, O. DIAROP: Automated deep learning-based diagnostic tool for retinopathy of prematurity. Diagnostics 2021, 11, 2034. [Google Scholar] [CrossRef] [PubMed]
  2. Alyoubi, W.L.; Abulkhair, M.F.; Shalash, W.M. Diabetic retinopathy fundus image classification and lesions localization system using deep learning. Sensors 2021, 21, 3704. [Google Scholar] [CrossRef] [PubMed]
  3. Shankar, K.; Zhang, Y.; Liu, Y.; Wu, L.; Chen, C.H. Hyperparameter tuning deep learning for diabetic retinopathy fundus image classification. IEEE Access 2020, 8, 118164–118173. [Google Scholar] [CrossRef]
  4. Mateen, M.; Wen, J.; Song, S.; Huang, Z. Fundus image classification using VGG-19 architecture with PCA and SVD. Symmetry 2018, 11, 1. [Google Scholar] [CrossRef]
  5. Yan, Q.; Weeks, D.E.; Xin, H.; Swaroop, A.; Chew, E.Y.; Huang, H.; Ding, Y.; Chen, W. Deep-learning-based prediction of late age-related macular degeneration progression. Nat. Mach. Intell. 2020, 2, 141–150. [Google Scholar] [CrossRef]
  6. Tan, J.H.; Bhandary, S.V.; Sivaprasad, S.; Hagiwara, Y.; Bagchi, A.; Raghavendra, U.; Rao, A.K.; Raju, B.; Shetty, N.S.; Gertych, A.; et al. Age-related macular degeneration detection using deep convolutional neural network. Future Gener. Comput. Syst. 2018, 87, 127–135. [Google Scholar] [CrossRef]
  7. García-Floriano, A.; Ferreira-Santiago, Á.; Camacho-Nieto, O.; Yáñez-Márquez, C. A machine learning approach to medical image classification: Detecting age-related macular degeneration in fundus images. Comput. Electr. Eng. 2019, 75, 218–229. [Google Scholar] [CrossRef]
  8. Pham, Q.; Ahn, S.; Song, S.J.; Shin, J. Automatic drusen segmentation for age-related macular degeneration in fundus images using deep learning. Electronics 2020, 9, 1617. [Google Scholar] [CrossRef]
  9. Raghavendra, U.; Fujita, H.; Bhandary, S.V.; Gudigar, A.; Tan, J.H.; Acharya, U.R. Deep convolution neural network for accurate diagnosis of glaucoma using digital fundus images. Inf. Sci. 2018, 441, 41–49. [Google Scholar] [CrossRef]
  10. Diaz-Pinto, A.; Morales, S.; Naranjo, V.; Köhler, T.; Mossi, J.M.; Navea, A. CNNs for automatic glaucoma assessment using fundus images: An extensive validation. BioMed. Eng. Online 2019, 18, 29. [Google Scholar] [CrossRef]
  11. Hemelings, R.; Elen, B.; Barbosa-Breda, J.; Lemmens, S.; Meire, M.; Pourjavan, S.; Vandewalle, E.; de Veire, S.V.; Blaschko, M.B.; De Boever, P.; et al. Accurate prediction of glaucoma from colour fundus images with a convolutional neural network that relies on active and transfer learning. Acta Ophthalmol. 2020, 98, e94–e100. [Google Scholar] [CrossRef] [PubMed]
  12. Veena, H.N.; Muruganandham, A.; Kumaran, T.S. A novel optic disc and optic cup segmentation technique to diagnose glaucoma using deep learning convolutional neural network over retinal fundus images. J. King Saud Univ. Comput. Inf. Sci. 2021, 34, 6187–6198. [Google Scholar] [CrossRef]
  13. Mishra, C.; Tripathy, K. Fundus Camera; StatPearls Publishing: Tampa, FL, USA, 2022. [Google Scholar]
  14. Lei, B.; Zhou, M.; Wang, Z.; Chang, Q.; Xu, G.; Jiang, R. Ultra-wide-field fundus imaging of acute retinal necrosis: Clinical characteristics and visual significance. Eye 2020, 34, 864–872. [Google Scholar] [CrossRef] [PubMed]
  15. Akram, M.U.; Usmani, D.; Ahmad, T.; Abbas, S.; Noor, S.F. Seamless Fundus image stitching using WLD to improve field of view. In Proceedings of the 2015 Fifth International Conference on Digital Information and Communication Technology and Its Applications (DICTAP), Beirut, Lebanon, 29 April–1 May 2015; pp. 106–110. [Google Scholar] [CrossRef]
  16. Casado-García, Á.; García-Domínguez, M.; Heras, J.; Inés, A.; Royo, D.; Zapata, M.Á. Prediction of epiretinal membrane from retinal fundus images using deep learning. In Advances in Artificial Intelligence: 19th Conference of the Spanish Association for Artificial Intelligence, CAEPIA 2020/2021, Málaga, Spain, 22–24 September 2021; Proceedings 19; Springer International Publishing: Berlin/Heidelberg, Germany, 2021; pp. 3–13. [Google Scholar]
  17. Toslak, D.; Thapa, D.; Chen, Y.; Erol, M.K.; Chan, R.P.; Yao, X. Trans-palpebral illumination: An approach for wide-angle fundus photography without the need for pupil dilation. Opt. Lett. 2016, 41, 2688. [Google Scholar] [CrossRef]
  18. Hernandez-Matas, C.; Zabulis, X.; Triantafyllou, A.; Anyfanti, P.; Douma, S.; Argyros, A.A. FIRE: Fundus image registration dataset. Model. Artif. Intell. Ophthalmol. 2017, 1, 16–28. [Google Scholar] [CrossRef]
  19. Das, V.; Dandapat, S.; Bora, P.K. A novel diagnostic information based framework for super-resolution of retinal fundus images. Comput. Med. Imaging Graph. 2019, 72, 22–33. [Google Scholar] [CrossRef] [PubMed]
  20. Rivas-Villar, D.; Hervella, Á.S.; Rouco, J.; Novo, J. Color fundus image registration using a learning-based domain-specific landmark detection methodology. Comput. Biol. Med. 2022, 140, 105101. [Google Scholar] [CrossRef] [PubMed]
  21. Cattin, P.C.; Bay, H.; Gool, L.V.; Székely, G. Retina mosaicing using local features. In International Conference on Medical Image Computing and Computer-Assisted Intervention, Copenhagen, Denmark, 1–6 October 2006; Springer: Berlin/Heidelberg, Germany, 2016; pp. 185–192. [Google Scholar]
  22. Ramli, R.; Hasikin, K.; Idris, M.Y.I.; Karim, N.K.A.; Wahab, A.W.A. Fundus image registration technique based on local feature of retinal vessels. Appl. Sci. 2021, 11, 11201. [Google Scholar] [CrossRef]
  23. Lowe, D.G. Object recognition from local scale-invariant features. In Proceedings of the Seventh IEEE International Conference on Computer Vision, Kerkyra, Greece, 20–27 September 1999; Volume 2, pp. 1150–1157. [Google Scholar]
  24. Benvenuto, G.A.; Colnago, M.; Casaca, W. Unsupervised Deep Learning Network for Deformable Fundus Image Registration. In Proceedings of the 2022 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP 2022), Singapore, 23–27 May 2022; pp. 1281–1285. [Google Scholar]
  25. Wang, Y.; Zhang, J.; An, C.; Cavichini, M.; Jhingan, M.; Amador-Patarroyo, M.J.; Long, C.P.; Bartsch, D.G.; Freeman, W.R.; Nguyen, T.Q. A segmentation based robust deep learning framework for multimodal retinal image registration. In Proceedings of the 2020 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP 2020), Barcelona, Spain, 4–8 May 2020; pp. 1369–1373. [Google Scholar]
  26. Feng, X.; Cai, G.; Gou, X.; Yun, Z.; Wang, W.; Yang, W. Retinal mosaicking with vascular bifurcations detected on vessel mask by a convolutional network. J. Healthcare Eng. 2020, 2020, 7156408. [Google Scholar] [CrossRef]
  27. Hernandez-Matas, C.; Zabulis, X.; Argyros, A.A. REMPE: Registration of retinal images through eye modelling and pose estimation. IEEE J. Biomed. Health Inform. 2020, 24, 3362–3373. [Google Scholar] [CrossRef]
  28. Chen, L.; Huang, X.; Tian, J. Retinal image registration using topological vascular tree segmentation and bifurcation structures. Biomed. Signal Process. Control 2015, 16, 22–31. [Google Scholar] [CrossRef]
  29. Ramani, R.G.; Shanthamalar, J.J. Improved image processing techniques for optic disc segmentation in retinal fundus images. Biomed. Signal Process. Control 2020, 58, 101832. [Google Scholar] [CrossRef]
  30. Wang, L.; Liu, H.; Lu, Y.; Chen, H.; Zhang, J.; Pu, J. A coarse-to-fine deep learning framework for optic disc segmentation in fundus images. Biomed. Signal Process. Control 2019, 51, 82–89. [Google Scholar] [CrossRef] [PubMed]
  31. Kim, G.Y.; Lee, S.H.; Kim, S.M. Automated segmentation and quantitative analysis of optic disc and fovea in fundus images. Multimed. Tools Appl. 2021, 80, 24205–24220. [Google Scholar] [CrossRef]
  32. Sedai, S.; Tennakoon, R.; Roy, P.; Cao, K.; Garnavi, R. Multi-stage segmentation of the fovea in retinal fundus images using fully convolutional neural networks. In Proceedings of the 2017 IEEE 14th International Symposium on Biomedical Imaging (ISBI 2017), Melbourne, VIC, Australia, 18–21 April 2017; pp. 1083–1086. [Google Scholar]
  33. Bay, H.; Tuytelaars, T.; Van Gool, L. Surf: Speeded up robust features. Lect. Notes Comput. Sci. 2006, 3951, 404–417. [Google Scholar]
  34. Harris, C.; Stephens, M. A combined corner and edge detector. In Proceedings of the Alvey Vision Conference, Manchester, UK, 31 August–2 September 1988; Volume 15, pp. 147–151. [Google Scholar]
  35. Ramamohanarao, K.; Nguyen, U.T.; Bhuiyan, A. Retinal vascular feature analysis using color fundus imaging. In Proceedings of the 2013 ISSNIP Biosignals and Biorobotics Conference: Biosignals and Robotics for Better and Safer Living (BRC), Rio de Janeiro, Brazil, 18–20 February 2013; pp. 1–9. [Google Scholar]
  36. Neto, L.C.; Ramalho, G.L.; Neto, J.F.R.; Veras, R.M.; Medeiros, F.N. An unsupervised coarse-to-fine algorithm for blood vessel segmentation in fundus images. Expert Syst. Appl. 2017, 78, 182–192. [Google Scholar] [CrossRef]
  37. Yang, G.; Stewart, C.V.; Sofka, M.; Tsai, C.L. Registration of challenging image pairs: Initialization, estimation, and decision. IEEE Trans. Pattern Anal. Mach. Intell. 2007, 29, 1973–1989. [Google Scholar] [CrossRef] [PubMed]
  38. Liu, X.; Xue, J.; Xu, X.; Lu, Z.; Liu, R.; Zhao, B.; Li, Y.; Miao, Q. Robust Multimodal Remote Sensing Image Registration Based on Local Statistical Frequency Information. Remote Sens. 2022, 14, 1051. [Google Scholar] [CrossRef]
  39. Fraz, M.M.; Remagnino, P.; Hoppe, A.; Uyyanonvara, B.; Rudnicka, A.R.; Owen, C.G.; Barman, S.A. Blood vessel segmentation methodologies in retinal images—A survey. Comput. Methods Programs Biomed. 2012, 108, 407–433. [Google Scholar] [CrossRef]
  40. Bankhead, P.; Scholfield, C.N.; McGeown, J.G.; Curtis, T.M. Fast retinal vessel detection and measurement using wavelets and edge location refinement. PloS ONE 2012, 7, e32435. [Google Scholar] [CrossRef]
  41. Wang, W.; Zhang, J.; Wu, W.; Zhou, S. An automatic approach for retinal vessel segmentation by multi-scale morphology and seed point tracking. J. Med. Imaging Health Inform. 2018, 8, 262–274. [Google Scholar] [CrossRef]
  42. Haralick, R.M.; Shanmugam, K.; Dinstein, I.H. Textural features for image classification. IEEE Trans. Syst. Man Cybern. 1973, 6, 610–621. [Google Scholar] [CrossRef]
  43. Zhang, T.Y.; Suen, C.Y. A fast parallel algorithm for thinning digital patterns. Commun. ACM 1984, 27, 236–239. [Google Scholar] [CrossRef]
  44. Yi, Z.; Cao, Z.; Yang, X. Multi-spectral remote image registration based on SIFT. Electron. Lett. 2008, 44, 107–108. [Google Scholar] [CrossRef]
  45. Lv, G.; Teng, S.W.; Lu, G. Enhancing SIFT-based image registration performance by building and selecting highly discriminating descriptors. Pattern Recognit. Lett. 2016, 84, 156–162. [Google Scholar] [CrossRef]
  46. Xiang, Y.; Wang, F.; You, H. OS-SIFT: A robust SIFT-like algorithm for high-resolution optical-to-SAR image registration in suburban areas. IEEE Trans. Geosci. Remote Sens. 2018, 56, 3078–3090. [Google Scholar] [CrossRef]
  47. Ma, W.; Wen, Z.; Wu, Y.; Jiao, L.; Gong, M.; Zheng, Y.; Liu, L. Remote sensing image registration with modified SIFT and enhanced feature matching. IEEE Geosci. Remote Sens. Lett. 2016, 14, 3–7. [Google Scholar] [CrossRef]
  48. Paul, S.; Pati, U.C. SAR image registration using an improved SAR-SIFT algorithm and Delaunay-triangulation-based local matching. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2019, 12, 2958–2966. [Google Scholar] [CrossRef]
  49. Paul, S.; Durgam, U.K.; Pati, U.C. Multimodal optical image registration using modified SIFT. In Progress in Intelligent Computing Techniques: Theory, Practice, and Applications: Proceedings of ICACNI 2016; Springer: Singapore, 2018; Volume 1, pp. 123–129. [Google Scholar]
  50. Chen, J.; Tian, J.; Lee, N.; Zheng, J.; Smith, R.T.; Laine, A.F. A partial intensity invariant feature descriptor for multimodal retinal image registration. IEEE Trans. Biomed. Eng. 2010, 57, 1707–1718. [Google Scholar] [CrossRef]
  51. Chen, L.; Xiang, Y.; Chen, Y.; Zhang, X. Retinal image registration using bifurcation structures. In Proceedings of the 2011 18th IEEE International Conference on Image Processing, Brussels, Belgium, 11–14 September 2011. [Google Scholar]
  52. Tsai, C.L.; Li, C.Y.; Yang, G.; Lin, K.S. The edge-driven dual-bootstrap iterative closest point algorithm for registration of multimodal fluorescein angiogram sequence. IEEE Trans. Med. Imaging 2009, 29, 636–649. [Google Scholar] [CrossRef]
  53. Lee, J.A.; Liu, P.; Cheng, J.; Fu, H. A deep step pattern representation for multimodal retinal image registration. In Proceedings of the IEEE/CVF International Conference on Computer Vision 2019, Seoul, Republic of Korea, 27 October–2 November 2019; pp. 5077–5086. [Google Scholar]
  54. Motta, D.; Casaca, W.; Paiva, A. Fundus image transformation revisited: Towards determining more accurate registrations. In Proceedings of the 2018 IEEE 31st International Symposium on Computer-Based Medical Systems (CBMS), Karlstad, Sweden, 18–21 June 2018; pp. 227–232. [Google Scholar]
  55. Can, A.; Stewart, C.V.; Roysam, B. Robust hierarchical algorithm for constructing a mosaic from images of the curved human retina. In Proceedings of the 1999 IEEE Computer Society Conference on Computer Vision and Pattern Recognition (Cat. No PR00149), Fort Collins, CO, USA, 23–25 June 1999; Volume 2. [Google Scholar]
  56. Ulmschneider, M.; Gentner, C. RANSAC for exchanging maps in multipath assisted positioning. In Proceedings of the 2019 IEEE International Conference on Industrial Cyber Physical Systems (ICPS), Taipei, Taiwan, 6–9 May 2019; pp. 275–281. [Google Scholar]
  57. Derpanis, K.G. Overview of the RANSAC Algorithm; York University: Rochester, NY, USA, 2010; Volume 4, pp. 2–3. [Google Scholar]
  58. Manohar, P.; Singh, V. Morphological approach for Retinal Microaneurysm detection. In Proceedings of the 2018 Second International Conference on Advances in Electronics, Computers and Communications (ICAECC), Bangalore, India, 9–10 February 2018; pp. 1–7. [Google Scholar]
  59. Burt, P.J.; Adelson, E.H. A multiresolution spline with application to image mosaics. ACM Trans. Graph. (TOG) 1983, 2, 217–236. [Google Scholar] [CrossRef]
  60. e-ophtha: A Color Fundus Image Database. Available online: https://www.adcis.net/en/Download-Third-Party/E-Ophtha.html (accessed on 26 October 2022).
  61. RODREP: Rotterdam Ophthalmic Data Repository Longitudinal Diabetic Retinopathy Screening Data. Available online: http://www.rodrep.com/longitudinal-diabetic-retinopathy-screening---description.html (accessed on 26 October 2022).
  62. VARIA. Available online: http://www.varpa.es/research/biometrics.html (accessed on 26 October 2022).
  63. FIRE: Fundus Image Registration Dataset. Available online: https://projects.ics.forth.gr/cvrl/fire/ (accessed on 26 October 2022).
  64. Viergever, M.A.; Maintz, J.A.; Klein, S.; Murphy, K.; Staring, M.; Pluim, J.P. A survey of medical image registration—Under review. Med. Image Anal. 2016, 33, 140–144. [Google Scholar] [CrossRef]
  65. Chen, T.; Yuan, M.; Tang, J.; Lu, L. Digital Analysis of Smart Registration Methods for Magnetic Resonance Images in Public Healthcare. Front. Public Health 2022, 10, 896967. [Google Scholar] [CrossRef]
Figure 1. Comparison of the field of view between (a) a conventional fundus image [18] and (b) a wide-angle fundus image. The images correspond to different patients and are used solely to contrast the scope difference between the two techniques.
Figure 1. Comparison of the field of view between (a) a conventional fundus image [18] and (b) a wide-angle fundus image. The images correspond to different patients and are used solely to contrast the scope difference between the two techniques.
Sensors 23 07809 g001
Figure 2. Flow chart of the proposed method, with stages involving processing of both source and target images shown as steps with two images.
Figure 2. Flow chart of the proposed method, with stages involving processing of both source and target images shown as steps with two images.
Sensors 23 07809 g002
Figure 3. Comparison of (a) a section of a fundus image with vessel reflex over a major vessel and (b) the result of coarse vessel segmentation, where the problem of vessel reflex is successfully avoided.
Figure 3. Comparison of (a) a section of a fundus image with vessel reflex over a major vessel and (b) the result of coarse vessel segmentation, where the problem of vessel reflex is successfully avoided.
Sensors 23 07809 g003
Figure 4. Stages of coarse vessel segmentation: (a) original fundus image; (b) green channel inverted; (c) applying mask and Gaussian smoothing over the green channel; (d) top-hat transform applied over the smoothed image; (e) histogram stretching over the top-hat transform to increase the contrast between vessels and background; (f) coarse vessel segmentation result.
Figure 4. Stages of coarse vessel segmentation: (a) original fundus image; (b) green channel inverted; (c) applying mask and Gaussian smoothing over the green channel; (d) top-hat transform applied over the smoothed image; (e) histogram stretching over the top-hat transform to increase the contrast between vessels and background; (f) coarse vessel segmentation result.
Sensors 23 07809 g004
Figure 5. Comparison of (a) The original coarse vessel segmentation and (b) the skeleton obtained using the Zhang–Suen algorithm. The framed areas in (a,b) correspond to regions with bifurcations, which are highlighted to demonstrate the efficiency of the skeletonization method in preserving connections.
Figure 5. Comparison of (a) The original coarse vessel segmentation and (b) the skeleton obtained using the Zhang–Suen algorithm. The framed areas in (a,b) correspond to regions with bifurcations, which are highlighted to demonstrate the efficiency of the skeletonization method in preserving connections.
Sensors 23 07809 g005
Figure 6. (a) Skeleton of fundus image (A) and (b) samples of bifurcation patterns detected over the skeleton. (c) Structuring elements (B), where white, black, and gray pixels represent the skeleton pattern, background, and the indifference of the searched pattern, respectively.
Figure 6. (a) Skeleton of fundus image (A) and (b) samples of bifurcation patterns detected over the skeleton. (c) Structuring elements (B), where white, black, and gray pixels represent the skeleton pattern, background, and the indifference of the searched pattern, respectively.
Sensors 23 07809 g006
Figure 7. Fundus image displaying the extracted feature points used in the fundus registration process.
Figure 7. Fundus image displaying the extracted feature points used in the fundus registration process.
Sensors 23 07809 g007
Figure 8. Matches obtained using second-nearest-neighbor matching from (a) source to target image and (b) from target to source image and (c) the result of cross checking. After cross checking, the density of inliers is notably increased. The white zoomed-in boxes show that (a) various match lines point in different directions, although (c) these matches are dismissed, leading to an increased number of inlier matches. Matches are marked with different colors to enhance the visualization.
Figure 8. Matches obtained using second-nearest-neighbor matching from (a) source to target image and (b) from target to source image and (c) the result of cross checking. After cross checking, the density of inliers is notably increased. The white zoomed-in boxes show that (a) various match lines point in different directions, although (c) these matches are dismissed, leading to an increased number of inlier matches. Matches are marked with different colors to enhance the visualization.
Sensors 23 07809 g008
Figure 9. Representation of (a) localization error and (b) registration error. In (a), the green square represents the true position of the bifurcation, while the blue crosses indicate the detected positions for the same bifurcation in the source and target images. The distance between the true position and each detected position is known as localization error. In (b), the green and blue crosses illustrate the same locations on the fundus images. However, after aligning the images, the positions differ, resulting in registration error, which leads to a loss of sharpness.
Figure 9. Representation of (a) localization error and (b) registration error. In (a), the green square represents the true position of the bifurcation, while the blue crosses indicate the detected positions for the same bifurcation in the source and target images. The distance between the true position and each detected position is known as localization error. In (b), the green and blue crosses illustrate the same locations on the fundus images. However, after aligning the images, the positions differ, resulting in registration error, which leads to a loss of sharpness.
Sensors 23 07809 g009
Figure 10. Laplacian pyramid image blending process over three octaves. M n represents the sum of masks from both source and target images in the n-th octave. Light-gray shaded stages represent the processing of source and target images. Laplacian pyramid and fused Laplacian images are visually enhanced for improved contrast and brightness.
Figure 10. Laplacian pyramid image blending process over three octaves. M n represents the sum of masks from both source and target images in the n-th octave. Light-gray shaded stages represent the processing of source and target images. Laplacian pyramid and fused Laplacian images are visually enhanced for improved contrast and brightness.
Sensors 23 07809 g010
Figure 11. Registrable fundus image pairs from the three different categories of the FIRE dataset. The left column exhibits the original fundus images, while the right column displays the same fundus images with their corresponding annotated control points. These control points were are based on the coordinates provided by the dataset as ground truth. The left original images correspond to the left images in the ground truth, and the right original images correspond to the right images in the ground truth.
Figure 11. Registrable fundus image pairs from the three different categories of the FIRE dataset. The left column exhibits the original fundus images, while the right column displays the same fundus images with their corresponding annotated control points. These control points were are based on the coordinates provided by the dataset as ground truth. The left original images correspond to the left images in the ground truth, and the right original images correspond to the right images in the ground truth.
Sensors 23 07809 g011
Figure 12. Comparison of retinal image registration methods on the FIRE dataset, including results of the proposed method.
Figure 12. Comparison of retinal image registration methods on the FIRE dataset, including results of the proposed method.
Sensors 23 07809 g012
Figure 13. Image registration results of sample image pairs from the FIRE dataset for super-resolution imaging (top row), image mosaicking (central row), and longitudinal study (bottom row).
Figure 13. Image registration results of sample image pairs from the FIRE dataset for super-resolution imaging (top row), image mosaicking (central row), and longitudinal study (bottom row).
Sensors 23 07809 g013
Table 1. FIRE dataset description.
Table 1. FIRE dataset description.
Category SCategory PCategory A
Total image pairs714914
Approximate overlap>75%<75%>75%
Anatomical changesNoNoYes
Table 2. Comparison of area under the curve (AUC) for various retinal image registration methods.
Table 2. Comparison of area under the curve (AUC) for various retinal image registration methods.
Category SCategory PCategory AFIRE
REMPE (H-M 17)0.9580.5420.6600.773
Harris-PIIFD0.9000.0900.4430.553
GDB-ICP0.8140.3030.3030.576
ED-DB-ICP0.6040.4410.4970.553
SURF + WGTM0.8350.0610.0690.472
RIR-BS0.7720.0490.1240.440
EyeSLAM0.3080.2240.2690.273
ATS-RGM0.3690.0000.1470.211
Our method 10.8350.1270.3600.526
Our method 20.8030.1080.3280.499
1 Similarity transformation. 2 Affine transformation.
Table 3. Comparison of registration error for different retinal image registration methods.
Table 3. Comparison of registration error for different retinal image registration methods.
MethodSuccessful
Registrations 1
Registration Error (Pixels)
MinMaxMeanStandard Deviation
Category S
Harris-PIIFD710.78512.8502.9811.969
GDB-ICP600.4864.5751.4260.777
Proposed method 2711.02716.2574.1142.813
Proposed method 3711.53821.4254.9533.306
Category P
Harris-PIIFD1310.0413870.632134.862580.485
GDB-ICP171.9466.3233.2591.133
Proposed method 2238.4641072.12874.586177.689
Proposed method 3165.1804457.581365.182899.763
Category A
Harris-PIIFD113.3191486.255149.331396.753
GDB-ICP52.35410.4164.3163.443
Proposed method 283.3001302.518284.825486.440
Proposed method 374.5118676.2831034.9732316.048
FIRE
Harris-PIIFD950.7853870.63264.298367.154
GDB-ICP820.48610.4161.9901.486
Proposed method 21021.0271302.51859.212203.945
Proposed method 3941.5388676.283244.292958.260
1 Registrations with an error of 0–25 pixels. 2 Similarity transformation. 3 Affine transformation.
Table 4. Comparison of method features for fundus image registration on the FIRE dataset, as depicted in Figure 12.
Table 4. Comparison of method features for fundus image registration on the FIRE dataset, as depicted in Figure 12.
MethodTransformation ModelStrategyFeatures Points
REMPE (H-M 17)Ellipsoid eye modelCamera pose estimationSIFT and bifurcations
Harris-PIIFDPolynomialTransformation model estimationCorners
GDB-ICPQuadraticTransformation model estimationCorners and edges
Proposed methodSimilarity/affineTransformation model estimationBifurcations
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Ochoa-Astorga, J.E.; Wang, L.; Du, W.; Peng, Y. A Straightforward Bifurcation Pattern-Based Fundus Image Registration Method. Sensors 2023, 23, 7809. https://doi.org/10.3390/s23187809

AMA Style

Ochoa-Astorga JE, Wang L, Du W, Peng Y. A Straightforward Bifurcation Pattern-Based Fundus Image Registration Method. Sensors. 2023; 23(18):7809. https://doi.org/10.3390/s23187809

Chicago/Turabian Style

Ochoa-Astorga, Jesús Eduardo, Linni Wang, Weiwei Du, and Yahui Peng. 2023. "A Straightforward Bifurcation Pattern-Based Fundus Image Registration Method" Sensors 23, no. 18: 7809. https://doi.org/10.3390/s23187809

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop