KR20070080066A - System for personal authentication and electronic signature using image recognition and method thereof - Google Patents

System for personal authentication and electronic signature using image recognition and method thereof Download PDF

Info

Publication number
KR20070080066A
KR20070080066A KR1020060011141A KR20060011141A KR20070080066A KR 20070080066 A KR20070080066 A KR 20070080066A KR 1020060011141 A KR1020060011141 A KR 1020060011141A KR 20060011141 A KR20060011141 A KR 20060011141A KR 20070080066 A KR20070080066 A KR 20070080066A
Authority
KR
South Korea
Prior art keywords
image
authentication
mobile terminal
digital signature
personal authentication
Prior art date
Application number
KR1020060011141A
Other languages
Korean (ko)
Other versions
KR100777922B1 (en
Inventor
이성훈
오세현
김성근
이동학
박용길
이군섭
조남익
이상화
Original Assignee
에스케이 텔레콤주식회사
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 에스케이 텔레콤주식회사 filed Critical 에스케이 텔레콤주식회사
Priority to KR1020060011141A priority Critical patent/KR100777922B1/en
Publication of KR20070080066A publication Critical patent/KR20070080066A/en
Application granted granted Critical
Publication of KR100777922B1 publication Critical patent/KR100777922B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/31User authentication
    • G06F21/32User authentication using biometric data, e.g. fingerprints, iris scans or voiceprints
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • BPERFORMING OPERATIONS; TRANSPORTING
    • B01PHYSICAL OR CHEMICAL PROCESSES OR APPARATUS IN GENERAL
    • B01DSEPARATION
    • B01D61/00Processes of separation using semi-permeable membranes, e.g. dialysis, osmosis or ultrafiltration; Apparatus, accessories or auxiliary operations specially adapted therefor
    • B01D61/42Electrodialysis; Electro-osmosis ; Electro-ultrafiltration; Membrane capacitive deionization
    • B01D61/427Electro-osmosis
    • CCHEMISTRY; METALLURGY
    • C02TREATMENT OF WATER, WASTE WATER, SEWAGE, OR SLUDGE
    • C02FTREATMENT OF WATER, WASTE WATER, SEWAGE, OR SLUDGE
    • C02F1/00Treatment of water, waste water, or sewage
    • C02F1/46Treatment of water, waste water, or sewage by electrochemical methods
    • C02F1/469Treatment of water, waste water, or sewage by electrochemical methods by electrochemical separation, e.g. by electro-osmosis, electrodialysis, electrophoresis
    • C02F1/4698Treatment of water, waste water, or sewage by electrochemical methods by electrochemical separation, e.g. by electro-osmosis, electrodialysis, electrophoresis electro-osmosis
    • CCHEMISTRY; METALLURGY
    • C02TREATMENT OF WATER, WASTE WATER, SEWAGE, OR SLUDGE
    • C02FTREATMENT OF WATER, WASTE WATER, SEWAGE, OR SLUDGE
    • C02F2103/00Nature of the water, waste water, sewage or sludge to be treated
    • C02F2103/08Seawater, e.g. for desalination

Landscapes

  • Engineering & Computer Science (AREA)
  • Chemical & Material Sciences (AREA)
  • Theoretical Computer Science (AREA)
  • Water Supply & Treatment (AREA)
  • Chemical Kinetics & Catalysis (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Health & Medical Sciences (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Analytical Chemistry (AREA)
  • Evolutionary Computation (AREA)
  • Organic Chemistry (AREA)
  • Artificial Intelligence (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Data Mining & Analysis (AREA)
  • Evolutionary Biology (AREA)
  • Environmental & Geological Engineering (AREA)
  • Hydrology & Water Resources (AREA)
  • General Chemical & Material Sciences (AREA)
  • Electrochemistry (AREA)
  • Molecular Biology (AREA)
  • Urology & Nephrology (AREA)
  • Computer Hardware Design (AREA)
  • Software Systems (AREA)
  • Collating Specific Patterns (AREA)

Abstract

A system and a method for authenticating a user and an electronic signature with image recognition are provided to realize a safe and stable authentication system in a mobile terminal by using a portable image medium and a transmitter. A mobile terminal(10) captures and transmits the image used as an authentication image by user operation. An image recognition server(20) estimates projection transformation relation between an image stored in a database and the image received from the mobile terminal by extracting/comparing SIFT(Scale Invariant Feature Transform) feature vector from the received image with the SIFT feature vector of the authentication images stored in the database, and using position relation of the SIFT feature vectors. An authentication server(30) transmits a result to the mobile terminal by determining the unique image of the user and authenticating the user/electronic signature based on the estimated projection transformation relation.

Description

영상인식을 이용한 개인인증 및 전자서명 시스템 및 그 방법{System For Personal Authentication and Electronic Signature Using Image Recognition And Method Thereof}System for Personal Authentication and Electronic Signature Using Image Recognition And Method Thereof}

도 1은 본 발명에 따른 영상인식을 이용한 개인인증 및 전자서명 시스템 의 개념을 나타낸 블록도,1 is a block diagram showing the concept of a personal authentication and digital signature system using image recognition according to the present invention,

도 2는 본 발명에 따른 영상인식을 이용한 개인인증 및 전자서명 방법을 설명하기 위한 동작 흐름도,2 is an operation flowchart for explaining a personal authentication and digital signature method using image recognition according to the present invention;

도 3은 SIFT 특징벡터를 추출하기 위하여 DOG 영상 피라미드를 구성하는 방법을 나타낸 도면,3 is a diagram illustrating a method of constructing a DOG image pyramid to extract a SIFT feature vector;

도 4는 핵심위치를 추출하기 위하여 비교되는 26개의 인접하는 화소 위치를 나타낸 개념도, 그리고4 is a conceptual diagram illustrating 26 adjacent pixel positions compared to extract key positions, and

도 5는 8x8 블록에 대하여 방향성 분포를 추출하고 이를 8개의 방향으로 양자화한 개념도이다.FIG. 5 is a conceptual diagram of extracting a directional distribution for an 8x8 block and quantizing it in eight directions.

< 도면의 주요 부분에 대한 부호 설명><Description of Signs for Main Parts of Drawings>

10: 이동 단말기 20: 영상 인식 서버10: mobile terminal 20: video recognition server

30: 인증 서버30: authentication server

본 발명은 영상인식을 이용한 개인인증 및 전자서명 시스템 및 그 방법에 관한 것으로, 보다 상세하게는 개인의 고유 영상을 이용하여 개인서명 및 인증을 수행하도록 한 영상인식을 이용한 개인인증 및 전자서명 시스템 및 그 방법에 관한 것이다.The present invention relates to a personal authentication and digital signature system using image recognition and a method thereof, and more particularly, to a personal authentication and electronic signature system using image recognition to perform personal signature and authentication using a unique image of the individual and It's about how.

보안 시스템이나 카드 사용 및 전자 상거래의 급속한 증가로 인하여 통신매체를 통한 안전하고 정확한 인증 시스템은 매우 중요한 기술적 요소가 되고 있다.Due to the rapid increase in security systems, card use, and electronic commerce, secure and accurate authentication system through communication media has become a very important technical element.

일반적으로, 몇 자리의 비밀번호를 입력하거나 개인서명을 통하여 개인을 확인하고 승인하게 된다.Generally, a few digit password or personal signature is used to confirm and approve an individual.

그러나, 이러한 방법은 전송하거나 사용하는 도중에 외부에 쉽게 노출될 수 있으며, 그 데이터의 구조가 간단하기 때문에 도용되기가 수월하다는 문제가 있다. 생체인식을 통하여 인증을 수행하는 경우에는, 인식하고자 하는 생체정보를 데이터베이스에 있는 형태와 최대한 유사하도록 취득하여야만 인식이 가능하다. 얼굴인식을 수행하기 위해서는 가능한 한 정면의 무표정한 인상에 외부 그림자나 조명이 최대한 적게 영상을 취득하여야 제대로 동작한다.However, this method has a problem that it can be easily exposed to the outside during transmission or use, and is easy to steal because the data structure is simple. In the case of performing authentication through biometrics, it is possible to recognize the biometric information to be recognized so as to be as similar as possible in the database. In order to perform face recognition, it is necessary to acquire images with as few external shadows or lighting as possible in front of the faceless impression.

따라서, 일반적인 실제 데이터 취득 환경에서는 생체 인식 시스템을 이용한 인식 및 인증을 수행하기 위해서 사용자에게 정확한 사용을 유도 하여야만 하고, 실제 인식결과도 실험적인 결과보다 훨씬 성능이 떨어지는 경우가 많다.Therefore, in a general real data acquisition environment, in order to perform recognition and authentication using a biometric system, accurate use must be induced to the user, and the actual recognition result is often much lower than the experimental result.

또한, 특정한 모양이나 패턴을 갖는 객체를 인식하는 경우에는 영상 내에 어 느 부분이 해당 객체인지를 우선 정확하게 분할하여야 하는데, 이러한 영상분할도 매우 어려운 문제로서 현실성이 떨어진다.In addition, when recognizing an object having a specific shape or pattern, it is necessary to first divide exactly which part of the object is the object in the image, and such image segmentation is also a very difficult problem and is not practical.

한편, 최근에는 2D 바코드를 이용하여 인증을 수행하는 시스템이 개발 되었는바, 2D 바코드의 경우, 기존의 영상 인식상의 많은 문제를 해결하고 있지만, 데이터를 취득하는 과정에서 바코드의 일부가 보이지 않거나 영상이 충분한 해상도를 유지하지 않으면 바코드의 패턴이 인식되지 않는다는 문제점이 있다.Recently, a system for performing authentication using 2D barcodes has been developed. In the case of 2D barcodes, many problems of image recognition have been solved. If the resolution is not maintained enough, there is a problem that the pattern of the barcode is not recognized.

또한, 비밀번호 및 문자서명은 전송과정에서 쉽게 외부로 노출되거나 도용될 수 있으며, 생체신호는 정확하고 정규화된 형태로 취득되지 않을 경우, 인식성능이 크게 저하된다는 문제점이 있다.In addition, passwords and text signatures can be easily exposed to outside or stolen during the transmission process, there is a problem that the recognition performance is greatly degraded when the bio-signals are not obtained in an accurate and normalized form.

따라서, 본 발명은 상기 문제점을 극복하기 위하여 안출된 것으로서, 비밀번호 및 문자서명, 생체신호를 통신매체를 통하여 전송하고 인식하는 기존의 인증 시스템과는 달리, 영상 인식을 기반으로 하는 안정된 인증 시스템을 제공하는데 그 목적이 있다.Accordingly, the present invention has been made to overcome the above problems, and unlike the conventional authentication system that transmits and recognizes passwords, text signatures, and biological signals through a communication medium, it provides a stable authentication system based on image recognition. Its purpose is to.

또한, 본 발명은 현재 널리 사용되고 있는 휴대형 영상매체 및 전송장치를 이용하고 특정패턴이 아닌 일반 영상을 인식하는 기법을 적용함으로써, 기존의 인증 시스템의 다양한 문제를 해결하고 보다 안전하고 안정적인 인증 시스템을 제공하는데 그 목적이 있다.In addition, the present invention solves various problems of the existing authentication system and provides a more secure and stable authentication system by using a portable video medium and a transmission device that is currently widely used, and applying a technique for recognizing a general image instead of a specific pattern. Its purpose is to.

종래기술에 있어서의 영상패턴 및 객체기반 영상인식의 어려움과 전처리 과정의 부정확함으로 인하여 인식률이 저하되는 것을 방지하기 위하여, 본 발명에서 는 영상의 특정 영역에 해당하는 객체 기반이 아니라 영상 전체에 대한 인식을 수행하고, 영상의 크기, 투영변환, 조명 등의 변화에 대해서도 무관하게 인식할 수 있는 특징적인 요소를 이용한다.In order to prevent the recognition rate from being degraded due to the difficulty of image pattern and object-based image recognition in the prior art and the inaccuracy of the preprocessing process, the present invention recognizes the image as a whole rather than the object based on the specific region of the image. Then, it uses characteristic elements that can be recognized regardless of changes in image size, projection transformation, lighting, and the like.

또한, 본 발명에서는 객체 분할과 같은 복잡하고 정확하지 않은 전처리 과정을 요구하지 않으며, 영상의 해상도, 크기, 조명, 투영왜곡 등에 대해서도 안정적으로 추출되고 인식되는 SIFT를 영상인식의 기본 특징으로 사용한다.In addition, the present invention does not require a complicated and inaccurate preprocessing process such as object segmentation, and uses SIFT, which is stably extracted and recognized for image resolution, size, illumination, and projection distortion, as a basic feature of image recognition.

동일한 영상임을 인식하기 위해서는 기본적으로 데이터베이스의 영상과 취득된 영상에서 각각 추출된 SIFT 특징벡터가 얼마나 유사하고 얼마나 존재하는지를 고려한다. 그리고, 대응되는 SIFT 특징 벡터들의 위치를 이용하여 두 영상간의 기하학적인 변형, 즉, 투영변환 행렬(호모그래피)을 추출함으로써, 기하학적 변형을 거친 영상임에도 불구하고 동일한 영상임을 검증한다. 최적의 투영변환 행렬을 유도하기 위해서는 대응되는 위치관계를 이용하여 최소 자승법(least squares)을 이용한다.In order to recognize the same image, basically, how similar and how many SIFT feature vectors are extracted from the database image and the acquired image are considered. Then, by extracting the geometric transformation, that is, the projection transformation matrix (homography) between the two images using the positions of the corresponding SIFT feature vectors, it is verified that the image is the same image even though the geometric transformation has been performed. In order to derive an optimal projection transformation matrix, least squares are used using corresponding positional relations.

이러한 목적을 구현하기 위하여 본 발명에서 이루고 있는 특징적인 기술적 요소를 제시하면 다음과 같다.In order to achieve the above object, the present invention provides the characteristic technical elements as follows.

첫째, 특정패턴이나 객체가 아닌 일반영상 전체 인식, 둘째, SIFT 특징벡터를 이용한 영상 검색, 셋째, 투영변환(호모그래피) 추정을 통하여 영상의 기하학적 왜곡을 고려한 영상 인식, 넷째, 128차원의 실수계수 SIFT 특징벡터를 16차원의 정수계수 벡터로 변환하는 벡터 양자화 기법이다.First, full recognition of general image, not specific pattern or object, second, image retrieval using SIFT feature vector, third, image recognition considering geometric distortion through projection transformation (homography) estimation, fourth, 128-dimensional real number coefficient A vector quantization technique that transforms SIFT feature vectors into 16-dimensional integer coefficient vectors.

상기 목적을 달성하기 위한 본 발명의 제 1 관점에 따른 영상인식을 이용한 개인인증 및 전자서명 시스템은, A) 인증 영상으로 사용하고자 하는 영상을 사용자의 조작에 의해 촬영하여 전송하는 이동 단말기, B) 상기 전송된 영상으로부터 SIFT 특징벡터를 추출하고 이를 소정의 테이터베이스에 기 저장된 인증 영상들의 SIFT 특징벡터와 비교함과 동시에 상기 SIFT 특징벡터들의 위치 관계를 이용하여 상기 데이터베이스의 영상과 상기 획득된 영상 간의 투영변환 관계를 추정하는 영상 인식 서버 및 C) 상기 추정된 투영변환 관계를 이용하여 개인의 고유 영상을 판단하고 이를 토대로 개인인증 및 서명을 수행한 후 그 결과를 상기 이동 단말기로 전송하는 인증 서버를 포함하는 것을 특징으로 한다.According to a first aspect of the present invention for achieving the above object The personal authentication and digital signature system using image recognition includes : A) a mobile terminal which photographs and transmits an image to be used as an authentication image by a user's operation, and B) extracts a SIFT feature vector from the transmitted image, And an image recognition server for estimating the projection transformation relationship between the image of the database and the obtained image by using the positional relationship of the SIFT feature vectors while simultaneously comparing the SIFT feature vectors of the authentication images stored in the database. And an authentication server for determining a unique image of the individual by using the projection conversion relationship, performing personal authentication and signature based on this, and transmitting the result to the mobile terminal.

