Abstract

One of the key steps in the iris recognition system is the accurate iris segmentation from its surrounding noises including pupil, sclera, eyelashes, and eyebrows of a captured eye-image. This paper presents a novel iris segmentation scheme which utilizes the orientation matching transform to outline the outer and inner iris boundaries initially. It then employs Delogne-Kåsa circle fitting (instead of the traditional Hough transform) to further eliminate the outlier points to extract a more precise iris area from an eye-image. In the extracted iris region, the proposed scheme further utilizes the differences in the intensity and positional characteristics of the iris, eyelid, and eyelashes to detect and delete these noises. The scheme is then applied on iris image database, UBIRIS.v1. The experimental results show that the presented scheme provides a more effective and efficient iris segmentation than other conventional methods.

1. Introduction

Biometric recognition is used to automatically recognize individuals based on the different and unique physiological characteristics such as face, ear, fingerprint, gait, iris, palm prints, and voice. Human’s iris pattern can be used as an ideal biometric character due to its uniqueness between individuals and its fixated pattern throughout individual’s life [1, 2].

The iris recognition scheme consists of six steps: eye-image capture, iris extraction, normalization, preprocessing, feature extraction, and matching [2]. Accurate iris extraction is probably the most important step because it greatly influences the overall recognition accuracy and processing speed. The iris is often surrounded by noise, such as the pupil, sclera, eyelashes, and eyebrows, which will need to be removed accordingly to achieve accurate iris extraction.

In the published iris segmentation schemes, the integral differential operator and Hough transform are frequently utilized. Daugman [3] used an integral differential operator to remove the potential eyelid noise to localize the iris regions. He used the gradient ascent and radial Gaussian methods to fit the circular contours. De Martin-Roche et al. [4] applied the histogram stretch method on a grayscale eye-image to find the three circumference parameters, center , and radius to maximize the average intensity differences of five consecutive circumferences. Circles with the detected circumference parameters are considered the iris-boundaries. Camus and Wildes [5] took a gradient-based Hough transform on the edge map of an eye-image to detect the iris-boundaries with a filtering and voting procedure. This method only performed well when the iris is obviously separated from both the pupil and the sclera. Proença and Alexandre [6] tried four different clustering schemes to preprocess eye-images to enhance their contrast for iris segmentation. They found that the fuzzy -means clustering scheme provides the best performance when it is utilized on the position and intensity feature vector.

To preserve the advantages and overcome the disadvantages of the above-mentioned methods, a novel iris segmentation scheme is proposed. Instead of these popular edge detection schemes and circular Hough transform, the orientation matching transform (OMT) is utilized to find the outer and inner iris-boundaries and then a mathematical technique, Delogne-Kåsa circle fitting (DKCF) scheme, is used to eliminate the outlier points of the rough outer and inner iris-boundaries to extract a more precise iris area from an eye-image. Moreover, the proposed scheme utilizes the intensity and positional characteristics of the iris, eyelid, and eyelashes to obtain more accurate iris segmentation.

The performance of the proposed iris segmentation scheme is verified using an iris image database, UBIRIS.v1, created at the Soft Computing and Image Analysis Lab (SOCIA Lab) of the University of Beira Interior. This database consists of a set of visible wavelength noisy iris images, captured at close-up distance with user cooperation [7]. Several error measures, such as misclassification error, relative foreground area error, accuracy, nonuniformity region, and edge mismatch are conducted to measure the performance of the proposed algorithm. The experimental results show that the proposed algorithm provides a more effective and efficient iris segmentation than other methods. The remainder of this paper is organized as follows. Section 2 illustrates the proposed iris extraction scheme. Section 3 presents the experiment results. Conclusions are given in Section 4.

2. Proposed Scheme

The proposed scheme is divided into three stages: (i) detecting inner and outer iris-borders, (ii) detecting eyelids, and (iii) detecting eyelashes. Figure 1 shows the flow chart of the proposed scheme.

2.1. Stage 1: Inner and Outer Iris-Border Detecting

