WO1997035264A1 - Procede et systeme de selection de vecteurs d'apprentissage a la reconnaissance de formes - Google Patents
Procede et systeme de selection de vecteurs d'apprentissage a la reconnaissance de formes Download PDFInfo
- Publication number
- WO1997035264A1 WO1997035264A1 PCT/US1997/003942 US9703942W WO9735264A1 WO 1997035264 A1 WO1997035264 A1 WO 1997035264A1 US 9703942 W US9703942 W US 9703942W WO 9735264 A1 WO9735264 A1 WO 9735264A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- clusters
- example signals
- cluster
- pattern recognition
- signals
- Prior art date
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/23—Clustering techniques
- G06F18/232—Non-hierarchical techniques
- G06F18/2321—Non-hierarchical techniques using statistics or function optimisation, e.g. modelling of probability density functions
-
- 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
Definitions
- the present invention is related to the following inventions which are assigned to the same assignee as the present invention:
- the present invention relates generally to pattern recognition systems and, in particular, to a method and system for deriving a set of training vectors usable with a pattern recognition system.
- Pattern recognition systems are useful in a wide variety of technological areas such as image classification, target recognition and track, sonar, radar surveillance, medical diagnosis, speech and handwriting recognition.
- a pattern recognition system is a device used to classify measurements (also know as features) that represent a set of patterns.
- the structure of a recognition system typically includes a sensor for gathering pattern data, a feature extraction mechanism, and a classification algorithm.
- pattern recognition systems see "Pattern Recognition Statistical, Structural, and Neural Approaches, R. Schalkoff, Wiley & Sons, 1992,
- the feature extraction mechanism applies an extraction algorithm to the pattern data to produce a set of features.
- features are any extractable measurement used by the system.
- Features can be symbolic, numerical, or both.
- An example of a symbolic feature is color; examples of numerical features are duration and velocity.
- features can be arranged into an n-dimensional feature vector X, where ⁇ l f X2 / • • • • i ⁇ n are elements of X, each representing a different feature. This arrangement results in a multidimensional feature space. When n > 2, this space is commonly referred to as a hyperspace. If each feature is an unconstrained real number, the feature space is represented by R n . Typically, however, the feature space is restricted to a subspace of R n .
- Feature extraction results in a representation of the pattern data that characterizes the relevant attributes thereof. It can be regarded as a data reduction procedure that retains vital characteristics of the pattern data while eliminating the undesirable interference from irrelevant characteristics. In turn, this eases the decision-making process of the classification algorithm.
- Classification assigns pattern data into one or more prespecified classes based on the extracted features.
- a class is a set of patterns having certain traits or attributes in common. For example, handwriting samples of the letter E could belong to the same class.
- the task of a classification algorithm is to partition the feature space associated with the recognition system into separate regions for each class .
- the border of each class region is known as a decision boundary. When n > 3, the boundary is a hyperplane.
- a discriminant function is a mathematical equation that is used to define boundaries between class regions. Conventional discriminant functions include linear, quadratic, and Gaussian-based discriminant functions. The accurate determination of class regions has always been a challenge in the field of pattern recognition.
- a fundamental problem to be solved by the classification algorithm is to accurately discern boundaries for class regions.
- a classification algorithm or classifier (a device that implements the algorithm) establishes these boundaries based on known information, i.e., training sets.
- Pattern recognition systems have two modes of operations: a training mode and a recognition mode.
- Training uses representative examples of the types of pattern to be encountered in the actual application of the system.
- the term supervised learning refers to a training mode in which the examples include respective class-labels. Basically, if enough example patterns within the classes to be recognized are provided, the training mode should be able to adequately characterized the properties of the classes so that unknown patterns can be reliably and repeatably classified across all such classes during the recognition mode.
- prior art training techniques do not produce reliable classifiers for many types of patterns. Furthermore, these techniques are generally repetitive and require lengthy training sessions. For instance, recognition systems using neural networks as classifiers typically employ training techniques based on back propagation. Back propagation techniques require lengthy, repetitive training sessions that often yield unreliable classifiers.
- FIG. 1 shows a flow diagram representing a method of selecting training vectors in accordance with a first embodiment of the present invention.
- FIG. 2 shows a flow diagram representing a method of generating a polynomial discriminant function in accordance with a second embodiment of the present invention.
- FIG. 3 shows a flow diagram representing a method of clustering example signals that can be used in the methods of FIGS. 1-2.
- FIG. 4 is a graphical representation of an example space having an overlapping cluster.
- FIG. 5 illustrates an exemplary result of applying an embodiment of the present invention to the example space of FIG. 4.
- FIG. 6 shows a block diagram of a system for selecting training vectors in accordance with a third embodiment of the present invention.
- FIG. 7 illustrates a system that can incorporate an embodiment of the present invention.
- FIG. 8 is a detailed block diagram of the computer shown in FIG. 7.
- FIG. 1 shows a flow diagram representing a method of selecting training vectors in accordance with one embodiment of the present invention.
- a digital computer can be programmed to implement the method.
- the training vectors, as well as all other signals mentioned herein, can be any form of electrical or optical signal.
- a plurality of example signals is received. These signals are preferably digital words representing feature vectors from different classes within an example space. Additionally, each example signal includes a class label.
- the example space is a feature space associated with the pattern recognition system for which the training vectors are being selected.
- a plurality of clusters is defined.
- Each cluster includes a class label and an identifier that indicates the location of the cluster within the example space.
- the location identifier represents the cluster centroid.
- Clusters are defined such that each cluster corresponds to patterns from the same class that are highly similar under a specific pattern dissimilarity measure. The measure can be based on spectral or Euclidean distances between example signals. Using distance, the clusters can be established by limiting each of the clusters to an intra-cluster distance that is less than a prespecified distance threshold.
- the example signals are assigned to the clusters as a function of cluster-example distances.
- each example signal is assigned to a closest cluster centroid by performing a nearest-neighbor search between the cluster centroids and the example signals. This results in a plurality of clusters that are populated with example signals. Some of these clusters may include example signals from different classes. An example signal having a class label that differs from that of its assigned cluster is referred to as an overlapping example signal.
- decision box 26 a check is made to determine whether at least one of the class decision boundaries needs greater definition. If greater definition is needed, the number of clusters is increased (box 28) by defining new clusters. The procedure then returns to the step shown in box 24 to re-assigns the example signals to the augmented set of clusters.
- the method continues to box 30.
- the example signals from each of the clusters are sampled to select the training vectors.
- the sampling can select different quantities of signals from the clusters, it is preferable to perform a uniform sampling of the clusters.
- a set of training vectors is formed that is biased to include more examples in areas where the decision boundaries between classes need greater definition. This significantly improves the reliability of pattern classifiers because their training will emphasize distinguishing between classes that are otherwise easily confused.
- the plurality of example signals within each of the classes can be clustered using a K-means clustering algorithm to produce a plurality of cluster centroids.
- the example signals can be clustered using a binary-split algorithm.
- the method checks whether one of the clusters includes a quantity of overlapping example signals that exceeds an overlap threshold.
- the threshold is an integer greater than zero. If the threshold is exceeded, the number of clusters is increased (box 28) and the procedure returns to box 24. Otherwise, the method continues to box 30.
- Cluster size is the number of example signals in a populated cluster. If the size of a cluster and the quantity of overlapping signals it contains are above acceptable minimum values, the method continues to box 30. Otherwise, the example signals of the cluster are excluded from further iterations of the steps to increase the number of clusters and re-assign examples (boxes 24-28) .
- the determination is based on a ratio of the intra-cluster and inter-cluster distances.
- the inter-cluster distance is the distance between cluster centroids. The method iterates the steps of boxes 24-28 until the ratio drops to an acceptable level or a maximum number of iterations has been performed.
- the method of FIG. 1 optionally includes a step (not shown) of determining whether the classes represented by the example signals are reasonably separable.
- the method can optionally attempt to increase the separability of the classes before proceeding with steps 22-30.
- the separability of the classes can be increase by altering or increasing the dimensionality of the feature space.
- FIG. 2 shows a flow diagram representing a method of generating a polynomial discriminant function in accordance with a second embodiment of the present invention.
- a polynomial discriminant function is preferable because it can be "trained” to model decision boundaries without lengthy, repetitive training sessions. The discriminant function is then incorporated in a recognition system classifier.
- a polynomial discriminant function is fitted to the training vectors. Although many different techniques can be used to fit the discriminant function to the vectors, a least squares estimation technique is preferably used to compute polynomial coefficients. In essence, the calculation of coefficients is how the discriminant function is trained.
- the polynomial discriminant function is fitted to the set of training vectors representing examples from an n-dimensional feature space. If the number of terms in the polynomial is equal to the number of examples, a matrix-inversion technique may be employed to solve for the value of each coefficient. If the number of terms is not equal to the number of examples, a least-squares estimation technique is employed to solve for the value of each coefficient. Suitable least-squares estimation techniques include, for example, least-squares, extended least-squares, pseudo-inverse algorithm, Kalman filter, maximum-likelihood algorithm, Bayesian estimation, and the like.
- the discriminant function is based on a polynomial expansion represented by:
- Equation 1 xj represents the features; y represents the discriminant function output signal; w_ represents a coefficient; g j i represents an exponent; and i, j, m and n are integers.
- the discriminant function is a second order polynomial expansion of the form:
- Equation 2 ao represents a zero-order coefficient, bi represents a first-order coefficient, and cij represents a second-order coefficient, i and xj represent elements of an n-dimensional feature vector, y represents the discriminant function output signal, and i, j, m and n are integers.
- the discriminant function can be based on an orthogonal function, such as a sine, cosine, exponential/logarithmic, Fourier transformation, Legendre polynomial, non-linear basis function such as a Volterra function or a radial basis function, or the like, or a combination of polynomial expansions and orthogonal functions.
- an orthogonal function such as a sine, cosine, exponential/logarithmic, Fourier transformation, Legendre polynomial, non-linear basis function such as a Volterra function or a radial basis function, or the like, or a combination of polynomial expansions and orthogonal functions.
- FIG. 3 shows a flow diagram representing a method of clustering example signals that can be used in the methods of FIGS. 1-2.
- This method generates centroids that can be used to identify the locations of clusters in the example space.
- the method of FIG. 3 is based on the K-means clustering algorithm, also referred to as the generalized Lloyd algorithm. However, in contrast to the K-means algorithm, the method of FIG. 3 iteratively increments the number of cluster centroid until the intra-cluster distances fall below a predefined threshold.
- the cluster centroids are initialized by arbitrarily choosing a set of example signals to be the centroids.
- a nearest-neighbor search is performed to assign each of the example signals to a closest cluster.
- the search is performed for each signal by comparing the various distances between each cluster centroid and the signal.
- the cluster centroids are updated. This is accomplished by calculating a new centroid based on the example signals assigned to the cluster in box 42.
- the intra-cluster distance is computed for each cluster.
- the intra-cluster distance is preferably the average distance between centroid and the assigned example signals.
- decision box 48 a check is made to determine whether the cluster distances are less than a predefined threshold. Either the average of the intra-cluster distances, the maximum intra-cluster distance, or the inter-cluster distance can be used in this comparison.
- the inter-cluster distance can be based on the distance between cluster centroids.
- the threshold can be fixed in value or vary between iterations of the method steps. If the threshold is not exceeded, the method terminates and the current centroids are used to define the locations of the clusters. Otherwise, the method proceeds to box 50.
- the number of cluster centroids is increased by selecting one or more example signals to represent additional centroids .
- the method returns to box 42.
- the steps of boxes 42-50 can be repeated until the intra-cluster distances falls below the threshold or the number of iterations exceeds a predefined limit.
- the method may include a step that compares the rate of convergence of the cluster distances to determine whether the method steps should be repeated.
- FIG. 4 is a graphical representation of an exemplary example space that includes overlapping signals. A two dimensional example space is depicted for conceptual simplicity. Two pattern classes are shown: an x-class and o-class. Members of the classes are identified in the example space by their respective symbols.
- the example space of FIG. 4 can be thought of as representing a feature space after a first iteration of the method steps of boxes 20-24.
- Three clusters 60-63 and their respective centroids 64-66 have been defined.
- a first decision boundary 74 is arbitrarily chosen to separate the clusters according to class.
- the first cluster 60 represents a sub-region of the o-class feature space, while the second and third clusters 61-63 represent sub-regions in the x-class feature space.
- the first cluster 60 includes overlapping example signals, that is, examples of x-class patterns. Thus, if a classifier implements the first decision boundary 67, it is likely to misclassify x-patterns as o-patterns .
- FIG. 5 illustrates an exemplary result of iteratively applying the steps of boxes 24-28 to the example space of FIG. 4.
- An additional cluster 72 and its centroid 73 are defined.
- the additional cluster 72 includes the overlapping example signals.
- a refined decision boundary 75 can then be chosen to separate the clusters according to class. In this case, the decision boundary 75 reliably separates the classes, which reduces the likelihood of pattern misclassification.
- FIG. 6 shows a block diagram of a system for selecting training vectors in accordance with a third embodiment of the present invention.
- the computer- implementable system includes an input interface 90, a cluster processor 92, a sorter 94, a comparator 96, a selector 98, and a regression means 100.
- the system can be implemented as a special purpose logic circuit or a combination of special purpose circuits and a microprocessor executing a computer program.
- the input interface 90 receives the example signals described in conjunction with box 20.
- the input interface 90 can include a bus interface circuit or software routines for transferring data into the system.
- the cluster processor 92 defines the plurality of clusters described for FIG. 1 based on the example signal it receives from the input interface 90.
- the sorter 94 assigns the example signals to the clusters as a function of a plurality of cluster-example distances.
- the sorter 94 re-assigns the example signals to clusters in response to the comparator increasing the number cf clusters.
- the comparator 96 determines whether one of the clusters includes overlapping example signals exceeds an overlap threshold. If the threshold is exceeded, the comparator increases the number clusters associated with the overlapping example signals.
- the selector 98 selects the training vectors by a uniform sampling of example signals from each clusters.
- the regression means 100 fits a polynomial expansion to the training vectors using a least squares estimate.
- FIG. 7 illustrates a system that can incorporate an embodiment of the present invention, such as any of those shown in FIGS. 1, 2, and 6.
- the system includes a computer 110 and a pattern recognition system 112. Either of the methods shown in FIGS. 1-2 could be implemented as steps in a computer program that is executable by the computer 110. Upon executing such a computer program, the computer 110 would pass results produced by the respective method (either selected training vectors or polynomial coefficients) to the pattern recognition system 112.
- the pattern recognition system 112 is detachably connected to the computer 110.
- the pattern recognition system 112 In the event that the computer 110 produces training vectors, the pattern recognition system 112 would enter a training mode upon receiving these vectors. After completion of training with the vectors, the pattern recognition system could enter a recognition mode.
- the computer 110 would allow the pattern recognition system 112 to directly enter the recognition mode without first executing the training mode. This could simplify the pattern recognition system 112.
- FIG. 8 is a detailed block diagram of the computer 110 shown in FIG. 7.
- the computer 110 is a general purpose computer that includes a central processing unit (CPU) 120, a memory 122, a processor bus 124, a peripheral interface 126, a peripheral bus 128, and a mass storage device 130.
- CPU central processing unit
- the CPU 120 executes programs that are stored in either the memory 122 or the mass storage device 130. Data is transferred between the CPU 120, memory 122, and peripheral interface 126 by way of processor bus 124.
- the peripheral interface 126 includes circuitry for transferring data between the devices connected to the processor bus 124 and devices connected to the peripheral bus 128. Generally, the processor bus 124 operates at higher speeds than the peripheral bus 128.
- the mass storage device 130 can be any device for storing computer-readable data, such as a disk drive, tape drive, or memory circuit.
- a computer program that includes the method steps of FIGS. 1-2 can be stored in either the memory 122 or the mass storage device 130. Such a program can be executed by the CPU 120.
- the system shown in FIG. 6 can be implemented in the computer 110 as any number of different combinations of software and hardware components.
- elements 90-100 of the system could be implemented in an application specific integrated circuit (ASIC) or a special purpose circuit board having discrete logic circuits.
- ASIC application specific integrated circuit
- Such an ASIC or circuit board could be attached to either the processor bus 124 or the peripheral bus 128.
- the pattern recognition system 112 is connected to the peripheral bus 128.
- the recognition system 112 can be optionally connected to the processor bus 124.
- the method steps of FIG. 1 or FIG. 2 and the pattern recognition system 112 are implemented as routines in a computer program that is storable in memory 122 or mass storage device 130 and executable by CPU 120.
- the method and system of selecting training vectors or generating discriminant coefficients is implemented as an article of manufacture.
- the article of manufacture includes a computer-readable memory usable for causing a computer to select training vectors for a pattern recognition system.
- the article of manufacture is produced by the act of storing a computer program in the computer-readable memory, where the computer program includes either of the methods described in conjunction with FIGS. 1-2.
- the computer-readable memory could be any means for storing a computer program, including the memory circuit 122, the mass storage device 130, or a CD-ROM, hard disk drive, floppy disk, ROM, or RAM.
Landscapes
- Engineering & Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Artificial Intelligence (AREA)
- Bioinformatics & Cheminformatics (AREA)
- Bioinformatics & Computational Biology (AREA)
- Life Sciences & Earth Sciences (AREA)
- Evolutionary Biology (AREA)
- Evolutionary Computation (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Probability & Statistics with Applications (AREA)
- Mathematical Physics (AREA)
- Nonlinear Science (AREA)
- Image Analysis (AREA)
Abstract
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| AU22093/97A AU2209397A (en) | 1996-03-19 | 1997-03-13 | Method and system for selecting pattern recognition training vectors |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US08/618,223 US5796924A (en) | 1996-03-19 | 1996-03-19 | Method and system for selecting pattern recognition training vectors |
| US08/618,223 | 1996-03-19 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO1997035264A1 true WO1997035264A1 (fr) | 1997-09-25 |
Family
ID=24476829
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/US1997/003942 WO1997035264A1 (fr) | 1996-03-19 | 1997-03-13 | Procede et systeme de selection de vecteurs d'apprentissage a la reconnaissance de formes |
Country Status (6)
| Country | Link |
|---|---|
| US (1) | US5796924A (fr) |
| AU (1) | AU2209397A (fr) |
| FR (1) | FR2746530A1 (fr) |
| NL (1) | NL1005566C1 (fr) |
| TW (1) | TW343315B (fr) |
| WO (1) | WO1997035264A1 (fr) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| DE19951078A1 (de) * | 1999-10-23 | 2001-04-26 | Joern Fischer | Verfahren zur Musterklassifizierung |
Families Citing this family (29)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6345119B1 (en) * | 1996-02-19 | 2002-02-05 | Fujitsu Limited | Handwritten character recognition apparatus and method using a clustering algorithm |
| DE19623033C1 (de) * | 1996-06-08 | 1997-10-16 | Aeg Electrocom Gmbh | Verfahren und Anordnung zur Mustererkennung auf statistischer Basis |
| US6049793A (en) * | 1996-11-15 | 2000-04-11 | Tomita; Kenichi | System for building an artificial neural network |
| GB9624298D0 (en) * | 1996-11-22 | 1997-01-08 | Univ Strathclyde | Improved neural network |
| GB9706174D0 (en) * | 1997-03-25 | 1997-11-19 | Secr Defence | Recognition system |
| US6092072A (en) * | 1998-04-07 | 2000-07-18 | Lucent Technologies, Inc. | Programmed medium for clustering large databases |
| US6463341B1 (en) * | 1998-06-04 | 2002-10-08 | The United States Of America As Represented By The Secretary Of The Air Force | Orthogonal functional basis method for function approximation |
| WO2000002138A1 (fr) * | 1998-07-06 | 2000-01-13 | Bios Group Lp | Procede permettant d'effectuer la segmentation d'un marche et de predire la demande des consommateurs |
| US6397200B1 (en) * | 1999-03-18 | 2002-05-28 | The United States Of America As Represented By The Secretary Of The Navy | Data reduction system for improving classifier performance |
| US6671661B1 (en) * | 1999-05-19 | 2003-12-30 | Microsoft Corporation | Bayesian principal component analysis |
| US6766035B1 (en) | 2000-05-03 | 2004-07-20 | Koninklijke Philips Electronics N.V. | Method and apparatus for adaptive position determination video conferencing and other applications |
| US6847731B1 (en) * | 2000-08-07 | 2005-01-25 | Northeast Photo Sciences, Inc. | Method and system for improving pattern recognition system performance |
| US20020165839A1 (en) * | 2001-03-14 | 2002-11-07 | Taylor Kevin M. | Segmentation and construction of segmentation classifiers |
| US7027155B2 (en) * | 2001-03-29 | 2006-04-11 | Gsi Lumonics Corporation | Methods and systems for precisely relatively positioning a waist of a pulsed laser beam and method and system for controlling energy delivered to a target structure |
| SE0101901D0 (sv) * | 2001-05-29 | 2001-05-29 | St Jude Medical | A cardiac stimulating device comprising a morphology sensitive heart signal detector |
| US20040052412A1 (en) * | 2002-05-10 | 2004-03-18 | Large Scale Biology Corporation | Satellite image enhancement and feature identification using information theory radial-basis bio-marker filter |
| US20060003204A1 (en) * | 2004-07-01 | 2006-01-05 | Callahan Christopher W | Controlling fuel cell fuel purge in response to recycle fuel blower operating conditions |
| US7643686B2 (en) * | 2004-11-17 | 2010-01-05 | Eastman Kodak Company | Multi-tiered image clustering by event |
| GB0521552D0 (en) * | 2005-10-22 | 2005-11-30 | Ibm | Method and system for constructing a classifier |
| US20070255684A1 (en) * | 2006-04-29 | 2007-11-01 | Yahoo! Inc. | System and method using flat clustering for evolutionary clustering of sequential data sets |
| US8117486B2 (en) * | 2007-04-10 | 2012-02-14 | Xerox Corporation | Method and system for detecting an anomalous networked device |
| WO2009086033A1 (fr) * | 2007-12-20 | 2009-07-09 | Dean Enterprises, Llc | Détection d'états à partir du son |
| US9412066B1 (en) | 2013-03-11 | 2016-08-09 | Symantec Corporation | Systems and methods for predicting optimum run times for software samples |
| US9569617B1 (en) | 2014-03-05 | 2017-02-14 | Symantec Corporation | Systems and methods for preventing false positive malware identification |
| US9805115B1 (en) | 2014-03-13 | 2017-10-31 | Symantec Corporation | Systems and methods for updating generic file-classification definitions |
| US9684705B1 (en) * | 2014-03-14 | 2017-06-20 | Symantec Corporation | Systems and methods for clustering data |
| US20170286868A1 (en) * | 2016-03-31 | 2017-10-05 | Ebay Inc. | Preference clustering using distance and angular measurement |
| CN107680118B (zh) * | 2017-08-29 | 2020-10-20 | 苏州佳世达光电有限公司 | 一种影像辨识追踪方法 |
| EP4022534A4 (fr) * | 2020-11-06 | 2022-11-30 | Visenze Pte Ltd | Système et procédé de génération d'un modèle de reconnaissance d'image et de classification d'une image d'entrée |
Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5263124A (en) * | 1991-02-27 | 1993-11-16 | Neural Systems Corporation | Method for producing a binary tree, pattern recognition and binary vector classification method using binary trees, and system for classifying binary vectors |
| US5384895A (en) * | 1992-08-28 | 1995-01-24 | The United States Of America As Represented By The Secretary Of The Navy | Self-organizing neural network for classifying pattern signatures with `a posteriori` conditional class probability |
| US5465308A (en) * | 1990-06-04 | 1995-11-07 | Datron/Transoc, Inc. | Pattern recognition system |
Family Cites Families (21)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US4149081A (en) * | 1976-11-29 | 1979-04-10 | Varian Associates, Inc. | Removal of spectral artifacts and utilization of spectral effects in computerized tomography |
| US4761815A (en) * | 1981-05-01 | 1988-08-02 | Figgie International, Inc. | Speech recognition system based on word state duration and/or weight |
| JPS5998283A (ja) * | 1982-11-27 | 1984-06-06 | Hitachi Ltd | パターン切出しおよび認識方法、ならびにそのシステム |
| US4624008A (en) * | 1983-03-09 | 1986-11-18 | International Telephone And Telegraph Corporation | Apparatus for automatic speech recognition |
| US4718093A (en) * | 1984-03-27 | 1988-01-05 | Exxon Research And Engineering Company | Speech recognition method including biased principal components |
| JPH0638199B2 (ja) * | 1985-09-02 | 1994-05-18 | 日本電気株式会社 | 音声認識装置 |
| JPS6282486A (ja) * | 1985-10-08 | 1987-04-15 | Hitachi Ltd | オンライン手書き図形認識装置 |
| JP2790815B2 (ja) * | 1988-08-10 | 1998-08-27 | 株式会社リコー | 画像データ圧縮方法 |
| US5333239A (en) * | 1988-09-12 | 1994-07-26 | Fujitsu Limited | Learning process system for use with a neural network structure data processing apparatus |
| US4912649A (en) * | 1988-12-14 | 1990-03-27 | Gte Government Systems Corporation | Accelerating learning in neural networks |
| US5168524A (en) * | 1989-08-17 | 1992-12-01 | Eliza Corporation | Speech-recognition circuitry employing nonlinear processing, speech element modeling and phoneme estimation |
| EP0435282B1 (fr) * | 1989-12-28 | 1997-04-23 | Sharp Kabushiki Kaisha | Dispositif de reconnaissance de la parole |
| US5299284A (en) * | 1990-04-09 | 1994-03-29 | Arizona Board Of Regents, Acting On Behalf Of Arizona State University | Pattern classification using linear programming |
| US5161204A (en) * | 1990-06-04 | 1992-11-03 | Neuristics, Inc. | Apparatus for generating a feature matrix based on normalized out-class and in-class variation matrices |
| US5365592A (en) * | 1990-07-19 | 1994-11-15 | Hughes Aircraft Company | Digital voice detection apparatus and method using transform domain processing |
| US5263107A (en) * | 1991-01-31 | 1993-11-16 | Sharp Kabushiki Kaisha | Receptive field neural network with shift-invariant pattern recognition |
| US5239594A (en) * | 1991-02-12 | 1993-08-24 | Mitsubishi Denki Kabushiki Kaisha | Self-organizing pattern classification neural network system |
| US5105468A (en) * | 1991-04-03 | 1992-04-14 | At&T Bell Laboratories | Time delay neural network for printed and cursive handwritten character recognition |
| US5276771A (en) * | 1991-12-27 | 1994-01-04 | R & D Associates | Rapidly converging projective neural network |
| US5323470A (en) * | 1992-05-08 | 1994-06-21 | Atsushi Kara | Method and apparatus for automatically tracking an object |
| US5479523A (en) * | 1994-03-16 | 1995-12-26 | Eastman Kodak Company | Constructing classification weights matrices for pattern recognition systems using reduced element feature subsets |
-
1996
- 1996-03-19 US US08/618,223 patent/US5796924A/en not_active Expired - Lifetime
-
1997
- 1997-03-13 AU AU22093/97A patent/AU2209397A/en not_active Abandoned
- 1997-03-13 WO PCT/US1997/003942 patent/WO1997035264A1/fr active Application Filing
- 1997-03-18 FR FR9703244A patent/FR2746530A1/fr not_active Withdrawn
- 1997-03-18 NL NL1005566A patent/NL1005566C1/nl not_active IP Right Cessation
- 1997-03-27 TW TW086103943A patent/TW343315B/zh active
Patent Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5465308A (en) * | 1990-06-04 | 1995-11-07 | Datron/Transoc, Inc. | Pattern recognition system |
| US5263124A (en) * | 1991-02-27 | 1993-11-16 | Neural Systems Corporation | Method for producing a binary tree, pattern recognition and binary vector classification method using binary trees, and system for classifying binary vectors |
| US5384895A (en) * | 1992-08-28 | 1995-01-24 | The United States Of America As Represented By The Secretary Of The Navy | Self-organizing neural network for classifying pattern signatures with `a posteriori` conditional class probability |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| DE19951078A1 (de) * | 1999-10-23 | 2001-04-26 | Joern Fischer | Verfahren zur Musterklassifizierung |
| DE19951078C2 (de) * | 1999-10-23 | 2002-10-24 | Cortologic Ag | Verfahren zur Musterklassifizierung |
Also Published As
| Publication number | Publication date |
|---|---|
| NL1005566C1 (nl) | 1997-05-30 |
| TW343315B (en) | 1998-10-21 |
| AU2209397A (en) | 1997-10-10 |
| US5796924A (en) | 1998-08-18 |
| FR2746530A1 (fr) | 1997-09-26 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US5796924A (en) | Method and system for selecting pattern recognition training vectors | |
| JP7024515B2 (ja) | 学習プログラム、学習方法および学習装置 | |
| Brugger et al. | Automatic cluster detection in Kohonen's SOM | |
| Vigdor et al. | The bayesian artmap | |
| US6128410A (en) | Pattern matching apparatus and method that considers distance and direction | |
| US20060013475A1 (en) | Computer vision system and method employing illumination invariant neural networks | |
| US7227985B2 (en) | Data classifier for classifying pattern data into clusters | |
| US20110235926A1 (en) | Information processing apparatus, method and program | |
| US20030158828A1 (en) | Data classifier using learning-formed and clustered map | |
| Lerner et al. | A classification-driven partially occluded object segmentation (CPOOS) method with application to chromosome analysis | |
| Costa et al. | Estimating the number of clusters in multivariate data by self-organizing maps | |
| Wang et al. | Incremental local distribution-based clustering using Bayesian adaptive resonance theory | |
| Kumar et al. | Development of a novel algorithm for SVMBDT fingerprint classifier based on clustering approach | |
| US6507830B1 (en) | Retrieval system, retrieval method and computer readable recording medium that records retrieval program | |
| JP2023130960A (ja) | 情報処理プログラム、装置、及び方法 | |
| Ngo et al. | A type-2 fuzzy subtractive clustering algorithm | |
| Gunawan et al. | Fuzzy region merging using fuzzy similarity measurement on image segmentation | |
| Gutfinger et al. | Robust classifiers by mixed adaptation | |
| KR20180131830A (ko) | 어휘 트리에 기반하여 객체를 인식하는 방법 및 장치 | |
| CN110956177A (zh) | 一种混合型验证码的识别方法及系统 | |
| Kolchygin et al. | Adaptive fuzzy clustering with a variable fuzzifier | |
| JP4121060B2 (ja) | 類識別装置及び類識別方法 | |
| Laaksonen et al. | Comparison of adaptive strategies for on-line character recognition | |
| Laha et al. | Some novel classifiers designed using prototypes extracted by a new scheme based on self-organizing feature map | |
| JPH09265529A (ja) | クラスタ分類方法及びクラスタ分類装置 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| AK | Designated states |
Kind code of ref document: A1 Designated state(s): AL AM AT AU AZ BA BB BG BR BY CA CH CN CU CZ DE DK EE ES FI GB GE GH HU IL IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MD GH |
|
| AL | Designated countries for regional patents |
Kind code of ref document: A1 Designated state(s): GH KE LS MW SD SZ UG AM AZ BY KG KZ MD RU TJ TM AT BE CH DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA |
|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application | ||
| REG | Reference to national code |
Ref country code: DE Ref legal event code: 8642 |
|
| NENP | Non-entry into the national phase |
Ref country code: CA |
|
| NENP | Non-entry into the national phase |
Ref country code: JP Ref document number: 97533549 Format of ref document f/p: F |
|
| 122 | Ep: pct application non-entry in european phase |