여기서, 바람직하게 상기 인증 영상은 촬영된 영상이 아닌 사용자 자신이 직접 제작한 포토샵 이미지 등이 될 수도 있다. Here, preferably, the authentication image may be a Photoshop image, etc., produced by the user himself, not the photographed image.

또한, 상기 목적을 달성하기 위한 본 발명의 제 2 관점에 따른 영상인식을 이용한 개인인증 및 전자서명 방법은, 가) 이동 단말기를 이용하여 인증 영상을 획득함과 동시에 그 획득된 인증 영상을 전송하는 단계, 나) 영상 인식 서버에 사전 저장되어 있는 영상을 이용하여 전송된 영상을 인식하는 단계 및 다) 인증 서버가 상기 인식된 영상을 토대로 개인의 고유 영상을 판단하고 이에 따라 개인인증 및 서명을 수행한 후 그 결과를 상기 이동 단말기로 전송하는 단계를 포함하는 것을 특징으로 한다.In addition, the personal authentication and digital signature method using the image recognition according to the second aspect of the present invention for achieving the above object, a) using the mobile terminal to obtain the authentication image and at the same time transmitting the obtained authentication image Step b) recognizing the transmitted image using the image previously stored in the image recognition server; and c) the authentication server determines the unique image of the individual based on the recognized image and performs personal authentication and signature accordingly. And then transmitting the result to the mobile terminal.

