Next Article in Journal
Evaluation of Home-Based Rehabilitation Sensing Systems with Respect to Standardised Clinical Tests
Next Article in Special Issue
Sensor Classification Using Convolutional Neural Network by Encoding Multivariate Time Series as Two-Dimensional Colored Images
Previous Article in Journal
Predicting Topology Propagation Messages in Mobile Ad Hoc Networks: The Value of History
Previous Article in Special Issue
OCT-Based Periodontal Inspection Framework
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

An Eye-Tracking System based on Inner Corner-Pupil Center Vector and Deep Neural Network

1
Department of Computer Science and Information Engineering, National Central University, Taoyuan City 32001, Taiwan
2
Department of Electrical Engineering, National Taiwan Ocean University, Keelung City 20224, Taiwan
3
Institute of Food Safety and Risk Management, National Taiwan Ocean University, Keelung City 20224, Taiwan
4
Center of Excellence for Ocean Engineering, National Taiwan Ocean University, Keelung City 20224, Taiwan
5
Landseed International Hospital, Taoyuan City 324, Taiwan
6
Department of Computer Science and Engineering, National Taiwan Ocean University, Keelung City 20224, Taiwan
*
Authors to whom correspondence should be addressed.
Sensors 2020, 20(1), 25; https://doi.org/10.3390/s20010025
Submission received: 30 October 2019 / Revised: 17 December 2019 / Accepted: 17 December 2019 / Published: 19 December 2019

Abstract

:
The human eye is a vital sensory organ that provides us with visual information about the world around us. It can also convey such information as our emotional state to people with whom we interact. In technology, eye tracking has become a hot research topic recently, and a growing number of eye-tracking devices have been widely applied in fields such as psychology, medicine, education, and virtual reality. However, most commercially available eye trackers are prohibitively expensive and require that the user’s head remain completely stationary in order to accurately estimate the direction of their gaze. To address these drawbacks, this paper proposes an inner corner-pupil center vector (ICPCV) eye-tracking system based on a deep neural network, which does not require that the user’s head remain stationary or expensive hardware to operate. The performance of the proposed system is compared with those of other currently available eye-tracking estimation algorithms, and the results show that it outperforms these systems.

1. Introduction

The human eye is a vital sensory organ that receives external visual information about the world around us. However, it can also convey emotion-related information, such as by the direction of the gaze or how wide the eyelids open or close, as well as imply how we experience the world, to some degree (environmental brightness, for example). Eye-tracking has thus become a hot research topic as technological developments have enabled more accurate measurement of various vectors. Such eye-tracking technology is extremely valuable in many fields. For example, people with disabilities, such as partial paralysis, but who are still able to move their eyes, can use eye tracking-based systems to communicate and interact with computers and even robotic devices and are thus afforded increasingly more comprehensive methods of interacting with their environment and communication with every new advance in eye-tracking technology. Thus eye-tracking technology is highly sought-after in the medical field. In recent years, eye tracking has been applied in a much wider variety of fields, especially in virtual reality, allowing users to wear head-mounted devices. These devices increase the immersive nature of the virtual space by using eye-tracking to create visual focus. In the rapidly growing field of digital learning, some experts have proposed using eye-tracking to determine what learners most focus on during the digital learning process.
Eye-tracking has great potential for development, and eye-tracking technology will soon be available in everyday life. Currently, available eye-tracking products are expensive, however, and require that users’ heads remain stationary. This study, therefore, aims to use a web camera (webcam) in conjunction with a deep neural network to measure a user’s point of gaze coordinates on the screen of an eye-tracking system.
In the proposed system, the webcam captures the features of the face and eyes as the user looks at the correct points on the screen, and the available feature information is then calculated. This study then uses these features in combination with neural network models to train an eye-tracking system that can estimate the user’s point of gaze. This study achieves the following objectives and contributions:
  • When a user looks at the screen, the system can accurately estimate the point of gaze coordinates.
  • The proposed system does not require a fixed head apparatus, and can still accurately estimate the point of gaze when the users move their head.
  • Our system is a low-cost eye-tracking system that can just run on the user’s PC and webcam, without the need for other commercial equipment.
  • Our system can be easy for users to operate or set up the system and more comfortable for some disabled users.

2. Related Works

