CA2309148A1 - Method and system for checking digital signature - Google Patents

Method and system for checking digital signature Download PDF

Info

Publication number
CA2309148A1
CA2309148A1 CA002309148A CA2309148A CA2309148A1 CA 2309148 A1 CA2309148 A1 CA 2309148A1 CA 002309148 A CA002309148 A CA 002309148A CA 2309148 A CA2309148 A CA 2309148A CA 2309148 A1 CA2309148 A1 CA 2309148A1
Authority
CA
Canada
Prior art keywords
signature
registration
signature data
true
person
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
CA002309148A
Other languages
French (fr)
Inventor
Toshiaki Chai
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Cyber SIGN Japan Inc
Original Assignee
Individual
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Individual filed Critical Individual
Publication of CA2309148A1 publication Critical patent/CA2309148A1/en
Abandoned legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V40/00Recognition of biometric, human-related or animal-related patterns in image or video data
    • G06V40/30Writer recognition; Reading and verifying signatures

Abstract

A method for checking a digital signature correctly while taking account of individual variation of signature by capturing hand written character string information, comparing the information with preset registered signature data and dividing the information into a part which can be recognized as a true signature, an intermediate part which cannot be recognized as a true signature resulting in a request for another signature, and a part which is judged to be not a true signature. Based on the distribution of the accumulated error between the registered signature data and the signature data, the part which can be recognized as a true signature is made wider when the accumulated error distribution is wide otherwise it is made narrower. The intermediate part leading to a request for another signature is made wider when the accumulated error distribution is wide otherwise it is made narrower.

Description