기존의 인증 시스템의 문제를 고려할 때, 본 발명에서는 다음과 같은 특징적인 차이점을 갖는 영상인식 기반 인식 시스템이 요구된다. 첫째, 영역분할이나 에 지검출 같은 복잡하고 불안정한 영상처리 기법을 요구하지 않는다. 둘째, 회전, 조명, 기하학적 왜곡, 해상도 및 크기 변화와 같은 영상의 다양한 변화에도 무관하게 안정적으로 영상을 인식할 수 있어야 한다. 셋째, 고도의 정교함이나 숙련도를 필요로 하지 않으면서 데이터 영상을 취득할 수 있어야 한다.Considering the problem of the existing authentication system, the present invention requires an image recognition based recognition system having the following characteristic differences. First, it does not require complex and unstable image processing techniques such as segmentation or edge detection. Second, the image must be stably recognized regardless of various changes in the image such as rotation, lighting, geometric distortion, resolution, and size change. Third, it must be possible to acquire data images without requiring a high degree of sophistication or skill.

이하, 첨부된 도면을 참조하여 본 발명의 바람직한 실시예를 보다 상세하게 설명하도록 한다.Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings.

도 1은 본 발명에 따른 영상인식을 이용한 개인인증 및 전자서명 시스템 의 개념을 나타낸 블록도이다.1 is a block diagram illustrating the concept of a personal authentication and digital signature system using image recognition according to the present invention.

이에 도시한 바와 같이, 상기 시스템은, 인증을 수행하고자 하는 사용자가 이동 단말기(10)를 이용하여 인증 영상을 획득함과 동시에 전송하는 이동 단말기(10)와, 상기 전송된 영상으로부터 SIFT 특징벡터를 추출하고 이를 소정의 테이터베이스에 기 저장된 인증 영상들의 SIFT 특징벡터와 비교함과 동시에 상기 SIFT 특징벡터 들의 위치 관계를 이용하여 상기 데이터베이스의 영상과 상기 획득된 영상 간의 투영변환 관계를 추정하는 영상 인식 서버(20)와 그리고 상기 추정된 투영변환 관계를 이용하여 개인의 고유 영상을 판단하고 이를 토대로 개인인증 및 서명을 수행한 후 그 결과를 상기 이동 단말기(10)로 전송하는 인증 서버(30)로 구성된다. 여기서, 상기 인증 영상은 촬영된 영상이 아닌 사용자 자신이 직접 제작한 포토샵 이미지 등이 될 수도 있다.As shown in the drawing, the system acquires an SIFT feature vector from the mobile terminal 10 and the transmitted image at the same time a user who wants to perform authentication acquires an authentication image using the mobile terminal 10. The image recognition server extracts and compares it with SIFT feature vectors of authentication images pre-stored in a predetermined database and estimates the projection transformation relationship between the image of the database and the acquired image using the positional relationship of the SIFT feature vectors. And an authentication server 30 for determining a unique image of the individual by using the estimated projection transformation relationship, performing personal authentication and signature based on this, and transmitting the result to the mobile terminal 10. do. In this case, the authentication image may be a Photoshop image produced by the user himself, not a photographed image.

상기 이동 단말기(10)는, 영상 입력부(미도시), 촬영된 영상 데이터를 입력 받아 상기 무선모듈을 통해 상기 서버(20)로 전송하는 전송장치(미도시), 상기 영 상 전송 과정 및 그에 따른 상품 정보를 제공받아 화면에 디스플레이하는 디스플레이부(미도시)를 포함한다.The mobile terminal 10, an image input unit (not shown), a transmission device (not shown) for receiving the captured image data and transmitting it to the server 20 through the wireless module, the image transmission process and And a display unit (not shown) for receiving product information and displaying the same on a screen.

상기 입력부는 적어도 하나 이상의 버튼 입력수단(미도시)을 포함한다.The input unit includes at least one button input means (not shown).

이하, 상기와 같이 구성된 본 발명에 따른 영상인식을 이용한 개인인증 및 전자서명 시스템의 동작원리를 도 2 내지 도 5를 참조하여 설명한다.Hereinafter, the operation principle of the personal authentication and digital signature system using image recognition according to the present invention configured as described above will be described with reference to FIGS.

도 2는 본 발명에 따른 영상인식을 이용한 개인인증 및 전자서명 방법을 설명하기 위한 동작 흐름도이다.2 is a flowchart illustrating a personal authentication and digital signature method using image recognition according to the present invention.

먼저, 사용자가 상기 이동 단말기(10)를 이용하여 인증 영상으로 사용하고자 하는 영상을 촬영하여 획득한다(S31). 이때, 상기 이동 단말기(10)는 자신의 단말 화면상에서 인증 영상 획득 및 전송의 동작에 필요한 프로그램(예를 들면, 인증영상 전송 프로그램 등)을 이동통신망을 통해 이동통신 사업자의 특정 서버에 접속하여 다운로드 할 수 있는바, 이때 사용자가 단말 화면을 통하여 보면서 다운로드 할 수 있다. 또한, 상기 이동 단말기(10)는 이동통신망을 통해 인증 영상에 따른 인증 정보 제공을 위한 사이버 머니를 충전할 수도 있으며, 또는 PC의 유선망을 통하여 인증과정을 거친 후 사이버 머니 충전을 수행할 수도 있다. 그러나, 상기한 내용은 이미 공지된 기술이므로 당업자라면 쉽게 인지할 수 있을 것이다.First, a user photographs and acquires an image to be used as an authentication image by using the mobile terminal 10 (S31). In this case, the mobile terminal 10 downloads a program (for example, an authentication image transmission program, etc.) necessary for an operation of acquiring and transmitting an authentication image on its terminal screen by accessing a specific server of a mobile communication provider through a mobile communication network. At this time, the user can download while watching through the terminal screen. In addition, the mobile terminal 10 may charge the cyber money for providing authentication information according to the authentication image through the mobile communication network, or may perform the cyber money charging after the authentication process through the wired network of the PC. However, the above description is well known to those skilled in the art and will be readily appreciated.