Eye-tracking refers to the tracking of eye movements by measuring the gaze direction or gaze point of the user, by using hardware devices and algorithms. An eye tracker is a hardware device that measures eye movement information.
The application analysis of eye-tracking is currently divided into two categories: eye movement trajectories, and hot maps. Eye movement trajectory may be analyzed when users move their eyes to view an object, while hot maps analyze how a user looks at an object over a period of time. For example, when a user browses a shopping website, eye tracking can be used to identify the area that is of most interest to the user. Early optical eye-tracking studies predominantly used head-mounted devices to capture eye and screen information [1,2]. Head-mounted devices are available commercially today as wearable eye-tracking devices. As eye tracking is being used more widely in commercial applications, these wearable devices have become more lightweight, with such models as SMI Eye-Tracking Glasses [3] and Tobii Pro Glasses 2 [4].
In addition to head-mounted eye-tracking devices, remote eye trackers, such as the Tribe [5] and Tobii Eye Tracker Pro X3-120 [6] have also been developed. Most telemetry eye trackers use infrared light to capture image information. However, the price of most eye trackers is around 30 million Taiwan dollars [7], greatly beyond the means of the general public. Therefore, methods of making such devices more efficient, and thus requiring less expensive hardware, have been the focus of a number of recent studies. Zhang et al. [8] proposed gathering the dynamic areas of interest (AOI) and combining them with eye movement data. The study [9] focused on capabilities for quantitative, statistical, and visual analysis of eye gaze data, as well as the generation of static and dynamic visual stimuli for sample gaze data collection. Kurzhals et al. [10] demonstrated their approach with eye-tracking data from a real experiment, and compared it to an analysis of the data by manual annotation of dynamic AOI. Zhang and Yuan [11] proposed the assessment of advert element-related eye movement behaviors in order to predict the traditional high-order advertising effectiveness for video advertising. The research [12] focused on determining the effects of data density, display organization, and stress on visual search performance and associated eye movements (obtained via eye-tracking). Yan et al. [13] proposed an eye-tracking technology to record and analyze a user’s eye movement during a test, in order to infer a user’s psychological and cognitive state. Wu et al. [14] proposed a system based on Kinect 2.0 to improve life quality for people with upper limb disabilities. With recent advances in deep learning, many new methods based on convolutional neural networks (CNNs) have been proposed, and have achieved good performances on salient benchmarks [15,16]. For gaze detection on a 2D screen [17,18], the screen used for detecting the gaze is placed in a fixed location. Such methods are certainly useful for HCI (human–computer interaction). Ni and Sun [19] proposed leveraging deep learning theory to develop a remote binocular vision system for pupil diameter estimation. Our proposed eye-tracking system is not mounted on the device on the head, and the user can feel free to the human-machine interface design without the mounted the head device. Also, nowadays the commercial eye-tracking device is high cost and the user must be trained to operate the eye-tracking system. Fortunately, our proposed system is low cost and the low-cost RGB camera or webcam can easily be built to integrate into our system. The user adopting our system can easily learn to operate the eye-tracking action.

3. The Proposed Method

In order to train a neural network, the information collection phase first retrieves the feature information, and then the required characteristic values are calculated. Any information containing errors is filtered out, and the remaining data are then used to train the neural network model. Figure 1 shows the workflow of our proposed system.

3.1. Data Collection

In order to train neural networks, training resources must first be collected. These are collected in two ways. The first is to use a head holder fixing the position of the user’s head ( the experiment in this paper places the user’s face at a distance of 40 cm from the screen) while the camera takes pictures focusing on the middle of the positions. The second collection method does not limit the position of the user’s head, which can move freely while data are collected. The training data collection method employs nine-point calibration, points on the screen, as shown in Figure 2. The users focus on each point in sequence, with about 1.5 s intervals in between, allowing them to focus on the correct point. Each correct point sampling is made up of 40 frames, so there will be a total of 360 calibration data.
In order to collect test data, this study uses the point distribution shown in Figure 3. The point positions are collected as 9 calibration points made up of 80 pixels, in sequence from top to bottom, left to right, totaling 36 calibration points. As with the training data collection, the user focuses on each calibration point in sequence, yielding a total of 360 data.

3.2. Eye Image Extraction

Our system will first detect the eyes existing or not. If the eyes are not found, the system will stop all action until the eyes will be found. This instruction will control the system to avoid the eyes disappearing.
This study captures images of the user’s eyes using the webcam image and the Haar feature-based cascade classifier. However, this method may not completely and accurately capture the eye images, so this study also adopts the concept of region of interest (ROI). In the field of computer vision, ROI refers to a specific area in a complete image; calculating this area can reduce processing time and increase accuracy.
In this paper, the image of the user’s face is divided into four regions, with the eyes falling within the second region from the top of the image. The first two zones are for the eye ROI, followed by the ROI detection in the left and right eyes. This paper divides the successfully captured face image vertically into five regions. Of these, the left eye falls within the second region, and the right eye falls within the fourth region, as shown in Figure 4.

3.3. Pupil Center Extraction

