KR102286571B1 - 영상에서 다수의 객체를 인식하는 방법 - Google Patents
영상에서 다수의 객체를 인식하는 방법 Download PDFInfo
- Publication number
- KR102286571B1 KR102286571B1 KR1020160032064A KR20160032064A KR102286571B1 KR 102286571 B1 KR102286571 B1 KR 102286571B1 KR 1020160032064 A KR1020160032064 A KR 1020160032064A KR 20160032064 A KR20160032064 A KR 20160032064A KR 102286571 B1 KR102286571 B1 KR 102286571B1
- Authority
- KR
- South Korea
- Prior art keywords
- objects
- cluster
- candidate
- learning
- recognizing
- 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.)
- Active
Links
Images
Classifications
-
- G06K9/00369—
-
- G06K9/00523—
-
- G06K9/00536—
Landscapes
- Image Analysis (AREA)
Abstract
Description
도 2는 본 발명의 일 실시예에 따른 영상에서 다수의 객체를 인식하는 방법의 절차 중 클러스터 모델 기반 후보 객체 선정 절차를 나타낸 도면이다.
도 3은 본 발명의 일 실시예에 따른 영상에서 다수의 객체를 인식하는 방법의 절차 중 클러스터 중심점 기반의 KNN 후보 결정 절차의 예를 나타낸 도면이다.
도 4는 본 발명의 일 실시예에 따른 영상에서 다수의 객체를 인식하는 방법의 절차 중 클러스터 구성원 기반 KNN 후보 결정 절차의 예를 나타낸 도면이다.
도 5는 본 발명의 일 실시예에 따른 영상에서 다수의 객체를 인식하는 방법의 절차 중 객체인식을 위한 SVM 학습 절차의 예를 나타낸 도면이다.
도 6은 본 발명의 일 실시예에 따른 영상에서 다수의 객체를 인식하는 방법이 구현되는 객체 인식 장치의 구성을 나타낸 도면이다.
110 : 학습 모델 생성부
120 : 후보 객체 선정부
130 : 객체 인식부
140 : 학습 모델 DB
Claims (8)
- 복수의 객체별 학습 이미지에서 학습 이미지 특징 정보를 추출하고, 상기 추출된 학습 이미지 특징 정보를 기반으로 클러스터링 모델링을 수행하여 복수의 클러스터 모델을 생성하고, SVM(Support Vector Machine) 방식에 기반한 객체인식 모델링 학습을 수행하여 학습 모델을 생성하는 단계;
인식 대상 이미지를 입력받아서 특징을 추출하고, 추출된 인식 대상 이미지 특징 정보를 분석하여 클러스터 중심점 기반의 후보 객체를 선정하는 단계;
상기 클러스터 중심점 기반의 후보 객체 중에서 클러스터 구성원 기반의 최종 후보 객체를 선정하는 단계; 및
상기 클러스터 모델 기반으로 선정된 후보 객체들을 대상으로 상기 학습 모델을 통해 개별적인 객체 인식 처리를 수행하여 복수의 객체를 인식하는 단계를 포함하고,
SVM 객체인식 모델링 학습을 수행하여 학습 모델을 생성하는 단계는 포지티브(positive) 또는 네가티브(negative) 학습 이미지들의 특징점들을 구분하는 초평면(hyperplane)을 생성하는 단계를 포함하고,
상기 클러스터 중심점 기반의 후보 객체를 선정하는 단계는,
상기 인식 대상 이미지 특징 정보를 기준으로 각 객체 클러스터의 중심점까지의 거리를 기초로 KNN(K Nearest Neighbor) 방식에 기반하여 후보 클러스터를 선정하는 단계를 포함하고,
상기 클러스터 구성원 기반의 최종 후보 객체를 선정하는 단계는,
상기 인식 대상 이미지 특징 정보를 기준으로 선정된 상기 후보 클러스터에 포함된 모든 구성원 객체의 특징점과 입력된 객체의 특징점과의 거리에 기초하여 KNN 방식을 기반으로 최종 후보 객체를 선정하는 것인 다수의 객체를 인식하는 방법. - 제1항에 있어서,
상기 생성하는 단계는,
상기 학습 이미지로부터 추출된 학습 이미지 특징 정보를 기반으로 클러스터링 모델링을 수행하여 상기 클러스터 모델을 생성하는 다수의 객체를 인식하는 방법. - 제1항에 있어서,
상기 생성하는 단계는,
상기 학습 이미지로부터 추출된 학습 이미지 특징 정보를 기반으로 객체 인식 모델링을 수행하여 상기 객체 인식 학습 모델을 생성하는 다수의 객체를 인식하는 방법. - 제1항에 있어서,
상기 클러스터링 모델링은,
상기 학습 이미지 특징 정보에 기반하여 상기 학습 이미지에 대한 클러스터의 중심점을 결정하는 다수의 객체를 인식하는 방법. - 삭제
- 삭제
- 삭제
- 제 1 항에 있어서,
상기 인식하는 단계는,
상기 객체 인식 학습 모델에 기반하여 객체 인식 모델링을 수행하여 상기 후보 객체로부터 상기 복수의 객체를 인식하는 다수의 객체를 인식하는 방법.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020160032064A KR102286571B1 (ko) | 2016-03-17 | 2016-03-17 | 영상에서 다수의 객체를 인식하는 방법 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020160032064A KR102286571B1 (ko) | 2016-03-17 | 2016-03-17 | 영상에서 다수의 객체를 인식하는 방법 |
Publications (2)
Publication Number | Publication Date |
---|---|
KR20170108339A KR20170108339A (ko) | 2017-09-27 |
KR102286571B1 true KR102286571B1 (ko) | 2021-08-06 |
Family
ID=60035996
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020160032064A Active KR102286571B1 (ko) | 2016-03-17 | 2016-03-17 | 영상에서 다수의 객체를 인식하는 방법 |
Country Status (1)
Country | Link |
---|---|
KR (1) | KR102286571B1 (ko) |
Families Citing this family (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR102040525B1 (ko) * | 2018-03-09 | 2019-11-05 | 주식회사 코난테크놀로지 | 인공지능 기반 부품 검색 시스템 |
KR102524220B1 (ko) * | 2018-04-26 | 2023-04-24 | 한국전자통신연구원 | 신경망 학습에 기반한 적층형 다종 영상 객체 보호 장치, 시스템 및 방법 |
CN111191492B (zh) * | 2018-11-15 | 2024-07-02 | 北京三星通信技术研究有限公司 | 信息估计、模型检索和模型对准方法和装置 |
WO2020111307A1 (ko) * | 2018-11-28 | 2020-06-04 | 전자부품연구원 | 모바일 증강현실을 위한 3d 객체 인식 및 추적 방법 |
WO2020204219A1 (ko) * | 2019-04-01 | 2020-10-08 | 엘지전자 주식회사 | 인공지능을 이용한 사물 인식 학습에서 아웃라이어를 분류하는 방법 및 분류장치와 로봇 |
KR102469120B1 (ko) * | 2020-08-26 | 2022-11-21 | 국방과학연구소 | 위성 영상 표적 식별 장치, 방법, 컴퓨터 판독 가능한 기록매체 및 컴퓨터 프로그램 |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2006268820A (ja) * | 2004-11-02 | 2006-10-05 | Matsushita Electric Ind Co Ltd | 画像識別方法、画像処理方法、画像識別装置、画像識別プログラムおよび集積回路 |
JP2007193553A (ja) * | 2006-01-19 | 2007-08-02 | Fuji Xerox Co Ltd | 画像処理方法、画像処理装置および画像処理プログラム |
Family Cites Families (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP3530363B2 (ja) * | 1997-11-26 | 2004-05-24 | 日本電信電話株式会社 | 認識モデル生成方法および画像認識方法 |
-
2016
- 2016-03-17 KR KR1020160032064A patent/KR102286571B1/ko active Active
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2006268820A (ja) * | 2004-11-02 | 2006-10-05 | Matsushita Electric Ind Co Ltd | 画像識別方法、画像処理方法、画像識別装置、画像識別プログラムおよび集積回路 |
JP2007193553A (ja) * | 2006-01-19 | 2007-08-02 | Fuji Xerox Co Ltd | 画像処理方法、画像処理装置および画像処理プログラム |
Also Published As
Publication number | Publication date |
---|---|
KR20170108339A (ko) | 2017-09-27 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
KR102286571B1 (ko) | 영상에서 다수의 객체를 인식하는 방법 | |
Chen et al. | Person search via a mask-guided two-stream cnn model | |
Trnovszky et al. | Animal recognition system based on convolutional neural network | |
JP5929896B2 (ja) | 画像認識システム、画像認識方法および画像認識用プログラム | |
KR101117549B1 (ko) | 얼굴 인식 시스템 및 그 얼굴 인식 방법 | |
KR100950776B1 (ko) | 얼굴 인식 방법 | |
Symeonidis et al. | Neural attention-driven non-maximum suppression for person detection | |
JP6756406B2 (ja) | 画像処理装置、画像処理方法および画像処理プログラム | |
Bourdev et al. | Deep poselets for human detection | |
JP6128910B2 (ja) | 学習装置、学習方法及びプログラム | |
WO2013181695A1 (en) | Biometric verification | |
Costa Filho et al. | A fully automatic method for recognizing hand configurations of Brazilian sign language | |
Bose et al. | In-situ recognition of hand gesture via Enhanced Xception based single-stage deep convolutional neural network | |
KR101491832B1 (ko) | 영상 선택 장치 및 방법 | |
KR20190107480A (ko) | 얼굴 인식 장치 및 방법 | |
Singh et al. | Template matching for detection & recognition of frontal view of human face through Matlab | |
JP2017084006A (ja) | 画像処理装置およびその方法 | |
Paul et al. | Rotation invariant multiview face detection using skin color regressive model and support vector regression | |
Wijaya et al. | Phonographic image recognition using fusion of scale invariant descriptor | |
Creusot et al. | 3D landmark model discovery from a registered set of organic shapes | |
Loderer et al. | Optimization of LBP parameters | |
KR102326185B1 (ko) | 딥러닝을 이용한 얼굴 매칭 방법 및 장치 | |
JP2018036870A (ja) | 画像処理装置及びプログラム | |
Lin et al. | End-to-end correspondence and relationship learning of mid-level deep features for person re-identification | |
Pereira et al. | Video-based face verification with local binary patterns and svm using gmm supervectors |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PA0109 | Patent application |
Patent event code: PA01091R01D Comment text: Patent Application Patent event date: 20160317 |
|
PG1501 | Laying open of application | ||
A201 | Request for examination | ||
AMND | Amendment | ||
PA0201 | Request for examination |
Patent event code: PA02012R01D Patent event date: 20191007 Comment text: Request for Examination of Application Patent event code: PA02011R01I Patent event date: 20160317 Comment text: Patent Application |
|
E902 | Notification of reason for refusal | ||
PE0902 | Notice of grounds for rejection |
Comment text: Notification of reason for refusal Patent event date: 20200929 Patent event code: PE09021S01D |
|
AMND | Amendment | ||
E601 | Decision to refuse application | ||
PE0601 | Decision on rejection of patent |
Patent event date: 20210421 Comment text: Decision to Refuse Application Patent event code: PE06012S01D Patent event date: 20200929 Comment text: Notification of reason for refusal Patent event code: PE06011S01I |
|
X091 | Application refused [patent] | ||
AMND | Amendment | ||
PX0901 | Re-examination |
Patent event code: PX09011S01I Patent event date: 20210421 Comment text: Decision to Refuse Application Patent event code: PX09012R01I Patent event date: 20201130 Comment text: Amendment to Specification, etc. Patent event code: PX09012R01I Patent event date: 20191007 Comment text: Amendment to Specification, etc. |
|
PX0701 | Decision of registration after re-examination |
Patent event date: 20210715 Comment text: Decision to Grant Registration Patent event code: PX07013S01D Patent event date: 20210621 Comment text: Amendment to Specification, etc. Patent event code: PX07012R01I Patent event date: 20210421 Comment text: Decision to Refuse Application Patent event code: PX07011S01I Patent event date: 20201130 Comment text: Amendment to Specification, etc. Patent event code: PX07012R01I Patent event date: 20191007 Comment text: Amendment to Specification, etc. Patent event code: PX07012R01I |
|
X701 | Decision to grant (after re-examination) | ||
PR0701 | Registration of establishment |
Comment text: Registration of Establishment Patent event date: 20210730 Patent event code: PR07011E01D |
|
PR1002 | Payment of registration fee |
Payment date: 20210802 End annual number: 3 Start annual number: 1 |
|
PG1601 | Publication of registration | ||
PR1001 | Payment of annual fee |
Payment date: 20240625 Start annual number: 4 End annual number: 4 |