이후, 상기 영상 인식 서버(20)는 상기 이동 단말기로부터 획득된 영상을 수신하고(S32), 상기 전송된 영상으로부터 SIFT 특징벡터를 추출한 후 이를 소정 데이터베이스에 기 저장되어 있는 인증 영상들의 SIFT 특징벡터와 각각 비교한다(S33). 이때, 벡터 간의 유사성은 기본적으로 벡터공간의 거리에 의하여 정의 되 며, 이 거리가 일정한 수준으로 매우 근접한 SIFT 특징벡터 들은 서로 대응되는 것으로 판단한다.Thereafter, the image recognition server 20 receives an image obtained from the mobile terminal (S32), extracts an SIFT feature vector from the transmitted image, and then extracts the SIFT feature vector of authentication images stored in a predetermined database. Each comparison is made (S33). In this case, the similarity between vectors is basically defined by the distance of the vector space, and it is determined that the SIFT feature vectors that are very close to each other at a certain level correspond to each other.

이후, 상기 영상 인식 서버(20)는 상기 대응되는 SIFT 특징벡터 들의 위치관계를 이용하여 상기 데이터베이스의 기 저장된 영상과 획득되어 전송된 영상 간의 투영변환 관계를 추정한다(S34). 이때, 상기 대응되는 SIFT 특징벡터의 수가 많고 추정된 투영변환에 의하여 두 영상간의 정합이 높게 이루어지는 데이터베이스 영상을 해당하는 개인의 고유 영상으로 판단하게 된다.Thereafter, the image recognition server 20 estimates the projection transformation relationship between the pre-stored image of the database and the acquired and transmitted image by using the positional relationship of the corresponding SIFT feature vectors (S34). In this case, a database image having a large number of corresponding SIFT feature vectors and having high matching between two images by an estimated projection transformation is determined as a unique image of a corresponding individual.

이후, 상기 인증 서버(30)는 상기 판단된 고유 영상을 통해 개인인증 및 서명을 수행하고 그 결과를 상기 이동 단말기(10)로 전송한다(S35). 이때, 사용자는 자신의 고유 영상을 이동 단말기에 저장해 두거나 그림 카드의 형태로 소유하며 비밀번호 등과 함께 인증을 위하여 사용할 수 있다.Thereafter, the authentication server 30 performs personal authentication and signature through the determined unique image and transmits the result to the mobile terminal 10 (S35). In this case, the user may store his or her own video in a mobile terminal or own it in the form of a picture card and use it for authentication along with a password.

이하, 본 발명에 적용되는 전술한 SIFT 특징벡터를 추출하는 기법에 대하여 설명한다.Hereinafter, a technique of extracting the aforementioned SIFT feature vector applied to the present invention will be described.

우선, 원영상을 다양한 스케일의 분산값을 갖는 가우시안 필터에 통과시키고, 이 결과 영상들을 인접하는 스케일에 따라서 순차적으로 서로 뺀다. 이 차이 영상을 가우시안 차이(Difference Of Gaussian, DOG) 영상이라 하는데, DOG 영상을 2:1로 부표본화 하고 다시 다양한 스케일을 갖는 가우시안 필터를 통과시킨다. 도 3에 도시된 바와 같이, 이러한 과정을 통하여 피라미드 구조의 DOG 영상들을 얻은 후에, 각 DOG 영상의 극대 또는 극소에 해당하는 핵심 위치를 찾는다.First, the original image is passed through a Gaussian filter having variance values of various scales, and the resulting images are sequentially subtracted from each other according to adjacent scales. This difference image is called a Gaussian difference (DOG) image. The DOG image is subsampled 2: 1 and passed through a Gaussian filter with various scales. As shown in FIG. 3, after obtaining DOG images of a pyramid structure through this process, a core position corresponding to a maximum or minimum of each DOG image is found.

도 4에 도시된 바와 같이, 극대 또는 극소 위치는 주변의 8 화소와 위 아래 스케일 DOG 영상의 9 화소씩, 모두 26 화소와 비교하여 최대이거나 최소인 경우로 선택된다. 그리고, 잡음에 의한 요소를 제거하기 위하여 강한 에지선 상에 있거나 그 DOG 값의 크기가 작은 핵심 위치는 제거한다. 최종 선택된 핵심 위치를 중심으로 16x16 크기의 블록을 설정하고, 그 블록 내의 화소에 대하여 방향성을 측정한다. 각 화소 마다 방향 및 그 크기를 측정하여 해당 블록에서 가장 크게 존재하는 방향을 추정한다. 이 방향을 그 핵심 위치의 방향으로 설정한다. 최종적인 SIFT 특징벡터를 구하기 위해서는 다시 각 핵심 위치를 중심으로 16x16 블록을 설정하고 다시 4x4 블록 단위로 나누어 그 블록 내의 각 화소에 대하여 화소값의 변화 방향을 측정한다. 상기 변화 방향은 변화 기울기에 비례하도록 설정하여 변화의 크기가 클수록 해당 방향의 확률분포도 커지도록 방향에 대한 확률분포를 구한다.As shown in FIG. 4, the maximum or minimum position is selected as the maximum or the minimum in comparison with 26 pixels, in which each of the surrounding 8 pixels and the 9 pixels of the up and down scale DOG image are all. In order to remove the noise-induced elements, key positions on strong edge lines or small DOG values are removed. A 16x16 block is set around the last selected key position, and the directionality is measured for the pixels in the block. The direction and the size of each pixel are measured to estimate the direction that is largest in the block. Set this direction to the direction of its core position. In order to obtain the final SIFT feature vector, 16x16 blocks are set again around each core position, and then divided into 4x4 block units to measure the direction of change of pixel values for each pixel in the block. The change direction is set to be proportional to the change slope to obtain a probability distribution with respect to the direction so that the larger the magnitude of the change, the greater the probability distribution of the corresponding direction.

도 5에 도시된 바와 같이, 상기 방향성 확률분포는 8개의 방향으로 구분되어 저장되는데, 결국 16x16 블록에 대하여 128 차원의 벡터 형태로 표현된다. 이 방향성 확률분포를 나타내는 벡터가 SIFT 특징벡터의 구조이며, 핵심 위치의 영상좌표, 중심 위치의 방향성, 가우시안 스케일 등의 파라미터와 함께 저장된다. 이와 같이 얻어진 128 차원의 SIFT 특징 벡터는 벡터 양자화를 수행하여 코드북으로 표현된다.As shown in FIG. 5, the directional probability distribution is stored in eight directions, which are represented in a 128-dimensional vector form for a 16 × 16 block. The vector representing the directional probability distribution is a structure of the SIFT feature vector, and is stored together with parameters such as the image coordinate of the core position, the directionality of the center position, and the Gaussian scale. The 128-dimensional SIFT feature vector thus obtained is represented by a codebook by performing vector quantization.

