key: cord-0059463-ajr5hunp authors: Tay, Kian Yang; Pang, Ying Han; Ooi, Shih Yin; Goh, Fan Ling title: Contactless Patient Authentication for Registration Using Face Recognition Technology date: 2021-03-16 journal: Computational Science and Technology DOI: 10.1007/978-981-33-4069-5_7 sha: 92cc78241ba25b4a7fdaf9759b242bf4de7b9978 doc_id: 59463 cord_uid: ajr5hunp Patient registration is an essential process in every clinic and hospital before services are provided to patients. Usually, patient’s identity card or fingerprint (through a fingerprint scanner) will be requested for identity authentication in order to retrieve medical records of the patient. However, the current global health crisis of COVID-19 pandemic is raising concern on the hygiene and safety of sharing objects or touching surfaces. Same worry is also occurred towards the patient registration interaction process; further, hospitals and clinics are classified as high risk premises. Therefore, a contactless patient authentication for registration using face recognition technology is proposed in this work. In this system, a face is scanned and processed. If the face exists in the database indicating that the subject is an established patient, the patient’s records will be retrieved. Else, a new patient registration will be performed to register a new account. The efficiency of the system is assessed using our self-collected database. Empirical results show that the proposed system is able to attain 94% accuracy. But, an inferior performance is obtained, especially dealing with makeup variation. Patient registration is essential to the bottom line of a medical practice. It is a complex process that collects a substantial amount of patient's data, including demographic information, health payer coverage, health history, etc. Patient registration is the first step to generate medical record and personal information of the patient before healthcare services could be provided. It is a mandatory process in every clinic and hospital in order to provide services to the patient, as well as to keep a record of the services that has been availed by the patient. For an established patient, the patient is also required to perform registration at the clinic counter as the first step of each visit (revisit). Usually, it is done by just submitting his identity credential for identity authentication. Once the patient's identity is verified, the registration is to confirm and update the patient's demographics and insurance information due to the frequently changes of circumstances, as well as retrieving the medical record of the patient which is crucial as a reference for medical officer's diagnosis. Figure 1 illustrates A patient is required to submit his identity card, coined as IC, to a clinic registration assistant for identity authentication. With holding the submitted IC, the clinic assistant will help the new patient for registration or retrieve the medical record of the established patient. This registration process has been practiced for years. Figure 2 illustrates the registration interaction between a patient and a clinic assistant. In some healthcare institutes, on top of handling the IC, patients are required to scan their fingerprints via a fingerprint scanner for multimodal identity authentication. However, the recent global health crisis of COVID-19 pandemic, also known as coronavirus pandemic, is raising concern on the hygiene and safety of sharing objects or touching surfaces in public spaces. Same worry is also occurred towards the patient registration interaction process; further, hospitals and clinics are classified as high risk premises. COVID-19 virus is transmitted between people through respiratory droplets and contact routes [1] [2] [3] [4] [5] . The virus remains suspended in droplets smaller than 5 micrometers, known as aerosols. It can stay suspended and live on surfaces from several hours to a few days [6] [7] [8] . These touching surfaces are paper, copper, cardboard, wood, cloth, plastic, glass, etc., which are common touching objects like door knobs, elevator buttons, shopping carts, public faucets, ATM screens/buttons, gas pumps, handrails, etc. Nevertheless, those fingerprint scanners used for patient registration can be likely contaminated. Possibly, the route of virus transmission begins from the carrier's nose, eye or mouth and moves to his fingers, then to the fingerprint scanner. Since fingerprint scanner is a shared device, from there the virus transfers to another person. Handling a card is similar to touching any other surface. If the contaminated card is not sanitized, it can harbor germs and act as a virus transmission medium. The sign of nervousness over touching surfaces has arisen. In viewing this, the current patient registration system should be revised to minimize the contact procedure. The hygiene distress raises the demand of touchless technology. In this work, a contactless patient registration system using face recognition technology is proposed. In literature, there are numerous deep learning approaches for highly accurate face recognition [9] [10] [11] [12] . With softmax and correlation loss supervision, the proposed deep correlation feature learning (DCFL) model learns deep features with the interclass separability and the intra-class compactness [9] . This deep model shows highly discriminative capability for face verification. Further, a deep heterogeneous feature fusion network is also proposed [10] . In this network, different deep convolutional neural networks are constructed to generate complementary informative features for template-based face recognition. This approach fuses different deep features by learning the nonlinear projection of the deep features and producing a discriminative representation through preserving the inherent geometry of the deep features. Undoubtedly, the performance of deep learning approaches is great. However, deep learning is highly computational intensive [13] . A high-priced computer with high performance computing is required. This may cause limited potential markets since many panel clinics are hardly to invest such expensive machine just for patient registration purpose. Hence, a local feature descriptor is adopted as feature extraction technique in the face recognition system. Unlike those deep approaches, the implementation of the local feature descriptor is much computational efficient and a common home computer is sufficient to support the process. This patient registration system is developed with the following coding environment: Figure 3 illustrates the flow diagram of a patient registration process. A face is scanned and processed. If the face exists in the database, this means that the subject is an established (existing) patient of the clinic, so the relevant records of the subject will be retrieved. On the other hand, if the face never exists in the database, a new patient registration will be performed to register a new account for the patient. In this system, a real-time face detection and recognition is performed using Local Binary Pattern (LBP) on OpenCV and Java. LBP is a simple yet efficient feature descriptor with low computational complexity [13] . LBP encapsulates local constitute of face images by corresponding each pixel with its neighboring pixels. This makes the extracted features to be invariant to illumination variation. Hence, LBP is able to achieve a good performance in face recognition. Figure 4 shows facial feature extraction using LBP. More details of LBP in face recognition could be referred in [14] . Figure 5 illustrates the overview of the face recognition process. A face is detected and captured. The preprocessed face region is further analyzed via LBP descriptor to extract informative features for representation. Then, the extracted feature representation template is classified for identity authentication. A database is setup to store the data of patients. The data includes patient's personal data, medical records, appointment data as well as their enrolled facial template during the first registration, as shown in Fig. 6 . For a returning registration, the newly captured facial data of a patient will be matched with all the facial templates stored in this database. If there is a match, the relevant data of the particular patient will be retrieved within seconds. Else, a new registration page will be prompted out for the new patient to register. Figure 7 illustrates the pages of the application of patient registration system. Clinic registration assistant has two options to register an existing patient: (1) face Fig. 7a . During a new patient registration, personal data as well as medical records of the new patient will be captured and stored in the database, Fig. 7b . 25 facial photos are automatically captured continuously and processed into facial templates which then will be kept in the database for future matching purpose (Fig. 7c) . For an existing patient registration, if option face scanning is selected, the system will automatically detect the face of the patient and perform face recognition, Fig. 7e . If the captured face is matched with the facial template in the database, the patient's records will be retrieved within few seconds, Fig. 7f -h. Else, a new patient registration page will be prompted out. In order to evaluate the efficiency of the proposed system, a system performance analysis test is conducted with 30 subjects with 25 photos per subjects for system training purpose. Each subject is required to perform 5 attempts of testing and the average accuracy score is calculated. To better assess the efficacy of the system in dealing with the real world scenario, we introduce several intra-class variations between training and testing environments: • Illumination-~40% illumination difference • Makeup-without makeup during training and with makeup during testing • facial expression-no expression during training and different expressions during testing • camera-to-subject distance-~30 cm distance from camera during training and 60 cm distance from camera during testing • facial details-without and with glasses. From Fig. 8 , we can observe that the proposed system is able to attain 94% accuracy in face recognition. This deduces that the local features encoded in LBP descriptor are well representing the facial data. However, the performance of the system is slightly inferior when dealing with illumination and facial details variations. The performance is degraded for 4% and 7% in the facial details and illumination variation conditions, respectively. Nevertheless, it is still able to obtain 90% and 87% performance accuracy. On the other hand, when dealing with facial expression and camera-to-subject distance variations, the performance of our proposed system further drops. The accuracy rate is dropped with 17-20%. From the empirical results, we also observe that the system shows worst performance with makeup intra-class variation. The obtained accuracy result is merely 63%. The result reveals that facial makeup could alter the appearance of a person and degrade the performance of an This paper presents a contactless patient registration system by using face recognition technology. In this registration system, face of a patient is captured and processed into local feature template via Local Binary Pattern descriptor. The transformed feature template will be matched with the facial templates that enrolled earlier (during the new patient registration) in the database. If there is a match, this indicates that the detected patient is an existing patient of the clinic and hence his records will be retrieved. Else, he is required for new patient registration. Experimental results show that the system is able to obtain a promising performance in face recognition when the training and testing conditions are uniform. However, the performance is degraded, especially dealing with makeup variation. In our future work, we will explore a robust algorithm that can well handle intra-class variations, especially makeup variation. Active monitoring of persons exposed to patients with confirmed COVID-19-United States Feng Z (2020) Early transmission dynamics in A familial cluster of pneumonia associated with the 2019 novel coronavirus indicating person-to-person transmission: a study of a family cluster Community transmission of severe acute respiratory syndrome coronavirus 2 Study suggests new coronavirus may remain on surfaces for days-National Institutes of Health (NIH) Aerosol and surface stability of SARS-CoV-2 as compared with SARS-CoV-1 Reducing the spread of coronavirus starts with basic hygiene-Harvard Gazette Deep correlation feature learning for face verification in the wild Deep heterogeneous feature fusion for template-based face recognition Face recognition using deep multi-pose representations A survey on deep learning based face recognition Deep learning on computational-resource-limited platforms: a survey Face recognition with local binary patterns Can facial cosmetics affect the matching accuracy of face recognition systems Facial makeup detection technique based on texture and shape analysis