{"id":23,"date":"2023-05-31T14:14:39","date_gmt":"2023-05-31T12:14:39","guid":{"rendered":"https:\/\/sites.unica.it\/livdet\/?page_id=23"},"modified":"2025-03-24T16:15:35","modified_gmt":"2025-03-24T15:15:35","slug":"challenge-1","status":"publish","type":"page","link":"https:\/\/sites.unica.it\/livdet\/home\/challenge-1\/","title":{"rendered":"Challenge 1"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"23\" class=\"elementor elementor-23\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-68b90b6f elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"68b90b6f\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2ff1fd8a\" data-id=\"2ff1fd8a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-40a67a2f elementor-widget elementor-widget-text-editor\" data-id=\"40a67a2f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 align=\"center\">Challenge 1: Liveness Detection in Action<\/h3>\n<h4 align=\"center\"><i>This Challenge is available for either contact and contactless fingerprint or both.&nbsp;&nbsp;<\/i><\/h4>\n<h4 align=\"center\"><i>Please indicate during registration.<\/i><\/h4>\n<p align=\"justify\"><span style=\"font-family: var( --e-global-typography-text-font-family ), Sans-serif;font-weight: var( --e-global-typography-text-font-weight );text-align: justify;letter-spacing: var(--the7-base-letter-spacing);text-transform: var(--the7-base-text-transform)\">In real applications, the Fingerprint Liveness Detection system works together with a recognition system in order to protect it from spoo\ufb01ng attacks. Competitors are invited to submit a complete algorithm able not only to output the liveness probability (liveness output)&nbsp; but also an integrated match score (IMS output) which includes the probability above with the probability of belonging to the declared user.<\/span><\/p>\n<p align=\"justify\">In last years it was noticed that the existence of artifacts due to the human skin (person-speci\ufb01c) and to the particular curvature of ridges and valleys (\ufb01nger-speci\ufb01c) can impact in liveness detection systems\u2019 performance and can be exploit to improve the integrated system. In particular, the data acquired during the recognition system\u2019s initial enrollment phase can be used to lower the liveness error rate and consequently, to improve the integrated system performance. For this challenge, participants can decide whether to exploit the additional information coming from the enrolled user (\u201cuser-speci\ufb01c effect\u201d).<\/p>\n<p align=\"justify\">Each submitted algorithm must be a Windows or Linux console application with the following list of parameters:<\/p>\n<h5>Synopsis:&nbsp; <em>[nameOfAlgorithm].exe [ndataset] [templateimagesfile] [probeimagesfile] [livenessoutputfile] [IMSoutputfile]<\/em><\/h5>\n<p><em><strong>[nameOfAlgorithm].exe<\/strong><\/em> &#8211; It is the executable name. Format: Windows or Linux console application (es. .exe)<\/p>\n<p><em><strong>[ndataset]<\/strong><\/em> &#8211; It is the identification number of the dataset to analyse. Legend:<\/p>\n<ol>\n<li>GreenBit<\/li>\n<li>Dermalog<\/li>\n<li>Unkown1<\/li>\n<li>Unknown2<\/li>\n<\/ol>\n<p><em><strong>[templateimagesfile]<\/strong> <\/em>&#8211; A text file with the list of absolute paths of each template image registered in the system. Each image is in the same format of own train set. Example of a <strong><em>[templateimagesfile]<\/em><\/strong> called <em>GreenBit_template.txt<\/em>:<\/p>\n<p><em>&#8230;<\/em><br><em>G:\\Works\\LivDet2025\\TemplateImages\\GreenBit\\0123.png<\/em><br><em>G:\\Works\\LivDet2025\\TemplateImages\\GreenBit\\1323.png<\/em><br><em>G:\\Works\\LivDet2025\\TemplateImages\\GreenBit\\0033.png<\/em><br><em>G:\\Works\\LivDet2025\\TemplateImages\\GreenBit\\0954.png<\/em><br><em>G:\\Works\\LivDet2025\\TemplateImages\\GreenBit\\2154.png<\/em><br><em>&#8230;<\/em><\/p>\n<p><em><strong>[probeimagesfile]<\/strong> <\/em>&#8211; A text file with the list of absolute paths of each image to analyse. Each image is in the same format of own train set. Example of a <strong><em>[probeimagesfile]<\/em><\/strong> called <em>GreenBit_probe.txt<\/em>:<\/p>\n<p><em>&#8230;<\/em><br><em>G:\\Works\\LivDet2025\\ProbeImages\\GreenBit\\0123.png<\/em><br><em>G:\\Works\\LivDet2025\\ProbeImages\\GreenBit\\1323.png<\/em><br><em>G:\\Works\\LivDet2025\\ProbeImages\\GreenBit\\0033.png<\/em><br><em>G:\\Works\\LivDet2025\\ProbeImages\\GreenBit\\0954.png<\/em><br><em>G:\\Works\\LivDet2025\\ProbeImages\\GreenBit\\2154.png<\/em><br><em>&#8230;<\/em><\/p>\n<p><em><strong>[livenessoutputfile]&nbsp;<\/strong><\/em>&#8211; The text file with the liveness output of each processed image, in the same order of &#8220;probeimagesfile&#8221;. The output is a posterior probability of the live class given the image, or a degree of \u201cliveness\u201d normalized in the range 0 and 100 (100 is the maximum degree of liveness, 0 means that the image is fake). Scores [0, 50) classify fingerprint image as &#8220;fake&#8221; while scores [50,100] classify fingerprint image as &#8220;live&#8221;(in Fig.1 in blue &#8220;livenessoutput&#8221;). In the case that the algorithm has not been able to process the image, the correspondent output must be -1000 (failure to enroll). Example of a <em><strong>[livenessoutputfile]<\/strong><\/em> called&nbsp;<em>GreenBit_liveness_results.txt<\/em>:<br><em>&#8230;<br><\/em><em>100<br><\/em><em>54<br><\/em><em>-1000<\/em><\/p>\n<p><em>32<\/em><br><em>78<\/em><br><em>&#8230;<\/em><\/p>\n<p><em><strong>[IMSoutputfile] <\/strong><\/em>&#8211; The text file with the integrated match score output between the processed image (probe) and the corresponding template. The output is a combined posterior probability of the live class and the belonging of the claimed identity given the image, normalized in the range 0 and 100 (100 means that the image is live and belonging to the declared user, 0 means that the image is fake or belonging to an attacker). Scores [0, 50) classify fingerprint image as &#8220;fake or attacker&#8221; while scores [50,100] classify fingerprint image as &#8220;live and genuine&#8221; (in Fig.1 in red &#8220;IMSoutput&#8221;). In the case that the algorithm has not been able to process the image, the correspondent output must be -1000 (failure to enroll).&nbsp;Example of a <em><strong>[imsoutputfile]<\/strong> <\/em>called <em>GreenBit_ims_results.txt<\/em>:<\/p>\n<p><em>&#8230;<\/em><br><em>100<\/em><br><em>54<\/em><br><em>-1000<\/em><br><em>32<\/em><br><em>78<\/em><br><em>&#8230;<\/em><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f287405 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"f287405\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-76b85e7\" data-id=\"76b85e7\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-fe8a6df e-transform elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"fe8a6df\" data-element_type=\"widget\" data-settings=\"{&quot;_transform_scale_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;1&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1380\" height=\"616\" src=\"https:\/\/sites.unica.it\/livdet\/files\/2024\/04\/ims_scheme.png\" class=\"attachment-full size-full wp-image-11421\" alt=\"\" srcset=\"https:\/\/sites.unica.it\/livdet\/files\/2024\/04\/ims_scheme.png 1380w, https:\/\/sites.unica.it\/livdet\/files\/2024\/04\/ims_scheme-300x134.png 300w, https:\/\/sites.unica.it\/livdet\/files\/2024\/04\/ims_scheme-1024x457.png 1024w, https:\/\/sites.unica.it\/livdet\/files\/2024\/04\/ims_scheme-768x343.png 768w\" sizes=\"(max-width: 1380px) 100vw, 1380px\" \/><\/figure><div class=\"elementor-image-box-content\"><p class=\"elementor-image-box-description\">Fig.1 Block diagram of a possible Integrated Match System comparison<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a308692 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a308692\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d4a6c0c\" data-id=\"d4a6c0c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-075d5c4 elementor-widget elementor-widget-text-editor\" data-id=\"075d5c4\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Each parameter related to the dataset configuration must be set before submission. Each competitor can configure his algorithm by the training-set available after the registration. Only Windows\u00a0 or Linux console applications with the above characteristics will be accepted for the competition.<\/p><p>Participants are recommended to send a description of their algorithm.<\/p><p>They may publish also the source code of their algorithm, but this is not mandatory.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Challenge 1: Liveness Detection in Action This Challenge is available for either contact and contactless fingerprint or both.&nbsp;&nbsp; Please indicate during registration. In real applications, the Fingerprint Liveness Detection system works together with a recognition system in order to protect it from spoo\ufb01ng attacks. Competitors are invited to submit a complete algorithm able not only&hellip;<\/p>\n","protected":false},"author":9666,"featured_media":0,"parent":2,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-23","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/sites.unica.it\/livdet\/wp-json\/wp\/v2\/pages\/23","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sites.unica.it\/livdet\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sites.unica.it\/livdet\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sites.unica.it\/livdet\/wp-json\/wp\/v2\/users\/9666"}],"replies":[{"embeddable":true,"href":"https:\/\/sites.unica.it\/livdet\/wp-json\/wp\/v2\/comments?post=23"}],"version-history":[{"count":29,"href":"https:\/\/sites.unica.it\/livdet\/wp-json\/wp\/v2\/pages\/23\/revisions"}],"predecessor-version":[{"id":11598,"href":"https:\/\/sites.unica.it\/livdet\/wp-json\/wp\/v2\/pages\/23\/revisions\/11598"}],"up":[{"embeddable":true,"href":"https:\/\/sites.unica.it\/livdet\/wp-json\/wp\/v2\/pages\/2"}],"wp:attachment":[{"href":"https:\/\/sites.unica.it\/livdet\/wp-json\/wp\/v2\/media?parent=23"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}