초기 구해진 SIFT 특징벡터는 부동소수점을 갖는 임의의 실수로서, 이 SIFT 특징벡터를 전송하거나 거리를 비교할 때 상대적으로 많은 전송용량 및 시간이 소요된다. 따라서, 이러한 단점을 극복하기 위하여, 각 8 방향 단위로 구분된 SIFT의 8차원 벡터에 대하여 벡터 양자화를 수행하고 실수값으로 표현되는 8차원 방향분포 를 1차원의 코드북으로 대응시킨다. 이러한 벡터 양자화 과정을 거침으로써, 128차원의 실수계수 SIFT 특징벡터는 16차원의 정수계수의 벡터로 변환된다. 이러한 16차원의 벡터 양자화된 SIFT 특징벡터를 보다 낮은 데이터 양으로 전송할 수 있고, 벡터간의 차이를 계산할 때는 양자화된 코드북의 128 차원 벡터로 환원하여 비교한다.The initially obtained SIFT feature vector is an arbitrary real number with a floating point, which requires a relatively large transmission capacity and time when transmitting the SIFT feature vector or comparing distances. Therefore, in order to overcome this disadvantage, vector quantization is performed on 8-dimensional vectors of SIFT divided into 8-direction units, and 8-dimensional direction distributions represented by real values are mapped to 1-dimensional codebooks. Through this vector quantization process, a 128-dimensional real coefficient SIFT feature vector is converted into a 16-dimensional integer coefficient vector. The 16-dimensional vector quantized SIFT feature vector can be transmitted with a lower data amount. When calculating the difference between the vectors, the 16-dimensional vector quantized SIFT feature vector is reduced and compared to the 128-dimensional vector of the quantized codebook.

투영변환에 의한 영상왜곡을 추정하는 것은 영상인식 성능을 개선하는 중요한 방법이다. 두 영상의 국소적인 SIFT 특징 벡터가 얼마나 많이 정합되는지에 따라 그 개수를 따지는 것과 함께, 각각의 특징 벡터가 얼마나 일관되게 배치되어 있는 지를 파악하는 것이 필요하다.Estimating image distortion by projection transformation is an important way to improve image recognition performance. In addition to determining the number of local SIFT feature vectors of two images, it is necessary to determine how consistently each feature vector is arranged.

예를 들어, 한 장의 이미지에 대해 어떤 이미지는 m개의 점이 정합되었고, 다른 이미지에 대해서는 n개의 점이 정합되었다고 하자. 전자의 m개의 점은 아무런 규칙성도 없지만 후자의 n 개의 점은 유사(Affine) 변환이나 호모그래피로 정확하게 설명이 된다고 하였을 때, m이 n보다 크다고 할 지라도, 후자가 정확한 정합이라고 보는 것이 타당하다. 특히 영상의 크기가 다르고, 촬영환경이 다르다면 그것에서 추출되는 특징점의 수도 많이 변하게 되므로 단순히 거리 비교를 통해 정합된 점의 개수를 세는 것만으로는 부족하다.For example, suppose an image has m points matched for one image and n points matched for another image. If the m points of the former have no regularity, but the n points of the latter can be accurately explained by an Affine transformation or homography, it is reasonable to assume that the latter is an exact match, even if m is greater than n. In particular, if the size of the image is different and the shooting environment is different, the number of feature points extracted from it will change a lot, so it is not enough to simply count the number of matched points through distance comparison.

따라서, 전술한 방법과 동시에 변환 관점에서 정확하게 정합되는 점의 개수를 세는 것이 필요하다. 본 발명에서는 두 영상 사이에 최단 거리 점(Nearest Neighbor Finding) 검색을 통해 얻어낸 점들로부터 이 점들 사이에 성립하는 변화를 추정하는 작업을 추가한다. 변환 추정은 RANSAC(Random Sample Consensus) 알고 리듬을 사용하였다. 즉, 대응되는 점 사이에서 임의로 4개(호모그래피의 경우)의 점을 뽑고 그 네 점을 이용하여, 다음과 같이 생긴 호모그래피를 예측하게 된다. Therefore, it is necessary to count the number of points to be matched precisely from the viewpoint of transformation at the same time as the method described above. In the present invention, a task of estimating a change between the two images from the points obtained through the search of the nearest neighbor finding (Nearest Neighbor Finding) is added. The transform estimation used RANSAC (Random Sample Consensus) algorithm. That is, four points (in the case of homography) are randomly selected between the corresponding points, and the four points are used to predict the homography generated as follows.

Figure 112006008614841-PAT00001
Figure 112006008614841-PAT00001

호모그래피는 평면을 여러 방향과 다른 거리에 있는 카메라로 찍었을 때 생기는 여러 장의 영상들 사이에 관계를 나타내는 변환이므로, 카메라로 모니터에서 재생되는 동영상이나 사진을 찍어 원본 영상을 검색하려는 목적에 적절한 변환이다. 호모그래피에 의해 최초의 변환 이전의 (X,Y)점은,Homography is a transformation that represents the relationship between multiple images when a plane is taken with cameras in different directions and at different distances, so the camera is suitable for the purpose of retrieving the original image by taking a video or picture played on the monitor. to be. By homography, the (X, Y) point before the first transformation is

Figure 112006008614841-PAT00002
Figure 112006008614841-PAT00002

으로 이동하게 된다.Will be moved to.

이상에서 추정된 변환을 바탕으로 근사적으로 이 변환으로 설명할 수 있는 점들의 쌍(雙)을 'inlier' 라고 부르며 그렇지 못한 점들의 쌍(雙)을 'outlier' 라고 부른다. 그리고, 각각의 반복 과정에서 'inlier'의 개수를 센다. 여러 차례 이 과정을 반복한 후에 가장 많은 수의 'inlier'를 가지고 있는 경우가 두 영상 사이에 변환을 가장 잘 예측한 결과이며, 이때에 'inlier' 개수가 우리가 찾은 두 영상 사이에 정합을 나타내는 지수이다. 검색 대상에 속하는 모든 영상에 대해서 이 작 업을 하는 것은 시간적으로 부담이 크기 때문에 일차적으로 최단 거리 점 검색을 통해 얻어낸 결과에서 어느 수준 이상으로 많은 수의 정합(整合)을 보이는 영상에 대해서만 이 작업을 수행한다. Based on the transform estimated above, the pair of points that can be described by this transformation is called 'inlier' and the pair of points that are not is called 'outlier'. In each iteration, the number of 'inliers' is counted. After repeating this process several times, the largest number of 'inliers' is the result of the best prediction of the transformation between the two images, where the number of 'inliers' indicates the match between the two images we found. Exponent. Doing this for all images belonging to the search target is time-consuming, so do this only for images that show a large number of matches above a certain level in the results obtained through the shortest distance search. Perform.

이러한 인증 시스템은 전자 상거래, 카드 거래, 보안 시스템 접속 등과 같이 개인의 인증을 수행하는 임의의 모든 기관에 대하여 적용할 수 있다. 그리고, 영상을 취득하는 단계에서 영상 처리를 수행할 수 있는 경우에는 영상을 전송하거나 추출된 SIFT 특징만을 벡터 양자화를 이용하여 전송하여 인증을 수행할 수 있다.Such an authentication system can be applied to any organization that performs personal authentication, such as electronic commerce, card transactions, security system access, and the like. If image processing can be performed at the step of acquiring an image, authentication may be performed by transmitting the image or transmitting only the extracted SIFT feature using vector quantization.

이상에서는 본 발명을 특정의 바람직한 실시예로서 설명하였으나, 본 발명은 상기한 실시예에 한정되지 아니하며, 특허 청구의 범위에서 청구하는 본 발명의 요지를 벗어남이 없이 당해 발명이 속하는 분야에서 통상의 지식을 가진 자라면 누구든지 다양한 변형이 가능할 것이다.Although the present invention has been described as a specific preferred embodiment, the present invention is not limited to the above-described embodiments, and the present invention is not limited to the above-described embodiments without departing from the gist of the present invention as claimed in the claims. Anyone with a variety of variations will be possible.