If the eye region is successfully captured, the eyebrows are then excluded from the captured image region, so that the pupils can be accurately identified. Therefore, this study divides the captured eye images into 3 regions. The second region is the ROI. The eyebrows can then be cropped from the image, and the image can be more accurately processed, with the focus on the ROI, as shown in Figure 5.
In order to extract the eye image converted to HSV and extract the Value channel, this study binarizes the grayscale image of the Value channel. The resulting black area is the pupil. By filtering out incomplete data or noise, morphological image processing such as erosion and dilation can be used.
To estimate the center of the pupil, this study calculates the center of gravity by processing the black portion of the image, using Equations (1) and (2), respectively, to calculate the x and y coordinates of the center of gravity. This allows the estimation of the position of the center of the pupil ( C x , C y ) , as shown in Figure 6:
C x = x B x B x ,
C y = y B y B y .

3.4. Capturing Eye Corners

After estimating the corner of the eye, the contour of the eye can be obtained. This study takes the leftmost and rightmost points of each eye as the corners of both eyes. Figure 7 shows the result of projecting the original image after finding the corners of the eyes.

3.5. Feature Extraction

This study uses two features: the pupil center-eye corner vector, and the proposed method, called the inner corner-pupil center vector.

3.5.1. Pupil Center-Eye Corner Vector

The pupil center-eye corner vector (Equation (3)) point of gaze detection algorithm is as follows:
P o R x P o R y = C 1 ϑ N x ϑ N y ϑ N x 2 ϑ N y 2 ϑ N x ϑ N y ,
where P o R x and P o R y represent the point of regard x and y coordinates ( 1 , ϑ N x , ϑ N y , ϑ N x 2 , ϑ N y 2 , ϑ N x ϑ N y ) T of feature vectors. C is a gazing feature coefficient matrix. The eigenvector is the Pupil Center-Eye Corner Vector ( ϑ N ) . Using the quadratic equation transformation, the following equation is defined as:
ϑ N 0 i e y e = P C e y e E C i e y e E C D e y e ,
where P C e y e is Equation (4) of the pupil center coordinates. e y e { l e f t , r i g h t } is the left eye or right eye corner coordinates. E C i e y e is the inner or outer corner of the eye. The Euclidean distance is E C D e y e , as shown in Figure 8. Equation (5) ϑ N 0 i n n e r e y e and ϑ N 0 o u t e r e y e is obtained and substituted into Equation (6) ϑ N 1 l e f t and ϑ N 1 r i g h t ; thereby, ϑ N 2 is obtained:
ϑ N 1 e y e = 1 2 ( ϑ N 0 i n n e r e y e + ϑ N 0 o u t e r e y e ) ,
ϑ N 2 = 1 2 ( ϑ N 1 l e f t + ϑ N 1 r i g h t ) .
This study uses ϑ N 2 instead of ϑ N , that is ϑ N = ϑ N 2 . Eigenvectors ( 1 , ϑ N x , ϑ N y , ϑ N x 2 , ϑ N y 2 , ϑ N x ϑ N y ) T are used as the feature vector.

3.5.2. Inner Corner-Pupil Center Vector

Inner corner-pupil center vector defines the inner corner of the eye and the center of the pupil center vector, and I C P C V e y e represents the mathematical expression of Equation (7):
I C P C V e y e = P C e y e I C e y e ,
where P C e y e is the pupil center position and I C e y e is the position of the inner corner of the eye, as shown in Figure 9.
To calculate the inner corner-pupil center vector features, this study defines several notations, as shown in Figure 10. The CES is the average position of the center of the two inner corners, and the DES is the distance between the two inner corners, while the TA is the angle between the vector and the horizontal.
Combining the above features yields the ( CES x , CES y , DES , TA , I C P C V x l e f t , I C P C V y l e f t , I C P C V x r i g h t , I C P C V y r i g h t ) T feature vectors.

3.6. Deep Neural Network

Deep neural networks (DNN) is from the neural network, but its hidden layer must be at least five layers. It is similar to the multi-layer neural network and the difference is as follows:
  • The DNN is focused on the neural network’s deep structure.
  • The features are transformed into other feature spaces between the hidden layers and it can help the prediction accuracy.
Our proposed system has 5 layers structure and the learning optimize method is Adamoptimizer. The cost function is the mean square error (MSE). The activation function of the hidden layer is rectified linear unit (ReLU) and the activation function of the output layer is sigmoid function.

4. Experimental Results

The features were adopted as pupil center-eye corner vector (PCECV) and inner corner-pupil center vector (ICPCV). These features are the input of DNN or multi-layer perceptron (MLP). It is important to extract the features as input because it can improve the performance without large data size. The YOLO [21] algorithm was adopted to detect the eyes to test the performance without the crafted features. The YOLO experiment was 10 users and each user was captured the 20 images. The 15 images were used as the training sample and the other five images were used as the testing sample. The average correct rate of training was 80% and the average correct rate of testing was 60%. The YOLO result is not better than our crafted features result, because it is hard to collect enough data size to tune the YOLO architecture. In addition, we provide various experiments as described in the following subsections. In all experiments, the unit of average error is the pixel.

