US7519567B2 - Enhanced classification of marginal instances - Google Patents
Enhanced classification of marginal instances Download PDFInfo
- Publication number
- US7519567B2 US7519567B2 US11/262,653 US26265305A US7519567B2 US 7519567 B2 US7519567 B2 US 7519567B2 US 26265305 A US26265305 A US 26265305A US 7519567 B2 US7519567 B2 US 7519567B2
- Authority
- US
- United States
- Prior art keywords
- input data
- classification
- instance
- accepted
- class
- 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, expires
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N5/00—Computing arrangements using knowledge-based models
- G06N5/02—Knowledge representation; Symbolic representation
-
- 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
- G06F18/214—Generating training patterns; Bootstrap methods, e.g. bagging or boosting
-
- 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
- G06V10/77—Processing image or video features in feature spaces; using data integration or data reduction, e.g. principal component analysis [PCA] or independent component analysis [ICA] or self-organising maps [SOM]; Blind source separation
- G06V10/774—Generating sets of training patterns; Bootstrap methods, e.g. bagging or boosting
Definitions
- Classifiers are used in many application environments, including machine learning, pattern recognition, and data mining.
- a classifier provides a function that maps (or classifies) an instance into one of multiple predefined potential classes.
- a classifier typically predicts one attribute of a set of instances given one or more attributes (or features). The attribute being predicted typically is called the label, and the attributes used for prediction typically are called descriptive attributes.
- a classifier typically is constructed by an inducer, which is a method that builds the classifier from a training set of sample data. The training set consists of samples containing attributes, one of which is the class label. After a classifier has been built, its structure may be used to classify unlabeled instances as belonging to one or more of the potential classes.
- classifiers have been proposed. In application environments in which the amount of negative data is much greater than the amount of positive data, it has been discovered that it is computationally more efficient to decompose a complex single-stage classifier into a cascade of relatively simple classification stages. Such a cascaded classifier typically is designed so that the initial classification stages efficiently reject negative instances, and the final classification stages in the cascade only process the positive instances and the negative instances that are hard to distinguish from positive instances. In cases where the number of negative instances far outnumbers the number of positive instances, such a cascaded classifier is much more efficient than classifiers that process each instance in a single stage.
- each classification stage has a respective classification boundary that is controlled by a respective threshold.
- the overall classification boundary of the classifier is changed whenever one or more of the thresholds for the individual classification stages are changed.
- each classification stage has two classification boundaries that are respectively controlled by an acceptance threshold and a rejection threshold.
- this approach is used to detect an object, such as a face in an image.
- Features in each image patch are evaluated through successive stages of the classifier to determine a cumulative score.
- the image is rejected when the cumulative score is less than the rejection threshold and accepted when the cumulative score is greater than the acceptance threshold.
- the evaluating is repeated while the cumulative score is within a range of the acceptance threshold and the rejection threshold.
- an image patch may be accepted at each of the classification stages.
- image patches may be accepted erroneously at unacceptably high rates unless the acceptance threshold is high, in which case a large number of classification stages would be needed to evaluate the image patches between the acceptance and rejection thresholds.
- the invention features a classification system that includes a cascade of forward classification stages and a marginal instance classifier.
- Each of the forward classification stages is configured to classify an instance into one of a rejected class, an unconditionally accepted class, and a conditionally accepted class.
- the cascade is configured to reject each instance that is classified into the rejected class by at least one of the forward classification stages, accept each instance that is classified into the unconditionally accepted class by all of the forward classification stages, and conditionally accept each instance that is classified into the conditionally accepted class by at least one of the forward classification stages.
- the marginal instance classifier is configured to classify each instance conditionally accepted by the cascade into one of a rejected class and an accepted class.
- the invention features a classification method in accordance with which instances are classified in a series of successive forward classification stages.
- an instance is classified into one of a rejected class, an unconditionally accepted class, and a conditionally accepted class.
- Each instance that is classified into the rejected class in at least one of the forward classification stages is rejected.
- Each instance that is classified into the unconditionally accepted class in all of the forward classification stages is accepted.
- Each instance that is classified into the conditionally accepted class in at least one of the forward classification stages is conditionally accepted.
- Each of the conditionally accepted instances is classified into one of a rejected class and an accepted class.
- the invention also features a machine-readable medium storing machine-readable instructions for causing a machine to perform operations implementing the above-described classification method.
- FIG. 1 is a block diagram of an embodiment of a classification system that includes a cascaded classifier, a decision module, and a marginal instance classifier.
- FIG. 2 is a flow diagram of an embodiment of a classification method.
- FIG. 3 shows diagrammatic view of an embodiment of a single classification stage in an implementation of the cascaded classifier that is shown in FIG. 1 .
- FIG. 4A is a block diagram of an embodiment of a cascade of two-state classification stages that is used to build an implementation of the cascaded classifier shown in FIG. 1 .
- FIG. 4B shows diagrammatic view of an embodiment of a single classification stage of the cascaded classifier that is shown in FIG. 4A .
- FIG. 5 shows a graph of an exemplary ROC curve for an implementation of the classification system that is shown in FIG. 1 .
- FIG. 6 is a block diagram of an embodiment of a system for training an implementation of the marginal instance classifier that is shown in FIG. 1 .
- the embodiments that are described in detail below enable the classification performance of a classification system to be improved by explicitly identifying marginal instances, which may be more difficult to classify, and separately classifying the identified marginal instances. Since the marginal instances typically represent only a small fraction of all of the accepted instances, these embodiments improve the accuracy with which instances may be classified without requiring significant amounts of additional processing resources. In addition, these embodiments increase the flexibility with which the classification boundaries of a classification system may be tailored.
- FIG. 1 shows an embodiment of a classification system 10 that includes a cascaded classifier 12 , a marginal instance classifier 14 , and a decision module 16 .
- the classifiers 12 , 14 and the decision module 16 are not limited to any particular hardware or software configuration, but rather they may be implemented in any computing or processing environment, including in digital electronic circuitry or in computer hardware, firmware, device driver, or software.
- these modules may be embedded in the hardware of any one of a wide variety of digital and analog electronic devices, including desktop and workstation computers, digital still image cameras, digital video cameras, printers, scanners, and portable electronic devices (e.g., mobile phones, laptop and notebook computers, and personal digital assistants).
- computer process instructions for implementing the classifiers 12 , 14 , the decision module 16 , and the data generated by these components are stored in one or more machine-readable media.
- Storage devices suitable for tangibly embodying these instructions and data include all forms of non-volatile memory, including, for example, semiconductor memory devices, such as EPROM, EEPROM, and flash memory devices, magnetic disks such as internal hard disks and removable hard disks, magneto-optical disks, and CD-ROM.
- the cascaded classifier 12 has n forward classification stages 18 (C 1 , C 2 , . . . , C n ), where n has an integer value greater than 1.
- C n performs a three-state discrimination function that classifies an instance 20 into one of three classes (rejected, unconditionally accepted, and conditionally accepted) based on a likelihood score (or discrimination measure) that is computed from one or more attributes of the instance 20 .
- the value of the computed likelihood score relative to the corresponding thresholds determines the class into which the instance 20 will be classified by each classification stage 18 .
- the instance 20 if the likelihood score that is computed for the instance 20 is above the acceptance threshold t iA for a classification stage C i , the instance 20 is classified into the unconditionally accepted class; if the computed likelihood score is below the rejection threshold t iR , the instance 20 is classified into the rejected class and classification of the given instance terminates; and if the computed likelihood score is between the acceptance and rejection thresholds t iA , t iR , the instance 20 is classified into the conditionally accepted class.
- FIG. 2 shows an embodiment of a method by which the classification system 10 classifies instances 20 .
- the cascaded classifier 12 classifies each instance 20 through the series of successive forward classification stages 18 .
- an instance 20 is classified into one of a rejected class, an unconditionally accepted class, and a conditionally accepted class (block 30 ).
- the cascaded classifier 12 rejects each instance 20 that is classified into the rejected class in at least one of the forward classification stages 18 (block 32 ), terminating classification of the given instance.
- the cascaded classifier 12 accepts each instance 20 that is classified into the unconditionally accepted class in all of the forward classification stages 18 (block 34 ).
- each instance is classified successively by the forward classification stages 18 so long as the instance is classified into one of (i) the unconditionally accepted class and (ii) the conditionally accepted class by each of the preceding forward classification stages 18 .
- the cascaded classifier 12 conditionally accepts each instance 20 that is classified into the conditionally accepted class in at least one of the forward classification stages 18 (block 36 ).
- a global marginal instance flag is used to label marginal instances (i.e., instances that are conditionally accepted by at least one of the forward classification stages 18 ). For each instance 20 , the global marginal instance flag initially is set equal to a first value (e.g., zero). The cascaded classifier 12 sets the global marginal instance flag equal to a second value (e.g., one), if the instance 20 is classified into the conditionally accepted class by at least one of the forward classification stages 18 (i.e., the instance is a “marginal instance”).
- the decision module 16 receives the instances that have passed through the cascaded classifier 12 without being rejected by any of the forward classification stages 18 .
- the decision module 16 determines whether the global marginal instance flag was set to the second value by the cascaded classifier 12 for a current one of the unrejected instances. If the global marginal instance flag was not set to the second value (block 38 ; FIG. 1 ), the decision module 16 accepts the instance. In this case, the instance was unconditionally accepted by all of the forward classification stages 18 of the cascaded classifier 12 . If the global instance flag was set to the second value (block 38 ; FIG.
- the decision module 16 passes to the marginal instance classifier 14 the likelihood scores that were generated by the forward classification stages 18 of the cascaded classifier 12 for the current one of the unrejected instances.
- the current instance is a marginal instance that was conditionally accepted by at least one of the forward classification stages 18 of the cascaded classifier 12 .
- the marginal instance classifier 14 classifies each of the marginal instances into one of a rejected class and an accepted class (block 40 ; FIG. 2 ).
- the marginal instance classifier 14 is a classifier that accepts or rejects the current marginal instance based on the likelihood scores that were generated by the forward classification stages 18 of the cascaded classifier 12 for the current marginal instance.
- the classification system 10 may be designed to classify data instances that are relevant to any type of application environment, including machine learning, pattern recognition, and data mining.
- FIG. 3 shows an exemplary embodiment of a single classification stage 18 in an implementation of the cascaded classifier 12 that is designed to detect in an input image candidate areas that are likely to contain faces.
- the classification stage 18 includes a likelihood score generator 41 and a comparator 43 .
- Input image area 42 includes any information relating to an area of an input image, including color values of input image pixels and other information derived from the input image needed to compute feature weights.
- Each feature 44 is defined by a rule that describes how to compute or measure a respective weight (w 0 , w 1 , . . . , w L ) for a candidate face area that corresponds to the contribution of the feature to the representation of the candidate face area in the feature space spanned by the set of features 44 .
- the set of weights (w 0 , w 1 , . . . , w L ) that is computed for a candidate face area constitutes a feature vector 46 .
- the feature vector 46 is input into the likelihood score generator 41 of the classification stage 18 .
- the likelihood score generator 41 generates a likelihood score y i based on the discrimination function defined in equation (1) below.
- the comparator 43 compares the likelihood score y i with the acceptance and rejection thresholds t 1A and t iR . Based on the results of the comparison, the comparator 43 classifies the corresponding candidate face area into one of: an unconditional face area class 48 ; a conditional face area class 50 ; and a non-face class 52 .
- the instances that are in the unconditional face area class 48 and the conditional face area class 50 are passed to the next successive classification stage C i+1 , which implements a different discrimination function D i+1 (x).
- likelihood score generator 41 of each classification stage 18 (C i ) computes a likelihood score y i based on a discrimination function D i (x) that is defined in equation (1):
- x (w 0 , w 1 , . . . , w L ) (i.e., x is the feature vector 46 corresponding to the input image area 42 )
- g il are weights that the likelihood score generator 41 applies to the corresponding threshold function h il (x), which is defined by equation (2):
- h il ⁇ ( x ) ⁇ 1 , if ⁇ ⁇ p l ⁇ w l > p l ⁇ t i ⁇ ⁇ l 0 , otherwise ( 2 )
- the variable p l has a polarity value of +1 or ⁇ 1
- t il is the threshold for feature l that is used in classification stage C i .
- the classification stage 18 (C i ) classifies an instance 20 based on the likelihood score y i that is computed for the classification stage C i using equation (1) and the acceptance and rejection thresholds t iA , t iR , as follows:
- the cascaded classifier 12 is designed in three steps based on a cascade 100 of two-state classification stages 102 , as follows.
- each two-state classification stage 102 includes a likelihood score generator 104 and a comparator 106 .
- the likelihood score generator 104 is configured to generate likelihood scores y i in the same way as the likelihood score generator 41 , which is described above.
- the comparator 106 compares the likelihood scores y i with only one threshold t i and classifies each instance 20 into one of a rejected class (e.g., the non-face area class 52 ) or an accepted class (e.g., the face area class 48 ) based on the results of the comparison.
- each classification stage 102 has a respective classification boundary that is controlled by a respective threshold t i , and the overall classification boundary of the cascaded classifier 100 is changed whenever one or more of the thresholds for the individual classification stages 102 are changed.
- the thresholds t i are determined for the two-state classification stages 102 (C i ′) based on desired performance goals, such as a desired minimum detection rate or a desired maximum false alarm rate. Any one of a wide variety of different methods may be used.
- the classification stages initially are trained using a technique referred to as the AdaBoost inducing method, which provides an initial set of default threshold values for the classification stages. Each classification stage then is optimized individually by adjusting the default threshold value that is assigned to the classification stage in a way that minimizes the incidence of false negatives (i.e., incorrect rejections of positive instances).
- an optimization process is applied to optimize the performance of the cascaded classifier 100 based on the thresholds t i that were determined for the classification stages 102 in the second step.
- the acceptance and rejection thresholds for each classification stage 18 of the cascaded classifier 12 are identified by determining a receiver operating characteristic curve (ROC) for the cascaded classifier 100 and selecting points on the ROC curve corresponding to the acceptance and rejection thresholds.
- ROC receiver operating characteristic curve
- the discrimination performance of the cascaded classifier 100 may be represented by a receiver operating characteristic (ROC) curve.
- the ROC curve corresponds to a mapping of measures of correct detection performance (e.g., correct detection rate or true positive rate) of the classifier to corresponding measures of false positive performance (e.g., false positive rate) of the classifier for different threshold vectors T k .
- These performance measures, and consequently the sets of acceptance and rejection thresholds, are determined based on pre-labeled training data associated with labels corresponding to the rejected class, the unconditionally accepted class, and the conditionally accepted class.
- the overall performance of the cascaded classifier 100 may be optimized by identifying the threshold vectors t i that define the operating points of the cascaded classifier 100 that lie on an ROC curve that represents an optimal discrimination performance of the cascaded classifier 100 in terms of a selected set of one or more evaluation criteria.
- the optimal performance of the cascaded classifier 100 is determined, by determining the highest possible detection rate d for each value of false alarm rate f by varying the threshold vectors T k in n-dimensional space R n .
- the false alarm rate, the highest detection rate, and the threshold vector are represented herein by f*, d*, T*, respectively.
- the parameter triplet (f*,d*,T*) represents an optimal operating point of cascaded classifier 100 , and the parameter pair (f*, d*) determines one point on the optimal ROC curve of the cascaded classifier 100 .
- the optimal ROC curve and the corresponding sets of parameter triplets (f*,d*,T*) for the cascaded classifier 100 may be determined in accordance with the method described in U.S. application Ser. No. 10/973,217, filed Oct. 26, 2004, by Huitao Luo, and is entitled, “IMPROVING CLASSIFIER PERFORMANCE,” which is incorporated herein by reference.
- FIG. 5 shows graph of an exemplary ROC curve 60 for the cascaded classifier 100 .
- T A and T R represent respective optimal operating points of cascaded classifier 100 .
- the acceptance threshold vector T A is selected so that it corresponds to an operating point with a low false alarm rate f A (corresponding to the acceptance boundary) and the rejection threshold vector is selected T R so that it corresponds to an operating point with a high detection rate d R (corresponding to the rejection boundary).
- the parameters f A and d R also serve as the boundaries on the performance of the overall classification system 10 , which is independent of the design of the marginal instance classifier 14 . That is, if the overall classification system 10 has a detection rate d 0 and a false alarm rate f 0 , the following constraints are true: d 0 ⁇ d R (3) f 0 ⁇ f A (4)
- the marginal instance classifier 14 implements a discrimination function that is defined in equation (5):
- ⁇ M the marginal instance threshold
- y i the likelihood score computed by the classification stage C i
- r i weights that the marginal instance classifier 14 applies to the corresponding threshold function s(i), which is defined in equation (6):
- variable u i has a polarity value of +1 or ⁇ 1 and v i is the threshold associated with the likelihood score y i . If the summation in equation (5) is greater than the marginal instance threshold ⁇ M , the current marginal instance is accepted; otherwise, the current marginal instance is rejected.
- FIG. 6 shows a block diagram of an embodiment of a system for training an implementation of the marginal instance classifier 14 .
- labeled training data 70 is processed by the cascade 12 of forward classification stages 18 .
- the classification results 72 , the likelihood scores 74 that are generated by the classification stages 18 , and the training data labels 76 are passed to a marginal instance filter 78 .
- the marginal instance filter 78 passes to a marginal instance classifier inducer 80 only a subset 82 of the labels 76 and a subset 84 of the likelihood scores that correspond to the training data 70 that are detected by the cascaded classifier 12 as marginal instances.
- the marginal instance classifier inducer 80 then may use any one of a wide variety of different classifier training methods to build the marginal instance classifier 14 from the likelihood scores 84 and the training data labels 82 . In this process, the marginal instance classifier inducer 80 determines the marginal instance threshold ⁇ M based on the likelihood scores 84 that are generated for the conditionally accepted ones of the training data 70 . In some implementations, the marginal instance classifier inducer 80 uses a machine learning method, such as AdaBoost, to generate the marginal instance classifier 14 .
- AdaBoost machine learning method
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- Evolutionary Computation (AREA)
- Artificial Intelligence (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Computing Systems (AREA)
- Data Mining & Analysis (AREA)
- General Engineering & Computer Science (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Mathematical Physics (AREA)
- Medical Informatics (AREA)
- Databases & Information Systems (AREA)
- Multimedia (AREA)
- General Health & Medical Sciences (AREA)
- Computational Linguistics (AREA)
- Health & Medical Sciences (AREA)
- Life Sciences & Earth Sciences (AREA)
- Bioinformatics & Cheminformatics (AREA)
- Bioinformatics & Computational Biology (AREA)
- Evolutionary Biology (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
where x=(w0, w1, . . . , wL) (i.e., x is the
The variable pl has a polarity value of +1 or −1, til is the threshold for feature l that is used in classification stage Ci.
-
- yi<tiR, classify the current instance into the rejected class
- yi>tiA, classify the current instance into the unconditionally accepted class
- tiR≦yi≦tiA, classify the current instance into the conditionally accepted class
d0≦dR (3)
f0≧fA (4)
where θM is the marginal instance threshold, yi is the likelihood score computed by the classification stage Ci, and ri are weights that the
Claims (26)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US11/262,653 US7519567B2 (en) | 2005-10-31 | 2005-10-31 | Enhanced classification of marginal instances |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US11/262,653 US7519567B2 (en) | 2005-10-31 | 2005-10-31 | Enhanced classification of marginal instances |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| US20070112709A1 US20070112709A1 (en) | 2007-05-17 |
| US7519567B2 true US7519567B2 (en) | 2009-04-14 |
Family
ID=38042083
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US11/262,653 Expired - Fee Related US7519567B2 (en) | 2005-10-31 | 2005-10-31 | Enhanced classification of marginal instances |
Country Status (1)
| Country | Link |
|---|---|
| US (1) | US7519567B2 (en) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20090175512A1 (en) * | 2008-01-08 | 2009-07-09 | Omron Corporation | Face collation apparatus |
Families Citing this family (9)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20080071711A1 (en) * | 2006-09-20 | 2008-03-20 | Siemens Corporate Research, Inc. | Method and System for Object Detection Using Probabilistic Boosting Cascade Tree |
| US20090037254A1 (en) * | 2007-04-27 | 2009-02-05 | Marc David Colando | Sponsored Content Responsive to Rules |
| GB2492247B (en) | 2008-03-03 | 2013-04-10 | Videoiq Inc | Dynamic object classification |
| CA2757771A1 (en) * | 2009-04-08 | 2010-10-14 | Google Inc. | Similarity-based feature set supplementation for classification |
| US8489585B2 (en) * | 2011-12-20 | 2013-07-16 | Xerox Corporation | Efficient document processing system and method |
| KR20130114417A (en) * | 2012-04-09 | 2013-10-17 | 한국전자통신연구원 | Trainig function generating device, trainig function generating method and feature vector classification method using thereof |
| US10127439B2 (en) * | 2015-01-15 | 2018-11-13 | Samsung Electronics Co., Ltd. | Object recognition method and apparatus |
| US20170124409A1 (en) * | 2015-11-04 | 2017-05-04 | Nec Laboratories America, Inc. | Cascaded neural network with scale dependent pooling for object detection |
| JP7435755B2 (en) * | 2020-05-11 | 2024-02-21 | 日本電気株式会社 | Judgment device, learning method and program |
Citations (9)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5341142A (en) * | 1987-07-24 | 1994-08-23 | Northrop Grumman Corporation | Target acquisition and tracking system |
| US5353346A (en) * | 1992-12-22 | 1994-10-04 | Mpr Teltech, Limited | Multi-frequency signal detector and classifier |
| US5751862A (en) * | 1996-05-08 | 1998-05-12 | Xerox Corporation | Self-timed two-dimensional filter |
| US6026189A (en) * | 1997-11-13 | 2000-02-15 | National Research Council Of Canada | Method of recognizing objects within two-dimensional and three-dimensional images |
| US6205247B1 (en) | 1996-06-08 | 2001-03-20 | Siemens Aktiengesellschaft | Method and arrangement for pattern recognition on the basis of statistics |
| US20020102024A1 (en) | 2000-11-29 | 2002-08-01 | Compaq Information Technologies Group, L.P. | Method and system for object detection in digital images |
| US6546379B1 (en) | 1999-10-26 | 2003-04-08 | International Business Machines Corporation | Cascade boosting of predictive models |
| US20040013304A1 (en) | 2002-07-22 | 2004-01-22 | Viola Paul A. | System and method for detecting objects in images |
| US6823323B2 (en) | 2001-04-26 | 2004-11-23 | Hewlett-Packard Development Company, L.P. | Automatic classification method and apparatus |
-
2005
- 2005-10-31 US US11/262,653 patent/US7519567B2/en not_active Expired - Fee Related
Patent Citations (9)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5341142A (en) * | 1987-07-24 | 1994-08-23 | Northrop Grumman Corporation | Target acquisition and tracking system |
| US5353346A (en) * | 1992-12-22 | 1994-10-04 | Mpr Teltech, Limited | Multi-frequency signal detector and classifier |
| US5751862A (en) * | 1996-05-08 | 1998-05-12 | Xerox Corporation | Self-timed two-dimensional filter |
| US6205247B1 (en) | 1996-06-08 | 2001-03-20 | Siemens Aktiengesellschaft | Method and arrangement for pattern recognition on the basis of statistics |
| US6026189A (en) * | 1997-11-13 | 2000-02-15 | National Research Council Of Canada | Method of recognizing objects within two-dimensional and three-dimensional images |
| US6546379B1 (en) | 1999-10-26 | 2003-04-08 | International Business Machines Corporation | Cascade boosting of predictive models |
| US20020102024A1 (en) | 2000-11-29 | 2002-08-01 | Compaq Information Technologies Group, L.P. | Method and system for object detection in digital images |
| US6823323B2 (en) | 2001-04-26 | 2004-11-23 | Hewlett-Packard Development Company, L.P. | Automatic classification method and apparatus |
| US20040013304A1 (en) | 2002-07-22 | 2004-01-22 | Viola Paul A. | System and method for detecting objects in images |
Non-Patent Citations (4)
| Title |
|---|
| Freund et al., "A short introduction to boosting," J. of Jap. Soc. for Artificial Intelligence, vol. 14(5), pp. 771-780 (1999). |
| Jie Sun et al., "Automatic cascade training with perturbation bias," CVPR (2) pp. 276-283 (Jun. 27-Jul. 2, 2004). |
| Viola et al., "Rapid object detection using a boosted cascade of simple features," Proc. Intl. Conf. on Computer Vision &Pattern Recognition (CVPR), 1, pp. 511-518 (2001). |
| Viola et al., "Robust real-time object detection," Cambridge Research Library Technical Report Series, CRL 2001/01 (Feb. 2001). |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20090175512A1 (en) * | 2008-01-08 | 2009-07-09 | Omron Corporation | Face collation apparatus |
| US8320642B2 (en) * | 2008-01-08 | 2012-11-27 | Omron Corporation | Face collation apparatus |
Also Published As
| Publication number | Publication date |
|---|---|
| US20070112709A1 (en) | 2007-05-17 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US7450766B2 (en) | Classifier performance | |
| US7639869B1 (en) | Accelerating the boosting approach to training classifiers | |
| US7020337B2 (en) | System and method for detecting objects in images | |
| US8885943B2 (en) | Face detection method and apparatus | |
| Sebe et al. | Skin detection: A bayesian network approach | |
| Firpi et al. | Swarmed feature selection | |
| US8965115B1 (en) | Adaptive multi-modal detection and fusion in videos via classification-based-learning | |
| EP2450831A2 (en) | Method and system for detecting multi-view human face | |
| US20030110147A1 (en) | Method for boosting the performance of machine-learning classifiers | |
| CN101937513A (en) | Messaging device, information processing method and program | |
| JP2008217589A (en) | Learning device and pattern recognition device | |
| KR101802500B1 (en) | Learning device for improving image recogntion performance and learning method thereof | |
| Dong et al. | Fuzzy competence model drift detection for data-driven decision support systems | |
| JP2008262331A (en) | Object tracking device and object tracking method | |
| WO2016179808A1 (en) | An apparatus and a method for face parts and face detection | |
| US7519567B2 (en) | Enhanced classification of marginal instances | |
| KR102748236B1 (en) | Adversarial attack method and system for causing performance degradation of deep neural network | |
| US20220027786A1 (en) | Multimodal Self-Paced Learning with a Soft Weighting Scheme for Robust Classification of Multiomics Data | |
| Sanmiguel et al. | Skin detection by dual maximization of detectors agreement for video monitoring | |
| US7961937B2 (en) | Pre-normalization data classification | |
| Zhang et al. | Applying neighborhood consistency for fast clustering and kernel density estimation | |
| US20230131935A1 (en) | Co-learning object and relationship detection with density aware loss | |
| KR101704736B1 (en) | Apparatus and Method of Support Vector Machine Classifier Using Multistage Sub-Classifier | |
| EP3001353A2 (en) | Object tracking method and device as well as tracking feature selection method | |
| Chan et al. | Metafusion: Controlled false-negative reduction of minority classes in semantic segmentation |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| AS | Assignment |
Owner name: HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P., TEXAS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:LUO, HUITAO;REEL/FRAME:017167/0674 Effective date: 20051029 Owner name: HEWLETT-PACKARD DEVELOPMENT COMPANY, L.P.,TEXAS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:LUO, HUITAO;REEL/FRAME:017167/0674 Effective date: 20051029 |
|
| CC | Certificate of correction | ||
| FPAY | Fee payment |
Year of fee payment: 4 |
|
| REMI | Maintenance fee reminder mailed | ||
| LAPS | Lapse for failure to pay maintenance fees | ||
| STCH | Information on status: patent discontinuation |
Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362 |
|
| FP | Lapsed due to failure to pay maintenance fee |
Effective date: 20170414 |