예를 들면, 본 발명에 의하면, 사용자가 인증 받고자 할 때마다 이동 단말기에 저장된 영상을 인증 시스템(즉, 영상 인식 서버(20) 및 인증 서버(30))에 전송하여 비교를 수행하고 기 저장된 영상과의 일치 여부를 비교한 뒤 인증 받을 수 있지만, 만약 M 뱅크처럼 무선에서 이루어지는 서비스의 경우라면 사용자 개인이 보유하고 있는 인증 영상을 무선 인터넷을 이용하여 상기 인증 시스템으로 전송하여 비교한 후 인증을 받을 수도 있고, 오프라인 상에서 인증을 받는 경우라면 해당 업체가 직접 사용자가 제시하는 영상을 촬영하여 상기 인증 시스템에 전송함으로써 인증을 수행할 수도 있다.For example, according to the present invention, whenever the user wants to be authenticated, the image stored in the mobile terminal is transmitted to the authentication system (that is, the image recognition server 20 and the authentication server 30) to perform a comparison, and the previously stored image. If the service is performed by wireless like M bank, it can be authenticated after transmitting the authentication image owned by the user to the authentication system by using the wireless Internet. Alternatively, in the case of being authenticated offline, the company may perform authentication by directly photographing the image presented by the user and transmitting the image to the authentication system.

상기에서는 본 발명의 바람직한 실시예를 참조하여 설명하였지만, 해당기술 분야의 숙련된 당업자는 하기의 특허 청구의 범위에 기재된 본 발명의 사상 및 영역으로부터 벗어나지 않는 범위내에서 본 발명을 다양하게 수정 및 변경시킬 수 있음을 이해할수 있을 것이다. Although described above with reference to a preferred embodiment of the present invention, those skilled in the art will be variously modified and changed within the scope of the invention without departing from the spirit and scope of the invention described in the claims below. I can understand that you can.

상기한 바와 같이, 본 발명에 의하면, 인증을 위하여 비밀번호를 입력하거나 서명하는 과정에서 발생하는 오류 및 번호 노출 등의 문제를 효과적으로 줄일 수 있을 것으로 기대된다. 즉, 개인화된 고유 영상을 독창적으로 이용함으로써 타인에게 쉽게 노출되거나 도용될 가능성이 낮아지며, 번호나 문자 같은 일정한 패턴이 아닌 일반적인 영상을 사용하기 때문에, 전송 과정 및 서버에서 외부로 노출되는 문제도 줄일 수 있을 것으로 판단된다.As described above, according to the present invention, it is expected to effectively reduce problems such as error and number exposure that occur in the process of entering or signing a password for authentication. In other words, by uniquely using personalized unique images, it is less likely to be easily exposed or stolen by others, and because general images are used instead of regular patterns such as numbers and letters, the transmission process and the external exposure from the server can be reduced. I think there will be.

또한, 기존의 2D 바코드를 이용한 인증 방법과는 달리, 고유 영상의 일부가 취득되는 과정에서 손실되거나 해상도가 낮게 촬영되더라도 인식을 수행하는 데는 지장이 없다는 장점이 있으며, 개인이 인증 영상을 자유롭게 제작하여 사용할 수 있다는 점에서 사용자들에게 매우 편리하고 친근한 시스템으로 볼 수 있다.In addition, unlike the existing 2D barcode authentication method, even if a part of the original image is lost or the resolution is low, there is no problem in performing the recognition. It can be used as a very convenient and friendly system for users.

그리고, 본 발명은 휴대형 영상 시스템을 기반으로 더욱 안전하고 개인화된 개인 인증 및 전자 서명 시스템을 실현할 수 있도록 하며, 휴대폰 등을 이용하여 영상을 취득하고 전송하는 구조를 갖기 때문에, 휴대폰 카메라 및 영상 관련 산업의 수요를 증가시키는 역할을 할 것으로 기대된다.In addition, the present invention can realize a more secure and personalized personal authentication and electronic signature system based on a portable video system, and has a structure for acquiring and transmitting images using a mobile phone, such as mobile phone cameras and video related industries It is expected to play a role in increasing demand.

Claims (19)

