翻訳と辞書
Words near each other
・ Biomeigenia
・ Biomesh
・ Biomesotherapy
・ Biomet
・ Biometal
・ Biometal (biology)
・ BioMetal (video game)
・ BioMetals (journal)
・ Biometeorology
・ Biometric Consortium
・ Biometric Database Law
・ Biometric device
・ Biometric passport
・ Biometric points
・ Biometrical Journal
Biometrics
・ Biometrics (journal)
・ Biometrics Commissioner
・ Biometrics in schools
・ Biometrics use by the South African government
・ Biometrika
・ Biomicrofluidics
・ Biomics
・ Biomimetic antifouling coating
・ Biomimetic architecture
・ Biomimetic material
・ Biomimetic synthesis
・ Biomimetics
・ Biomin
・ Biomineralising polychaetes


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Biometrics : ウィキペディア英語版
Biometrics


Biometrics refers to metrics related to human characteristics. Biometrics authentication (or realistic authentication)〔As Jain and Ross (2008, footnote 4 on page 1) point out, "the term ''biometric authentication'' is perhaps more appropriate than ''biometrics'' since the latter has been historically used in the field of statistics to refer to the analysis of biological (particularly medical) data ()" (wikilink added to original quote).
〕 is used in computer science as a form of identification and access control. It is also used to identify individuals in groups that are under surveillance.
Biometric identifiers are the distinctive, measurable characteristics used to label and describe individuals.〔Jain, A.; Hong, L. and Pankanti, S. (2000). ("Biometric Identification" ). ''Communications of the ACM'', 43(2), p. 91–98. DOI 10.1145/328236.328110〕 Biometric identifiers are often categorized as physiological versus behavioral characteristics. Physiological characteristics are related to the shape of the body. Examples include, but are not limited to fingerprint, palm veins, face recognition, DNA, palm print, hand geometry, iris recognition, retina and odour/scent. Behavioral characteristics are related to the pattern of behavior of a person, including but not limited to typing rhythm, gait, and voice.〔Strictly speaking, ''voice'' is also a physiological trait because every person has a different vocal tract, but voice recognition is classed as behavioural as it is affected by a person's mood. Biometric voice recognition is separate and distinct from speech recognition with the latter being concerned with accurate understanding of speech content rather than identification or recognition of the person speaking.〕 Some researchers have coined the term behaviometrics to describe the latter class of biometrics.〔(【引用サイトリンク】title=Biometrics for Secure Authentication )
More traditional means of access control include token-based identification systems, such as a driver's license or passport, and knowledge-based identification systems, such as a password or personal identification number.〔 Since biometric identifiers are unique to individuals, they are more reliable in verifying identity than token and knowledge-based methods; however, the collection of biometric identifiers raises privacy concerns about the ultimate use of this information.〔〔Weaver, A. C. (2006). "Biometric Authentication". ''Computer'', 39 (2), p. 96–97. DOI 10.1109/MC.2006.47〕
According to a CSO article the biometrics market will be worth US$13.8 billion in 2015.〔(【引用サイトリンク】title=Biometric security is on the rise )
==Biometric functionality==
Many different aspects of human physiology, chemistry or behavior can be used for biometric authentication. The selection of a particular biometric for use in a specific application involves a weighting of several factors. Jain ''et al.'' (1999) identified seven such factors to be used when assessing the suitability of any trait for use in biometric authentication. Universality means that every person using a system should possess the trait. Uniqueness means the trait should be sufficiently different for individuals in the relevant population such that they can be distinguished from one another. Permanence relates to the manner in which a trait varies over time. More specifically, a trait with 'good' permanence will be reasonably invariant over time with respect to the specific matching algorithm. Measurability (collectability) relates to the ease of acquisition or measurement of the trait. In addition, acquired data should be in a form that permits subsequent processing and extraction of the relevant feature sets. Performance relates to the accuracy, speed, and robustness of technology used (see performance section for more details). Acceptability relates to how well individuals in the relevant population accept the technology such that they are willing to have their biometric trait captured and assessed. Circumvention relates to the ease with which a trait might be imitated using an artifact or substitute.
Proper biometric use is very application dependent. Certain biometrics will be better than others based on the required levels of convenience and security. No single biometric will meet all the requirements of every possible application.〔
The block diagram illustrates the two basic modes of a biometric system.〔 First, in verification (or authentication) mode the system performs a one-to-one comparison of a captured biometric with a specific template stored in a biometric database in order to verify the individual is the person they claim to be. Three steps are involved in the verification of a person. In the first step, reference models for all the users are generated and stored in the model database. In the second step, some samples are matched with reference models to generate the genuine and impostor scores and calculate the threshold. Third step is the testing step. This process may use a smart card, username or ID number (e.g. PIN) to indicate which template should be used for comparison.〔Systems can be designed to use a template stored on media like an e-Passport or smart card, rather than a remote database.〕 'Positive recognition' is a common use of the verification mode, "where the aim is to prevent multiple people from using same identity".〔
Second, in identification mode the system performs a one-to-many comparison against a biometric database in attempt to establish the identity of an unknown individual. The system will succeed in identifying the individual if the comparison of the biometric sample to a template in the database falls within a previously set threshold. Identification mode can be used either for 'positive recognition' (so that the user does not have to provide any information about the template to be used) or for 'negative recognition' of the person "where the system establishes whether the person is who she (implicitly or explicitly) denies to be".〔 The latter function can only be achieved through biometrics since other methods of personal recognition such as passwords, PINs or keys are ineffective.
The first time an individual uses a biometric system is called ''enrollment''. During the enrollment, biometric information from an individual is captured and stored. In subsequent uses, biometric information is detected and compared with the information stored at the time of enrollment. Note that it is crucial that storage and retrieval of such systems themselves be secure if the biometric system is to be robust. The first block (sensor) is the interface between the real world and the system; it has to acquire all the necessary data. Most of the times it is an image acquisition system, but it can change according to the characteristics desired. The second block performs all the necessary pre-processing: it has to remove artifacts from the sensor, to enhance the input (e.g. removing background noise), to use some kind of normalization, etc. In the third block necessary features are extracted. This step is an important step as the correct features need to be extracted in the optimal way. A vector of numbers or an image with particular properties is used to create a ''template''. A template is a synthesis of the relevant characteristics extracted from the source. Elements of the biometric measurement that are not used in the comparison algorithm are discarded in the template to reduce the filesize and to protect the identity of the enrollee.
During the enrollment phase, the template is simply stored somewhere (on a card or within a database or both). During the matching phase, the obtained template is passed to a matcher that compares it with other existing templates, estimating the distance between them using any algorithm (e.g. Hamming distance). The matching program will analyze the template with the input. This will then be output for any specified use or purpose (e.g. entrance in a restricted area).
Selection of biometrics in any practical application depending upon the characteristic measurements and user requirements.〔 We should consider Performance, Acceptability, Circumvention, Robustness, Population coverage, Size, Identity theft deterrence in selecting a particular biometric. Selection of biometric based on user requirement considers Sensor availability, Device availability, Computational time and reliability, Cost, Sensor area and power consumption

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Biometrics」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.