4.1. Multilayer Perceptron Experiment Results

The performance of the proposed system was tested using a MLP. The MLP set the learning rate at 0.4, with 10,000 training iterations, and one hidden layer. This study tested two datasets, including a fixed head position dataset, and one in which the user’s head was free to move, using different hidden neuron numbers and different input feature vectors, as shown in Table 1 and Table 2.

4.2. Radial Basis Function Network Experiment Results

This study also tested the proposed method using a radial basis function network (RBFN). An RBFN is a single-layer hidden layer architecture, using different neurons. The same two data sets used for the MLP test were used for the RBFN test, and the results are shown in Table 3 and Table 4.

4.3. Deep Neural Network Experiment Results

The proposed system was then tested using a DNN, with the DNN learning rate set to 0.01, and 100 training iterations, while the cost function was the MSE, and the optimizer was AdamOptimizer. This study also set five hidden layers, and used the fixed head position and free head movement datasets with different numbers of hidden layer neurons to test the DNN performance, as shown in Table 5 and Table 6.

4.4. Eye Tracking Experiment

This experiment used three feature vectors (ICPCV-6D, ICPCV, and PCECV) as MLP feature vectors to track the trajectory of the eyes. This eye movement experiment is shown in Figure 11. The users started from the leftmost point, and focused sequentially on consecutive points, moving to the right in a diamond-shaped trajectory. When the test point appeared on the screen, the users focused on the point for 10 frames. These 10 frames were then used to estimate the gaze point of an average position. The ICPCV-6D, ICPCV and PCECV feature vectors were used to test the MLP performance. Figure 12, Figure 13 and Figure 14 show the results of the head movement trajectory by MLP. Table 7 shows each average error distance between the gaze point and the actual point. From Table 7, the average error of the method using the ICPCV feature combined with the MLP is the lowest using the free head movement dataset. This experiment shows that the testers can move their heads as they wish, and we also sample the 10 frames to calculate the average distance of the focus point. Therefore, we calculated the average error distance between the gaze point and actual point, and then the overall average is calculated from three experiments. In addition, to test the DNN performance, we did the fixed-head experiments to compare the different DNN structures, as shown in the following Table 8, Table 9, Table 10, Table 11, Table 12 and Table 13.
For testing PCECV performance, we calculated the average error of x- and y-coordinate. The fixed-head experiment is tested by the PCECV features with different layers (MLP), as shown in Figure 15.
For testing the head movement, the following experiments were evaluated to test the DNN performance of PCECV features, as shown in Table 14 and Table 15.
From Table 14, Table 15, Table 16, Table 17, Table 18 and Table 19, we can make some head movement discussions to compare the three features with the DNN model. If the ICPCV-6D feature with DNN is adopted, the performance is not better than the PCECV or ICPCV features. However, compared with the PCECV and ICPCV-6D functions, the performance of the ICPCV features with DNN can improve the system accuracy of x-y coordinates.
Our eye detected method was first adopted the Haar feature-based cascade classifier algorithm to detect the face. Then secondly, after detecting the face, we also adopted the Haar feature-based cascade classifier algorithm to detect the eye region. Thirdly, the image processing morphology was adopted to detect the pupil of the eye. The image processing morphology was proposed to binarized the image, and then we adopted the connected component method to find the maximum region that is the pupil of the eye. After finding the pupil of the eye, the canny method was adopted to detect the corner of the eyes. The experiment to detect eye existing or not was done as the following Table 20. We tested the 10 users and each user was captured the 9 images and their angle of the face is between 10 10 , as shown in Table 20. From this experiment, we can find our system to detect the eyes perfectly between 2.5 and 2.5 .
We compared our system with other references based on the eye-tracking user system and we described three factors based on the desktop under different operating situations, as shown in Table 21.

5. Conclusions

The system proposed in this study allows user head movement during the eye-tracking process. The inner corner-pupil center vector feature vectors were combined with neural networks (MLP, DNN) to improve accuracy. By so doing, the neural model is not only able to more accurately estimate the fixation point, but also allows for free movement of a user’s head, making the fixation point more accessible to the target.
Future work will use more different types of correction point numbers and distributions, collecting a greater number of different head positions or gaze angle data to train the neural network model. In addition, the model estimation accuracy can be improved in order to reduce the error caused by a change of light source, which results in unstable feature points. Future work will also explore the possibility of running eye-tracking on tablets and phones. We will test our system by the functional neuromusculoskeletal and movement-related functions/structures because the disabled users cannot easily control the computer using the mouse. Therefore, the future eye-tracking system will assist most disabled users to operate the computer.