The flow chart of the proposed inner and outer iris-border detection is shown in Figure 2. An RGB color human eye-image is inputted and transformed from the RGB domain into the YIQ domain. Since the -component occupies 93% of the total energy in the YIQ domain, only the -component is used in the following processes to save operating time without degrading the segmentation quality. The iris in an eye-image is an annulus bounded by an inner boundary and an outer boundary. Both the inner and outer boundaries should be located before the iris extraction. Since the inner iris-boundary is the boundary between iris and pupil, to locate the inner boundary is to detect the pupil. The detailed steps for inner and outer iris-border detection are illustrated in the following subsections.

2.1.1. Pupil Detecting Using Outliers Detection

In statistics an outlier is defined as an observation that deviates substantially from the other observations that it is considered generated by a different system. Outliers frequently affect the parameters estimation for finding a model fitting to the data. The outliers are frequently removed to improve the accuracy of the estimators. To define the outliers of a data set, let the mean and let be the standard deviation of the data set. The observation will be declared as a lower outlier if it is less than and as an upper outlier if it is more than ; the value of is usually taken from the range between 2 and 3.

In a grayscale eye-image, the darkest areas are the pupil, eyelashes, and shadow regions. These dark regions almost always locate in the lower outliers of the pixel value distribution of a grayscale eye-image. It is therefore reasonable to take the lower outlier points of the eye-image as the candidate pupil points. Then the Canny edge filter, OMT, and DKCF are further applied on the candidate pupil regions to extract a more accurate inner iris-boundary.

2.1.2. Circle Detection with Orientation Matching Transform

The Circle Hough Transform (CHT) is a known algorithm for finding given radius circular shapes within an image [8]. The main disadvantages of CHT are large memory requirements and long computation time. Kimme et al. [9] modified the CHT and proposed the edge orientation based CHT (EOCHT) by utilizing the edge orientation of each element of a circle pointing toward or away from the circle’s center. The EOCHT only needs to plot an arc perpendicular to the edge orientation at a distance from the edge point. This reduces the computation cost. Ceccarelli et al. [10] utilized the edge orientation characteristic of circle’s elements to develop the Orientation Matching Transform (OMT) for detecting circles with radii in the range . It is illustrated as follows.

Let be an image and let be the orientation unit-vector of image gradient at pixel , where

