<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Predictive modeling toward identification of sex from lip prints -machine learning in cheiloscopy</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Agustín</forename><forename type="middle">F</forename><surname>Sabelli</surname></persName>
							<email>agustinsabelli@hotmail.com</email>
						</author>
						<author>
							<persName><forename type="first">Parag</forename><surname>Chatterjee</surname></persName>
							<email>paragc@ieee.org</email>
						</author>
						<author>
							<persName><forename type="first">Ma</forename><forename type="middle">Florencia</forename><surname>Pollo-Cattaneo</surname></persName>
						</author>
						<author>
							<affiliation key="aff0">
								<orgName type="laboratory">Grupo de Estudio en Metodologías de Ingeniería en Software (GEMIS)</orgName>
								<orgName type="institution">Universidad Tecnológica Nacional Facultad Regional Buenos Aires</orgName>
								<address>
									<settlement>Buenos Aires</settlement>
									<country key="AR">Argentina</country>
								</address>
							</affiliation>
						</author>
						<author>
							<affiliation key="aff1">
								<address>
									<settlement>Buenos Aires</settlement>
									<country key="AR">Argentina</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Predictive modeling toward identification of sex from lip prints -machine learning in cheiloscopy</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">F33450A0C61744CE5E7E9501FCEE1DEF</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-23T23:53+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>Cheiloscopy</term>
					<term>Machine Learning</term>
					<term>Lip Prints</term>
					<term>Biometrics</term>
					<term>Image Processing</term>
					<term>Pattern Recognition</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Cheiloscopy is a forensic investigation technique that deals with identification of humans based on lips traces. Lip traces hold multifarious features and could be analyzed in different ways to identify the links with personal identifying features. Machine Learning holds strong application in this domain, especially for pattern recognition and further interpretation. This work is focused on a brief survey of existing machine learning approaches in Cheiloscopy. Also, a comparative study of predictive models has been presented based on an original dataset of lip prints where supervised models have been used to predict the biological sex of the persons using their lip traces. Machine learning on one hand automatizes the identification process and poses a significant potential in analyzing huge number of lip traces with considerable accuracy.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">Introduction</head><p>The outer surface of the human lips has many ridges and depressions that form a distinct pattern called "lip impression". The study of lines, fissures, wrinkles and stretch marks on the lip is called "Cheiloscopy". Although Cheiloscopy is a relatively new field among the large number of identification tools available to forensic experts, extremely useful information such as the identity of a person can be obtained from it. This is because they remain relatively stable and show gender differences <ref type="bibr" target="#b0">[1]</ref>. Originally, Cheiloscopy has been a manual procedure where tools such as magnifying glasses, especial lamps and microscopes were used to analyze lip prints, making it prone to human errors. Fortunately, computational algorithms could be used to mitigate those errors. Furthermore, among numerous algorithms capable of solving these situations, the optimal algorithm needs to be selected, based on the efficiency, lines of code, memory utilized or a combination of all of them. In addition to this, for many applications there is not enough knowledge to transform the inputs into the desired outputs pertaining to forensics. The power of data science stands highly significant in this perspective, where the insights obtained from data could complement and enrich the traditional knowledge of forensics, which is essentially the essence of Machine Learning (ML).</p><p>ML is a subfield of Artificial Intelligence (AI); AI is defined as the intelligence exhibited by an artificial entity to solve complex problems. This entity is generally assumed to be a computer or machine. In other words, AI is the ability of an entity to learn from data and make decisions like a human being without being explicitly programmed. Unlike humans, machines do not require breaks, are able to analyze huge amounts of data simultaneously and present a low error rate <ref type="bibr" target="#b1">[2]</ref>. There are many efficient automatic methods in Cheiloscopy using algorithms like dynamic time warping, top-hat transform, vote counting and the Hough transform <ref type="bibr" target="#b2">[3]</ref>. Nonetheless, not a substantial work has been performed in the recent years to obtain, apart from the identity, meaningful information of a person such as the sex or age.</p><p>This work focuses on the predictive aspect of machine learning algorithms in Cheiloscopy and compares different supervised learning algorithms that can be used to identify the biological sex of a person based on their lip traces. First, the basic pipeline of a biometric authentication system is briefly described. For each step, the state-of-the art is reviewed, analyzed and discussed. Then, the implementation of each of the stages for this particular use case is explained. Moreover, the performance is evaluated for each classification algorithm in the results section. Finally, the conclusions are drawn based on the application and system performance, identifying the future lines of research as well.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Machine Learning in Cheiloscopy</head><p>In the field of biometrics, ML stands out for its ability to increase precision in the identification process. Biometric characteristics taken first instance are not al-ways the same as those taken a second time. Consequently, the use of machine learning techniques such as artificial neural networks, fuzzy logic, evolutionary computing, etc., has increased in demand <ref type="bibr" target="#b3">[4]</ref>.</p><p>An automated biometric system aims to correctly predict the identity of a per-son based on a biometric sample or check if it matches an existing one stored in a data base. This is done in five steps (see Figure <ref type="figure" target="#fig_0">1</ref>). Every step can be seen as a separate ML task. For each task, it is necessary to find the optimal parameters and settings in order to improve the accuracy of the whole authentication process.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1.">Input data</head><p>The input data refers to the raw data obtained directly from the sensor or data source. For this case, that would be the lip impressions. These can be collected from people by pressing their lips, with lipstick previously applied, against a cellophane paper or tape. Alternatively, they can be obtained from the surface of body parts, fabrics, or objects (see Figure <ref type="figure" target="#fig_1">2</ref>) by using a brush and revealing powder <ref type="bibr" target="#b4">[5]</ref>. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2.">Segmentation</head><p>Segmentation or identification is the process in which the region of interest (ROI) is extracted from the input data, which can be done by techniques like Object Detection (DO). This computer vision technique creates a bounding box around each object found (See Figure <ref type="figure" target="#fig_2">3</ref>). In Cheiloscopy, the ROI is the mucosal part called the Klein zone. This zone contains the characteristic patterns of the lips <ref type="bibr" target="#b6">[7]</ref>. Furthermore, another important role that DO plays is to filter and eliminate any image that does not match a lip impression. Alternatively, Image Segmentation (IS) is another option for segmentation. This technique creates a pixel mask for each object in the image, giving much more image granularity and enabling detailed analysis <ref type="bibr" target="#b7">[8,</ref><ref type="bibr" target="#b8">9]</ref> (See Figure <ref type="figure" target="#fig_3">4</ref>). </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.3.">Pre-processing</head><p>Generally, the data obtained from different data sources are not standardized and the preprocessing aims at solving that. In general, this process is carried out in several steps that reduce the complexity and increase the accuracy of the classifying algorithms <ref type="bibr" target="#b17">[18]</ref>. Because it is not practical to perform a different pre-processing method for every single image, each of them is manipulated and trans-formed in such a way that any algorithm can process it. </p><formula xml:id="formula_0">• • • • • Wrobel et al., [11] • • • • • • Jain et al., [12] • • • • Wrobel and Froelich [13] • • Mousavi and Zarrabi [14] • • • • • Travieso et al., [15] • • • • • • • Niu et al., [16] • •</formula><p>Lopez-Sanchez et al., <ref type="bibr" target="#b16">[17]</ref> •</p><p>The pre-processing stage is of great importance in Cheiloscopy since lip impressions usually have many undesirable elements: fragments of skin, hair, and other undesired elements, which generate noise. For this reason, images of lip impressions should be cleaned and have any undesirable elements removed from them <ref type="bibr" target="#b10">[11]</ref>.</p><p>From the literature review of articles published during the last 5 years obtained from relevant and recognized scientific sources (Scopus and IEEE Xplore), a lack of specific or standardized way of pre-processing digitalized lip impressions for Cheiloscopy was inferred. In this respect, Table <ref type="table" target="#tab_0">1</ref> shows the most common processes.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.4.">Feature Extraction</head><p>In the process of feature extraction, an initial set of data is reduced to more manageable groups for further processing, in this case, leading to dimensionality reduction. Because data often contains a large number of variables, it requires a lot of computing resources to process them <ref type="bibr" target="#b18">[19]</ref>. In the case of lip impressions, the features of the Klein zone and the labial region are extracted.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.4.1.">Feature extraction using algorithms</head><p>Wrobel et al., <ref type="bibr" target="#b10">[11]</ref>, analyze the grooves' bifurcations of the upper and lower lips for their simplicity and unique pattern. To find such bifurcations, all black pixels in the digitized lip print are analyzed. The lip impression is then defined by a set of bifurcation systems determined by the Euclidean distance between their centers and their orientation angle (calculated based on the three angles between the bifurcations). Smacki et al., <ref type="bibr" target="#b9">[10]</ref>, obtain the lip pattern using the Top-Hat transform and filtering with special structures. Jain et al., <ref type="bibr" target="#b11">[12]</ref>, use Fast-Match, a Template Matching algorithm, to obtain a matrix of features. Wrobel and Froelich <ref type="bibr" target="#b12">[13]</ref> and Mousavi and Zarrabi <ref type="bibr" target="#b13">[14]</ref>, extract the segments found in the lips using the Hough transform. These are later used to find the straight lines that make up the lip patterns. Travieso et al., <ref type="bibr" target="#b14">[15]</ref>, measured the point-to-point height and width of the labial contour divided into four regions. Lopez-Sanchez et al., <ref type="bibr" target="#b16">[17]</ref>, implement various dimensionality reduction techniques (Random projection, Principal Component Analysis, Independent Component Analysis, Simple Autoencoder) that are combined with different machine learning classifiers. Niu et al., <ref type="bibr" target="#b15">[16]</ref>, extract Gabor and Local Binary Pattern (LBP) characteristics from lip prints. Norhikmah et al., <ref type="bibr" target="#b19">[20]</ref>, make use of Two-dimensional Principal Component Analysis (2DPCA) as a feature extraction method. Wrobel et al., <ref type="bibr" target="#b20">[21]</ref>, mean distances, curvatures, contour shapes and lip area. These measurements form a vector of characteristics for each individual.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.4.2.">Manual Feature Extraction</head><p>Although there are different systems for classifying lip grooves, Kazuo Suzuki and Yasuo Tsuchihashi designed one that classifies them into six different types (see Figure <ref type="figure" target="#fig_4">5</ref>) <ref type="bibr" target="#b21">[22]</ref>. This proposal is superior as it provides greater detail and is easy to understand <ref type="bibr" target="#b22">[23]</ref>. It was also concluded that the morphological pattern of the grooves is unique and exclusive <ref type="bibr" target="#b21">[22]</ref>.</p><p>In the literature, several papers illustrated used a traditional process of collecting lip prints using cellophane paper, eventually scanning and analyzing them using Adobe Photoshop </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.5.">Classification</head><p>Classification is the process by which a set of data goes through a categorization process to assign different classes (often referred to as a target, label, or categories). This can be done on structured or unstructured data. Since there are no specific guidelines to figure out which algorithms to apply to a specific problem, it is recommended to conduct controlled experiments and find out which algorithm and configuration performs best <ref type="bibr" target="#b26">[27]</ref>. This is evident in the following table (Table <ref type="table" target="#tab_2">2</ref>), where the algorithms used to process the labial images are listed.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Materials and Methods -Predictive models in Cheiloscopy</head><p>This work was focused to review and compare different supervised learning algorithms in terms of their performance and effectiveness to identify the biological sex of a person based on their lip prints. The methodology is presented in five steps, including the entire workflow from dataset preparation and preprocessing till the modeling and prediction.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1.">Dataset preparation</head><p>Primarily, two common datasets were considered for the study -the Biometrics Research database from the University of Silesia, and the SUT-Lips database. The first database does not include the sex of the subjects in the metadata and was thus discarded, and the latter was selected as the final data source. The SUT-Lips-DB contains 50 folders, each having several lip traces as JPG files only for one person. However, after rejecting the lip prints with blurry appearance, 43 were selected based on their definition and clarity. Furthermore, for each folder only the best image was selected, reducing the selection to only one print per person. Subsequently, the final data set contains lip traces of 26 females and 17 males.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.">Data segmentation</head><p>Due to high level of noise and undesired elements in the image, most of the lip traces' ROI proved to be very hard to extract by automatic means and hence data segmentation was done on a selective and manual basis. Among the unwanted elements in the images, there were facial hair, finger prints and oral mucosa prints (see Figure <ref type="figure" target="#fig_6">6</ref>).  Adobe Photoshop was used to extract the ROI out of the lip prints; with the help of the magnetic loop, a tool used to make automatic selections, it was possible to separate the lower lip from the upper lip (see Figure <ref type="figure" target="#fig_7">7</ref>). The advantage of the magnetic loop is that as points are selected, it automatically detects and picks the best path based on the contours. This tool has the peculiarity of adapting to the image that is below the area with which we are working. For this reason, it is very useful for selecting contours. After the segmentation, the traces of the upper and lower lip are saved in Portable Network Graphics (PNG) format in separate files. The naming convention for these files was &lt;index&gt;&lt;sex&gt;-&lt;upper/lower&gt;. This is important, because they are treated differently at the beginning of the next stage depending on whether it is an upper or lower lip.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3.">Pre-processing</head><p>First, based on the naming convention the image is vertically flipped if it is an upper lip. In case of a lower lip trace, it is not. This is because the algorithm that handles the feature selection later on was coded taking into consideration a lower lip trace. Nevertheless, the code is robust enough to deal with this.</p><p>The transparent pixels (of alpha channel value zero) are replaced by pixels of white color (equivalent to [255, 255, 255, 0] in [R, G, B, A] notation). After that, the image is converted to grayscale and horizontally aligned. To accomplish the latter, the corners of the lip are searched. Once the corners are found, the anchor point that will be used to perform the rotation which will horizontally align the lip is calculated. This point is the middle spot between the corners (see Figure <ref type="figure" target="#fig_9">8</ref>).  The next step is to get rid of the blank space left after the rotation that does not provide any information. To do this, the minimum bounding rectangle that can enclose the print is calculated. Taking this rectangle into account, the image is cropped. Afterwards, the image is resized so that all prints are the same size. This process is known as normalization and in this case it is 1500x500 pixels. Finally, as we are only interested in the shape, the image is binarized (see Figure <ref type="figure" target="#fig_11">9</ref>).  </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.4.">Feature selection</head><p>For all images the same biometric features have been determined. These were mainly inspired by Wrobel et al., work <ref type="bibr" target="#b20">[21]</ref>. Each set of lip print-based features are denoted as 𝑓 𝑛 = [𝑓 1 , . . . , 𝑓 𝑛 ] (see Table <ref type="table">3</ref>). For each side of the lip, 40 features have been extracted making 80 in total for the whole lip trace. These have been exported to a .csv file that is later used to feed the classification algorithms.</p><p>In addition, the features were standardized by removing the mean and scaling to unit variance. This was done to avoid bad behavior from the ML estimators used in the classification stage. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Table 3 Measurement of the lip print-based features</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.5.">Classification</head><p>Since the number of features collected from the previous stage was substantially high, only the most relevant ones were preserved. The Extra Tree Classifier was used to perform this dimensionality reduction. Also known as Extremely Randomized Trees, this is a type of ensemble learning technique composed of a large number of decision trees where the final decision is obtained taking into account the prediction of every tree. For this type of classifier, all the features and splits (questions about the data) are selected at random. In this forest structure, the relevance of a feature is given by the Gini importance. To achieve the transformation of data from a high-dimensional space into a low-dimensional space, each feature is ordered in descending order according to this value. Finally, only the top k features are selected. As a result, only a certain number of features (Table <ref type="table" target="#tab_3">4</ref>) out of the originally 80 features were kept. The final number of features depends on the best possible result for each classification algorithm. Furthermore, with the intention of getting better and more stable results the dataset was split into different sequences of train and test portions (also known as cross-validation) <ref type="bibr" target="#b27">[28,</ref><ref type="bibr" target="#b28">29]</ref>. Hence, it was split into 5 different training and validation datasets. Since the k-fold approach was used <ref type="bibr" target="#b29">[30]</ref>, and k is equal to 5, the train to test ratio was 34:9 (80% for training an 20% for test) for each fold.</p><p>As stated before, the number of samples in the cleaned dataset was pretty small (43 in total). In addition to this, since the data has been labeled and the goal is to predict or classify future observations, supervised learning was chosen. In particular, the following algorithms were selected:</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.5.1.">Logistic Regression (LR)</head><p>LR is a statistical learning method for classification. The term "logistic" refers to the "log odds" probability that is modeled. The term "odds" is defined as the ratio of the probability that an event occurs to the probability that it doesn't. It seeks to predict the effect of a series of variables on a binary response variable and classify observations by estimating the probability that an observation is in a particular category <ref type="bibr" target="#b30">[31,</ref><ref type="bibr" target="#b31">32]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.5.2.">Multilayer Perceptron (MLP)</head><p>MLP is a robust and nonlinear neural network model that operates as an approximation function. It is the expansion of a simple neural network, with multiple hidden layers that allow solving extremely complex problems. MLP uses back-propagation as its learning algorithm, a generalization of the Least Mean Squared rule. One of the major problems of this model is over-fitting, mainly due to large number of hidden layers being used <ref type="bibr" target="#b32">[33]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.5.3.">Support Vector Machine (SVM)</head><p>SVM works under the principle of margin calculation. It can be simply defined as a prediction tool that looks for a particular division line called a hyperplane that easily separates datasets or classes, thus avoiding overtraining of the data. This hyperplane is generated in an iterative manner, which is used to minimize the error. In practice, SVM uses a technique called the "kernel trick" where a low-dimensional input space is transformed into a higher dimensional space. This is because a higher dimensional transformation can allow us to separate data in order to make classification predictions <ref type="bibr" target="#b33">[34]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.5.4.">Naïve Bayes (NB)</head><p>NB is typically used for classification and clustering purposes. It is called naïve (naive), since it assumes that all variables contribute to the classification and are mutually co-related. This technique is based on Bayes theorem and is used when the dimensionality of the inputs is high. Using Bayes theorem, we can find the probability of A happening, given that B has occurred. NB algorithms are fast and fairly easy to implement. However, their biggest disadvantage is the need of independent predictors. In most cases, these predictors are dependent and the performance suffers from it <ref type="bibr" target="#b34">[35]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.5.5.">K-Nearest Neighbor (K-NN)</head><p>K-NN is an algorithm where given "n" training vectors, identifies the "k" nearest neighbors of "c" (a feature vector that we want to estimate its' class), regardless of labels. It then predicts the class of "c" based on the neighbors who are majority. The main advantages of this algorithm are its simplicity and straight forward implementation. On the other hand, the main draw-back is the complexity in searching the nearest neighbors for each sample <ref type="bibr" target="#b30">[31,</ref><ref type="bibr" target="#b35">36]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Results</head><p>Performance statistics for the different classification algorithms are shown in Table <ref type="table" target="#tab_3">4</ref>. Only the top combinations of features and classification algorithms are displayed. The optimal number of features differs across classifiers, but overall it's less than a half of the original 80 obtained from the feature selection stage. The accuracy of a ML classification algorithm is one way to measure how often the algorithm classifies a data point correctly. The f1 score and the Area Under the Curve (AUC) values are also of utter importance. This is because the first one indicates the precision and recall of the model, whereas the second represents how much the model is capable of distinguishing between classes (male or female) <ref type="bibr" target="#b34">[35]</ref>. In general, the Accuracy and AUC is above 75% for all the models, while the f1 score is greater than 80%. The best accuracy for the sex prediction was verified in the K-NN model (0.82). The top f1 score (0.86) and AUC (0.80) can also be found in this particular model. Contrastingly, the lowest accuracies are detected from MLP (0.65). The same is the case for the f1 score (0.66) and AUC (0.59).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Conclusions</head><p>This paper focused on the use of different supervised learning algorithms to identify the biological sex of a person based on their lip traces. We also presented a summary of the state-ofthe-art in Cheiloscopy in the context of ML. An original dataset was created out of the features automatically extracted from one of the only two open-source databases available for lip prints. This dataset was later used to use in the classification algorithms and their performance was compared and analyzed in the previous section. Comparing the different types of models used, K-NN provided the best performance, with all the models providing satisfactory accuracy in determining the biological sex of a person based on their lip traces, thus validating the focal objective of this work. The principal challenge was in the aspect of image segmentation, which was done manually, considering the high amount of noise and number of undesired elements. Scarcity of open access databases containing images of lip prints posed another challenge, especially with respect to the training of algorithms. Also, fine tuning the hyper-parameters of the estimators for each classification model was a significant challenge; however, it was resolved using a hyperparameter tuning function <ref type="bibr" target="#b36">[37]</ref>. In the future, further work could be performed in the domain of unsupervised algorithms and deep learning as well, provided the availability of sufficiently big datasets. Similarly, it might provide further information like age that could still be extracted out of lip prints.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 1 :</head><label>1</label><figDesc>Figure 1: Basic pipeline of a biometric authentication system</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 2 :</head><label>2</label><figDesc>Figure 2: Lip impression obtained using conventional revealing powder</figDesc><graphic coords="3,213.06,84.19,166.68,114.47" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Figure 3 :</head><label>3</label><figDesc>Figure 3: Digitized lip impression and its bounding box after applying DO</figDesc><graphic coords="3,213.06,402.56,166.67,146.09" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Figure 4 :</head><label>4</label><figDesc>Figure 4: Digitized lip impression after applying IS</figDesc><graphic coords="4,213.06,84.19,166.67,146.09" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_4"><head>Figure 5 :</head><label>5</label><figDesc>Figure 5: Groove classification proposed by Kazuo Suzuki and Yasuo Tsuchihashi</figDesc><graphic coords="6,213.06,84.19,166.68,99.90" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_6"><head>Figure 6 :</head><label>6</label><figDesc>Figure 6: Lips images</figDesc><graphic coords="7,162.64,463.13,83.34,76.73" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_7"><head>Figure 7 :</head><label>7</label><figDesc>Figure 7: ROI of the lip print</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_8"><head></head><label></label><figDesc>(a) Corners and anchor points (b) Horizontally aligned lip</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_9"><head>Figure 8 :</head><label>8</label><figDesc>Figure 8: Lips corners</figDesc><graphic coords="8,103.47,479.24,191.69,67.99" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_10"><head></head><label></label><figDesc>(a) White space removed and normalization (b) Binarization</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_11"><head>Figure 9 :</head><label>9</label><figDesc>Figure 9: Lips Normalization</figDesc><graphic coords="9,103.47,89.17,191.69,74.63" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_12"><head></head><label></label><figDesc>Main peaks and valley of the vertical projection 𝑓 5 = [𝑝 1 , 𝑣 1 , 𝑝 2 ] (𝑔) Maximum length of the horizontal projection 𝑓 6 = [𝑙] (ℎ) Distance from the left corner to the outer edges [80 ∘ , 50 ∘ , 30 ∘ , 20 ∘ , 10 ∘ , 2 ∘ ] 𝑓 7 = [𝑙𝑑 1 , 𝑙𝑑 2 , 𝑙𝑑 3 , 𝑙𝑑 4 , 𝑙𝑑 5 , 𝑙𝑑 6 ] (𝑖) Distance from the right corner to the outer edges [80 ∘ , 50 ∘ , 30 ∘ , 20 ∘ , 10 ∘ , 2 ∘ ] 𝑓 8 = [𝑟𝑑 1 , 𝑟𝑑 2 , 𝑟𝑑 3 , 𝑟𝑑 4 , 𝑟𝑑 5 , 𝑟𝑑 6 ] (𝑗) Distance from the upper center to the outer edges [2 ∘ , 10 ∘ , 30 ∘ , 60 ∘ , 90 ∘ , 120 ∘ , 150 ∘ , 170 ∘ , 178 ∘ ] 𝑓 9 = [𝑐𝑑 1 , 𝑐𝑑 2 , 𝑐𝑑 3 , 𝑐𝑑 4 , 𝑐𝑑 5 , 𝑐𝑑 6 , 𝑐𝑑 7 , 𝑐𝑑 8 , 𝑐𝑑 9 ] (𝑘) Distance from the upper center to the inner edges [2 ∘ , 10 ∘ , 30 ∘ , 60 ∘ , 90 ∘ 120 ∘ , 150 ∘ , 170 ∘ , 178 ∘ ] 𝑓 10 = [𝑖𝑑 1 , 𝑖𝑑 2 , 𝑖𝑑 3 , 𝑖𝑑 4 , 𝑖𝑑 5 , 𝑖𝑑 6 , 𝑖𝑑 7 , 𝑖𝑑 8 , 𝑖𝑑 9 ] (𝑙) Length of the skeletonized lip print 𝑓 11 = [𝑠𝑘]</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1</head><label>1</label><figDesc>State-of-the-art of pre-processing techniques used</figDesc><table /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>in Cheiloscopy Authors Grayscale conversion Brightness/contrast adjustment Binarization Normalization Undesirable elements filtering Background removal Morphological operations Figure detection Feature enhancement</head><label></label><figDesc></figDesc><table /><note>Smacki et al.,<ref type="bibr" target="#b9">[10]</ref> </note></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>Table 2</head><label>2</label><figDesc>State-of-the-art of ML algorithms used in Cheiloscopy</figDesc><table><row><cell>Authors</cell><cell>ML is not used</cell><cell>Decision Tree</cell><cell>or similar</cell><cell>Naive Bayes</cell><cell>K*</cell><cell>Radial Basis</cell><cell>Function Classifiers</cell><cell>Rule-Based Classifier</cell><cell>Fuzzy clustering</cell><cell>Hidden Markov</cell><cell>Models</cell><cell>Support Vector</cell><cell>Machine</cell><cell>K-Nearest</cell><cell>Multilayer Perceptron</cell><cell>Self-Organizing Map</cell></row><row><cell>Smacki et al., [10]</cell><cell>•</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell>Wrobel et al., [11]</cell><cell></cell><cell cols="2">•</cell><cell>•</cell><cell>•</cell><cell cols="2">•</cell><cell>•</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell>Jain et al., [12]</cell><cell>•</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell>Wrobel and Froelich [13]</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell>•</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell>Mousavi and Zarrabi [14]</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell cols="2">•</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell>Travieso et al., [15]</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell cols="2">•</cell><cell cols="2">•</cell><cell></cell><cell></cell><cell></cell></row><row><cell>Niu et al., [16]</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell cols="2">•</cell><cell></cell><cell></cell><cell></cell></row><row><cell>Lopez-Sanchez et al., [17]</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell cols="2">•</cell><cell cols="2">• •</cell><cell></cell></row><row><cell>Norhikmah and Haris[20]</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell>•</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_3"><head>Table 4</head><label>4</label><figDesc>Performance statistics</figDesc><table><row><cell cols="5">Classifier # Features Accuracy f1 score AUC</cell></row><row><cell>K-NN</cell><cell>28</cell><cell>0.82</cell><cell>0.86</cell><cell>0.80</cell></row><row><cell>LR</cell><cell>23</cell><cell>0.79</cell><cell>0.80</cell><cell>0.75</cell></row><row><cell>NB</cell><cell>24</cell><cell>0.77</cell><cell>0.81</cell><cell>0.77</cell></row><row><cell>SVM</cell><cell>25</cell><cell>0.70</cell><cell>0.77</cell><cell>0.78</cell></row><row><cell>MLP</cell><cell>25</cell><cell>0.65</cell><cell>0.66</cell><cell>0.59</cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">Biometrics Research at University of Silesia http://www.biometrics.us.edu.pl</note>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Importance of cheiloscopy</title>
		<author>
			<persName><forename type="first">A</forename><surname>Kumar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">N</forename><surname>Prasad</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Kamal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Priya</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Kumar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Kumar</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Int J Oral Care Res</title>
		<imprint>
			<biblScope unit="volume">4</biblScope>
			<biblScope unit="page" from="48" to="52" />
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<author>
			<persName><forename type="first">L</forename><surname>Rouhiainen</surname></persName>
		</author>
		<title level="m">Artificial Intelligence: 101 things you must know today about our future</title>
				<imprint>
			<publisher>Lasse Rouhiainen</publisher>
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Lip print: an emerging biometrics technology-a review</title>
		<author>
			<persName><forename type="first">S</forename><surname>Sandhya</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Fernandes</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">IEEE International Conference on Computational Intelligence and Computing Research (ICCIC), IEEE</title>
				<imprint>
			<date type="published" when="2017">2017. 2017</date>
			<biblScope unit="page" from="1" to="5" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Secured multi modal biometric system: A review</title>
		<author>
			<persName><forename type="first">P</forename><surname>Akulwar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">A</forename><surname>Vijapur</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">2019 Third International conference on I-SMAC (IoT in Social, Mobile, Analytics and Cloud)(I-SMAC), IEEE</title>
				<imprint>
			<date type="published" when="2019">2019</date>
			<biblScope unit="page" from="396" to="403" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Cheiloscopy-a vital tool in crime investigation</title>
		<author>
			<persName><forename type="first">S</forename><surname>Kannan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Muthu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Muthusamy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Sidhu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Int J Forensic Sci Pathol</title>
		<imprint>
			<biblScope unit="volume">3</biblScope>
			<biblScope unit="page" from="89" to="93" />
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<monogr>
		<title level="m" type="main">Sut-lips-db -a database of lips traces</title>
		<author>
			<persName><forename type="first">D</forename><surname>Mrozek</surname></persName>
		</author>
		<idno type="DOI">10.21227/H2R04P</idno>
		<ptr target="https://dx.doi.org/10.21227/H2R04P.doi:10.21227/H2R04P" />
		<imprint>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Cheiloscopy</title>
		<author>
			<persName><forename type="first">L</forename><surname>Chatra</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Peter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Ahsan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Journal of Forensic Odontology</title>
		<imprint>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="page">48</biblScope>
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Edge solution with machine learning and open data to interpret signs for people with visual disability</title>
		<author>
			<persName><forename type="first">F</forename><surname>Velosa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Florez</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">CEUR Workshops Proceedings</title>
				<imprint>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="15" to="26" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Tensor domain averaging in diffusion imaging of small animals to generate reliable tractography</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">Yepes</forename><surname>Zuluaga</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Yepes-Calderon</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">ParadigmPlus</title>
		<imprint>
			<biblScope unit="volume">2</biblScope>
			<biblScope unit="page" from="1" to="19" />
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Lip print pattern extraction using top-hat transform</title>
		<author>
			<persName><forename type="first">L</forename><surname>Smacki</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Luczak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Wrobel</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 9th International Conference on Computer Recognition Systems CORES 2015</title>
				<meeting>the 9th International Conference on Computer Recognition Systems CORES 2015</meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2016">2016</date>
			<biblScope unit="page" from="337" to="346" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Effective lip prints preprocessing and matching methods</title>
		<author>
			<persName><forename type="first">K</forename><surname>Wrobel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Porwik</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Doroz</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 9th International Conference on Computer Recognition Systems CORES 2015</title>
				<meeting>the 9th International Conference on Computer Recognition Systems CORES 2015</meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2016">2016</date>
			<biblScope unit="page" from="347" to="357" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">A cheiloscopic approach for unique identification among indian subpopulation</title>
		<author>
			<persName><forename type="first">S</forename><surname>Jain</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Poojitha</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Bhatia</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Intelligent Communication, Control and Devices</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2018">2018</date>
			<biblScope unit="page" from="1729" to="1738" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Recognition of lip prints using fuzzy c-means clustering</title>
		<author>
			<persName><forename type="first">K</forename><surname>Wrobel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Froelich</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Medical Informatics &amp; Technologies</title>
		<imprint>
			<biblScope unit="volume">24</biblScope>
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">A hidden markov model (hmm) scheme for lip based identification utilizing vertical grooves angles</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">S</forename><surname>Mousavi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Zarrabi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Journal of Computer Applications</title>
		<imprint>
			<biblScope unit="volume">975</biblScope>
			<biblScope unit="page">8887</biblScope>
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Improving the performance of the lip identification through the use of shape correction</title>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">M</forename><surname>Travieso</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">G</forename><surname>Ravelo-García</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">B</forename><surname>Alonso</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">M</forename><surname>Canino-Rodríguez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">K</forename><surname>Dutta</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Applied Intelligence</title>
		<imprint>
			<biblScope unit="volume">49</biblScope>
			<biblScope unit="page" from="1823" to="1840" />
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Lip print recognition using gabor and lbp features</title>
		<author>
			<persName><forename type="first">B</forename><surname>Niu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Sun</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Ding</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">DEStech Transactions on Computer Science and Engineering</title>
		<imprint>
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Machine learning methods for automatic cheiloscopy on facial images</title>
		<author>
			<persName><forename type="first">D</forename><surname>López-Sánchez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">G</forename><surname>Arrieta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">M</forename><surname>Corchado</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">8th International Conference on Imaging for Crime Detection and Prevention (ICDP 2017)</title>
				<imprint>
			<date type="published" when="2017">2017</date>
			<biblScope unit="page" from="55" to="60" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Influence of data preprocessing</title>
		<author>
			<persName><forename type="first">C</forename><surname>Zhu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Gao</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Computing Science and Engineering</title>
		<imprint>
			<biblScope unit="volume">10</biblScope>
			<biblScope unit="page" from="51" to="57" />
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<monogr>
		<title level="m" type="main">Feature selection metrics: Similarities, differences, and characteristics of the selected models</title>
		<author>
			<persName><forename type="first">D</forename><surname>Sanyal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Bosch</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Paquette</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2020">2020</date>
			<publisher>International Educational Data Mining Society</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Implementation of 2dpca and som algorithms to determine sex according to lip shapes</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">K</forename><surname>Norhikmah</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">K H</forename><surname>Angriawan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">2019 4th International Conference on Information Technology, Information Systems and Electrical Engineering (ICITISEE)</title>
				<imprint>
			<publisher>IEEE</publisher>
			<date type="published" when="2019">2019</date>
			<biblScope unit="page" from="101" to="106" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Using a probabilistic neural network for lip-based biometric verification</title>
		<author>
			<persName><forename type="first">K</forename><surname>Wrobel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Doroz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Porwik</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Naruniec</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Kowalski</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Engineering Applications of Artificial Intelligence</title>
		<imprint>
			<biblScope unit="volume">64</biblScope>
			<biblScope unit="page" from="112" to="127" />
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">Personal identification by means of lip prints</title>
		<author>
			<persName><forename type="first">K</forename><surname>Suzuki</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Tsuchihashi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">J Forensic Med</title>
		<imprint>
			<biblScope unit="volume">17</biblScope>
			<biblScope unit="page" from="52" to="57" />
			<date type="published" when="1970">1970</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">Cheiloscopy-an overview of its limitations and future per-spectives</title>
		<author>
			<persName><forename type="first">M</forename><surname>Bajpai</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Pardhe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Chandolia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Arora</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">J For Med Leg Aff</title>
		<imprint>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="page">106</biblScope>
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">Lip forensics; cheiloscopic pattern among population of punjab, pakistan</title>
		<author>
			<persName><forename type="first">S</forename><surname>Nadeem</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Manzoor</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Pervez</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">The Professional Medical Journal</title>
		<imprint>
			<biblScope unit="volume">26</biblScope>
			<biblScope unit="page" from="1177" to="1182" />
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<analytic>
		<title level="a" type="main">Establishing role of cheiloscopy in person identification and sex determination</title>
		<author>
			<persName><forename type="first">P</forename><surname>Kesarwani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Choudhary</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Orofacial Research</title>
		<imprint>
			<biblScope unit="page" from="4" to="7" />
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<analytic>
		<title level="a" type="main">Cheiloscopy: A tool for antemortem identification</title>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">S</forename><surname>Sharma</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Gupta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Vij</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Sharma</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Tyagi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Singh</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Indian Journal of Dental Sciences</title>
		<imprint>
			<biblScope unit="volume">9</biblScope>
			<biblScope unit="page">176</biblScope>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b26">
	<analytic>
		<title level="a" type="main">Machine learning mastery with weka</title>
		<author>
			<persName><forename type="first">J</forename><surname>Brownlee</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Ebook. Edition</title>
		<imprint>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="page">4</biblScope>
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b27">
	<monogr>
		<author>
			<persName><forename type="first">D</forename><surname>Berrar</surname></persName>
		</author>
		<title level="m">Cross-validation</title>
				<imprint>
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b28">
	<analytic>
		<title level="a" type="main">Alpha-beta vs scout algorithms for the othello game</title>
		<author>
			<persName><forename type="first">J</forename><surname>Hernandez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Daza</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Florez</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">CEUR Workshops Proceedings</title>
				<imprint>
			<date type="published" when="2019">2019</date>
			<biblScope unit="volume">2846</biblScope>
			<biblScope unit="page" from="65" to="79" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b29">
	<monogr>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">L</forename><surname>Developers</surname></persName>
		</author>
		<title level="m">Cross-validation: Evaluating estimator performance</title>
				<imprint>
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b30">
	<analytic>
		<title level="a" type="main">A quick review of machine learning algorithms</title>
		<author>
			<persName><forename type="first">S</forename><surname>Ray</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">2019 International conference on machine learning, big data, cloud and parallel computing (COMITCon), IEEE</title>
				<imprint>
			<date type="published" when="2019">2019</date>
			<biblScope unit="page" from="35" to="39" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b31">
	<monogr>
		<title level="m" type="main">Online dashboard and data analysis approach for assessing covid-19 case and death data</title>
		<author>
			<persName><forename type="first">H</forename><surname>Florez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Singh</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page">9</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b32">
	<analytic>
		<title level="a" type="main">Multilayer perceptron (mlp)</title>
		<author>
			<persName><forename type="first">H</forename><surname>Taud</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Mas</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Geomatic Approaches for Modeling Land Change Scenarios</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2018">2018</date>
			<biblScope unit="page" from="451" to="455" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b33">
	<analytic>
		<title level="a" type="main">A review of machine learning techniques using decision tree and support vector machine</title>
		<author>
			<persName><forename type="first">M</forename><surname>Somvanshi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Chavan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Tambade</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Shinde</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">2016 international conference on computing communication control and automation (ICCUBEA), IEEE</title>
				<imprint>
			<date type="published" when="2016">2016</date>
			<biblScope unit="page" from="1" to="7" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b34">
	<analytic>
		<title level="a" type="main">Machine learning algorithms-a review</title>
		<author>
			<persName><forename type="first">B</forename><surname>Mahesh</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Journal of Science and Research (IJSR)</title>
		<imprint>
			<biblScope unit="volume">9</biblScope>
			<biblScope unit="page" from="381" to="386" />
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b35">
	<analytic>
		<title level="a" type="main">An experimental comparison of algorithms for nodes clustering in a neural network of caenorhabditis elegans</title>
		<author>
			<persName><forename type="first">J</forename><surname>Hernandez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Florez</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Conference on Computational Science and Its Applications</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2021">2021</date>
			<biblScope unit="page" from="327" to="339" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b36">
	<analytic>
		<title level="a" type="main">Tuning the hyper-parameters of an estimator</title>
	</analytic>
	<monogr>
		<title level="m">Scikit-learn developers</title>
				<imprint>
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