Author Contributions

Conceptualization, M.-C.S., Y.-Z.H. and S.-F.L.; methodology, M.-C.S., Y.-Z.H. and T.-M.U.; software, T.-M.U.; validation, Z.-F.Y., S.-F.L. and S.-S.L.; formal analysis, M.-C.S. and Y.-Z.H.; investigation, M.-C.S., Y.-Z.H., S.-S.L.; resources, M.-C.S. and Y.-Z.H.; data curation, Y.-Z.H. and Z.-F.Y.; writing—original draft preparation, Y.-Z.H. and S.-S.L.; writing—review and editing, Y.-Z.H. and S.-S.L.; visualization, T.-M.U, Z.-F.Y. and S.-F.L.; supervision, M.-C.S. and Y.-Z.H.; project administration, M.-C.S. and Y.-Z.H.; funding acquisition, M.-C.S., Y.-Z.H., Z.-F.Y., S.-F.L., and S.-S.L. All authors have read and agree to the published version of the manuscript. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by Ministry of Science and Technology (contracts MOST-107-2221-E-019-039-MY2, MOST-108-2634-F-019-001, MOST-108-2634-F-008-001, MOST-107-2221-E-008-084-MY2, MOST-106-2221-E-019-069-MY2, and MOST-108-2221-E-019-038-MY2), Taiwan. This research was also funded by the University System of Taipei Joint Research Program (contracts USTP-NTOU-TMU-108-01, NCU-LSH-108-A-007, NCU-LSH-108-A-009, and USTP-NTUT-NTOU-108-04), Taiwan.

Acknowledgments