Let be the annulus within the image , with inner radius , outer radius , and center defined as where is the kernel vector (orientation vector of points of circles with center defined as follows:

The OMT is also used to evaluate how many points in an image have the gradient orientation coincident with the gradient orientation of circles with radii in the range and uses an accumulator to find the most likely coordinates of a circle in the image. The peak in the accumulator array denotes the candidates of the circle center in the image. Once the center is decided, the points located in are collected as the candidate points of the pupil boundary. Because iris images in UBIRIS.v1 were captured at close-up distance with user cooperation, the proposed scheme utilizes the Canny edge detector on pupil-detected eye-images. It then uses OMT by setting to 40 pixels and to 80 pixels to find the rough inner iris-boundary.

2.1.3. Precise Inner Iris-Boundary Locating with Delogne-Kåsa Circle Fitting

The points detected by OMT are tabulated in the form of ordered pairs . For determining a more accurate iris-boundary, a robust technique for efficiently fitting circles through noisy data, the Delogne-Kåsa circle fitting scheme, is used to locate the iris-boundaries. It is illustrated as follows.

In Chan’s circle functional model [11], points , , which are taken from the circumference of a circle, are formed as where is the center of the best circle, is its radius, is the phase of the th pair of measurements, and and represent the measurement errors that are independent and identically distributed normal random variables with zero means and standard deviations and , respectively. The best circle fitting is to find a circle whose circumference is as close as possible to the measured data , .

Instead of the maximum-likelihood estimator scheme used in [11], the Delogne-Kåsa estimates scheme [12] searches the most suitable parameters , , and so as to minimize the cost function:

By changing parameter , it is reduced to be

By taking partial derivatives with respect to , , and , respectively, the cost function is minimized when

The result, can be proved to have the solution where , , and the superscript indicates the Moore-Penrose generalized inverse: where is the identity matrix and is the matrix with all elements being 1.

The proposed iris-boundary locating procedure using DKCF is given as follows.

Step 1. Set the points detected by OMT as inliers.

Step 2. Fit a circle by applying DKCF to the inliers obtained in Step 1.

Step 3. For each point of inliers, evaluate the Mahalanobis distance with where is the covariance matrix, is the mean of component, and is the mean of -component of inliers.

Step 4. Find the mean and the standard deviation of the Mahalanobis distance distribution of inliers and test all the points in inliers. If a point’s Mahalanobis distance less than , then reclassify it as an inlier; otherwise, reclassify it as an outlier.

Step 5. Refit circle C with Delogne-Kåsa circle fitting scheme for the updated inliers.

Step 6. Repeat Steps 3, 4, and 5 until the fitting circle does not change any further.

Once the pupil region is detected, it will be removed from the eye-image. The outer iris-boundary is a near circular boundary between the iris and sclera. In a pupil-removed grayscale eye-image, the darker regions consist of the iris and eyelashes, and the brighter regions consist of the sclera and eyelids. Hence Otsu’s binarization scheme is applied on the pupil-removed eye-image to obtain the candidate iris areas.

2.1.4. Binarization Using Otsu’s Algorithm

The Otsu thresholding scheme, proposed by Otsu [13], first normalizes the histogram of pixels of the pupil-removed eye-image as a probability distribution and divides all pixels into two classes by a threshold. The occurrence probabilities, the means, and the variances of each class are then evaluated. And, the within-class variance, the between-class variance, and the total variance are also evaluated. The optimal threshold is evaluated using the discriminated criterion which maximizes the between-class variance and minimizes the within-class variance at the same time. In general the biggest black region in a binary eye-image obtained by the Otsu filter will contain the iris region and other smaller black regions are noises. The proposed algorithm labels these black regions and evaluates their size to extract the biggest black region as the candidate iris region.

2.1.5. Precise Outer Iris-Boundary Location

The Sobel edge filter is applied on the candidate iris region to extract an initial outer iris-boundary. Then the proposed iris-boundary locating procedure using DKCF is applied to extract a more precise outer iris-boundary by setting the inner radius to 170 pixels and the outer radius to 200 pixels in the OMT step. Figure 3 shows the result of each step in the proposed inner and outer boundaries localization algorithm, respectively.

2.2. Stage 2: Eyelid Locating

For a noisy iris image, the iris’s upper region is frequently occluded by the upper eyelid and eyelashes either partly or completely. The lower region is usually partly occluded by the lower eyelid. Noisy iris images can cause incorrect matching and adversely affect the iris recognition rate. In order to extract the iris accurately and effectively, eyelids and eyelashes should be filtered out at high precision.

The common methods to filter out the eyelid are as follows: (i) utilize an edge detector to detect the edges of an eye-image and then apply a linear Hough transform on the eye-image edge map to locate the eyelid boundaries and mask out the upper and lower eyelids. These linear approximations are simple but rough [14]. (ii) Extract the boundary information of an eye-image and then perform the curve integral-differential operator on the eye-image edge map to locate the eyelid. These linear approximations can be significantly affected by the doublefold and eyelash roots [14]. In addition, other edge points caused by eyelashes and the texture of the iris patterns may appear in the edge map. The shape of a real eyelid boundary is always not a smooth curve (or a smooth line segment). The above-mentioned schemes mentioned yield less precise eyelid detection.

To overcome the problems occurring in these schemes, an improved strategy for eyelid detection is proposed. Because eyelids occlude areas outside iris-boundaries which are not relevant, the proposed eyelid detection approach is performed only inside the iris region to increase the detection speed. After the inner and outer boundaries are located, the grayscale eye-image is segmented into three areas by two vertical lines tangent at the left and right most points in the outer boundary. The middle area is taken as the residual image and divided into seven nonoverlapped regions using six horizontal line segments: Ru, Sa, Su, Sl, Sb, and Rl as shown in Figure 4.

For detecting the upper eyelid which occludes the iris, the average grey values of a rectangular patch Ru just above the top of the iris’ outer boundary and the segment Sa just below the top of the iris’ outer boundary are evaluated first. The iris is treated as occluded by the upper eyelid when the absolute difference between the two average grey values is less than 10. The eyelid boundary usually appears darker than the skin and is almost always adjacent to the iris. Figures 4(b1), 4(b3), 4(b5), 4(c1), 4(c3), and 4(c5) show the column pixel value distributions with respect to the -coordinate in the upper and lower segments. Once an iris region is detected as occluded by the upper eyelid, the proposed algorithm detects the darkest pixel of each column in the upper part of the iris region as the eyelid boundary point in that column. The pixels above the eyelid boundary are removed for each column in the union regions of Sa and Su. Lower eyelid removal that occludes the iris is similar to the upper eyelid removal. Figure 5 shows the result of each step in the proposed eyelids localization algorithm for an eye-image occluded by eyelids.

2.3. Stage 3: Eyelash and Shadow Detection

Eyelashes and shadows are other occlusions that degrade iris segmentation. Detecting eyelashes and shadows requires the choice of proper features and a classification procedure due to their complexity and randomness. There are three schemes for detecting eyelashes and shadows in the public literature: (i) Kong and Zhang [15] classified eyelashes into multiple eyelashes (or shadows) and separable eyelashes. Multiple eyelashes were detected using the variance in intensity and separable eyelashes were detected using the one-dimensional Gabor filter. This method is time-consuming because of global region searching. (ii) Huang et al. [16] detected eyelashes using a bank of Log-Gabor filters to extract the edge information based on phase congruency. This method may recognize the area between two adjacent eyelashes as an eyelash region. (iii) Yuan and He [17] detected eyelashes using the mean and standard deviation of an eyelash template manually taken from a test image. This method is affected significantly by the illumination variation and the template.

Based on the fact that eyelashes always appear under the upper eyelid and the eyelash region is darker than the iris region, the proposed algorithm utilizes the statistical iris region characteristic intensity to detect eyelashes within the iris area. The eyelid-removed iris image is divided into three nonoverlapped regions with equal height: the region just below the upper eyelid, the region just above the lower eyelid, and the middle region using two horizontal line segments. The algorithm evaluates the mean of intensity in the region just below upper eyelid and evaluates the mean and standard deviation of intensity in the region just above lower eyelid, respectively. If the relative difference ratio from to is larger than a threshold , then the eyelash is detected. Here, the relative difference is defined by the following equation:

If the intensities of a pixel and more than one of its 8-neighbor are less than at the same time, then this pixel is taken as an eyelash pixel and removed. Figure 6 shows the proceeding result of the proposed eyelash segmentation algorithm.

3. Experimental Result

The proposed iris region extraction scheme was applied to the iris image database, UBIRIS.v1, which has 1214 eye-images collected from 241 eyes and the size of each eye-image is pixels with a bit-depth of 8 bits. Each of these 1214 test images was labelled by an expert to carefully construct the ground-truth segmentation for evaluating the proposed algorithm’s segmentations.

In this paper, several measures of errors (MOEs) are conducted to measure the performance of the proposed algorithm. They are misclassification error (ME), accuracy (ACC), relative foreground area error (RFAE), and edge mismatch (EMM) [18]. ME, RFAE, and EMM vary from 0 for a perfectly correct segmentation to 1 for a completely error case. These performance measures are illustrated as follows: where TP, TN, FP, and FN represent the areas of true positive, true negative, false positive, and false negative, respectively. Thus, where indicates the number of intersection edge pixels found between the extracted objects and the ground-truth object, is the set of edge pixels of the ground-truth objects that are missed in the extracted objects, and is the set of excess extracted edge pixels of the extracted objects that are not edge pixels of the ground-truth objects. and are two penalties associated with pixels that belong to and , respectively. indicates a distance function defined as where is the Euclidean distance between the th excess edge pixel and a complementary edge pixel within a search area determined by the parameter and is a designated constant.

Table 4 shows some visual results of the proposed iris segmentation algorithm on eyelids and eyelash occlusions iris images from the UBIRIS.v1 database. Row 2 shows the original eye-images, row 3 shows the corresponding ground-truth iris images labelled by an expert radiologist, and row 4 shows the segmented results of the presented algorithm. Table 1 shows the corresponding MOEs of Table 4. To illustrate the performance of each stage of the proposed iris segmentation algorithm, the MOE statistical analysis of each stage on whole eye-images in the UBIRIS.v1 database is shown in Table 2. As seen in Table 2 the segmentation results were improved stage by stage. In the accuracy, the average is 0.9628 and the minimum is 0.8952 in Stage 1, the average is 0.9774 and the minimum is 0.9450 in Stage 2, and the average is 0.9813 and the minimum is 0.9552 in Stage 3. In the RFAE, the average is 0.1406 and the maximum is 0.5172 in Stage 1, the average is 0.0857 and the maximum is 0.4338 in Stage 2, and the average is 0.0594 and the maximum is 0.4187 in Stage 3.

The successful segmentation rate for each stage with respect to the false positive rate, the ME, and the RFAE are evaluated and plotted in Figure 7. The successful segmentation rate is defined as the ratio of the number of eye-images with segment results achieving a threshold to the size of the eye-image database. There are 67%, 92%, and 98% database images, where the false positive rate was no greater than 0.01 after Stage 1, Stage 2, and Stage 3, respectively. There are 66%, 88%, and 99% images of database whose ME is no more than 0.01 after Stage 1, Stage 2, and Stage 3, respectively. There are 73%, 90%, and 98% images of database whose RFAE is no more than 0.25 after Stage 1, Stage 2, and Stage 3, respectively. The experimental results show that the proposed iris segmentation algorithm is of high performance and robust even works on the noisy eye-images.

The proposed algorithm, Camus and Wildes’ method [5], Proenca and Alexandre’s method [6], and Martin-Roche et al.’s method [4] are compared. The average accuracy of these methods on the 1214 eye-images in the UBIRIS.v1 database is given in Table 3. Table 3 shows that the means of accuracy and RFAE of the three related methods are larger than those of the proposed scheme. Camus and Wildes’ method is accurate on good quality and noise-free iris images. The proposed method takes an additional step, the Delogne-Kåsa circle fitting step, to process the circles extracted by the Circular Hough transform. Compared to Proenca and Alexandre’s method, the time cost is increased a little and the accuracy is higher in the proposed method. Table 3 shows that the proposed scheme gives precise extractions for irises. Moreover, Table 5 is given to compare results obtained by using the proposed method and the method of Vatsa et al. [19] on six heavy noise iris images. Vatsa et al.’s method fails to perform on the six heavy noise iris images, but the proposed scheme can perform with an average accuracy of 98.82%.

4. Conclusions

Compared to the other physiological characteristics, iris recognition systems are considered as the most valuable and reliable biometric recognition systems in the world. Moreover, automatically and reliably segmenting the iris from the captured eye-images is considered as the most important stage in an iris recognition system, which greatly influences the overall recognition accuracy and processing speed of the whole system. Iris segmentation is to extract the iris from its surrounding noises, such as pupil, sclera, eyelashes, and eyebrows. A novel iris segmentation scheme is proposed to remove as much noise as possible. Based on edge maps the presented algorithm uses the orientation matching transform to find the rough outer and inner iris-boundaries. Then a mathematical technique, Delogne-Kåsa circle fitting, is employed to eliminate the outlier points of the rough outer and inner iris-boundaries to extract a more precise iris area from an eye-image. In the extracted iris region, the proposed algorithm utilizes the differences among the intensity and position characteristics of the iris, eyelid, and eyelashes to detect these noises to obtain highly accurate iris segmentation. For evaluating the performance of the proposed iris segmentation algorithm, the algorithm is implemented on a personal computer with an Intel Pentium 2.83 GHz Core (TM) 2 Duo CPU running window XP and 2.00 GB of main memory to test the presented algorithm on iris image database, UBIRIS.v1. For an eye-image with size of pixels, the average execution time is 2.78 seconds and the mean value of accuracy is 0.9813. Several measures of errors, such as ME, ACC, RFAE, and EMM, are conducted to measure the performance of the proposed algorithm. The experimental results show that the proposed algorithm is effective and efficient in iris segmentation and the proposed method has the following advantages: (i) iris boundary extraction is very accurate due to Delogne-Kåsa circle fitting, (ii) the algorithm is robust in illumination and large reflection areas and also in eyelid and eyelash occlusions because the noise detection is based on the statistical characteristics of the iris, eyelids, and eyelashes in each image, and (iii) the algorithm is less time-consuming because noise detection is operated only on the extracted iris region and not on whole eye-image. In the future we will develop a high performance iris recognition system based on accurate iris segmentation.

Conflict of Interests

The authors declare that there is no conflict of interests regarding the publication of this paper.

Acknowledgment

This research was supported by the National Science Council, Taiwan, under Grant NSC 102-2221-E-005-082.