DESCRIPTION
METHOD AND SYSTEM FOR CHECKING DIGITAL SIGNATURE
TECHNICAL FIELD
The present invention relates to a method of verifying an electronic signature. More particularly, the present invention relates to a method in which a degree of difference (cumulative error) between registered signature data and signature date to be verified is obtained during verification, and a signer is authenticated on the basis of the degree of difference, as well as to a method and apparatus for electronic-tablet correction.
BACKGROUND ART
A handwritten character recognition method by which written characters are recognized has been utilized as an input method for word processors or a signature verification method for specifying a writer. Under a handwritten character recognition method which has already been in actual use as an input method, characters are input under specified constraints on the style of typeface (e.g., in the style of Kaisho in the case of Japanese), and the thus-input characters are converted into coordinate information. The thus-converted coordinate information is verified by comparison with coordinate information relating to character data which have been stored beforehand. As a result of verification, the characters are recognized as matched. If characters are carefully written in the kaisho style at comparatively slow speed in the manner as previously described, the characters can be sufficiently recognized through use of only coordinate information because under such conditions each of the strokes of the characters becomes clear by virtue of visual feedback to the writer and hence the shape of the characters becomes stable.
In contrast, in a case where the character recognition method is applied to an input method which does not pose any restriction on the style of typeface at the time of input of characters or to a signature verification method, there must be recognized not only characters written in the kaisho style but also cursively written characters. When characters are cursively written, writing motion becomes faster and does not involve any substantial visual feedback to the writer. In this case, the characters become less identifiable, and separation of a resultantly acquired pattern into strokes becomes difficult. Further, due to a large expansion or contraction of the pattern in the direction of the time axis or in the direction of stroke and/or the difference between the input pattern and a pre-registered pattern in these directions, a matching rate is extremely low, rendering recognition of characters difficult.
Another method is to enable recognition of characters without involving the separation of characters into strokes by application of time-series coordinate information and writing pressure. This method employs a pattern matching technique called dynamic programming (DP) matching, which takes into consideration variations in the coordinate information stemming from variations in writing action.
In the DP matching technique, variations in the writing motion are corrected with regard to the time axis or the arc length axis through use of a skew function which minimizes a cumulative error between patterns to be checked. Patterns are matched with each other on the basis of the coordinates and writing pressure that have been corrected so as to compensate variations in the writing motion, thereby enabling recognition of cursively handwritten characters.
Verification based on the addition of writing-pressure information to time-series coordinate information or normalization of input patterns by DP matching contributes to an improvement in the recognition rate of handwritten characters. However, in the case of application of the DP
matching technique to recognition of cursively written characters or signature verification, a false signature may be erroneously recognized as a genuine signature. Therefore, in its present form, the DP matching technique cannot be put into practical use.
Japanese Patent No. 1,822,532 [Japanese Patent Publication (kokoku) No. 5-31798] entitled "A Method of Recognizing Handwritten Characters Online" describes a practical technique that is based on DP matching. Under this method, when the degree of difference between a registered pattern and an input pattern of handwritten characters is calculated by use of DP matching, time-series coordinate information and writing-pressure information are simultaneously processed by the assignment of optimum weighting coefficients to the time-series coordinate information and writing-pressure information. As a result, the difference is reduced, which in turn contributes to an improvement in the verification rate of authenticity and a reduction in processing time.
As mentioned previously, even in the case of unclear characters which cannot be separated into strokes, processing of the time-series coordinate information and writing-pressure information relating to handwritten characters enables recognition of the characters. Further, even in the case of cursively handwritten characters, the characters can be recognized in practice, as a result of a further improvement in the DP matching technique that compensates variations in writing motion in order to correct cumulative errors.
In a static signature verification system, an image scanner or an image OCR is used as a tool for reading characters. In contrast, in a dynamic signature verification system, a stylus pen is generally used-. An appearance of such a dynamic signature verification system utilizing a stylus pen is shown. When characters are written on a tablet through use of a stylus pen, signals representing characters are sent to a verification section, where signature verification is performed.
Such a tablet and stylus pen are important devices that affect easiness of use. Therefore, recently these devices have been improved. For example, a tablet formed from a liquid-crystal panel and a wireless stylus pen having no signal cable have come into use. Further, in place of a piece of hardware dedicated to signature verification, a personal computer has come into use. In this case, signature verification is performed by software.
The processing performed in the verification section is composed of three steps; i.e., pre-processing/normalization, character extraction, and recognition/judgment. Information from the stylus pen includes relative coordinates (x, y) relative to the start point of a signature, and writing pressure p.
Since handwritten characters are not necessarily consistent, verification of a signature involves difficulty caused by variation in the direction of writing and in size, and hardware noise. The pre-processing/normalization removes these variations and noise and performs normalization in order to enable comparison with standard character patterns.
Specifically, in the pre-processing, there are performed removal of excess series of points (sampling based on amount of relative movement), removal of random noise that depends on hand shake and resolution of a tablet (smoothing through load shift), removal of isolated data caused by erroneous operation of the tablet, and like operations. After completion of such pre-processing, the size and position of input characters are normalized. Subsequent to the above-described processing, characteristics of the characters are extracted, and recognition/judgment processing is performed.
The above-described method for verifying electronic signatures is realistic and practical. However, such signature verification involves many drawbacks to be solved.
One of the drawbacks is that a signature is not necessarily consistent.
Handwriting of a signature varies depending on the mental state of the person signing and the circumstances under which the person signs. How can we authenticate a person while absorbing such variations? How can we avoid a possibility that a third person whose imitates the handwriting of a certain person is authenticated as the certain person? These difficulties result in two types of errors in relation to signature verification; i.e., an error in which a certain person is judged to be another person (exclusion of the true person) and an error in which a person other than a certain person is judged to be the certain person (authentication of another person).
In signature verification, a person inputs signature data by signing on an electronic tablet by use of an electronic pen, which data are collated with previously registered signature data of the person by means of DP
matching. However, since only the shape of a signature is collated in conventional signature verification schemes, characteristics of an electronic tablet and an electronic pen (hereinafter referred to as a "signing device") have not been taken into consideration.
The size, inclination, etc., of characters are not affected by the characteristics of the signing device, because corresponding input signature data are normalized.
However, because the handwriting of a signature is easily imitated in shape, signature verification on the basis of only shape is not safe. One method for solving such a problem is addition of writing-pressure information to shape information. Writing pressure cannot be determined from the appearance of a signature and depends on characteristics of a signer. Writing pressure is difficult-for other persons to imitate. Thus, combined use of writing-pressure information and shape information enables stricter authentication of a person.
In such case, differences in characteristics among signing devices cause a problem. Although no problem arises when the same signing device is used, a problem arises in the current multimedia environment in which each person uses a signing device of a different manufacturer. In this case, writing-pressure information varies depending on the type of a signing device. In an exemplary case in which a person uses a signing device A for inputting registration signature data serving as a reference for signature verification and uses a signing device B for inputting signature data to be verified, the signing devices A and B output different writing-pressure information even when the person has signed with the same force. Therefore, writing-pressure informationv~hich is employed because of inherent difficulty in imitation by other persons--excludes a true person as well as other persons.
An object of the present invention is to provide a method which solves the above-described problems and enables stable signature verification which provides a higher matching or verification rate.
DISCLOSURE OF THE INVENTION
In order to solve the above-described problem, preparation of registration signature data, input of signature data to be verified (verification signature data), and verification taking into consideration characteristics of a signing device (an electronic pen or an electronic tablet) are performed in the following manner.-That is, there is provided an electronic signature verification method in which data of a handwritten character string of a signer are fetched; registration signature data of the signer set in advance are retrieved; the data of the handwritten character string are compared with the registration signature data; and a verification judgment is performed by use of separate regions including a region in which the signature is recognized to be true and a region in which the signature is not recognized to be true. When the signer sets the registration signature data, the registration signature data are set, by appropriate means, from a plurality of signature data sets for registration. The region in which the signature is recognized to be true is determined on the basis of the distribution of cumulative errors between the registration signature data and the plurality of signature data sets for registration, such that the region in which the signature is recognized to be true becomes wider when the distribution is wide and becomes narrower when the distribution is narrow.
There is further provided an electronic signature verification method in which data of a handwritten character string of a signer are fetched; registration signature data of the signer set in advance are retrieved; the data of the handwritten character string are compared with the registration signature data; and a verification judgment is performed by use of separate regions including a region in which the signature is recognized to be true, a region in which the signature is not recognized to be true, and an intermediate region in which re-signing is requested due to impossibility of judgment. The intermediate region in which re-signing is requested is determined on the basis of the distribution of cumulative errors between the registration signature data and the plurality of signature data sets for registration, such that the intermediate region becomes wider when the distribution is wide and becomes narrower when the distribution is narrow.
The above-described two methods are combined so as to provide an electronic signature verification method in which data of a handwritten character string of a signer are fetched; registration signature data of the signer set in advance are retrieved; the data of the handwritten character string are compared with the registration signature data; and a verification judgment is performed by use of separate regions including a region in which the signature is recognized to be true, a region in which the signature is not recognized to be true, and an intermediate region in which re-signing is requested due to impossibility of judgment, wherein the region in which the signature is recognized to be true and the intermediate region in which re-signing is requested are determined on the basis of the distribution of cumulative errors between the registration signature data and the plurality of signature data sets for registration, such that the region in which the signature is recognized to be true becomes wider when the distribution is wide and becomes narrower when the distribution is narrow and such that the intermediate region becomes wider when the distribution is wide and becomes narrower when the distribution is narrow.
Further, in the above-described methods, data of a handwritten character string of a signer and signature data sets for registration may be corrected on the basis of correction information for each of different signing devices in order to absorb differences among the input devices.
As described above, when signature data are to be registered, a person signs a plurality of times by use of a signing device. The thus-obtained data are fetched as time-series signature data including writing pressure information; characteristics which are peculiar to the signer and necessary for personal authentication are extracted in order to create registration signature data; and the thus-created registration signature data are registered in a master file. At this time, the registration signature data are collated again with a plurality of signature data sets to obtain cumulative errors (degree of difference). On the basis of the distribution of errors, a security level and a gray zone (intermediate region) corresponding to the stability of signatures of the signer are determined and registered. Further, at this time, writing-pressure informationwhich varies depends on the type of a signing device used is converted into writing-pressure information of a signing device serving as a reference, in order to obtain correction information for each of different signing devices. The thus-obtained correction information is registered.
In the signature verification of the present invention, the sum of absolute values of differences between coordinate values contained in registration signature data and coordinate values contained in verification signature data is calculated and the values are averaged so as to obtain an error for each sample point. The thus-obtained error is called a cumulative error (degree of difference). On the basis of the degree of difference, a judgment is made as to whether a signature is a true signature (i.e., a signer is recognized to be a true person)) or not a true signature (i.e., the signer is rejected as a person other than the true person).
At this time, a relatively high clear line is set for a person who signs at high stability, and a relatively low clear line is set for a person who signs at low stability.
This clear line is called a "true-person exclusion line."
The lower the set value of the true-person exclusion line, the higher the security level that can be obtained; and the higher the set value of true-person exclusion line, the lower the security level that can be obtained. Data for the above-described signature verification are stored for each person and can be retrieved at the time of verification.
FIG. 1 is a diagram showing a cumulative-error frequency distribution and a true-person exclusion line. The horizontal axis of the coordinate system represents the degree of difference (cumulative error) in which the higher the value, the lower the probability of a signer being a true person, or the lower the value, the higher the probability of a signer being a true person. The origin O (0, 0) of the coordinate system is a reference point representing registration signature data themselves. When the degree of difference between verification signature data and registration signature data becomes zero, the verification signature data are judged to be identical with the registration signature data.