A) 인증 영상으로 사용하고자 하는 영상을 사용자의 조작에 의해 촬영하여 전송하는 이동 단말기;A) a mobile terminal for photographing and transmitting an image to be used as an authentication image by a user's operation; B) 상기 전송된 영상으로부터 SIFT 특징벡터를 추출하고 이를 소정의 테이터베이스에 기 저장된 인증 영상들의 SIFT 특징벡터와 비교함과 동시에 상기 SIFT 특징벡터들의 위치 관계를 이용하여 상기 데이터베이스의 영상과 상기 획득된 영상 간의 투영변환 관계를 추정하는 영상 인식 서버; 및B) Extract the SIFT feature vector from the transmitted image and compare it with the SIFT feature vector of the authentication images pre-stored in a predetermined database and at the same time use the positional relationship of the SIFT feature vectors to obtain the image and the acquired image. An image recognition server estimating a projection transformation relationship between images; And C) 상기 추정된 투영변환 관계를 이용하여 개인의 고유 영상을 판단하고 이를 토대로 개인인증 및 서명을 수행한 후 그 결과를 상기 이동 단말기로 전송하는 인증 서버를 포함하는 것을 특징으로 하는 영상인식을 이용한 개인인증 및 전자서명 시스템.C) using an image recognition, characterized in that it comprises an authentication server for determining the unique image of the individual using the estimated projection conversion relationship, and based on this personal authentication and signature, and transmits the result to the mobile terminal Personal authentication and digital signature system. 제 1 항에 있어서, 상기 인증 영상은,The method of claim 1, wherein the authentication video, 촬영된 영상이 아닌 사용자 자신이 직접 제작한 포토샵 이미지인 것을 특징으로 하는 영상인식을 이용한 개인인증 및 전자서명 시스템.Personal authentication and digital signature system using image recognition, characterized in that the image itself is a Photoshop image produced by the user himself. 제 1 항에 있어서, 상기 이동 단말기는,The method of claim 1, wherein the mobile terminal, 영상 입력부, 촬영된 인증 영상 데이터를 입력받아 무선모듈을 통해 상기 영상 인식 서버로 전송하는 전송장치, 상기 얼굴 영상 전송 과정 및 그에 따른 정보 를 제공 받아 화면에 디스플레이 하는 디스플레이부를 포함하는 것을 특징으로 하는 영상인식을 이용한 개인인증 및 전자서명 시스템.And an image input unit, a transmission device that receives the captured authentication image data and transmits the received authentication image data to the image recognition server through a wireless module, and a display unit which receives the face image transmission process and information corresponding thereto and displays it on the screen. Personal authentication and digital signature system using recognition. 제 3 항에 있어서, 상기 영상 입력부는,The method of claim 3, wherein the image input unit, 적어도 하나 이상의 버튼 입력수단을 포함하는 것을 특징으로 하는 영상 검색을 이용한 영상인식을 이용한 개인인증 및 전자서명 시스템.Personal authentication and electronic signature system using image recognition using image search, characterized in that it comprises at least one button input means. a) 인증 영상으로 사용하고자 하는 영상을 사용자의 조작에 의해 촬영하여 전송하는 이동 단말기;a) a mobile terminal for photographing and transmitting an image to be used as an authentication image by a user's operation; b) 자신의 데이터베이스에 기저장된 영상과 상기 전송된 영상 간의 투영변환 관계를 추정하여 영상을 인식하는 영상 인식 서버; 및b) an image recognition server for estimating a projection transformation relationship between an image previously stored in its database and the transmitted image; And c) 상기 추정된 투영변환 관계를 이용하여 개인의 고유 영상을 판단하고 이를 토대로 개인인증 및 서명을 수행한 후 그 결과를 상기 이동 단말기로 전송하는 인증 서버를 포함하는 것을 특징으로 하는 영상인식을 이용한 개인인증 및 전자서명 시스템.c) an authentication server for determining a unique image of the individual using the estimated projection transformation relationship, performing a personal authentication and a signature based on this, and transmitting the result to the mobile terminal. Personal authentication and digital signature system. 제 5 항에 있어서, 상기 이동 단말기는,The method of claim 5, wherein the mobile terminal, 영상 입력부, 촬영된 인증 영상 데이터를 입력 받아 무선모듈을 통해 상기 영상 인식 서버로 전송하는 전송장치, 상기 인증 영상 전송 과정 및 그에 따른 정보를 제공받아 화면에 디스플레이하는 디스플레이부를 포함하는 것을 특징으로 하 는 영상인식을 이용한 개인인증 및 전자서명 시스템.And an image input unit, a transmission device that receives the captured authentication image data and transmits the received authentication image data to the image recognition server through a wireless module, and a display unit that receives the authentication image transmission process and information corresponding thereto and displays it on the screen. Personal authentication and digital signature system using image recognition. 제 6 항에 있어서, 상기 영상 입력부는,The method of claim 6, wherein the image input unit, 적어도 하나 이상의 버튼 입력수단을 포함하는 것을 특징으로 하는 영상인식을 이용한 개인인증 및 전자서명 시스템.Personal authentication and digital signature system using image recognition, characterized in that it comprises at least one button input means. 제 5 항 또는 제 6 항에 있어서, 상기 이동 단말기는,The method of claim 5 or 6, wherein the mobile terminal, 자신의 단말 화면상에서 인증 영상 획득 및 전송의 동작에 필요한 프로그램을 이동통신망을 통해 이동통신 사업자의 특정 서버에 접속하여 다운로드 하는 것을 특징으로 하는 영상인식을 이용한 개인인증 및 전자서명 시스템.Personal authentication and digital signature system using image recognition, characterized in that to download the program necessary for the operation of the authentication image acquisition and transmission on the terminal screen of the mobile communication network connected to a specific server of the mobile communication provider. 가) 이동 단말기를 이용하여 인증 영상을 획득함과 동시에 그 획득된 인증 영상을 전송하는 단계;A) acquiring an authentication image using a mobile terminal and simultaneously transmitting the obtained authentication image; 나) 영상 인식 서버에 사전 저장되어 있는 영상을 이용하여 전송된 영상을 인식하는 단계; 및B) recognizing the transmitted image using the image previously stored in the image recognition server; And 다) 인증 서버가 상기 인식된 영상을 토대로 개인의 고유 영상을 판단하고 이에 따라 개인인증 및 서명을 수행한 후 그 결과를 상기 이동 단말기로 전송하는 단계를 포함하는 것을 특징으로 하는 영상인식을 이용한 개인인증 및 전자 서명 방법.C) the authentication server determines a unique image of the individual based on the recognized image, performs personal authentication and signature accordingly, and transmits the result to the mobile terminal. Authentication and digital signature method. 제 9 항에 있어서, 상기 인증 영상은,The method of claim 9, wherein the authentication video, 촬영된 영상이 아닌 사용자 자신이 직접 제작한 포토샵 이미지인 것을 특징으로 하는 영상인식을 이용한 개인인증 및 전자서명 방법.Personal authentication and digital signature method using the image recognition, characterized in that the image is a Photoshop image produced by the user himself rather than the photographed image. 제 9 항에 있어서, 상기 이동 단말기는,The method of claim 9, wherein the mobile terminal, 자신의 단말 화면상에서 인증 영상 획득 및 전송의 동작에 필요한 프로그램을 이동통신망을 통해 이동통신 사업자의 특정 서버에 접속하여 다운로드 하는 것을 특징으로 하는 영상인식을 이용한 개인인증 및 전자서명 방법.Personal authentication and digital signature method using image recognition, characterized in that to download the program necessary for the operation of the authentication image acquisition and transmission on the terminal screen of the mobile communication network connected to a specific server of the mobile communication provider. 제 9 항 또는 제 11 항에 있어서, 상기 이동 단말기는,The method of claim 9 or 11, wherein the mobile terminal, 이동통신망을 통해 인증 영상에 따른 정보 제공을 위한 사이버 머니를 충전할 수 있으며, 또는 PC의 유선망을 통하여 인증과정을 거친 후 사이버 머니 충전을 수행하는 것을 특징으로 하는 영상인식을 이용한 개인인증 및 전자서명 방법.Personal authentication and digital signature using video recognition, which can charge cyber money for providing information according to authentication video through mobile communication network, or perform cyber money charging after authentication process through wired network of PC Way. 1) 이동 단말기를 통해 인증 영상을 촬영하여 획득하는 단계;1) photographing and obtaining an authentication image through a mobile terminal; 2) 영상 인식 서버가, 이동 단말기로부터 획득된 영상을 수신하고, 상기 전송된 영상으로부터 SIFT 특징벡터를 추출한 후 이를 소정 데이터베이스에 기 저장되어 있는 인증 영상들의 SIFT 특징벡터와 각각 비교하는 단계;2) receiving, by an image recognition server, an image obtained from a mobile terminal, extracting an SIFT feature vector from the transmitted image, and comparing the image with SIFT feature vectors of authentication images previously stored in a predetermined database; 3) 상기 영상 인식 서버가, 상기 대응되는 SIFT 특징벡터 들의 위치관계를 이용하여 상기 데이터베이스의 기 저장된 영상과 획득되어 전송된 영상 간의 투영 변환 관계를 추정하고 그 추정된 투영변환에 의하여 개인의 고유 영상으로 판단하는 단계; 및3) The image recognition server estimates the projection transformation relationship between the pre-stored image of the database and the acquired and transmitted image by using the positional relationship of the corresponding SIFT feature vectors, and the unique image of the individual by the estimated projection transformation. Judging by; And 4) 상기 인증 서버가, 상기 판단된 고유 영상을 통해 개인인증 및 서명을 수행하고 그 결과를 상기 이동 단말기로 전송하는 단계를 포함하는 것을 특징으로 하는 영상인식을 이용한 개인인증 및 전자서명 방법.And 4) performing, by the authentication server, personal authentication and signature through the determined unique image, and transmitting the result to the mobile terminal. 제 13 항에 있어서, 상기 인증 영상은,The method of claim 13, wherein the authentication video, 촬영된 영상이 아닌 사용자 자신이 직접 제작한 포토샵 이미지인 것을 특징으로 하는 영상인식을 이용한 개인인증 및 전자서명 시스템.Personal authentication and digital signature system using image recognition, characterized in that the image itself is a Photoshop image produced by the user himself. 제 13 항에 있어서, 상기 데이터베이스에는,The method of claim 13, wherein the database, 장면 별로 소정 개수의 영상의 SIFT 특징점 들이 사전 추출되어 저장되어 있는 것을 특징으로 하는 영상인식을 이용한 개인인증 및 전자서명 방법.Personal authentication and digital signature method using image recognition, characterized in that the SIFT feature points of a predetermined number of images for each scene is pre-extracted and stored. 제 13 항에 있어서, SIFT 특징벡터들 간의 유사성은,The method of claim 13, wherein the similarity between SIFT feature vectors is: 벡터공간의 거리에 의하여 정의 되며, 이 거리가 일정한 수준으로 매우 근접한 SIFT 특징벡터 들은 서로 대응되는 것으로 판단하는 것을 특징으로 하는 영상인식을 이용한 개인인증 및 전자서명 방법.Personal identification and digital signature method using image recognition, which is defined by the distance of the vector space, and the SIFT feature vectors which are very close to a certain level are determined to correspond to each other. 제 13 항에 있어서, 상기 이동 단말기는,The method of claim 13, wherein the mobile terminal, 자신의 단말 화면상에서 인증 영상 획득 및 전송의 동작에 필요한 프로그램을 이동통신망을 통해 이동통신 사업자의 특정 서버에 접속하여 다운로드 하는 것을 특징으로 하는 영상인식을 이용한 개인인증 및 전자서명 방법.Personal authentication and digital signature method using image recognition, characterized in that to download the program necessary for the operation of the authentication image acquisition and transmission on the terminal screen of the mobile communication network connected to a specific server of the mobile communication provider. 제 13 항 또는 제 17 항에 있어서, 상기 이동 단말기는,The method of claim 13 or 17, wherein the mobile terminal, 이동통신망을 통해 인증 영상에 따른 정보 제공을 위한 사이버 머니를 충전할 수 있으며, 또는 PC의 유선망을 통하여 인증과정을 거친 후 사이버 머니 충전을 수행하는 것을 특징으로 하는 영상인식을 이용한 개인인증 및 전자서명 방법.Personal authentication and digital signature using video recognition, which can charge cyber money for providing information according to authentication video through mobile communication network, or perform cyber money charging after authentication process through wired network of PC Way. 제 13 항 또는 제 17 항에 있어서, 상기 이동 단말기는,The method of claim 13 or 17, wherein the mobile terminal, 사용자 자신의 고유 영상을 저장해 두거나 그림 카드의 형태로 소유하며 비밀번호 등과 함께 인증을 위하여 사용하는 것을 특징으로 하는 영상인식을 이용한 개인인증 및 전자서명 방법.Personal authentication and digital signature method using image recognition, characterized by storing the user's own unique image or owned in the form of a picture card and used for authentication along with a password.
KR1020060011141A 2006-02-06 2006-02-06 System For Personal Authentication and Electronic Signature Using Image Recognition And Method Thereof KR100777922B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020060011141A KR100777922B1 (en) 2006-02-06 2006-02-06 System For Personal Authentication and Electronic Signature Using Image Recognition And Method Thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020060011141A KR100777922B1 (en) 2006-02-06 2006-02-06 System For Personal Authentication and Electronic Signature Using Image Recognition And Method Thereof