This study was partly supported by the University System of Taipei Joint Research Program, USTP-NTOU-TMU-108-01, NCU-LSH-108-A-007, NCU-LSH-108-A-009, and USTP-NTUT-NTOU-108-04, and the Ministry of Science and Technology, Taiwan, under the following grants: MOST-107-2221-E-019-039-MY2, MOST-108-2634-F-019-001, MOST-108-2634-F-008-001, MOST-107-2221-E-008-084-MY2, MOST-106-2221-E-019-069-MY2, and MOST-108-2221-E-019-038-MY2.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. The University of Bradford: Video Eye Tracker. Available online: http://web.dmz.brad.ac.uk/research/rkt-centres/visual-computing/facilities/eye-tracking/ (accessed on 15 June 2019).
  2. EYESO Eye Tracker Based System. Available online: http://www.eyeso.net/ (accessed on 11 June 2019).
  3. SMI Eye Tracking Glasses. Available online: https://www.smivision.com/eye-tracking/products/mobile-eye-tracking/ (accessed on 6 May 2019).
  4. Tobii Pro Glasses 2. Available online: https://www.tobiipro.com/product-listing/tobii-pro-glasses-2/ (accessed on 20 June 2019).
  5. The Eye Tribe. Available online: https://theeyetribe.com/theeyetribe.com/about/index.html (accessed on 22 July 2019).
  6. Tobii Pro X3-120. Available online: https://www.tobiipro.com/product-listing/tobii-pro-x3-120/ (accessed on 20 June 2019).
  7. What Brands of Eye Tracker Are Available and the Corresponding Price Range. Available online: https://kknews.cc/tech/2a4mpez.html (accessed on 12 January 2019).
  8. Zhang, X.; Yuan, S.; Chen, M.; Liu, X. A Complete System for Analysis of Video Lecture Based on Eye Tracking. IEEE Access 2018, 6, 49056–49066. [Google Scholar] [CrossRef]
  9. Kar, A.; Corcoran, P. GazeVisual: A Practical Software Tool and Web Application for Performance Evaluation of Eye Tracking Systems. IEEE Trans. Consum. Electron. 2019, 65, 293–302. [Google Scholar] [CrossRef]
  10. Kurzhals, K.; Hlawatsch, M.; Seeger, C.; Weiskopf, D. Visual Analytics for Mobile Eye Tracking. IEEE Trans. Visual Comput. Graph. 2017, 23, 301–310. [Google Scholar] [CrossRef] [PubMed]
  11. Zhang, X.; Yuan, S. An Eye Tracking Analysis for Video Advertising: Relationship Between Advertisement Elements and Effectiveness. IEEE Access 2018, 6, 10699–10707. [Google Scholar] [CrossRef]
  12. Moacdieh, N.M.; Sarter, N. The Effects of Data Density, Display Organization, and Stress on Search Performance: An Eye Tracking Study of Clutter. IEEE Trans. Hum.-Mach. Syst. 2017, 47, 886–895. [Google Scholar] [CrossRef]
  13. Yan, B.; Pei, T.; Wang, X. Wavelet Method for Automatic Detection of Eye-Movement Behaviors. IEEE Sens. J. 2019, 19, 3085–3091. [Google Scholar] [CrossRef]
  14. Wu, T.; Wang, P.; Lin, Y.; Zhou, C. A Robust Noninvasive Eye Control Approach For Disabled People Based on Kinect 2.0 Sensor. IEEE Sens. Lett. 2017, 1, 1–4. [Google Scholar] [CrossRef]
  15. Cornia, M.; Baraldi, L.; Serra, G.; Cucchiara, R. Predicting Human Eye Fixations via an LSTM-Based Saliency Attentive Model. IEEE Trans. Image Process. 2018, 27, 5142–5154. [Google Scholar]
  16. Kümmerer, M.; Wallis, T.S.A.; Gatys, L.A.; Bethge, M. Understanding Low- and High-Level Contributions to Fixation Prediction. In Proceedings of the 2017 IEEE International Conference on Computer Vision (ICCV), Venice, Italy, 22–29 October 2017; pp. 4789–4798. [Google Scholar]
  17. Guestrin, E.D.; Eizenman, M. General theory of remote gaze estimation using the pupil center and corneal reflections. IEEE Trans. Biomed. Eng. 2006, 53, 1124–1133. [Google Scholar] [CrossRef] [PubMed]
  18. Li, J.; Li, S. Gaze Estimation From Color Image Based on the Eye Model With Known Head Pose. IEEE Trans. Human-Machine Syst. 2016, 46, 414–423. [Google Scholar] [CrossRef]
  19. Ni, Y.; Sun, B. A Remote Free-Head Pupillometry Based on Deep Learning and Binocular System. IEEE Sens. J. 2019, 19, 2362–2369. [Google Scholar] [CrossRef]
  20. Sesma, L.; Villanueva, A.; Cabeza, R. Evaluation of Pupil Center-eye Corner Vector for Gaze Estimation Using a Web Cam. In Proceedings of the Symposium on Eye Tracking Research and Applications, Santa Barbara, CA, USA, 28–30 March 2012; pp. 217–220. [Google Scholar]
  21. Redmon, J.; Farhadi, A. YOLOv3: An Incremental Improvement. arXiv 2018, arXiv:1804.02767. [Google Scholar]
  22. Kasprowski, P.; Harezlak, K. Cheap and easy PIN entering using eye gaze. Ann. UMCS Inf. 2014, 14, 75–83. [Google Scholar] [CrossRef] [Green Version]
  23. Kumar, M.; Garfinkel, T.; Boneh, D.; Winograd, T. Reducing Shoulder-surfing by Using Gaze-based Password Entry. In Proceedings of the 3rd Symposium on Usable Privacy and Security, Pittsburgh, PA, USA, 18–20 July 2007; pp. 13–19. [Google Scholar]
  24. Zhai, S.; Morimoto, C.; Ihde, S. Manual and Gaze Input Cascaded (MAGIC) Pointing. In Proceedings of the SIGCHI Conference on Human Factors in Computing Systems, Pittsburgh, PA, USA, 15–20 May 1999; pp. 246–253. [Google Scholar]
  25. Agustin, J.; Mateo, J.; Hansen, J.; Villanueva, A. Evaluation of the Potential of Gaze Input for Game Interaction. PsychNology J. 2009, 7, 213–236. [Google Scholar]