A curve representing the cumulative-error frequency distribution (hereinafter referred to as a "difference distribution curve") is normalized such that the area below the curve equals 1. A point which bisects the area below the curve is a centroid and is typically located in the vicinity of a position corresponding to the peak of the curve. When the area of a region on the left side of the true-person exclusion line is represented by S1, and the area of a region (hatched portion) on the right side of the true-person exclusion line is represented by S2, a probability r of a true person being excluded can be obtained as follows:
r = SZ/ ( S1 + SZ ) - SZ , because S1 + Sz = 1 .
That is, a true person is recognized not to be a true person at the probability r. Although the difference distribution varies among persons, the true-person exclusion line can be drawn such that the probability r becomes constant, thereby enabling each of stable and unstable signers to be recognized as a true person at a constant probability. However, in a simple scheme in which a signer is recognized to be another person on the right side of the true-person exclusion line and is recognized to be a true person on the left side of the true-person exclusion line, there is a high risk that a signature of a person having a relatively low security level is imitated by other persons.
FIG. 2 shows a difference distribution of person A who can sign stably and a difference distribution of person B who cannot sign stably. In the case of this example, in order to increase the signature matching rate of person B, the true-person exclusion line for person B is drawn such that the area of the region on the left side of the true-person exclusion line becomes wider. This increases the possibility that any other person who imitates a signature of the true person is recognized to be the true person. Accordingly, there is a risk that other persons cannot be excluded by mere use of a true-person exclusion line-which is introduced in order to increase the probability of a true person being authenticated and which takes security level into consideration.
In order to solve this problem, the present invention employs an other-person exclusion line. FIG. 3 shows the relationship between an other-person exclusion line and a true-person exclusion line. A region sandwiched between the two lines is called a gray zone. In FIG. 3, a region on the right side of the true-person exclusion line is called a true-person exclusion region. When a result of signature verification indicates that a cumulative error (degree of difference) falls within the true-person exclusion region, the signature is recognized to be signed by a person other than the true person, even if the true person has signed.
Meanwhile, a region on the left side of the other-person exclusion line is called an other-person exclusion region, because signatures whose cumulative errors fall within this region can rarely be imitated by other persons.