Publications (2)

Publication Number Publication Date
KR20070080066A true KR20070080066A (en) 2007-08-09
KR100777922B1 KR100777922B1 (en) 2007-11-21

Family

ID=38600537

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020060011141A KR100777922B1 (en) 2006-02-06 2006-02-06 System For Personal Authentication and Electronic Signature Using Image Recognition And Method Thereof

Country Status (1)

Country Link
KR (1) KR100777922B1 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100943844B1 (en) * 2008-02-19 2010-02-24 고려대학교 산학협력단 Image signal filtering method and apparatus used for extracting scale-invariant feature from image, and image feature extracting method, apparatus and recording medium using thereof
WO2011118871A1 (en) * 2010-03-26 2011-09-29 주식회사 아이그로브 Authentication method and system using portable terminal
KR20170047255A (en) * 2014-09-03 2017-05-04 알리바바 그룹 홀딩 리미티드 Identity authentication method and apparatus, terminal and server
WO2017222125A1 (en) * 2016-06-20 2017-12-28 주식회사 피노텍 Handwritten signature verification system and method using identification code
CN110717157A (en) * 2019-09-06 2020-01-21 平安科技(深圳)有限公司 User authentication method, device, computer equipment and storage medium
KR20210108059A (en) * 2020-02-25 2021-09-02 (주)아이티 노매즈 Method and system for ascertaining similarity of seal based on pattern recognition

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101270941B1 (en) 2011-10-19 2013-06-11 서울대학교산학협력단 System and Method for authentication security using of user terminal
CN104445773B (en) * 2014-11-14 2016-07-06 刘承建 A kind of wind-power electricity generation desalinization processes environmental protection equipment

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20000050230A (en) * 2000-05-30 2000-08-05 김성우 Method for authentication security on network by face recognition
KR20040048115A (en) * 2002-12-02 2004-06-07 주식회사 시큐아이티 Apparatus and method for transmitting/receiving multi-biological information for authentication in mobile communication network

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100943844B1 (en) * 2008-02-19 2010-02-24 고려대학교 산학협력단 Image signal filtering method and apparatus used for extracting scale-invariant feature from image, and image feature extracting method, apparatus and recording medium using thereof
WO2011118871A1 (en) * 2010-03-26 2011-09-29 주식회사 아이그로브 Authentication method and system using portable terminal
KR20170047255A (en) * 2014-09-03 2017-05-04 알리바바 그룹 홀딩 리미티드 Identity authentication method and apparatus, terminal and server
US10601821B2 (en) 2014-09-03 2020-03-24 Alibaba Group Holding Limited Identity authentication method and apparatus, terminal and server
WO2017222125A1 (en) * 2016-06-20 2017-12-28 주식회사 피노텍 Handwritten signature verification system and method using identification code
CN110717157A (en) * 2019-09-06 2020-01-21 平安科技(深圳)有限公司 User authentication method, device, computer equipment and storage medium
CN110717157B (en) * 2019-09-06 2023-10-24 平安科技(深圳)有限公司 User authentication method, device, computer equipment and storage medium
KR20210108059A (en) * 2020-02-25 2021-09-02 (주)아이티 노매즈 Method and system for ascertaining similarity of seal based on pattern recognition

Also Published As

Publication number Publication date
KR100777922B1 (en) 2007-11-21

Similar Documents

Publication Publication Date Title
Cozzolino et al. Noiseprint: A CNN-based camera model fingerprint
KR100777922B1 (en) System For Personal Authentication and Electronic Signature Using Image Recognition And Method Thereof
KR101938033B1 (en) Biometric authentication in connection with camera-equipped devices
CN108288012B (en) Artwork filing verification method and system based on mobile phone
CN104823203B (en) Biometric templates safety and key generate
CN103313018B (en) Registration determines device and control method thereof and electronic installation
KR101531618B1 (en) Method and system for comparing images
US20170262472A1 (en) Systems and methods for recognition of faces e.g. from mobile-device-generated images of faces
CN104246793A (en) Three-dimensional face recognition for mobile devices
TW201937392A (en) System and method for biometric authentication in connection with camera-equipped devices
CN109886223B (en) Face recognition method, bottom library input method and device and electronic equipment
US10963552B2 (en) Method and electronic device for authenticating a user
US20180225494A1 (en) Method and apparatus of selecting candidate fingerprint image for fingerprint recognition
Soltanpour et al. Multimodal 2D–3D face recognition using local descriptors: pyramidal shape map and structural context
WO2013181695A1 (en) Biometric verification
CN105868699A (en) Terminal payment method and device based on fingerprint
CN114330565A (en) Face recognition method and device
JP6910236B2 (en) Personal information registration system and personal information registration method
CN113642639B (en) Living body detection method, living body detection device, living body detection equipment and storage medium
CN110751071A (en) Face recognition method and device, storage medium and computing equipment
Waris et al. Analysis of textural features for face biometric anti-spoofing
CN112465517A (en) Anti-counterfeiting verification method and device and computer readable storage medium
JP2008067321A (en) Data registration management apparatus
US20150254527A1 (en) Methods for 3d object recognition and registration
CN110334694A (en) Optical finger print anti-attack method under a kind of screen based on polarised light

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20121023

Year of fee payment: 6

FPAY Annual fee payment

Payment date: 20131024

Year of fee payment: 7

FPAY Annual fee payment

Payment date: 20141022

Year of fee payment: 8

FPAY Annual fee payment

Payment date: 20151022

Year of fee payment: 9

FPAY Annual fee payment

Payment date: 20161108

Year of fee payment: 10

FPAY Annual fee payment

Payment date: 20171027

Year of fee payment: 11

FPAY Annual fee payment

Payment date: 20190715

Year of fee payment: 12

R401 Registration of restoration
FPAY Annual fee payment

Payment date: 20191017

Year of fee payment: 13