JP5591360B2 - 分類及び対象物検出の方法及び装置、撮像装置及び画像処理装置 - Google Patents
分類及び対象物検出の方法及び装置、撮像装置及び画像処理装置 Download PDFInfo
- Publication number
- JP5591360B2 JP5591360B2 JP2013040008A JP2013040008A JP5591360B2 JP 5591360 B2 JP5591360 B2 JP 5591360B2 JP 2013040008 A JP2013040008 A JP 2013040008A JP 2013040008 A JP2013040008 A JP 2013040008A JP 5591360 B2 JP5591360 B2 JP 5591360B2
- Authority
- JP
- Japan
- Prior art keywords
- hypersphere
- maximum
- center
- decision
- vector
- 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.)
- Expired - Fee Related
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N20/00—Machine learning
- G06N20/10—Machine learning using kernel methods, e.g. support vector machines [SVM]
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/21—Design or setup of recognition systems or techniques; Extraction of features in feature space; Blind source separation
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/24—Classification techniques
- G06F18/245—Classification techniques relating to the decision surface
- G06F18/2453—Classification techniques relating to the decision surface non-linear, e.g. polynomial classifier
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N20/00—Machine learning
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/70—Arrangements for image or video recognition or understanding using pattern recognition or machine learning
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/70—Arrangements for image or video recognition or understanding using pattern recognition or machine learning
- G06V10/764—Arrangements for image or video recognition or understanding using pattern recognition or machine learning using classification, e.g. of video objects
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Data Mining & Analysis (AREA)
- Evolutionary Computation (AREA)
- Artificial Intelligence (AREA)
- Software Systems (AREA)
- Computing Systems (AREA)
- Medical Informatics (AREA)
- General Engineering & Computer Science (AREA)
- Mathematical Physics (AREA)
- Life Sciences & Earth Sciences (AREA)
- Databases & Information Systems (AREA)
- Multimedia (AREA)
- Bioinformatics & Cheminformatics (AREA)
- Bioinformatics & Computational Biology (AREA)
- Evolutionary Biology (AREA)
- Health & Medical Sciences (AREA)
- General Health & Medical Sciences (AREA)
- Nonlinear Science (AREA)
- Image Analysis (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Description
Claims (19)
- 全て又は一部がサポートベクトルとして識別される1以上の特徴ベクトルを含む特徴空間内での分類方法であって、
前記サポートベクトルに従って、前記特徴空間内で最大超球面を作成する最大超球面作成工程と、
前記サポートベクトルに従って、前記作成された最大超球面の中心を計算する中心計算工程と、
前記作成された最大超球面の表面積を計算する表面積計算工程と、
中心が前記最大超球面の前記計算された中心となり、前記最大超球面との表面積の比が予め定められた値となるように、決定超球面を作成する決定超球面作成工程と、
前記決定超球面の中にある特徴ベクトルを正の特徴ベクトルとして分類する分類工程と
を有することを特徴とする分類方法。 - 前記決定超球面作成工程において、任意の正の特徴ベクトルが前記作成された決定超球面内に入る確率を一定とするように、前記決定超球面は作成されることを特徴とする、請求項1に記載の分類方法。
- 前記中心計算工程は、
前記サポートベクトルに従って、前記特徴空間内で最小超球面を作成する工程と、
前記最小超球面内に特徴ベクトルが1つのみ存在するか否かを判定する工程と、
前記最小超球面内に特徴ベクトルが1つのみ存在する場合、当該1つのみの特徴ベクトルを前記最大超球面の前記中心として決定する工程と、
前記最小超球面内に1つより多い特徴ベクトルが存在する場合、前記最大超球面の中心として、前記最小超球面の中心を推定する工程と、
をさらに有することを特徴とする、請求項1に記載の分類方法。 - 前記サポートベクトルが予め識別されているか、又は前記1以上の特徴ベクトルに基づいて計算されることを特徴とする、請求項1に記載の分類方法。
- 前記最大超球面作成工程において、前記最大超球面がサポートベクトルデータ記述(SVDD)アルゴリズムを用いて作成されることを特徴とする、請求項1に記載の分類方法。
- 前記最大超球面作成工程、前記中心計算工程及び前記決定超球面作成工程においてカーネル関数K(・)が用いられ、
前記特徴空間内の任意の正規化特徴ベクトルzのうちの1つについてK(z,z)が一定となるように前記カーネル関数が選択される
ことを特徴とする、請求項1に記載の分類方法。 - 前記カーネル関数K(・)がヒストグラムインタセクションカーネル(HIK)を含むことを特徴とする、請求項6に記載の分類方法。
- 全て又は一部がサポートベクトルとして識別される1以上の特徴ベクトルを含む特徴空間内での分類装置であって、
前記サポートベクトルに従って、前記特徴空間内で最大超球面を作成する最大超球面作成手段と、
前記サポートベクトルに従って、前記最大超球面作成手段によって作成された前記最大超球面の中心を計算する中心計算手段と、
前記作成された最大超球面の表面積を計算する表面積計算手段と、
中心が前記最大超球面の前記計算された中心となり、前記最大超球面との表面積の比が予め定められた値となるように、決定超球面を作成する決定超球面作成手段と、
前記決定超球面作成手段によって作成された前記決定超球面の中にある特徴ベクトルを正の特徴ベクトルとして分類する分類手段と
を有することを特徴とする分類装置。 - サポートベクトルのセットを決定する決定工程と、
前記決定工程において決定された前記サポートベクトルのセットに基づいて、請求項1に記載の分類方法を用いて分類器をトレーニングするトレーニング工程と、
学習済みの前記分類器を用いて画像又はビデオから対象物を検出する検出工程と、
を有することを特徴とする対象物検出方法。 - 前記決定工程が、
1以上のサンプルを取得するサンプル取得工程と、
前記取得したサンプルに基づいて前記サポートベクトルのセットを計算するサポートベクトル計算工程と
を有することを特徴とする、請求項9に記載の対象物検出方法。 - 前記決定工程が、
他の学習済みの分類器からサポートベクトルを抽出するサポートベクトル抽出工程と、
他の学習済みの分類器の前記抽出されたサポートベクトルに基づいて、前記サポートベクトルのセットを選択するサポートベクトル選択工程と、
を有することを特徴とする、請求項9に記載の対象物検出方法。 - サポートベクトルのセットを決定する決定手段と、
前記決定手段において決定された前記サポートベクトルのセットに基づいて、請求項1に記載の分類方法を用いて分類器をトレーニングするトレーニング手段と、
学習済みの前記分類器を用いて画像又はビデオから対象物を検出する検出手段と、
を備えることを特徴とする対象物検出装置。 - 画像又はビデオを撮像する光学系と、
請求項12に記載の対象物検出装置と、
前記対象物検出装置によって検出された前記対象物に焦点を合わせるように前記光学系を制御する制御装置と、
を備えることを特徴とする撮像装置。 - 請求項12に記載の対象物検出装置を備える画像処理装置。
- 前記画像処理装置が、デスクトップコンピュータ、タブレットコンピュータ、ラップトップコンピュータ、警報装置、スマートフォン及びゲーム機で構成される群から選択されるものであることを特徴とする、請求項14に記載の画像処理装置。
- 請求項8に記載の分類装置の各手段としてコンピュータを機能させるプログラムを格納することを特徴とする、コンピュータ読み取り可能な記録媒体。
- 請求項12に記載の対象物検出装置の各手段としてコンピュータを機能させるプログラムを格納することを特徴とする、コンピュータ読み取り可能な記録媒体。
- プロセッサと、
前記プロセッサに請求項1に記載の方法を実行させるプログラムを格納するメモリと、
を備えることを特徴とする画像処理システム。 - プロセッサと、
前記プロセッサに請求項9に記載の方法を実行させるプログラムを格納するメモリと、
を備えることを特徴とする画像処理システム。
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201210049918.6A CN103295024B (zh) | 2012-02-29 | 2012-02-29 | 分类与对象检测方法和装置以及图像拍摄和处理设备 |
| CN201210049918.6 | 2012-02-29 |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2013182620A JP2013182620A (ja) | 2013-09-12 |
| JP5591360B2 true JP5591360B2 (ja) | 2014-09-17 |
Family
ID=49002937
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2013040008A Expired - Fee Related JP5591360B2 (ja) | 2012-02-29 | 2013-02-28 | 分類及び対象物検出の方法及び装置、撮像装置及び画像処理装置 |
Country Status (3)
| Country | Link |
|---|---|
| US (1) | US9141881B2 (ja) |
| JP (1) | JP5591360B2 (ja) |
| CN (1) | CN103295024B (ja) |
Families Citing this family (15)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US9262726B2 (en) * | 2013-01-17 | 2016-02-16 | Applied Materials, Inc. | Using radial basis function networks and hyper-cubes for excursion classification in semi-conductor processing equipment |
| US9489598B2 (en) * | 2014-08-26 | 2016-11-08 | Qualcomm Incorporated | Systems and methods for object classification, object detection and memory management |
| CN105654100A (zh) * | 2014-10-30 | 2016-06-08 | 诺基亚技术有限公司 | 利用计算装置识别对象的方法、装置以及电子设备 |
| US11334789B2 (en) | 2015-03-17 | 2022-05-17 | Qualcomm Incorporated | Feature selection for retraining classifiers |
| CN106156808B (zh) * | 2015-04-23 | 2019-09-20 | 佳能株式会社 | 对象分类器的在线学习方法和设备以及检测方法和设备 |
| KR101650654B1 (ko) * | 2015-05-13 | 2016-08-23 | 주식회사 지이에스 | 차폐 다심 케이블을 이용한 보안 펜스의 오동작 필터링 시스템 |
| CN105701510B (zh) * | 2016-01-13 | 2019-03-12 | 清华大学 | 一种基于共享模型空间学习的零镜头图像分类方法 |
| US10217001B2 (en) * | 2016-04-14 | 2019-02-26 | KickView Corporation | Video object data storage and processing system |
| US10796134B2 (en) * | 2017-09-28 | 2020-10-06 | Nec Corporation | Long-tail large scale face recognition by non-linear feature level domain adaptation |
| EP3627403A1 (en) | 2018-09-20 | 2020-03-25 | Elektrobit Automotive GmbH | Training of a one-shot learning classifier |
| US10796203B2 (en) | 2018-11-30 | 2020-10-06 | International Business Machines Corporation | Out-of-sample generating few-shot classification networks |
| CN109740664B (zh) * | 2018-12-28 | 2023-01-10 | 东莞中国科学院云计算产业技术创新与育成中心 | 柔性物体分类方法、装置、计算机设备和存储介质 |
| CN109829380B (zh) * | 2018-12-28 | 2020-06-02 | 北京旷视科技有限公司 | 一种狗脸特征点的检测方法、装置、系统及存储介质 |
| CN110796530B (zh) * | 2019-09-27 | 2025-10-21 | 北京淇瑀信息科技有限公司 | 用户金融风险识别模型生成方法、装置及电子设备 |
| CN117236423A (zh) * | 2023-09-27 | 2023-12-15 | 中科曙光国际信息产业有限公司 | 核函数调用方法、装置、设备、存储介质和程序产品 |
Family Cites Families (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101295362A (zh) * | 2007-04-28 | 2008-10-29 | 中国科学院国家天文台 | 结合支持向量机以及近邻法的模式分类方法 |
| JP4946730B2 (ja) * | 2007-08-27 | 2012-06-06 | ソニー株式会社 | 顔画像処理装置及び顔画像処理方法、並びにコンピュータ・プログラム |
| US9094444B2 (en) * | 2008-12-31 | 2015-07-28 | Telecom Italia S.P.A. | Anomaly detection for packet-based networks |
| US9715723B2 (en) * | 2012-04-19 | 2017-07-25 | Applied Materials Israel Ltd | Optimization of unknown defect rejection for automatic defect classification |
-
2012
- 2012-02-29 CN CN201210049918.6A patent/CN103295024B/zh not_active Expired - Fee Related
-
2013
- 2013-02-27 US US13/778,718 patent/US9141881B2/en not_active Expired - Fee Related
- 2013-02-28 JP JP2013040008A patent/JP5591360B2/ja not_active Expired - Fee Related
Also Published As
| Publication number | Publication date |
|---|---|
| JP2013182620A (ja) | 2013-09-12 |
| CN103295024A (zh) | 2013-09-11 |
| CN103295024B (zh) | 2017-03-01 |
| US9141881B2 (en) | 2015-09-22 |
| US20130223726A1 (en) | 2013-08-29 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP5591360B2 (ja) | 分類及び対象物検出の方法及び装置、撮像装置及び画像処理装置 | |
| EP3620979B1 (en) | Learning method, learning device for detecting object using edge image and testing method, testing device using the same | |
| Tian et al. | Detection and separation of smoke from single image frames | |
| US9552536B2 (en) | Image processing device, information storage device, and image processing method | |
| US9165369B1 (en) | Multi-object detection and recognition using exclusive non-maximum suppression (eNMS) and classification in cluttered scenes | |
| CN102007499B (zh) | 检测数字图像中的脸部表情 | |
| US9158995B2 (en) | Data driven localization using task-dependent representations | |
| Noh et al. | A new framework for background subtraction using multiple cues | |
| US8594385B2 (en) | Predicting the aesthetic value of an image | |
| JP5570629B2 (ja) | 分類器の学習方法及び装置、並びに処理装置 | |
| US8537409B2 (en) | Image summarization by a learning approach | |
| Singh et al. | Currency recognition on mobile phones | |
| Liu et al. | Weakly supervised multiclass video segmentation | |
| CN105512683A (zh) | 基于卷积神经网络的目标定位方法及装置 | |
| WO2016150240A1 (zh) | 身份认证方法和装置 | |
| WO2022228325A1 (zh) | 行为检测方法、电子设备以及计算机可读存储介质 | |
| WO2018100668A1 (en) | Image processing device, image processing method, and image processing program | |
| Raj et al. | Vacant parking lot detection system using random forest classification | |
| CN113963295A (zh) | 视频片段中地标识别方法、装置、设备及存储介质 | |
| Khan et al. | Dimension invariant model for human head detection | |
| Ghoshal et al. | A novel method for binarization of scene text images and its application in text identification | |
| US20140254864A1 (en) | System and method for gesture detection through local product map | |
| Ansari | Hand Gesture Recognition using fusion of SIFT and HoG with SVM as a Classifier | |
| CN116796022A (zh) | 一种图像识别方法、装置、电子设备及存储介质 | |
| CN104680123A (zh) | 对象识别装置、对象识别方法和程序 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20140110 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20140117 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20140318 |
|
| TRDD | Decision of grant or rejection written | ||
| A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20140630 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20140729 |
|
| R151 | Written notification of patent or utility model registration |
Ref document number: 5591360 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R151 |
|
| LAPS | Cancellation because of no payment of annual fees |