Figure 1. The workflow of our system.
Figure 1. The workflow of our system.
Sensors 20 00025 g001
Figure 2. The calibration point map.
Figure 2. The calibration point map.
Sensors 20 00025 g002
Figure 3. The test data collection.
Figure 3. The test data collection.
Sensors 20 00025 g003
Figure 4. Eye regions.
Figure 4. Eye regions.
Sensors 20 00025 g004
Figure 5. The red region is the ROI after removing the eyebrows.
Figure 5. The red region is the ROI after removing the eyebrows.
Sensors 20 00025 g005
Figure 6. The position of the pupil center.
Figure 6. The position of the pupil center.
Sensors 20 00025 g006
Figure 7. The position of the corners of the eye.
Figure 7. The position of the corners of the eye.
Sensors 20 00025 g007
Figure 8. Pupil center-eye corner vector [20].
Figure 8. Pupil center-eye corner vector [20].
Sensors 20 00025 g008
Figure 9. The inner corner-pupil center vector.
Figure 9. The inner corner-pupil center vector.
Sensors 20 00025 g009
Figure 10. Other features.
Figure 10. Other features.
Sensors 20 00025 g010
Figure 11. Eye movement trajectories experiment.
Figure 11. Eye movement trajectories experiment.
Sensors 20 00025 g011
Figure 12. The trajectory of the head movement by MLP of inner corner-pupil center vector (ICPCV)-6D.
Figure 12. The trajectory of the head movement by MLP of inner corner-pupil center vector (ICPCV)-6D.
Sensors 20 00025 g012
Figure 13. The trajectory of the head movement by MLP of ICPCV.
Figure 13. The trajectory of the head movement by MLP of ICPCV.
Sensors 20 00025 g013
Figure 14. The trajectory of the head movement by MLP of pupil center-eye corner vector (PCECV).
Figure 14. The trajectory of the head movement by MLP of pupil center-eye corner vector (PCECV).
Sensors 20 00025 g014
Figure 15. The average error of the PCECV features.
Figure 15. The average error of the PCECV features.
Sensors 20 00025 g015
Table 1. The fixed head position data set by the multi-layer perceptron (MLP).
Table 1. The fixed head position data set by the multi-layer perceptron (MLP).
FeatureCoordinateNumber of NeuronsTraining Average ErrorTest Average Error
ICPCV-6Dx347.3459.39
y952.8778.43
ICPCVx633.6141.43
y2541.8258.42
PCECVx455.4375.83
y5048.1772.37
Table 2. Free head movement data set by the MLP.
Table 2. Free head movement data set by the MLP.
FeatureCoordinateNumber of NeuronsTraining Average ErrorTest Average Error
ICPCV-6Dx577.8675.81
y349.9570.21
ICPCVx1570.1560.47
y829.8848.94
PCECVx955.7465.96
y639.9149.58
Table 3. The fixed head position dataset experiment result by the radial basis function network (RBFN).
Table 3. The fixed head position dataset experiment result by the radial basis function network (RBFN).
FeatureCoordinateNumber of NeuronsTraining Average ErrorTest Average Error
ICPCV-6Dx1047.66103.20
y272.4594.40
ICPCVx259.9057.12
y262.1178.93
PCECVx550.8177.44
y1041.2573.31
Table 4. The free head movement dataset experiment result by the RBFN.
Table 4. The free head movement dataset experiment result by the RBFN.
FeatureCoordinateNumber of NeuronsTraining Average ErrorTest Average Error
ICPCV-6Dx779.9995.42
y962.4084.23
ICPCVx753.5468.60
y1537.0253.92
PCECVx1045.2466.26
y544.1450.46
Table 5. The fixed head position dataset experiment result of the deep neural network (DNN).
Table 5. The fixed head position dataset experiment result of the deep neural network (DNN).
FeatureCoordinateNumber of NeuronsTraining Average ErrorTest Average Error
ICPCV-6Dx10,20,20,20,1025.8143.28
y5,10,10,10,512.96104.66
ICPCVx5,10,10,10,55.2741.33
y5,5,5,5,520.0263.65
PCECVx10,20,20,20,1025.8143.28
y5,10,10,10,512.96104.66
Table 6. The free head movement dataset experiment result of the DNN.
Table 6. The free head movement dataset experiment result of the DNN.
FeatureCoordinateNumber of NeuronsTraining Average ErrorTest Average Error
ICPCV-6Dx5,5,5,5,568.5779.98
y5,10,10,10,535.5660.35
ICPCVx10,20,20,20,1011.3954.71
y10,20,20,20,1015.0151.76
PCECVx5,10,10,10,520.6057.41
y5,5,5,5,518.2950.16
Table 7. The average error distance of the eye movement trajectory using each feature of the head movement model.
Table 7. The average error distance of the eye movement trajectory using each feature of the head movement model.
ICPCV-6DICPCVPCECV
Average error distance of experiment 1105.9281.6575.21
Average error distance of experiment 2106.6484.38102.45
Average error distance of experiment 3124.4066.36110.13
Average of the average error distance of 3 experiments112.3277.4695.93
Table 8. The DNN average error of x-coordinate in ICPCV-6D features.
Table 8. The DNN average error of x-coordinate in ICPCV-6D features.
Number of Neurons5,5,5,5,55,10,10,10,510,20,20,20,10
Training average error18.398.3425.81
Testing average error67.6644.0643.28
Table 9. The DNN average error of y-coordinate in ICPCV-6D features.
Table 9. The DNN average error of y-coordinate in ICPCV-6D features.
Number of Neurons5,5,5,5,55,10,10,10,510,20,20,20,10
Training average error15.4612.9625.12
Testing average error118.38104.66127.54
Table 10. The DNN average error of x-coordinate in ICPCV features.
Table 10. The DNN average error of x-coordinate in ICPCV features.
Number of Neurons5,5,5,5,55,10,10,10,510,20,20,20,10
Training average error59.265.2714.10
Testing average error63.5041.3341.41
Table 11. The DNN average error of y-coordinate in ICPCV features.
Table 11. The DNN average error of y-coordinate in ICPCV features.
Number of Neurons5,5,5,5,55,10,10,10,510,20,20,20,10
Training average error20.0213.9712.75
Testing average error63.6564.9267.92
Table 12. The DNN average error of x-coordinate in PCECV features.
Table 12. The DNN average error of x-coordinate in PCECV features.
Number of Neurons5,5,5,5,55,10,10,10,510,20,20,20,10
Training average error11.3812.1743.76
Testing average error62.2962.7582.22
Table 13. The DNN average error of y-coordinate in PCECV features.
Table 13. The DNN average error of y-coordinate in PCECV features.
Number of Neurons5,5,5,5,55,10,10,10,510,20,20,20,10
Training average error7.5318.058.38
Testing average error68.2374.2469.97
Table 14. The head movement of x-coordinate dataset using DNN of PCECV features.
Table 14. The head movement of x-coordinate dataset using DNN of PCECV features.
Number of Neurons5,5,5,5,55,10,10,10,510,20,20,20,10
Training average error37.5625.4736.12
Testing average error62.9365.1870.22
Table 15. The head movement of y-coordinate dataset using DNN of PCECV features.
Table 15. The head movement of y-coordinate dataset using DNN of PCECV features.
Number of Neurons5,5,5,5,55,10,10,10,510,20,20,20,10
Training average error42.6237.5850.11
Testing average error65.1757.8155.71
Table 16. The head movement of x-coordinate dataset using DNN of ICPCV-6D features.
Table 16. The head movement of x-coordinate dataset using DNN of ICPCV-6D features.
Number of Neurons5,5,5,5,55,10,10,10,510,20,20,20,10
Training average error62.3836.2558.16
Testing average error73.1680.4084.21
Table 17. The head movement of y-coordinate dataset using DNN of ICPCV-6D features.
Table 17. The head movement of y-coordinate dataset using DNN of ICPCV-6D features.
Number of Neurons5,5,5,5,55,10,10,10,510,20,20,20,10
Training average error74.0135.5638.93
Testing average error71.8960.3579.16
Table 18. The head movement of x-coordinate dataset using DNN of ICPCV features.
Table 18. The head movement of x-coordinate dataset using DNN of ICPCV features.
Number of Neurons5,5,5,5,55,10,10,10,510,20,20,20,10
Training average error26.0915.1511.39
Testing average error55.2160.4054.71
Table 19. The head movement of y-coordinate dataset using DNN of ICPCV features.
Table 19. The head movement of y-coordinate dataset using DNN of ICPCV features.
Number of Neurons5,5,5,5,55,10,10,10,510,20,20,20,10
Training average error26.659.7215.01
Testing average error53.7753.7851.76
Table 20. The effects of different angles.
Table 20. The effects of different angles.
10 7.5 5 2.5 0 2.5 5 7.5 10
User 1××
User 2×××
User 3××
User 4×
User 5×××
User 6×
User 7××××
User 8×××
User 9××
User 10×
40%70%90%100%100%100%80%60%40%
Table 21. Comparison with other reference systems.
Table 21. Comparison with other reference systems.
Paper ReferenceSetup (Camera, LED)Accuracy/MetricsOperating Condition
[22]Commercial tracker, 1 camera61.1%User dependent
[23]Commercial tracker, 1 cameraError rate 15%None
[24]Commercial tracker, 1 cameraCompletion time, no. of hits/missesNone
[25]1 cameraMean error rate 22.5%None
Our system1 camera100% ( 2.5 2.5 )None

Share and Cite

MDPI and ACS Style

Su, M.-C.; U, T.-M.; Hsieh, Y.-Z.; Yeh, Z.-F.; Lee, S.-F.; Lin, S.-S. An Eye-Tracking System based on Inner Corner-Pupil Center Vector and Deep Neural Network. Sensors 2020, 20, 25. https://doi.org/10.3390/s20010025

AMA Style

Su M-C, U T-M, Hsieh Y-Z, Yeh Z-F, Lee S-F, Lin S-S. An Eye-Tracking System based on Inner Corner-Pupil Center Vector and Deep Neural Network. Sensors. 2020; 20(1):25. https://doi.org/10.3390/s20010025

Chicago/Turabian Style

Su, Mu-Chun, Tat-Meng U, Yi-Zeng Hsieh, Zhe-Fu Yeh, Shu-Fang Lee, and Shih-Syun Lin. 2020. "An Eye-Tracking System based on Inner Corner-Pupil Center Vector and Deep Neural Network" Sensors 20, no. 1: 25. https://doi.org/10.3390/s20010025

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