When the cumulative error falls within this region, the signer is determined to be a true person. The meaning of exclusion of other person will become clear upon reference to FIG. 4, which shows a difference distribution for the case in which a person other than the true person signs. In the graph of FIG. 4, although the value of frequency does not reach zero even on the left side of the other-person exclusion line, the value indicated by time-series signature data including writing-pressure information becomes substantially zero.
The gray zone sandwiched between the true-person exclusion line and the other-person exclusion line is a vague area in which it is impossible to judge whether a true person signed or a person other than the true person signed. When a result of signature verification indicates that the degree of difference falls within the gray zone, re-signing is requested, and signature verification is performed again for the new signature. On the basis of a result of the signature verification, a signer is judged to be a true person or a person other than the true person. For example, when the result of the signature verification for the new signature indicates that the degree of difference falls within the other-person exclusion region, the signer is recognized to be the true person, and when the result indicates that the degree of difference falls within the true-person exclusion region, the signer is recognized to be another person. When the degree of difference again falls within the gray zone, a judgment is automatically performed again. In this case, the signer is preferably judged to be another person if importance is placed on strictness.
The present invention employs a method for performing total judgment by use of a concept of security level and a concept of gray zone in a related manner such that the judgment for the gray zone is changed in accordance with the security level. This point will be described in detail in relation to an embodiment.
In the above-discussion, passage or failure of a verification test (whether the signer is a true person or not) is determined on the basis of a region in which the degree of difference falls. However, the following point must be considered in relation to verification signature data.
Since writing-pressure information varies depending on the performance of an electronic pen or electronic tablet used for signing, differences in input characteristics must be corrected in the case in which verification signature data include not only shape but also writing pressure, as in the present invention.
In general, as shown in FIG. 5, a proportional relationship exists between actual writing pressure and measured writing pressure as read from an electronic pen or electronic tablet. When electronic tablets or pens A, B, and C output measured writing pressures pA, pB, and p~, respectively, for actual writing pressures p, correction values aA, aH, and a~ for the measured writing pressures pA, pH, and p~ with respect to a measured writing pressure pN from a reference electronic tablet or pen N are represented as follows PA~ Pnr as = PB~ Pr, ac = Pc ~ Prr When the relationship between actual writing pressure and measured writing pressures can be approximated by use of straight lines as shown in FIG. 5 and the lines pass through the origin O, the correction value a is constant regardless of the value of p. Therefore, measured writing pressure can be corrected by use of a correction value obtained from the above expressions. That is, when a writing pressure Ps which is applied on an electronic pen or tablet S at a certain time and which is represented by verification signature data is represented as follows:
P s = ( xst ~ Yst ~ Pst ) .
a corrected writing pressure Ps' is represented as follows:
Ps - ( xst ~ Yst . Pst ' as ) Accordingly, when corrected verification signature data Ps' are compared with corrected registration signature data, verification can be performed without regard to the type of an electronic tablet or pen to be used. In the following description, unless otherwise specified, the term "writing pressure" means measured writing pressure (writing-pressure information). Although correction is performed for measured writing pressure output from an electronic tablet or an electronic pen, in the following description such correction will be simply referred to as "tablet correction."
The above-described tablet correction assumes that the relationship between actual writing pressure and measured writing pressure can be approximated by use of a straight line. However, when a tablet whose characteristics cannot be approximated by use of a straight line is used, a curved-line approximation or a correction table may be used. However, the basic concept is the same as in the case of straight-line approximation.
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 is a graph used for description of a cumulative error frequency distribution (difference distribution) and a true-person exclusion line in the Means to Solve the Problems section;
FIG. 2 is a graph used for description of a relationship between stability in signing and a true-person exclusion line in the Means to Solve the Problems section;
FIG. 3 is a graph used for description of a relationship between a true-person exclusion line and an other-person exclusion line, as well as a gray zone, in the Means to Solve the Problems section;
FIG. 4 is a graph used for description of the merit of presence of a true-person exclusion line in the Means to Solve the Problems section;
FIG. 5 is a graph used for description of tablet correction in the Means to Solve the Problems section;
FIG. 6 shows an exemplary structure of hardware used in an embodiment of the present invention;
FIG. 7 is a graph used for description of a method for determining a rank in accordance with security level in the embodiment of the invention;
FIG. 8 is a diagram used for description of a method for separating characters on the basis of writing-pressure information in the embodiment of the invention;
FIG. 9 is a graph related to the embodiment of the invention and used for description of a relationship between the number of times of signing and a probability at which the degree of difference successively falls within the gray zone;
FIG. 10 is a flowchart showing signature verification processing performed in the embodiment of the invention;
FIG. 11 is a graph related to the embodiment of the invention and used for description of a relationship between the number of times of signing and a probability at which the degree of difference successively falls within the gray zone, for the case in which a person other than a true person imitates the signature of the true person;
FIG. 12 is a diagram related to the embodiment of the invention and schematically showing an example of a system configuration used for verifying the owner of a credit card through signature verification;
FIG. 13 is a graph related to the embodiment of the invention and used for description of a method of treating the gray zone; and FIG. 14 is a flowchart showing signature verification processing in the embodiment of the invention.
BEST MODE FOR CARRYING OUT THE INVENTION
Handwritten character recognition according to the present invention involves acquisition of coordinate information and writing-pressure information relating to characters to be verified; and arithmetic processing of these sets of information. To this end, there are needed means for measuring the coordinate information and writing-pressure information relating to handwritten characters, and arithmetic processing means for processing the thus-obtained sample data. The coordinate information and writing-pressure information measured by sampling the written characters at preset time intervals take the form of three-dimensional time-series data. However, these sets of information are preferably represented as data series comprising complex coordinate series and writing pressure series. The means for measuring the coordinate information and writing-pressure information comprises, e.g., a stylus pen having a built-in pressure sensor, and a digitizer for detecting the coordinates of the tip end of the pen.
With regard to the characters used as the standards for verification and characters to be collated, data are obtained by means of sampling coordinate information and writing speed information at equal time intervals. The thus-obtained data are normalized to correspond to an equal number of sampling points and are further preliminarily normalized with regard to position and size. For example, in the case of lateral writing action, in many cases a pen is moved from left to right. Such constant motion may hinder verification of the characters. For this reason, it is desirable to calculate a uniform stroke component from the pattern and to subtract the thus-obtained uniform stroke component from the coordinate information normalized with regard to position and size.
In the present invention, setting of registration signature data is performed as follows. Writing-pressure information is obtained from an electronic tablet of a pressure-sensing type and is registered in a server (see FIG.
6) connected to a terminal via a communication line.
Signature verification is performed in the server, and one or more correction values for respective tablets are measured in advance and registered in a master file in the form of a constant value (in the case of a single constant correction value being used) or in the form of a table (in the case of different correction values being used).
When registration signature data are set, a person who wishes to resister his signature signs a plurality of times in order to create registration signature data.
Subsequently, there are performed.the steps of:
(1) averaging the plurality of signature data sets for registration in order to calculate a candidate set of registration signature data;

(2) collating the candidate set of registration signature data with each signature data set for registration;
(3) when no unacceptable discrepancy is found as a result of verification between the candidate set of registration signature data and the signature data sets for registration, treating the candidate set of registration signature data as registration signature data; and (4) when at least one unacceptable discrepancy is found as the result of verification between the candidate set of registration signature data and the signature data sets for registration, repeating steps (1) and (2) in order to find a candidate set of registration signature data for which no unacceptable discrepancy is found as a result of verification with the signature data sets for registration, and treating the candidate set of registration signature data as registration signature data.
Instead of the above-described method in which data creation is repeated until a desired result is obtained, there can be employed a method comprising the steps of:
(1) averaging a plurality of signature data sets in order to calculate a candidate set of registration signature data;
(2) collating the candidate set of registration signature data with each signature data set for registration;
(3) when no unacceptable discrepancy is found as a result of verification between the candidate set of registration signature data and the signature data sets for registration, treating the candidate set of registration signature data as registration signature data; and (4) when at least one unacceptable discrepancy is found as a result of verification between the candidate set of registration signature data and the signature data sets for registration, inputting an additional signature data set for registration; forming a plurality of groups each consisting of signature data sets for registration selected from the increased number of signature data sets for registration such that the number of signature data sets_for registration in each group is less than the total number of signature data sets for registration; collating with each signature data set for registration a candidate set of registration signature data that is obtained by averaging the signature data sets in each group; and treating, as registration signature data, the candidate set of registration signature data of the group that produces the best verification result.
The registration signature data may be registered as they are or may be registered together with the type of tablet used. In the former case, signature data are corrected by use of a correction value determined with respect to a reference tablet, and the thus-corrected data are registered as the registration signature data. Therefore, correction of the registration signature data during verification processing is not required. In the latter case, during the verification processing, the registration signature data are corrected by use of a correction value corresponding to the type of the tablet. The former case is generally used for registration.
At the same time, a difference distribution (cumulative error distribution) is measured, and a true-person exclusion line and an other-person exclusion line are determined and registered. Further, as shown in FIG. 7, one of three security levels LA, L$, and L~.is set in accordance with the value of the true-person exclusion line. Signatures of a person whose true-person exclusion line falls within the level LA are judged to be highly stable and are categorized in rank A; signatures of a person whose true-person exclusion line falls within the level LB are categorized in rank B; and signatures of a person whose true-person exclusion line falls within the level L~ are categorized in rank C. This operation is called ranking on the basis of security level.
Next, signature verification will be described. The signature verification is performed on the basis of a cumulative error between the verification signature data and the registration signature data. Calculation for the signature verification is performed in the following manner.
Cumulative error D (sum of normalized degrees of difference (in the present invention, simply called "degree of difference")) is calculated by use of the following Equations 1 and 2. Equation 1 represents the degree of difference between the m-th character of registration signature data A and the corresponding character of verification signature data set B.

Le(m) (1-w~)' z*A(k)-z*B(t(k)) z +wn yp*,~(k)-p*a(t(k)) dr2(m) - k= .r nt) - Eq. 1 Le(m) -Ls(m) +1 Equation 2 represents the overall degree of difference of the signature; i.e., a normalized degree of difference obtained through a calculation in which the sum of the degrees of difference for the respective characters is divided by the total number of data points in the characters.
M
d,r (m) ~ (Le(m) - Ls(m) + 1) 17(A, B) _ ~ E
M q 2 (Le(m) - Ls(m) + 1) where LS(m), Le(m) respectively represent the start and end points of the m-th character, M represents the number of characters, wp represents a weighting coefficient, i(k) represents a skew function at the k-th sample point of the m-th character, and z* and p* respectively represent normalized positional coordinates and a normalized writing pressure coordinate. The coefficient wP satisfies the following relation:
0 s wP s 1 Through adjustment of this coefficient, the effect of writing-pressure information on authentication judgment is varied.
Further, z* represents the following complex coordinates:
* * *
z - x + iy i = SQRT(-1) (the square root of -1).

The skew function i is a function for minimizing the cumulative error of handwritten signature data. The positional coordinates and writing pressure coordinate of the signature data B corrected by use of this function are z*B
(~c(k)) and p*B(i(k)). In other words, the cumulative error can be minimized through selection of a coordinate point { ( z *$ ( i ( k ) ) , p*B ( i ( k ) ) of the signature data B that corresponds to a coordinate point { (z*A(i(k) ) , p*A(i(k) ) of the signature data A. Each of the writing-pressure information p*A(2(k) and the writing-pressure information p*B(i(k)) used here is a value subjected to tablet correction.
The number of characters can be obtained from the writing-pressure information, an example of which is shown in FIG. 8. As shown in FIG. 8, characters are separated from one another while a portion where the writing pressure P
becomes zero is used as a separation point. However, when the distance between adjacent strokes (e. g., second and third strokes of the second character) is less than a predetermined value, the two strokes are regarded as belonging to a single character. The start and end points of each section obtained through separation of characters are LS and Le, respectively, and coordinates (including the pressure component) are provided for each section.
Next, the method for signature verification will be described. In the following description, as shown in FIG. 9, the degree of difference of an other-person exclusion line is represented by D1; the degree of difference of a true-person exclusion line is represented by D2; the degree of difference of verification signature data is represented by D; and security level is divided into level LA or rank A, level Lg or rank B, and level L~ or rank C (see. FIG. 7). Basically, regardless of security level, judgment is performed as follows.
When D < D1, a signer is recognized as a true person (passes a verification test).
When D > DZ, a signer is recognized as another person (fails the verification test).
The above judgment is natural from the viewpoint of the purpose of the other-person exclusion line and the true-person exclusion line. However, signatures falling in the gray zone are treated in one of different manners in accordance with situation and purpose.- For example, the gray zone has different meanings for persons having different security levels. That is, in the case of a person having a high security level (a person in rank A in the above-described definition), since the gray zone itself is present in a region which is hardly invaded or the person's signature is less likely to be imitated, the gray zone itself can be regarded a true-person recognition region. By contrast, in the case of a person having a low security level (a person in rank C in the above-described definition), the gray zone is a region which the person's signature is easily imitated, and is therefore regarded an other-person recognition region in situations which require strictness.

In view of the above, re-signing is requested when D is not less than D1 and not greater than DZ, and verification is performed again for a newly input signature. In this verification, judgment is made in the following manner, depending on the security rank (i.e., rank A, B, or C). When the degree of difference of the newly input signature is represented by D, judgment is performed as follows, regardless of security level.
When D < D1, a signer is recognized as a true person (passes a verification test).
When D > D2, a signer is recognized as another person ( fails the verification test ) .
However, when D1 s D s DZ; i.e., when D falls within the gray zone, different judgment criteria are set for a person whose security level is rank A, a person whose security level is rank B, and a person whose security level is rank C.
(1) For a person whose security level is rank A:
if D1 s D s DZ , the person is recognized as a true person.
(2) For a person whose security level is rank B:
if D1 s D s D1+ ( Dz-D1 ) /2 , the person is recognized as a true person; and if not, the system entrusts an operator to make judgment as to, for example, whether re-signing must be requested.
(3) For a person whose security level is rank C:
the system always entrusts an operator to make judgment as to, for example, whether re-signing must be requested.

In the above-described example, an ambiguous expression "entrusting an operator" is used. However, such operation may be performed mechanically such that when a value of D
falls within the gray zone, the signer is repeatedly requested to sign; and when the value of D enters either the true-person exclusion region (in which the signer is determined to be another person) or the other-person exclusion region (in which the signer is determined to be a true person), a judgment is made as to whether the signer is the true person or a person other than the true person.
That is, mechanical judgment can be performed by means of a judgment method shown in the flowchart of FIG. 10. It is assumed that ranks have been determined at the time of creation of registration signature data (but may be modified later). The flowchart shows processing which embodies the above-described method. The processing will be described in a summarized manner.
~ For a person whose security level is rank A (a highly stable signer), the gray zone is regarded an other-person exclusion region (in which the signer is determined to be a true person) to thereby lower the pass level of the verification test.
~ For a person whose security level is rank B (an intermediately stable signer), the value of the other-person exclusion line is increased to D1+(DZ-D1)/2 to thereby increase matching rate. However, the signer is requested to re-sign repeatedly until the inequality D < D1 or D > DZis attained.
~ For a person whose security level is rank C (unstable signer), the signer is requested to re-sign repeatedly until the inequality D < D1 or D > DZ is attained.
The reason why the signer is requested to re-sign repeatedly so long as the value of D falls within the gray zone will be described. As shown in FIG. 9, it is assumed that the area of an other-person exclusion region is S1; the area of a gray zone is Sg; the area of a true-person exclusion region is S2; and S1, Sg, and Sz are normalized such that Sl+S9+SZ = 1 . In this case , the area Sn ( n=1 , g , 2 ) represents the probability of the degree of difference D of verification signature data falling within the corresponding region.
Accordingly, when the gray zone is determined to account for 40~ regardless of security level, the probability Sg'" at which all of m sets of verification signature data fall within the gray zone is 0.4'". Therefore, when m=4, S9°~
becomes 0.0256, which means that only two of about 100 signatures fall within the gray zone. However, since the other-person exclusion region (in which the signer is determined to be a true person) for each of ranks A and B is widened, the matching rate increases considerably as compared with the case in which judgment is simply made by D < D1.
Since the gray zone is widened, the person whose security level is rank C (unstable signer) may be requested to re-sign repeatedly. However, this is important from the viewpoint of necessity of excluding other persons.
As shown in FIG. 11, a signature of a person imitating a signature of an unstable signature falls within the gray zone for the unstable signature at a high probability. When the probability (area) of such an imitated signature falling within the gray zone is represented by Sg', the probability of two imitated signatures falling within the gray zone is represented by Sg'2. When Sg' - 0.05 (=5~), the probability of two imitated signatures falling within the gray zone is 0.0025, or two signatures among about 1000 signatures. The probability decreases exponentially as the re-signing is repeated. When the present invention utilizing time-series data including writing-pressure information is employed, it becomes considerably difficult for other persons to imitate a registered signature such that an imitated signature is judged to match the registered signature at a probability of 5a. Further, since the probability decreases exponentially as the re-signing is repeated, the possibility at which a person other than a true person is recognized to be the true person is almost zero. This demonstrates the importance of the gray zone.
The manner of treating the gray zone is not limited to the above-described manner, and may be modified in accordance with a field in which signature verification is used and the purpose of signature verification. Such an example will be described as an embodiment of the present invention.
In an example serving as the embodiment of the present invention, signature verification is performed when a customer shops by credit card at a store which accepts credit cards. Registration signature data are registered in a server at the company which has issued the credit card. An electronic tablet of a pressure-sensing type is provided in the store. Signature data are converted into verification signature data at a terminal and are sent to the server via a communication line. FIG. 12 shows the configuration of the system. Different stores may use different types of electronic tablets. However, it is assumed that correction values for different tablets have already been measured and stored in a master file of the server.
When a customer pays for goods or services by used of a credit card, the terminal reads card information from the card. Subsequently, the terminal is connected to the server of the credit company which manages the card, and the server issues a request for an electronic signature. In accordance with the request, the customer signs. Signature data are sent, as verification signature data, to the server and verified therein, and a result of verification is reported to the terminal. On the basis of the verification result, a clerk judges whether the customer can use the card.
When the verification result indicates that the degree of difference D falls within the other-person exclusion region, the customer is recognized as a true person, and the credit card transaction is permitted. When the verification result indicates that the degree of difference D falls within the true-person exclusion region, the customer is recognized as another person, and the credit card transaction is denied.
When the degree of difference D falls within the gray zone, re-signing is requested. When a signature produced as a result of the re-signing is again judged such that its degree of difference falls within the gray zone, re-signing is requested again. When a signature produced as a result of the second re-signing is again judged such that its degree of difference falls within the gray zone, the clerk determines whether the credit card transaction is to be accepted or denied. As described above, the probability of an imitated signature falling within the gray zone decreases exponentially through repeated re-signing. Taking this into consideration, the other-person exclusion region is widened as the number of times of re-signing increases, in order to increase matching rate with respect to the true person while excluding other persons. That is, as shown in FIG. 13, the gray zone is equally divided into three zones, and the other-person exclusion line used for judgment is shifted rightward by d each time re-signing is performed.
FIG. 14 shows a flowchart of the above-described processing. The processing of FIG. 14 is basically the same as that of FIG. 10 except that ranks of security level are not used; the gray zone is divided into three zones in order to increase matching rate every time re-signing is performed;
and the final judgment is entrusted to the clerk. The reason why the final judgment is made by the clerk is as follows.

In the case of a stable signer, the probability of passing a verification test in an early stage is high. By contrast, in the case of an unstable signer, his signatures may involve variation greater than that represented by an actual error distribution (difference distribution registered at the beginning). In this case, the probability of the true person being recognized not to be the true person becomes higher than the probability of another person successively imitating the signature in order to illegally use the card. In such case, when the card holder is a regular customer and is familiar to the clerk, or when the card holder can be proven to be a true person by means of his ID card or the like, the customer is judged to be the true owner of the card. This procedure is practical for stores.
In the method used in the present embodiment, security level is taken into consideration only in determining the true-person exclusion line. Therefore, if the gray zone, is set to account for the same ratio for a person having a low security level (unstable signer) and for a person having a high security level (stable signer), the degree of difference falls within the gray zone at the same rate regardless of the type of person who signed. This causes a greater problem in relation to true-person exclusion than in relation to other-person exclusion. Accordingly, the manner of judgment may need to be changed in accordance with the type of signer, through the above-described methods, such as a method in which ranking is performed according to security level and a method in which, for a stable signer the other-person exclusion line is shifted toward the true-person exclusion line in order to narrow the gray zone to thereby widen the true-person recognition region.
Since the gray zone employed in the present invention is considered to be a fuzzy portion, the gray zone may vary depending on the field in which signature verification is used and the purpose of signature verification. For example, when signature verification is used to control entry into a laboratory having a high level of confidentiality, judgment is preferably performed mechanically as in the example mentioned in the embodiment. By contrast, when a credit card is used at a store having a clerk who can personally identify customers in many cases, there is needed a method in which mechanical or automatic judgment is combined with judgment by a human. Especially, in the latter case, provision of a gray zone---which is a fuzzy portion---enables creation of a state in which judgment by a human is performed with ease.
However, in this case, it is naturally required that there be devised a method of setting a gray zone, as well as a processing method, in order to reduce situations in which judgment must be made by a human.
INDUSTRIAL APPLICABILITY
In a conventional signature verification technique, judgment as to whether a signer is a true person or not has been performed on the basis of the absolute value of a cumulative error (a cumulative error value which is constant regardless of the stability of signatures). Such a conventional method involves a problem in that a person who cannot sign stably (an unstable signer) is not recognized to be a true person. When an attempt is made to increase the overall matching rate, a line which is set for a person who can sign stably (a stable signer) and which prevents other persons from imitating the signature lowers, causing a security problem. The concept of security level of the present invention has solved these two conflicting problems.
That is, the present invention employs a true-person exclusion line which changes depending on security level.
Since the true-person exclusion line--which is a pass line (a border line (true-person exclusion line) used for recognition of a true person) is determined in accordance with the security level or the stability of a signer, matching rate does not depend on the stability of the signer.
However, since the true-person exclusion line for a person having a lower security level (an unstable signer) is set so as to increase the matching rate, it becomes difficult to exclude other persons. In order to solve this problem, the present invention employs the concept of combined use of an other-person exclusion line and a gray zone. The introduction of a gray zone, in which judgment as to whether a signer is a true person or not cannot be performed, enables achievement of two conflicting improvements; i.e., an increase in other-person exclusion rate and an increase in true-person recognition rate.
The conventional signature verification is performed on the basis of shape only. Therefore, the type of an electronic pen or tablet used for signing has not be taken into consideration. By contrast, in the present invention, writing-pressure information is added to factors of signature verification. This writing-pressure information prevents a person other than a true person from imitating a signature of the true person, because writing pressure is information which cannot be obtained through observation of a signature, although the shape of the signature can be obtained visually.
The tablet correction according to the present invention is used to correct the writing-pressure information and enables use of the signature verification method of the present invention regardless of the type of electronic pen or tablet to be used. Accordingly, a user can use a type that the user has grown accustomed to or an inexpensive type. Although the term "tablet correction" is used in the description, it means "correction of writing-pressure information" and encompasses correction for writing-pressure information from an electronic pen and correction for writing-pressure information from an electronic tablet.

Claims (6)

  1. WHAT IS CLAIMED IS
    An electronic signature verification method in which data of a handwritten character string of a signer are fetched; registration signature data of the signer set in advance are retrieved; the data of the handwritten character string are compared with the registration signature data; and a verification judgment is performed by use of separate regions including a region in which the signature is recognized to be true, a region in which the signature is not recognized to be true, and an intermediate region in which re-signing is requested due to impossibility of judgment, characterized in that (1) when the signer sets the registration signature data in advance, the registration signature data are set, by appropriate means, from a plurality of signature data sets for registration; and (2) the intermediate region in which re-signing is requested is determined on the basis of the distribution of cumulative errors, such that the intermediate region becomes wider when the distribution is wide and becomes narrower when the distribution is narrow, wherein the cumulative error is an averaged error obtained through calculation in which a sum of the absolute value of the difference between the coordinate values of the registration signature data and the coordinate values of each of the plurality of signature data sets for registration is divided by the number of signature data sets in order to obtain the averaged error.
  2. 2. An electronic signature verification method in which data of a handwritten character string of a signer are fetched; registration signature data of the signer set in advance are retrieved; the data of the handwritten character string are compared with the registration signature data; and a verification judgment is performed by use of separate regions including a region in which the signature is recognized to be true, a region in which the signature is not recognized to be true, and an intermediate region in which re-signing is requested due to impossibility of judgment, characterized in that (1) when the signer sets the registration signature data in advance, the registration signature data are set, by appropriate means, from a plurality of signature data sets for registration; and (2) the region in which the signature is recognized to be true and the intermediate region in which re-signing is requested are determined on the basis of the distribution of cumulative errors, such that the region in which the signature is recognized to be true becomes wider when the distribution is wide and becomes narrower when the distribution is narrow and such that the intermediate region becomes wider when the distribution is wide and becomes narrower when the distribution is narrow, wherein the cumulative error is an averaged error obtained through calculation in which a sum of the absolute value of the difference between the coordinate values of the registration signature data and the coordinate values of each of the plurality of signature data sets for registration is divided by the number of signature data sets in order to obtain the averaged error.
  3. An electronic signature verification system in which data of a handwritten character string of a signer are fetched; registration signature data of the signer set in advance are retrieved; the data of the handwritten character string are compared with the registration signature data; and a verification judgment is performed by use of separate regions including a region in which the signature is recognized to be true, a region in which the signature is not recognized to be true, and an intermediate region in which re-signing is requested due to impossibility of judgment, characterized in that (1) when the signer sets the registration signature data in advance, the registration signature data are set, by appropriate means, from a plurality of signature data sets.
    for registration; and (2) the intermediate region in which re-signing is requested is determined on the basis of the distribution of cumulative errors, such that the intermediate region becomes wider when the distribution is wide and becomes narrower when the distribution is narrow, wherein the cumulative error is an averaged error obtained through calculation in which a sum of the absolute value of the difference between the coordinate values of the registration signature data and the coordinate values of each of the plurality of signature data sets for registration is divided by the number of signature data sets in order to obtain the averaged error.
  4. 4. An electronic signature verification system in which data of a handwritten character string of a signer are fetched; registration signature data of the signer set in advance are retrieved; the data of the handwritten character string are compared with the registration signature data; and a verification judgment is performed by use of separate regions including a region in which the signature is recognized to be true, a region in which the signature is not recognized to be true, and an intermediate region in which re-signing is requested due to impossibility of judgment, characterized in that (1) when the signer sets the registration signature data in advance, the registration signature data are set, by appropriate means, from a plurality of signature data sets for registration; and (2) the region in which the signature is recognized to be true and the intermediate region in which re-signing is requested are determined on the basis of the distribution of cumulative errors, such that the region in which the signature is recognized to be true becomes wider when the distribution is wide and becomes narrower when the distribution is narrow and such that the intermediate region becomes wider when the distribution is wide and becomes narrower when the distribution is narrow, wherein the cumulative error is an averaged error obtained through calculation in which a sum of the absolute value of the difference between the coordinate values of the registration signature data and the coordinate values of each of the plurality of signature data sets for registration is divided by the number of signature data sets in order to obtain the averaged error.
  5. 5. A recording medium for a computer which stores a program for performing an electronic signature verification method in which data of a handwritten character string of a signer are fetched; registration signature data of the signer set in advance are retrieved; the data of the handwritten character string are compared with the registration signature data; and a verification judgment is performed by use of separate regions including a region in which the signature is recognized to be true, a region in which the signature is not recognized to be true, and an intermediate region in which re-signing is requested due to impossibility of judgment, characterized in that (1) when the signer sets the registration signature data in advance, the registration signature data are set, by appropriate means, from a plurality of signature data sets for registration; and (2) the intermediate region in which re-signing is requested is determined on the basis of the distribution of cumulative errors, such that the intermediate region becomes wider when the distribution is wide and becomes narrower when the distribution is narrow, wherein the cumulative error is an averaged error obtained through calculation in which a sum of the absolute value of the difference between the coordinate values of the registration signature data and the coordinate values of each of the plurality of signature data sets for registration is divided by the number of signature data sets in order to obtain the averaged error.
  6. 6. A recording medium for a computer which stores a program for performing an electronic signature verification method in which data of a handwritten character string of a signer are fetched; registration signature data of the signer set in advance are retrieved; the data of the handwritten character string are compared with the registration signature data; and a verification judgment is performed by use of separate regions including a region in which the signature is recognized to be true, a region in which the signature is not recognized to be true, and an intermediate region in which re-signing is requested due to impossibility of judgment, characterized in that (1) when the signer sets the registration signature data in advance, the registration signature data are set, by appropriate means, from a plurality of signature data sets for registration; and (2) the region in which the signature is recognized to be true and the intermediate region in which re-signing is requested are determined on the basis of the distribution of cumulative errors, such that the region in which the signature is recognized to be true becomes wider when the distribution is wide and becomes narrower when the distribution is narrow and such that the intermediate region becomes wider when the distribution is wide and becomes narrower when the distribution is narrow, wherein the cumulative error is an averaged error obtained through calculation in which a sum of the absolute value of the difference between the coordinate values of the registration signature data and the coordinate values of each of the plurality of signature data sets for registration is divided by the number of signature data sets in order to obtain the averaged error.
CA002309148A 1997-11-04 1998-11-04 Method and system for checking digital signature Abandoned CA2309148A1 (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP9/317694 1997-11-04
JP9317694A JPH11144056A (en) 1997-11-04 1997-11-04 Electronic signature matching method and system therefor
PCT/JP1998/004968 WO1999023608A1 (en) 1997-11-04 1998-11-04 Method and system for checking digital signature

Publications (1)

Publication Number Publication Date
CA2309148A1 true CA2309148A1 (en) 1999-05-14

Family

ID=18090989

Family Applications (1)

Application Number Title Priority Date Filing Date
CA002309148A Abandoned CA2309148A1 (en) 1997-11-04 1998-11-04 Method and system for checking digital signature

Country Status (10)

Country Link
US (1) US6563939B1 (en)
EP (1) EP1028391A4 (en)
JP (1) JPH11144056A (en)
KR (1) KR20010031613A (en)
CN (1) CN1285939A (en)
AU (1) AU9761598A (en)
BR (1) BR9813928A (en)
CA (1) CA2309148A1 (en)
RU (1) RU2000114185A (en)
WO (1) WO1999023608A1 (en)

Families Citing this family (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4134435B2 (en) * 1999-04-07 2008-08-20 株式会社ニコン Electronic photographing apparatus having electronic watermark function and electronic photographing apparatus having user registration function
JP2001134759A (en) * 1999-11-02 2001-05-18 Cadix Inc Data converting device and data authentication system
JP2002007934A (en) 2000-06-26 2002-01-11 Fujitsu Ltd Electronic commerce system and electronic commerce method
KR20020021189A (en) * 2000-09-14 2002-03-20 김진환 Online signature verification system based on the user trainning
US7730401B2 (en) 2001-05-16 2010-06-01 Synaptics Incorporated Touch screen with user interface enhancement
JP2003271967A (en) 2002-03-19 2003-09-26 Fujitsu Prime Software Technologies Ltd Program, method and device for authentication of hand- written signature
WO2005020289A2 (en) * 2003-08-22 2005-03-03 Kim Richard C Method and apparatus for capturing and authenticating biometric information from a writing instrument
US7426643B2 (en) * 2004-06-22 2008-09-16 Hewlett-Packard Development Company, L.P. Input device feature
US20070061721A1 (en) * 2005-09-01 2007-03-15 Bustelo Leugim A System for providing review verifications displayed on a markup language document received at a network display station from sources on the network and for updating such verifications
US8009928B1 (en) 2008-01-23 2011-08-30 A9.Com, Inc. Method and system for detecting and recognizing text in images
CN102414649B (en) 2009-04-30 2015-05-20 辛纳普蒂克斯公司 Operating a touch screen control system according to a plurality of rule sets
US20110148436A1 (en) * 2009-12-18 2011-06-23 Synaptics Incorporated System and method for determining a number of objects in a capacitive sensing region using signal grouping
US20110148438A1 (en) * 2009-12-18 2011-06-23 Synaptics Incorporated System and method for determining a number of objects in a capacitive sensing region using a shape factor
KR20150026938A (en) * 2013-08-30 2015-03-11 삼성전자주식회사 Electronic device and method for processing a handwriting signiture
CN104951779B (en) * 2014-03-24 2019-01-18 中国银联股份有限公司 A kind of method and system identifying sales slip character
KR101585842B1 (en) * 2015-10-05 2016-01-15 주식회사 시큐브 Segment block-based manual signature authentication system and method thereof
CN112686140A (en) * 2020-12-29 2021-04-20 平安普惠企业管理有限公司 Electronic signature identification method, system, device and storage medium

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4308522A (en) * 1979-03-19 1981-12-29 Ncr Corporation Identity verification apparatus and method
US4656662A (en) * 1983-07-18 1987-04-07 Ncr Corporation Personal identification method and apparatus
JPS6428426A (en) * 1987-07-24 1989-01-31 Toshiba Corp Air conditioner
US4985928A (en) * 1989-05-10 1991-01-15 Campbell Robert K Signature forgery detection device
US5559895A (en) * 1991-11-08 1996-09-24 Cornell Research Foundation, Inc. Adaptive method and system for real time verification of dynamic human signatures
EP0737342A1 (en) * 1993-12-17 1996-10-16 Quintet, Incorporated Method of automated signature verification
JPH0927031A (en) * 1995-07-10 1997-01-28 Hitachi Vlsi Eng Corp Method and device for deciding graphic
US5909500A (en) * 1996-01-02 1999-06-01 Moore; Steven Jerome Method and apparatus for detecting forged signatures

Also Published As

Publication number Publication date
JPH11144056A (en) 1999-05-28
EP1028391A4 (en) 2001-01-31
CN1285939A (en) 2001-02-28
WO1999023608A1 (en) 1999-05-14
RU2000114185A (en) 2002-05-27
AU9761598A (en) 1999-05-24
BR9813928A (en) 2000-10-03
US6563939B1 (en) 2003-05-13
EP1028391A1 (en) 2000-08-16
KR20010031613A (en) 2001-04-16

Similar Documents

Publication Publication Date Title
US6563939B1 (en) Electronic signature verification method and system
Deng et al. Wavelet-based off-line handwritten signature verification
EP0927401B1 (en) Methods and device for validating a personal signature
EP0650137A2 (en) An apparatus for fingerprint verification
EP1229488A2 (en) Information processing method and apparatus
WO2001041051A1 (en) Method and apparatus for verification of signatures
US6393138B1 (en) Method of creating registration signature data for computerized signature collation scheme
US7454042B2 (en) Apparatus for online signature verification using pattern transform technique and method therefor
Schmidt et al. Establishment of personalized templates for automatic signature verification
Vielhauer et al. Approaches to biometric watermarks for owner authentification
EP0392159A2 (en) Signature verification method
Madasu et al. An automatic off-line signature verification and forgery detection system
EP0848345A2 (en) Handwritten character verification method and apparatus therefor
US6785408B1 (en) Fingerprint segment area processing method and associated apparatus
KR102144289B1 (en) Method and apparatus for authenticating handwritten signature using multiple authentication algorithms
WO1994009448A1 (en) Verifying the authenticity of an entity
JP2002215795A (en) Handwriting electronic clinical record system
JP2002140709A (en) Pen input personal identification method
JP4307606B2 (en) Pen input personal authentication method
EP0523908B1 (en) Method and apparatus for controlling a system, using signature verification
Ravi et al. Concatenation of spatial and transformation features for off-line signature identification
EP1041513A1 (en) Ic card authenticating method and device
JP2790689B2 (en) Fingerprint center position calculation method
CN116311393A (en) Fingerprint matching method, fingerprint matching device, terminal equipment and computer readable storage medium
EP0923043A1 (en) Handwritten character verification method and apparatus therefor

Legal Events

Date Code Title Description
FZDE Discontinued