AU2265699A - N-tuple or ram based neural network classification system and method - Google Patents

N-tuple or ram based neural network classification system and method Download PDF

Info

Publication number
AU2265699A
AU2265699A AU22656/99A AU2265699A AU2265699A AU 2265699 A AU2265699 A AU 2265699A AU 22656/99 A AU22656/99 A AU 22656/99A AU 2265699 A AU2265699 A AU 2265699A AU 2265699 A AU2265699 A AU 2265699A
Authority
AU
Australia
Prior art keywords
weight
values
cell values
column
training
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.)
Granted
Application number
AU22656/99A
Other versions
AU756987B2 (en
Inventor
Thomas Martini Jorgensen
Christian Linneberg
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Intellix AS
Original Assignee
Intellix AS
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Priority claimed from EP98201910A external-priority patent/EP0935212B9/en
Application filed by Intellix AS filed Critical Intellix AS
Publication of AU2265699A publication Critical patent/AU2265699A/en
Application granted granted Critical
Publication of AU756987B2 publication Critical patent/AU756987B2/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/21Design or setup of recognition systems or techniques; Extraction of features in feature space; Blind source separation

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Evolutionary Computation (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Artificial Intelligence (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Computing Systems (AREA)
  • Software Systems (AREA)
  • Molecular Biology (AREA)
  • Computational Linguistics (AREA)
  • Biophysics (AREA)
  • Biomedical Technology (AREA)
  • Mathematical Physics (AREA)
  • General Health & Medical Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Evolutionary Biology (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Facsimile Image Signal Circuits (AREA)

Description

WO 99/40521 PCT/DK99/00052 1 N-TUPLE OR RAM BASED NEURAL NETWORK CLASSIFICATION SYSTEM AND METHOD BACKGROUND OF THE INVENTION 5 1. Field of the Invention The present invention relates generally to n-tuple or RAM based neural network classification systems and, more particularly, to n-tuple or RAM based classification 10 systems having weight vectors with element values being determined during a training process. 2. Description of the Prior Art 15 A known way of classifying objects or patterns represented by electric signals or binary codes and, more precisely, by vectors of signals applied to the inputs of neural network classification systems lies in the implementation of a so-called learning or training phase. This phase generally consists of the configuration of a classification network that fulfils a function of performing the envisaged classification 20 as efficiently as possible by using one or more sets of signals, called learning or training sets, where the membership of each of these signals in one of the classes in which it is desired to classify them is known. This method is known as supervised learning or learning with a teacher. 25 A subclass of classification networks using supervised learning are networks using memory-based learning. Here, one of the oldest memory-based networks is the "n tuple network" proposed by Bledsoe and Browning (Bledsoe, W.W. and Browning, I, 1959, "Pattern recognition and reading by machine", Proceedings of the Eastern Joint Computer Conference, pp. 225-232) and more recenly described by Morciniec 30 and Rohwer (Morciniec, M. and Rohwer, R.,1996, "A theoretical and experimental account of n-tuple classifier performance", Neural Comp., pp. 629-642). One of the benefits of such a memory-based system is a very fast computation time, both during the learning phase and during classification. For the known types of n 35 tuple networks, which is also known as "RAM networks" or "weightless neural WO 99/40521 PCT/DK99/00052 2 networks", learning may be accomplished by recording features of patterns in a random-access memory (RAM), which requires just one presentation of the training set(s) to the system. 5 The training procedure for a conventional RAM based neural network is described by Jorgensen (co-inventor of this invention) et al. (Jorgensen, T.M., Christensen, S. S. and Liisberg, C.,1995, "Cross-validation and information measures for RAM based neural networks", Proceedings of the Weightless Neural Network Workshop WNNW95 (Kent at Canterbury, UK) ed. D. Bisset, pp.76-81) where it is described 10 how the RAM based neural network may be considered as comprising a number of Look Up Tables (LUTs). Each LUT may probe a subset of a binary input data vector. In the conventional scheme the bits to be used are selected at random. The sampled bit sequence is used to construct an address. This address corresponds to a specific entry (column) in the LUT. The number of rows in the LUT corresponds to 15 the number of possible classes. For each class the output can take on the values 0 or 1. A value of 1 corresponds to a vote on that specific class. When performing a classification, an input vector is sampled, the output vectors from all LUTs are added, and subsequently a winner takes all decision is made to classify the input vector. In order to perform a simple training of the network, the output values may 20 initially be set to 0. For each example in the training set, the following steps should then be carried out: Present the input vector and the target class to the network, for all LUTs calculate their corresponding column entries, and set the output value of the target class to 1 25 in all the "active" columns. By use of such a training strategy it may be guaranteed that each training pattern always obtains the maximum number of votes. As a result such a network makes no misclassification on the training set, but ambiguous decisions may occur. Here, the 30 generalisation capability of the network is directly related to the number of input bits for each LUT. If a LUT samples all input bits then it will act as a pure memory device and no generalisation will be provided. As the number of input bits is reduced the generalisation is increased at an expense of an increasing number of ambiguous decisions. Furthermore, the classification and generalisation performances of a LUT 35 are highly dependent on the actual subset of input bits probed. The purpose of an WO 99/40521 PCT/DK99/00052 3 "intelligent" training procedure is thus to select the most appropriate subsets of input data. Jorgensen et al. further describes what is named a "cross validation test" which 5 suggests a method for selecting an optimal number of input connections to use per LUT in order to obtain a low classification error rate with a short overall computation time. In order to perform such a cross validation test it is necessary to obtain a knowledge of the actual number of training examples that have visited or addressed the cell or element corresponding to the addressed column and class. It is therefore 10 suggested that these numbers are stored in the LUTs. It is also suggested by Jorgensen et al. how the LUTs in the network can be selected in a more optimum way by successively training new sets of LUTs and performing cross validation test on each LUT. Thus, it is known to have a RAM network in which the LUTs are selected by presenting the training set to the system several times. 15 In an article by Jorgensen (co-inventor of this invention) (Jorgensen. T.M. "Classification of handwritten digits using a RAM neural net architecture", February 1997, International Journal of Neural Systems, Vol. 8, No. 1, pp. 17-25 it is suggested how the class recognition of a RAM based network can be further 20 improved by extending the traditional RAM architecture to include what is named "inhibition". This method deals with the problem that in many situations two different classes might only differ in a few of their features. In such a case, an example outside the training set has a high risk of sharing most of its features with an incorrect class. So, in order to deal with this problem it becomes necessary to 25 weight different features differently for a given class. Thus, a method is suggested where the network includes inhibition factors for some classes of the addressed columns. Here, a confidence measure is introduced, and the inhibition factors are calculated so that the confidence after inhibition corresponds to a desired level. 30 The result of the preferred inhibition scheme is that all addressed LUT cells or elements that would be set to 1 in the simple system are also set to 1 in the modified version, but in the modified version column cells being set to 1 may further comprise information of the number of times the cell has been visited by the training set. However, some of the cells containing O's in the simple system will have their 35 contents changed to negative values in the modified network. In other words, the WO 99/40521 PCT/DK99/00052 4 conventional network is extended so that inhibition from one class to another is allowed. In order to encode negative values into the LUT cells, it is not sufficient with one bit 5 per cell or element as with a traditional RAM network. Thus, it is preferred to use one byte per cell with values below 128 being used to represent different negative values, whereas values above 128 are used for storing information concerning the number of training examples that have visited or addressed the cell. When classifying an object the addressed cells having values greater than or equal to 1 10 may then be counted as having the value 1. By using inhibition, the cells of the LUTs are given different values which might be considered a sort of "weighting". However, it is only cells which have not been visited by the training set that are allowed to be suppressed by having their values 15 changed from 0 to a negative value. There is no boosting of cells having positive values when performing classification of input data. Thus, very well performing LUTs or columns of LUTs might easily drown when accompanied by the remaining network. 20 Thus, there is a need for a RAM classification network which allows a very fast training or learning phase and subsequent classification, but which at the same time allows real weights to both boost and suppress cell values of LUT columns in order to obtain a proper generalisation ability of the sampled number of input bits based on access information of the training set. Such a RAM based classification system is 25 provided according to the present invention. SUMMARY OF THE INVENTION According to a first aspect of the present invention there is provided a method for 30 training a computer classification system which can be defined by a network comprising a number of n-tuples or Look Up Tables (LUTs), with each n-tuple or LUT comprising a number of rows corresponding to at least a subset of possible classes and further comprising a number of columns being addressed by signals or elements of sampled training input data examples, each column being defined by a 35 vector having cells with values, said method comprising determining the column WO 99/40521 PCT/DK99/00052 5 vector cell values based on one or more training sets of input data examples for different classes so that at least part of the cells comprise or point to information based on the number of times the corresponding cell address is sampled from one or more sets of training input examples, and determining weight cell values 5 corresponding to one or more column vector cells being addressed or sampled by the training examples. According to a second aspect of the present invention there is provided a method of determining weight cell values in a computer classification system which can be 10 defined by a network comprising a number of n-tuples or Look Up Tables (LUTs), with each n-tuple or LUT comprising a number of rows corresponding to at least a subset of possible classes and further comprising a number of column vectors with at least part of said column vectors having corresponding weight vectors, each column vector being addressed by signals or elements of a sampled training input 15 data example and each column vector and weight vector having cells with values being determined based on one or more training sets of input data examples for different classes, said method comprising determining the column vector cell values based on the training set(s) of input examples so that at least part of said values comprise or point to information based on the number of times the corresponding 20 cell address is sampled from the set(s) of training input examples, and determining weight vector cell values corresponding to one or more column vector cells. Preferably, the weight cell values are determined based on the information of at least part of the determined column vector cell values and by use of at least part of 25 the training set(s) of input examples. According to the present invention the training input data examples may preferably be presented to the network as input signal vectors. It is preferred that determination of the weight cell values is performed so as to allow 30 weighting of one or more column vectors cells of positive value and/or to allow boosting of one or more column vector cells during a classification process. Furthermore, or alternatively, the weight cell values may be determined so as to allow suppressing of one or more column vector cells during a classification process. 35 WO 99/40521 PCT/DK99/00052 6 The present invention also provide a method wherein the determination of the weight cell values allows weighting of one or more column vector cells having a positive value (greater than 0) and one or more column vector cells having a non positive value (lesser than or equal to 0). Preferably, the determination of the weight 5 cells allows weighting of any column vector cell. In order to determine or calculate the weight cell values, the determination of these values may comprise initialising one or more sets of weight cells corresponding to at least part of the column cells, and adjusting at least part of the weight cell values 10 based on the information of at least part of the determined column cell values and by use of at least part of the training set(s) of input examples. When determining the weight cell values it is preferred that these are arranged in weight vectors corresponding to at least part of the column vectors. 15 In order to determine or adjust the weight cell values according to the present invention, the column cell values should be determined. Here, it is preferred that at least part of the column cell values are determined as a function of the number of times the corresponding cell address is sampled from the set(s) of training input examples. Alternatively, the information of the column cells may be determined so 20 that the maximum column cell value is 1, but at least part of the cells have an associated value being a function of the number of times the corresponding cell address is sampled from the training set(s) of input examples. Preferably, the column vector cell values are determined and stored in storing means before the adjustment of the weight 25 vector cell values. According to the present invention, a preferred way of determining the column vector cell values may comprise the training steps of 30 a) applying a training input data example of a known class to the classification network, thereby addressing one or more column vectors, WO 99/40521 PCT/DK99/00052 7 b) incrementing, preferably by one, the value or vote of the cells of the addressed column vector(s) corresponding to the row(s) of the known class, and 5 c) repeating steps (a)-(b) until all training examples have been applied to the network. However, it should be understood that the present invention also covers embodiments where the information of the column cells is determined by alternative 10 functions of the number of times the cell has been addressed by the input training set(s). Thus, the cell information does not need to comprise a count of all the times the cell has been addressed, but may for example comprise an indication of when the cell has been visited zero times, once, more than once, and/or twice and more than twice and so on. 15 So far it has been mentioned that weight cell values may be determined for one or more column cells, but in a preferred embodiment all column vectors have corresponding weight vectors. 20 When initialising weight cell values according to embodiments of the present invention, the initialisation may comprise setting each weight cell value to a predetermined specific cell value. These values may be different for different cells, but all weight cell values may also be set to a predetermined constant value. Such a value may be 0 or 1, but other values may be preferred. 25 In order to determine the weight cell values, it is preferred to adjust these values, which adjustment process may comprise one or more iteration steps. The adjustment of the weight cell values may comprise the steps of determining a global quality value based on at least part of the weight and column vector cell values, 30 determining if the global quality value fulfils a required quality criterion, and adjusting at least part of the weight cell values until the global quality criterion is fulfilled. The adjustment process may also include determination of a local quality value for each sampled training input example, with one or more weight cell adjustments 35 being performed if the local quality value does not fulfil a specified or required local WO 99/40521 PCT/DK99/00052 8 quality criterion for the selected input example. As an example the adjustment of the weight cell values may comprise the steps of a) selecting an input example from the training set(s), 5 b) determining a local quality value corresponding to the sampled training input example, the local quality value being a function of at least part of the addressed weight and column cell values, 10 c) determining if the local quality value fulfils a required local quality criterion, if not, adjusting one or more of the addressed weight vector cell values if the local quality criterion is not fulfilled, c) selecting a new input example from a predetermined number of 15 examples of the training set(s), e) repeating the local quality test steps (b)-(d) for all the predetermined training input examples, 20 f) determining a global quality value based on at least part of the weight and column vectors being addressed during the local quality test, g) determining if the global quality value fulfils a required global quality criterion, and, 25 h) repeating steps (a)-(g) until the global quality criterion is fulfilled. Preferably, steps (b)-(d) of the above mentioned adjustment process may be carried out for all examples of the training set(s). 30 The local and/or global quality value may be defined as functions of at least part of the weight and/or column cells. Correspondingly, the global and/or the local quality criterion may also be functions of the weight and/or column cells. Thus, the quality criterion or criteria need not be a predetermined constant threshold value, but may be changed during the adjustment iteration process. However, the present invention WO 99/40521 PCT/DK99/00052 9 also covers embodiments in which the quality criterion or criteria is/are given by constant threshold values. It should be understood that when adjusting the weight cell values by use of one or 5 more quality values each with a corresponding quality criterion, it may be preferred to stop the adjustment iteration process if a quality criterion is not fulfilled after a given number of iterations. It should also be understood that during the adjustment process the adjusted weight 10 cell values are preferably stored after each adjustment, and when the adjustment process includes the determination of a global quality value, the step of determination of the global quality value may further be followed by separately storing the hereby obtained weight cell values or classification system configuration values if the determined global quality value is closer to fulfil the global quality 15 criterion than the global quality value corresponding to previously separately stored weight cell values or configuration values. A main reason for training a classification system according to an embodiment of the present invention is to obtain a high confidence in a subsequent classification 20 process of an input example of an unknown class. Thus, according to a further aspect of the present invention, there is also provided a method of classifying input data examples into at least one of a plurality of classes using a computer classification system configured according to any of the above 25 described methods of the present invention, whereby the column cell values and the corresponding weight cell values are determined for each n-tuple or LUT based on one or more training sets of input data examples, said method comprising a) applying an input data example to be classified to the configured 30 classification network thereby addressing column vectors and corresponding weight vectors in the set of n-tuples or LUTs, b) selecting a class thereby addressing specific rows in the set of n-tuples or LUTs, 35 WO 99/40521 PCT/DK99/00052 10 b) determining an output value as a function of values of addressed weight cells, d) repeating steps (b)-(c) until an output has been determined for all 5 classes, d) comparing the calculated output values, and f) selecting the class or classes having maximum output value. 10 When classifying an unknown input example, several functions may be used for determining the output values from the addressed weight cells. However, it is preferred that the parameters used for determining the output value includes both values of addressed weight cells and addressed column cells. Thus, as an example, the output value may be determined as a first summation of all the addressed weight 15 cell values corresponding to column cell values greater than or equal to a predetermined value. In another preferred embodiment, the step of determining an output value comprises determining a first summation of all the addressed weight cell values corresponding to column cell values greater than or equal to a predetermined value, determining a second summation of all the addressed weight 20 cell values, and determining the output value by dividing the first summation by the second summation. The predetermined value may preferably be set to 1. The present invention also provides training and classification systems according to the above described methods of training and classification. 25 Thus, according to the present invention there is provided a system for training a computer classification system which can be defined by a network comprising a stored number of n-tuples or Look Up Tables (LUTs), with each n-tuple or LUT comprising a number of rows corresponding to at least a subset of possible classes 30 and further comprising a number of columns being addressed by signals or elements of sampled training input data examples, each column being defined by a vector having cells with values, said system comprising input means for receiving training input data examples of known classes, means for sampling the received input data examples and addressing column vectors in the stored set of n-tuples or 35 LUTs, WO 99/40521 PCT/DK99/00052 11 means for addressing specific rows in the set of n-tuples or LUTs, said rows corresponding to a known class, storage means for storing determined n-tuples or LUTs, means for determining column vector cell values so as to comprise or point to 5 information based on the number of times the corresponding cell address is sampled from the training set(s) of input examples, and means for determining weight cell values corresponding to one or more column vector cells being addressed or sampled by the training examples. 10 The present invention also provides a system for determining weight cell values of a classification network which can be defined by a stored number of n-tuples or Look Up Tables (LUTs), with each n-tuple or LUT comprising a number of rows corresponding to at least a subset of the number of possible classes and further comprising a number of column vectors with at least part of said column vectors 15 having corresponding weight vectors, each column vector being addressed by signals or elements of a sampled training input data example and each column vector and weight vector having cell values being determined during a training process based on one or more sets of training input data examples, said system comprising: input means for receiving training input data examples of known 20 classes, means for sampling the received input data examples and addressing column vectors and corresponding weight vectors in the stored set of n-tuples or LUTs, means for addressing specific rows in the set of n-tuples or LUTs, said rows corresponding to a known class, storage means for storing determined h-tuples or LUTs, means for determining column vector cell values so as to comprise or point to 25 information based on the number of times the corresponding cell address is sampled from the training set(s) of input examples, and means for determining weight vector cell values corresponding to one or more column vector cells. Here, it is preferred that the means for determining the weight cell values is adapted 30 to determine these values based on the information of at least part of the determined column vector cell values and by use of at least part of the training set(s) of input examples. Preferably, the means for determining the weight cell values is adapted to determine 35 these values so as to allow weighting of one or more column cells of positive value WO 99/40521 PCT/DK99/00052 12 and/or to allow boosting of one or more column cells during a classification process. The determining means may furthermore, or alternatively, be adapted to determine the weight cell values so as to allow suppressing of one or more column vector cells during a classification process. 5 According to an embodiment of the present invention the weight determining means may be adapted to determine the weight cell values so as to allow weighting of one or more column vector cells having a positive value (greater than 0) and one or more column vector cells having a non-positive value (lesser than or equal to 0). 10 Preferably, the means may further be adapted to determine the weight cell values so as to allow weighting of any column cell. It is also preferred that the means for determining the weight cell values is adapted to determine these values so that the weight cell values are arranged in weight vectors corresponding to at least part of the column vectors. 15 In order to determine the weight cell values according to a preferred embodiment of the present invention, the means for determining the weight cell values may comprise means for initialising one or more sets of weight vectors corresponding to at least part of the column vectors, and means for adjusting weight vector cell values 20 of at least part of the weight vectors based on the information of at least part of the determined column vector cell values and by use of at least part of the training set(s) of input examples. As already discussed above the column cell values should be determined in order to 25 determine the weight cell values. Here, it is preferred that the means for determining the column vector cell values is adapted to determine these values as a function of the number of times the corresponding cell address is sampled from the set(s) of training input examples. Alternatively, the means for determining the column vector cell values may be adapted to determine these cell values so that the maximum 30 value is 1, but at least part of the cells have an associated value being a function of the number of times the corresponding cell address is sampled from the training set(s) of input examples. According to an embodiment of the present invention it is preferred that when a 35 training input data example belonging to a known class is applied to the WO 99/40521 PCT/DK99/00052 13 classification network thereby addressing one or more column vectors, the means for determining the column vector cell values is adapted to increment the value or vote of the cells of the addressed column vector(s) corresponding to the row(s) of the known class, said value preferably being incremented by one. 5 In order to initialise the weight cells according to an embodiment of the invention, it is preferred that the means for initialising the weight vectors is adapted to setting the weight cell values to one or more predetermined values. 10 For the adjustment process of the weight cells it is preferred that the means for adjusting the weight vector cell values is adapted to determine a global quality value based on at least part of the weight and column vector cell values, determine if the global quality value fulfils a required global quality criterion, and adjust at least part of the weight cell values until the global quality criterion is fulfilled. 15 As an example of a preferred embodiment according to the present invention, the means for adjusting the weight vector cell values may be adapted to a) determine a local quality value corresponding to a sampled training input 20 example, the local quality value being a function of at least part of the addressed weight and column vector cell values, b) determine if the local quality value fulfils a required local quality criterion, 25 b) adjust one or more of the addressed weight vector cell values if the local quality criterion is not fulfilled, c) repeat the local quality test for a predetermined number of training input exam pies, 30 d) determine a global quality value based on at least part of the weight and column vectors being addressed during the local quality test, e) determine if the global quality value fulfils a required global quality criterion, and, 35 WO 99/40521 PCT/DK99/00052 14 f) repeat the local and the global quality test until the global quality criterion is ful filled. The means for adjusting the weight vector cell values may further be adapted to 5 stop the iteration process if the global quality criterion is not fulfilled after a given number of iterations. In a preferred embodiment, the means for storing n-tuples or LUTs comprises means for storing adjusted weight cell values and separate means for storing best so far weight cell values or best so far classification system configuration values. Here, the means for adjusting the weight vector cell values 10 may further be adapted to replace previously separately stored best so far weight cell values with obtained adjusted weight cell values if the determined global quality value is closer to fulfil the global quality criterion than the global quality value corresponding to previously separately stored best so far weight values. Thus, even if the system should not be able to fulfil the global quality criterion within a given 15 number of iterations, the system may always comprise the "best so far" system configuration. According to a further aspect of the present invention there is also provided a system for classifying input data examples of unknown classes into at least one of a 20 plurality of classes, said system comprising: storage means for storing a number or set of n-tuples or Look Up Tables (LUTs) with each n-tuple or LUT comprising a number of rows corresponding to at least a subset of the number of possible classes and further comprising a number of column vectors with corresponding weight vectors, each column vector being addressed by signals or elements of a sampled 25 input data example and each column vector and weight vector having cells with values being determined during a training process based on one or more sets of training input data examples, said system further comprising: input means for receiving an input data example to be classified, means for sampling the received input data example and addressing columns and corresponding weight vectors in 30 the stored set of n-tuples or LUTs, means for addressing specific rows in the set of n-tuples or LUTs, said rows corresponding to a specific class, means for determining an output value as a function of addressed weight cells, and means for comparing calculated output values corresponding to all classes and selecting the class or classes having maximum output value. 35 WO 99/40521 PCT/DK99/00052 15 According to a preferred embodiment of the classification system of the present invention, the output determining means comprises means for producing a first summation of all the addressed weight vector cell values corresponding to a specific class and corresponding to column vector cell values greater than or equal to a 5 predetermined value. It is also preferred that the output determining means further comprises means for producing a second summation of all the addressed weight vector cell values corresponding to a specific class, and means for determining the output value by dividing the first summation by the second summation. 10 It should be understood that it is preferred that the cell values of the column and weight vectors of the classification system according to the present invention are determined by use of a training system according to any of the above described systems. Accordingly, these cell values may be determined during a training process according to any of the above described methods. 15 BRIEF DESCRIPTION OF THE DRAWINGS For a better understanding of the present invention and in order to show how the 20 same may be carried into effect, reference will now be made by way of example to the accompanying drawings in which: Fig. 1 shows a block diagram of a RAM classification network with Look Up Tables (LUTs), 25 Fig. 2 shows a detailed block diagram of a single Look Up Table (LUT) according to an embodiment of the present invention, Fig. 3 shows a block diagram of a computer classification system according to the 30 present invention, Fig. 4 shows a flow chart of a learning process for LUT column cells according to an embodiment of the present invention, WO 99/40521 PCT/DK99/00052 16 Fig. 5 shows a flow chart of a learning process for weight cells according to a first embodiment of the present invention, Fig. 6 shows a flow chart of a learning process for weight cells according to a 5 second embodiment of the present invention, and Fig. 7 shows a flow chart of a classification process according to the present invention. 10 DETAILED DESCRIPTION OF THE INVENTION In the following a more detailed description of the architecture and concept of a classification system according to the present invention will be given including an example of a training process of the column cells of the architecture and an example 15 of a classification process. Furthermore, different examples of learning processes for weight cells according to embodiments of the present invention are described. Notation The notation used in the following description and examples is as follows: 20 X: The training set. .: An example from the training set. Nx: Number of examples in the training set X. I: The j'th example from a given ordering of the training set X. 25 Y: A specific example (possible outside the training set). C: Classlabel. C(7): Class label corresponding to example T (the true class). Ct,: Winner Class obtained by classification. CR: Runner Up Class obtained by classification. 30 A(Y): Leave-one-out cross-validation classification for example Y. Nc: Number of training classes corresponding to the maximum number of rows in a LUT.
WO 99/40521 PCT/DK99/00052 17 : Set of LUTs (each LUT may contain only a subset of all possible address columns, and the different columns may register only subsets of the existing classes). NLUT: Number of LUTs. 5 Nco.: Number of different columns that can be addressed in a specific LUT (LUT dependent).
S
c : The set of training examples labelled class C. wC: Weight for the cell addressed by the i'th column and the C'th class. v, .: Entry counter for the cell addressed by the i'th column and the C'th 10 class. a,(y ) Index of the column in the i'th LUT being addressed by example y. T: Vector containing all v,,. elements of the LUT network. TT: Vector containing all i',,. elements of the LUT network.
Q
1 (v, 7, x, X): Local quality function. 15 Q,(v,w, X): Global quality function. Description of architecture and concept In the following references are made to Fig. 1, which shows a block diagram of a 20 RAM classification network with Look Up Tables (LUTs), and Fig. 2, which shows a detailed block diagram of a single Look Up Table (LUT) according to an embodiment of the present invention. A RAM-net or LUT-net consists of a number of Look Up Tables (LUTs) (1.3). Let the 25 number of LUTs be denoted NLWr . An example of an input data vector to be classified may be presented to an input module (1.1) of the LUT network. Each LUT may sample a part of the input data, where different numbers of input signals may be sampled for different LUTs (1.2) (in principle it is also possible to have one LUT sampling the whole input space). The outputs of the LUTs may be fed (1.4) to an 30 output module (1.5) of the RAM classification network.
WO 99/40521 PCT/DK99/00052 18 In Fig. 2 it is shown that for each LUT the sampled input data (2.1) of the example presented to the LUT-net may be fed into an address selecting module (2.2). The address selecting module (2.2) may from the input data calculate the address of one or more specific columns (2.3) in the LUT. As an example, let the index of the 5 column in the i'th LUT being addressed by an input exampleT be calculated as a,(y). The number of addressable columns in a specific LUT may be denoted Nco.,, and varies in general from one LUT to another. The information stored in a specific row of a LUT may correspond to a specific class C (2.4). The maximum number of rows may then correspond to the number of classes, N c . In a preferred 10 embodiment, every column within a LUT contains two sets of cells. The number of cells within each set corresponds to the number of rows within the LUT. The first set of cells may be denoted column vector cells and the cell values may correspond to class specific entry counters of the column in question. The other set of cells may be denoted weight cells or weight vector cells with cell values which may correspond to 15 weight factors, each of which may be associated with one entry counter value or column vector cell value. The entry counter value for the cell addressed by the i'th column and class C is denoted V,,. (2.5). The weight value for the cell addressed by the i'th column and class C is denoted i,,. (2.6). 20 The v,,.- and w,(.-values of the activated LUT columns (2.7) may be fed (1.4) to the output module (1.5), where a vote number may be calculated for each class and where finally a winner-takes-all (WTA) decision may be performed. Let . e Xdenote an input data example used for training and let T denote an input 25 data example not belonging to the training set. Let C(.Y) denote the class to which .7 belongs. The class assignment given to the exampleyTis then obtained by calculating a vote number for each class. The vote number obtained for class C is calculated as a function of the v,C. and iw,c numbers addressed by the example Y: 30 VoteNo(C, j) = f[ zction(va,,(y) .c, ',y().c, V,,,().c, "'y), ....... (),.y.
c ' 'y,,.,(y).c ) From the calculated vote numbers the winner class, C,, can be obtained as: WO 99/40521 PCT/DK99/00052 19
C
w = argmax(VoteNo(C,V)), I 5 C 5 N c . C An example of a sensible choice of VoteNo(C,) is the following expression: Wa,(lCe I(".,(y).C) VoteNo(C,)= E 5 iED~ TES' where 6, is Kroneckers delta (6, = 1 if i= jand 0 otherwise), and ®,()= {1 i f z > Il i f Z ! n 0 if _z<n17 10 92 describes the set of LUTs making up the whole LUT network. S,. denotes the set of training examples labelled class C. The special case with all iw,,.-values set to 1 gives the traditional LUT network, 15 = argrnax 0e(, Figure 3 shows an example of a block diagram of a computer classification system according to the present invention. Here a source such as a video camera or a database provides an input data signal or signals (3.0) describing the example to be 20 classified. These data are fed to a pre-processing module (3.1) of a type which can extract features, reduce, and transform the input data in a predetermined manner. An example of such a pre-processing module is a FFT-board (Fast Fourier Transform). The transformed data are then fed to a classification unit (3.2) comprising a RAM network according to the present invention. The classification unit 25 (3.2) outputs a ranked classification list which might have associated confidences. The classification unit can be implemented by using software to programme a WO 99/40521 PCT/DK99/00052 20 standard Personal Com puter or programming a hardware device, e.g. using programmable gate arrays combined with RAM circuits and a digital signal processor. These data can be interpreted in a post-processing device (3.3), which could be a computer module combining the obtained classifications with other 5 relevant information. Finally the result of this interpretation is fed to an output device (3.4) such as an actuator. Initial training of the architecture The flow chart of Fig. 4 illustrates a one pass learning scheme or process for the 10 determination of the column vector entry counter or cell distribution, v,,(.-distribution (4.0), according to an embodiment of the present invention, which may be described as follows: 1. Initialise all entry counters or column vector cells by setting the cell values, 15 ), to zero and initialise the weight values, Wi. This could be performed by setting all weight values to a constant factor, or by choosing random values from within a specific range (4.1). 2. Present the first training input example, .T, from the training set X to the network (4.2, 4.3) 20 3. Calculate the columns addressed for the first LUT (4.4, 4.5). 4. Add 1 to the entry counters in the rows of the addressed columns that correspond to the class label of .7 (increment V,a.cTx in all LUTs) (4.6). 5. Repeat step 4 for the remaining LUTs (4.7, 4.8). 6. Repeat steps 3-5 for the remaining training input examples (4.9, 4.10). The 25 number of training examples is denoted N x . Classification of an unknown input example When the RAM network of the present invention has been trained to thereby deter mine values for the column cells and the weight cells whereby the LUTs may be defined, the network may be used for classifying an unknown input data example. 30 WO 99/40521 PCT/DK99/00052 21 In a preferred example according to the present invention, the classification is per formed by determining the class having a maximum vote number, VoteNo, where VoteNo is given by the expression VoteNo(C, ) = 5 If the denominator is zero the VoteNo can be defined to be 0. Thus, the classification example may be described as follows by reference to Figs. 1 and 2: 10 * Present an unknown input example, 7, to the network (1.1). * For all LUTs calculate the columns a,(3) addressed by T (2.3). * For each class (corresponding to a specific row in each of the addressed columns) produce the sum (sum.l) of w%,a(IcG(v, (v).c). The 0 ('7-.c) term implies that w,,(,C components only are included if v,,,,).
c > 1 (1.5). 15 * For each class (corresponding to a specific row in each of the addressed columns) produce the sum (sum_2) of w, (1.5). * Calculate the output value corresponding to class C as Out[C] = sum_1 / sum_2 (1.5). * Choose the class (or classes) that maximise Out[C] (1.5). 20 Figure 7 shows a block diagram of the operation of a computer classification system in which a classification process (7.0) is performed. The system acquires one or more input signals (7.1) using e.g. an optical sensor system. The obtained input data are pre-processed (7.2) in a pre-processing module, e.g. a low-pass filter, and 25 presented to a classification module (7.3) which according to an embodiment of the invention may be a LUT-network. The output data from the classification module is then post-processed in a post-processing module (7.4), e.g. a CRC algorithm calculating a cyclic redundancy check sum, and the result is forwarded to an output device (7.5), which could be a monitor screen.
WO 99/40521 PCT/DK99/00052 22 Weight adjustments Usually the initially determined weight cell values will not present the optimal choice of values. Thus, according to a preferred embodiment of the present invention, an 5 optimisation or adjustment of the weight values should be performed. In order to select or adjust the weight values to improve the performance of the classification system, it is suggested according to an embodiment of the invention to define proper quality functions for measuring the performance of the weight values. 10 Thus, a local quality function Q(,,, X) may be defined, where 7 denotes a vector containing all v,. elements of the LUT network, and i. denotes a vector containing all w,. elements of the LUT network. The local quality function may give a confidence measure of the output classification of a specific example .7. If the quality value does not satisfy a given criterion (possibly dynamically changed during 15 the iterations), the weights iS are adjusted to make the quality value satisfy or closer to satisfying the criterion (if possible). Furthermore a global quality function: QG(v,w,X) may be defined. The global quality function may measure the performance of the input training set as a whole. 20 Fig. 5 shows a flow chart for weight cell adjustment or learning according to the present invention. The flow chart of Fig. 5 illustrates a more general adjustment or learning process, which may be simplified for specific embodiments. 25 Example 1 The vote number function for an input example F is given as V.. .;,I.e I(,,.t 7m,) VoteNo(C,)= 30 With this definition of the VoteNoo function a leave-one-out cross-validation classification for an input example Y of the training set may be calculated as: WO 99/40521 PCT/DK99/00052 23 A(T) = ar-max 5 This expression is actually explained above except for the factor 9,,:, .c) which is equal to (,(v,,n.c)if C # C(.) and equal to 0, ((v,,,C) if C= C(.). (,.c.c) is only 1 if v, > 2, else it is 0. This simply assures that an example cannot obtain contributions from itself when calculating the leave-one-out cross validation. 10 Let the local quality function calculated for the example .T be defined as:
Q
1 (1, i,., X) = C(), 15 Here Q. is 0 if .Ygenerates a cross-validation error, else Q. is 1. So if Q, =0 then weight changes are made. Let the global quality function be defined as: 20 QG(v,w, X)= 5 ~ ).ct = _ , w, x,- X), This global quality function measures the number of examples from the training set X that would be correctly classified if they were left out of the training set as each term in the sum over the training set is 1 if C(T) = A(Y) and else 0. The global 25 quality criterion may be to satisfy QG > ENx, where E is a parameter determining the fraction of training examples demanded to be correctly classified in a leave-one-out crossvalidation test. An updating scheme for improving QG can be implemented by the following rules: 30 WO 99/40521 PCT/DK99/00052 24 For all input examples .of the training set with a wrong cross-validation classification (A(T) # C(7)) adjust the weights by: New (T) CV ,[0 h ,€ .c = max .€ C! 1 +k kO,( ,,A),c(A)) - k. (1 - e(l , 0 .c )),o), 5 where k is a small constant. A feasible choice of k could be one tenth of the mean of the absolute values of the w,. values. 10 This updating rule implies that w, ,".c = w" .e + k if , c 2 and that New Oh! f th W,^,lt) .(),= ,,,((.C.T -k if v < 2. The max() function ensures that the weights cannot become negative. Referring now to Fig. 5, the weight update or adjustment steps of example 1 may be 15 described as: * Initialise all w,. values to zero (5.1). * Loop through all examples in the training set (5.2, 5.10, 5.3). * Calculate the local quality value for each example (can the example be correctly classified if excluded from the training set? ) (5.4, 5.5). 20 * If yes proceed with next example (5.10). If not increase the addressed weights of the "true" class if the corresponding column cells adds a positive contribution to the VoteNo( function (i.e. if v7' .ce) > 2) and decrease the weights of the "true" class otherwise (i.e. if v,T.c.T> < 2) (5.6-5.9). 25 * Calculate the global quality value. If the quality is the highest obtained hitherto store the LUT network (5.11). * Repeat until global quality value is satisfactory or other exit condition is fulfilled (5.12, 5.13). 30 Example 2 Let the vote number function for an input example jY be given as WO 99/40521 PCT/DK99/00052 25 VoteNo(C,i)= ,"' 5 For the true class C() sum the w,,(r).) values for a given v-value using the function Hist(l, C(i))= , 5f.. , ,,) .) IESI 10 The parameter / runs over the possible values of vc, 0 < i,.
c
N
x . A confidence Con] between the winning class, C,., and the runner-up class C, may then be defined as: VoteNo(Cj,,..) ,, n . - oteNo(CR.Z) ' ,,,ng , if(C, C(X)) Conf =, 0, if (C,. # C(.v)) 15 A value m may be determined by the function: in = max arg Hist(l, C(i)) <Conf n I=1 20 The upper limit of the summation index n can vary from 1 to the maximum v,c value within the 'F vector. The expression states that m is chosen as the largest value of n for which Hist(1, C(T)) 5 Conf l=1 25 A local quality function may now be defined as: S i - ,hr,.sh if C" =C(T) QL(-7'VX) =0 if CI, C(T) WO 99/40521 PCT/DK99/00052 26 where nthmr,,v is a threshold constant. If Q 1 .<0 then the weights w, are updated to make QL increase, by adjusting the weights on the runner-up class, CR: 5 New Old)+ ., = ',(T).C, - k E)(v 7,.c,)+ k, -(1 , (v,0.c,) ) This updating rule implies that a, N,,., , Ol)C, - k if v 1 and that Old New w, ^.",,(").c" + k if v,().C < 1. 10 The global quality criterion may be based on two quality functions: ,7, X)= ,\ TEX 15 and O,;(, F, A) = _, e (Q, (j 7 , W,1., N)) Here o(Q 1 L) is 1 if Q., 0 and 0 if Qt. <0. Q0 1 measures the number of examples from the training set that can pass a leave one out cross-validation test and 20 Q(;2 measures the number of examples that can pass the local quality criterion. These two quality functions can then be combined in to one quality function based on the following boolean expression (a true expression is given the value 1 and a false expression is given the value 0): 25 Q(;(v,T,,X) =(Q;I,( i,w,X)> E,N.)A(Q,,(v,w T,X)> eN.x) Here E, and E, are two parameters determining the fractions of training examples demanded to pass a leave-one-out crossvalidation test and the local quality 30 criterion, respectively. If both of these criterions are passed the global quality criterion is passed in which case Q; (7, T, X) is 1, otherwise it is 0.
WO 99/40521 PCT/DK99/00052 27 With reference to Fig. 5, the weight updating or adjustment steps of example 2 may be described as: * Initialise all w,c values to zero (5.1). 5 * Loop through all examples in the training set (5.2, 5.10, 5.3). * Calculate the local quality value for each example (5.4) (Does the example have sufficient "support"? (5.5)). * If yes process next example (5.10), if not decrease the weights associated with voting for the runner-up class and increase the weights associated 10 with cells having ya>., <1 (5.6-5.9). * Calculate the global quality value. If the quality is the highest obtained hitherto store the network (5.11). * Repeat until global quality value is satisfactory or other exit condition is fulfilled (5.12, 5.13). 15 Example 3 Again the vote number function for an input example 7 is given as 20 VoteNo(C,v)= " A local quality function QL(V,w,x,,X) is defined as a measure of a vote confidence for an input training example V. For an example Y the confidence Con] between the true class, C(.), and the runner-up class CR may be determined as: 25 'Va ( Wa (T)C~ e, (V.,cfle) I V, f., ()I(Vo)C, Collf(3?) = EIiG iEl iE9 The confidence can be zero stating that the runner up class has a vote level equal to that of the true class (if one or more classes have a vote level equal to that of the WO 99/40521 PCT/DK99/00052 28 true class we will define one of the classes different from the true one as the runner up class). The local quality function may now be defined as:
Q
1 , (v, T,X, ) = Conj(y). 5 A threshold value may be determined for the calculated local quality value and if QL < Qahre..sh,, then the weights are updated to make QL increase. A possible value of Q,,r,.,,,,es would be 0.1 stating that the difference between the vote level of the true and that of the runner up class should at least be 10% of the maximum vote level. 10 The weights may be updated by adjusting the weights for the runner-up class, CR: Necw OMld I V, (. .R= It'T)J 1- k[2 1(a o where k is a small constant, and adjusting the weights for the true class 15
-
1 "(t).C( I + k[20 , ( ).'.,,,) - 11) The small constant k determines the relative change in the weights to be adjusted. One possible choice would be k=O.05. 20 Again the number of cross-validation errors is a possible global quality measure. QG(,w ,X)= 16, . leX 25 The global quality criterion may be to satisfy QG > ENx, where E is a parameter determining the fraction of training examples demanded to be correctly classified in a leave-one-out crossvalidation test. With reference to Fig. 5, the weight updating or adjustment steps of example 3 may 30 be described as: * Initialise all w,c values to zero (5.1). * Loop through all examples in the training set (5.2,5.10, 5.3).
WO 99/40521 PCT/DK99/00052 29 * Calculate the local quality value for each example (5.4) (Can the example be correctly classified if excluded from the training set and at the same time have sufficient "support"? (5.5)). * If yes process next example, if not update the weights associated with 5 cells voting on the runner-up class and update the weights associated with cells voting for the true class (5.6-5.9) in order to increase the vote level on the true class and decrease the vote level on the runner up class. * Calculate the global quality value. If the quality is the highest obtained hitherto store the network (5.11). 10 * Repeat until global quality value is satisfactory or other exit condition is fulfilled (5.12, 5.13). Example 4 15 Again the vote number function for an input example Y is defined as VoteNo(C,.) " 20 The vote levels obtained for a training example when performing a cross-validation test is then: VoteNo (C,.) = 25 Again the runner-up class obtained using VoteNo(C, Y) may be denoted CR (if one or more classes have a vote level equal to that of the true class we will define one of the classes different from the true one as the runner up class). The local quality function QL(v, w,.x, X) may now be defined by a Boolean 30 expression.
WO 99/40521 PCT/DK99/00052 30 Qt. (vI, wT, x, X) = (VoteNocv (C(.T), .T) > k, ) A (VotcNocv (C,,.T) < k,) A (A(I) = C(.)) where k, and k, are two constants between 0 and 1 and k > k,. If all three criteria 5 (VoteNocv(C(GY),.)>k 1 , VotcNoCv(C;,,.) <k,, and A(I) = C(.)) are satisfied then Q, (v,, w,x, X) is 1 otherwise it is 0. The two criteria corresponds to demanding the vote level of the true class in a leave-one-out cross-validating test to be larger than k, and the vote level of the runner up class to be below k, with level k, being larger than level k, . The VoteNoo function used in this example will have value 10 between 0 and 1 if we restrict the weights to have positive value in which case a possible choice of k values are k, equal to 0.9 and k, equal to 0.6. If the given criteria for the local quality value given by Q, (, w, x, X) is not satisfied then the weights w,c are updated to satisfy , if possible, the criteria for Q,, by 15 adjusting the weights on the runner-up class, C.: where k 3 is a small constant, and adjusting the weights w,. on the true class: 20 itew. - malx(ivao () o+~ k.,[2®,,.,,.,c ,-I ] O ). , C23).C(XT) a,+(.t".ItJ ("' "I UI. k 3 determines the relative change in the weights to be adjusted for the runner up class. One possible choice would be k 3 is 0.1. A feasible choice of k 4 could be one 25 tenth of the mean of the absolute values of the w. values. A suitable global quality function may be defined by the summation of the local quality values for all the training input examples: 30 QG(-I, X)= JQL(V, ,x, X). iEX WO 99/40521 PCT/DK99/00052 31 The global quality criterion may be to satisfy Q; > EN., where E is a parameter determining the fraction of training examples demanded to pass the local quality test. 5 With reference to Fig. 5, the weight updating or adjustment steps of example 4 may be described as: 10 * Initialise all tw,,. values to zero (5.1). * Loop through all examples in the training set (5.2,5.10, 5.3). * Calculate the local quality for each example (5.4) (Can the example be correctly classified if excluded from the training set and at the same time have sufficient vote "support" ? (5.5)). 15 * If yes process next example, if not update the weights associated with cells voting on the runner-up class and update the weights associated with cells voting on the true class (5.6-5.9) in order to increase the vote level on the true class and decrease the vote level on the runner up class. * Calculate the global quality function. If the quality is the highest obtained 20 hitherto store the network (5.11). * Repeat until global quality value is satisfactory or other exit condition is fulfilled (5.12, 5.13). Example 5 25 In this example the vote number function for an input example y is given as VoteNo(C,Vi)= Y11Va,(c1 VU,(V)C) 30 The local quality function and the threshold criteria is now defined so that the answer to the question "is Olocal OK" will always be no. Thus, the local quality function may be defined as: WO 99/40521 PCT/DK99/00052 32 Q = FALSE With these definition all training examples will be used for adjusting w,(c, as the answer to (5.5) will always be no. 5 The weight updating rule is: 10 where (z) is defined as: {ifz >Q f,, () = 1 + ,,(.) = 2 if - > a lif :5< a 15 and o is the iteration number. The global quality function for the a ' iteration may be defined as: O 11= Y J .,,.,, TEX 20 where A(T, a) = argmax(_ f,+j,.,,,. (v. )eI+,.. (1',.(t.C)J With reference to Fig. 5, the weight updating or adjustment steps of example 5 may be described as: 25 * Initialise all w,C. values to zero (5.1) * Loop through all examples in the training set (5.2, 5.10, 5.3). * Calculate the local quality for each example (5.4) (In this example it will always be false, i.e. it will not fulfil the quality criteria). * If QL = TRUE (5.5) proceed with next example (it will never be true for 30 this example), else set the addressed weights using f,vn.c) which depends on the actual iteration (5.6-5.9).
WO 99/40521 PCT/DK99/00052 33 * Calculate the global quality value. If the quality value is the highest obtained hitherto store the network (5.11). * Repeat until the last iteration (5.12, 5.13). 5 Thus, the above described example 5 fits into the flowchart structure shown in Fig. 5. However as the answer to (5.5) is always no, the weight assignment procedure can be simplified in the present case as described below with reference to Fig. 6, which shows the flow chart of a more simplified weight cell adjustment process according to the present invention: 10 A number of schemes, aMx, for setting the w,,. values may be defined as follows (6.1, 6.6, 6.7): Scheme ex: 15 (6.2) for all LUTs do: for all ido: for all C do: 20 we = . (vr) For each ct scheme a global quality function for the classification performance may be calculated (6.3). One possibility for the global quality function is to calculate a cross-validation error: 25 IE X where A(., a) = argmax( f,+,,r,. ( .c) ,,-,.( .c) " C .iGO 30 The network having the best quality value QG may then be stored (6.4, 6.5). Here, it should be understood that another number of iterations may be selected and other suitable global quality functions may be defined.
WO 99/40521 PCT/DK99/00052 34 The foregoing description of preferred exemplary embodiments of the invention has been presented for the purpose of illustration and description. It is not intended to be 5 exhaustive or to limit the invention to the precise form disclosed, and obviously many modifications and variations are possible in light of the present invention to those skilled in the art. All such modifications which retain the basic underlying principles disclosed and claimed herein are within the scope of this invention.

Claims (49)

1. A method of training a computer classification system which can be defined by a 5 network comprising a number of n-tuples or Look Up Tables (LUTs), with each n tuple or LUT comprising a number of rows corresponding to at least a subset of possible classes and further comprising a number of columns being addressed by signals or elements of sampled training input data examples, each column being defined by a vector having cells with values, said method comprising determining 10 the column vector cell values based on one or more training sets of input data examples for different classes so that at least part of the cells comprise or point to information based on the number of times the corresponding cell address is sampled from one or more sets of training input examples, and determining weight cell values corresponding to one or more column vector cells being addressed or 15 sampled by the training examples to thereby allow weighting of one or more column vectors cells of positive value during a classification process, said weight cell values being determined based on the information of at least part of the determined column vector cell values and by use of at least part of the training set(s) of input examples: 20
2. A method of training a computer classification system which can be defined by a network comprising a number of n-tuples or Look Up Tables (LUTs), with each n tuple or LUT comprising a number of rows corresponding to at least a subset of possible classes and further comprising a number of columns being addressed by signals or elements of sampled training input data examples, each column being 25 defined by a vector having cells with values, said method comprising determining the column vector cell values based on one or more training sets of input data examples for different classes so that at least part of the cells comprise or point to information based on the number of times the corresponding cell address is sampled from one or more sets of training input examples, and determining weight 30 cell values corresponding to at least a subset of the column vector cells to thereby allow boosting of one or more column vector cells during a classification process, said weight cell values being determined based on the information of at least part of the determined column vector cell values and by use of at least part of the training set(s) of input examples. 35 WO 99/40521 PCT/DK99/00052 36
3. A method according to claim 2, wherein the weight cell values are determined so as to allow suppressing of one or more column vector cells during a classification process. 5
4. A method according to any of the claims 1-3, wherein the determination of the weight cell values allows weighting of one or more column vector cells having a positive value (greater than 0) and one or more column vector cells having a non positive value (lesser than or equal to 0). 10
5. A method according to any of the claims 1-4, wherein the weight cell values are arranged in weight vectors corresponding to at least part of the column vectors.
6. A method of determining weight cell values in a computer classification system which can be defined by a network comprising a number of n-tuples or Look Up 15 Tables (LUTs), with each n-tuple or LUT comprising a number of rows corresponding to at least a subset of possible classes and further comprising a number of column vectors with at least part of said column vectors having corresponding weight vectors, each column vector being addressed by signals or elements of a sampled training input data example and each column vector and 20 weight vector having cells with values being determined based on one or more training sets of input data examples for different classes, said method comprising determining the column vector cell values based on the training set(s) of input examples so that at least part of said values comprise or point to information based on the number of times the corresponding cell address is sampled from the set(s) of 25 training input examples, and determining weight vector cell values corresponding to one or more column vector cells based on the information of at least part of the determined column vector cell values and by use of at least part of the training set(s) of input examples, said determination allowing weighting of column vector cells having a positive value (greater than 0) and column vector cells having a non 30 positive value (lesser than or equal to 0).
7. A method according to any of the claims 1-6, wherein determination of the weight cells allows weighting of any column vector cell. WO 99/40521 PCT/DK99/00052 37
8. A method according to any of the claims 1-7, wherein the weight cells are arranged in weight vectors and the determination of the weight cell values comprises initialising one or more sets of weight vectors corresponding to at least part of the column vectors, and adjusting weight vector cell values of at least part of 5 the weight vectors based on the information of at least part of the determined column vector cell values and by use of at least part of the training set(s) of input examples.
9. A method according to any of the claims 1-8, wherein at least part of the column 10 cell values are determined as a function of the number of times the corresponding cell address is sampled from the set(s) of training input examples.
10. A method according to any of the claims 1-9, wherein the maximum column vector value is 1, but at least part of the values have an associated value being a 15 function of the number of times the corresponding cell address is sampled from the training set(s) of input examples.
11. A method according to any of the claims 8-10, wherein the column vector cell values are determined and stored in storing means before the adjustment of the 20 weight vector cell values.
12. A method according to any of the claims 1-11, wherein the determination of the column vector cell values comprises the training steps of 25 a) applying a training input data example of a known class to the classification network, thereby addressing one or more column vectors, b) incrementing, preferably by one, the value or vote of the cells of the addressed column vector(s) corresponding to the row(s) of the known class, and 30 c) repeating steps (a)-(b) until all training examples have been applied to the network.
13. A method according to any of the claims 5-12, wherein all column vectors have 35 corresponding weight vectors. WO 99/40521 PCT/DK99/00052 38
14. A method according to any of the claims 8-13, wherein the initialisation of the weight vectors comprises setting all weight vector cell values to a predetermined constant value, said predetermined value preferably being 1. 5
15. A method according to any of the claims 8-13, wherein the initialisation of the weight vectors comprises setting each weight vector cell to a predetermined specific cell value. 10
16. A method according to any of the claims 8-15, wherein the adjustment of the weight vector cell values comprises the steps of determining a global quality value based on at least part of the weight and column vector cell values, determining if the global quality value fulfils a required quality criterion, and adjusting at least part of the weight cell values until the global quality criterion is fulfilled. 15
17. A method according to any of the claims 8-15, wherein the adjustment of the weight cell values comprises the steps of a) selecting an input data example from the training set(s), 20 b) determining a local quality value corresponding to the sampled training input example, the local quality value being a function of at least part of the addressed weight and column vector cell values, 25 c) determining if the local quality value fulfils a required local quality criterion, if not, adjusting one or more of the addressed weight vector cell values if the local qua lity criterion is not fulfilled, c) selecting a new input example from a predetermined number of examples of the 30 training set(s), d) repeating the local quality test steps (b)-(d) for all the predetermined training in put examples, WO 99/40521 PCT/DK99/00052 39 e) determining a global quality value based on at least part of the weight and column vectors being addressed during the local quality test, f) determining if the global quality value fulfils a required global quality criterion, and, 5 h) repeating steps (a)-(g) until the global quality criterion is fulfilled.
18. A method according to claim 17, wherein steps (b)-(d) are carried out for all examples of the training set(s). 10
19. A method according to any of the claims 16-18, wherein the global and/or the local quality criterion is changed during the adjustment iteration process.
20. A method according to any of the claims 16-19, wherein the adjustment iteration 15 process is stopped if the global quality criterion is not fulfilled after a given number of iterations.
21. A method according to any of the claims 16-20, wherein the adjusted weight cell values are stored after each adjustment, and wherein the determination of the global 20 quality value further is followed by separately storing the hereby obtained weight cell values or classification system configuration values if the determined global quality value is closer to fulfil the global quality criterion than the global quality value corresponding to previously separately stored weight cell values or configuration values. 25
22. A method of classifying input data example into at least one of a plurality of classes using a computer classification system configured according to a method of any of the claims 1-21, whereby the column vector cell values and the corresponding weight vector cell values are determined for each n-tuple or LUT 30 based on one or more training sets of input data examples, said method comprising a) applying an input data example to be classified to the configured classification network thereby addressing column vectors and corresponding weight vectors in the set of n-tuples or LUTs, 35 WO 99/40521 PCT/DK99/00052 40 b) selecting a class thereby addressing specific rows in the set of n-tuples or LUTs, c) determining an output value as a function of values of addressed 5 weight cells, d) repeating steps (b)-(c) until an output has been determined for all classes, 10 e) comparing the calculated output values, and f) selecting the class or classes having maximum output value. 15
23. A method according to claim 22, wherein the output value further is determined as a function of values of addressed column cells.
24. A method according to claim 23, wherein said output value is determined as a first summation of all the addressed weight vector cell values corresponding to 20 column vector cell values greater than or equal to a predetermined value, said predetermined value preferably being 1.
25. A method according to claim 23, wherein said step of determining an output value comprises determining a first summation of all the addressed weight vector 25 cell values corresponding to column vector cell values greater than or equal to a predetermined value, determining a second summation of all the addressed weight vector cell values, and determining the output value by dividing the first summation by the second summation. 30
26. A system for training a computer classification system which can be defined by a network comprising a stored number of n-tuples or Look Up Tables (LUTs), with each n-tuple or LUT comprising a number of rows corresponding to at least a subset of possible classes and further comprising a number of columns being addressed by signals or elements of sampled training input data examples, each column being 35 defined by a vector having cells with values, said system comprising input means for WO 99/40521 PCT/DK99/00052 41 receiving training input data examples of known classes, means for sampling the received input data examples and addressing column vectors in the stored set of n tuples or LUTs, means for addressing specific rows in the set of n-tuples or LUTs, said rows corresponding to a known class, storage means for storing determined n 5 tuples or LUTs, means for determining column vector cell values so as to comprise or point to information based on the number of times the corresponding cell address is sampled from the training set(s) of input examples, and means for determining weight cell values corresponding to one or more column vector cells being addressed or sampled by the training examples to thereby allow weighting of one or 10 more column vectors cells of positive value during a classification process, said weight cell values being determined based on the information of at least part of the determined column vector cell values and by use of at least part of the training set(s) of input examples. 15
27. A system for training a computer classification system which can be defined by a network comprising a stored number of n-tuples or Look Up Tables (LUTs), with each n-tuple or LUT comprising a number of rows corresponding to at least a subset of possible classes and further comprising a number of columns being addressed by signals or elements of sampled training input data examples, each column being 20 defined by a vector having cells with values, said system comprising input means for receiving training input data examples of known classes, means for sampling the received input data examples and addressing column vectors in the stored set of n tuples or LUTs, means for addressing specific rows in the set of n-tuples or LUTs, said rows corresponding to a known class, storage means for storing determined n 25 tuples or LUTs, means for determining column vector cell values so as to comprise or point to information based on the number of times the corresponding cell address is sampled from the training set(s) of input examples, and means for determining weight cell values corresponding to at least a subset of the column vector cells to thereby allow boosting of one or more column vectors cells during a classification 30 process, said weight cell values being determined based on the information of at least part of the determined column vector cell values and by use of at least part of the training set(s) of input examples. WO 99/40521 PCT/DK99/00052 42
28. A system according to claim 27, wherein means for determining the weight cell values is adapted to determine these values so as to allow suppressing of one or more column vector cells during a classification process. 5
29. A system according to any of the claims 26-28, wherein the means for determining the weight cell values is adapted to determine these values so as to allow weighting of one or more column vector cells having a positive value (greater than 0) and one or more column vector cells having a non-positive value (lesser than or equal to 0). 10
30. A system according to any of the claims 26-29, wherein the means for determining the weight cell values is adapted to determine these values so that the weight cell values are arranged in weight vectors corresponding to at least part of the column vectors. 15
31. A system for determining weight cell values of a classification network which can be defined by a stored number of n-tuples or Look Up Tables (LUTs), with each n tuple or LUT comprising a number of rows corresponding to at least a subset of the number of possible classes and further comprising a number of column vectors with 20 at least part of said column vectors having corresponding weight vectors, each column vector being addressed by signals or elements of a sampled training input data example and each column vector and weight vector having cell values being determined during a training process based on one or more sets of training input data examples, said system comprising: input means for receiving training input 25 data examples of known classes, means for sampling the received input data examples and addressing column vectors and corresponding weight vectors in the stored set of n-tuples or LUTs, means for addressing specific rows in the set of n tuples or LUTs, said rows corresponding to a known class, storage means for storing determined n-tuples or LUTs, means for determining column vector cell 30 values so as to comprise or point to information based on the number of times the corresponding cell address is sampled from the training set(s) of input examples, and means for determining weight vector cell values corresponding to one or more column vector cells based on the information of at least part of the determined column vector cell values and by use of at least part of the training set(s) of.input 35 examples, said determination allowing weighting of one or more column vector cells WO 99/40521 PCT/DK99/00052 43 having a positive value (greater than 0) and one or more column vector cells having a non-positive value (lesser than or equal to 0).
32. A system according to any of the claims 26-31, wherein the means for 5 determining the weight cell values is adapted to allow weighting of any column vector cell.
33. A system according to any of the claims 26-32, wherein the means for determining the weight cell values comprises means for initialising one or more sets 10 of weight vectors corresponding to at least part of the column vectors, and means for adjusting weight vector cell values of at least part of the weight vectors based on the information of at least part of the determined column vector cell values and by use of at least part of the training set(s) of input examples. 15
34. A system according to any of the claims 26-33, wherein the means for determining the column vector cell values is adapted to determine these values as a function of the number of times the corresponding cell address is sampled from the set(s) of training input examples. 20
35. A system according to any of the claims 26-33, wherein the means for determining the column vector cell values is adapted to determine these values so that the maximum value is 1, but at least part of the values have an associated value being a function of the number of times the corresponding cell address is sampled from the training set(s) of input examples. 25
36. A system according to any of the claims 26-35, wherein, when a training input data example belonging to a known class is applied to the classification network thereby addressing one or more column vectors, the means for determining the column vector cell values is adapted to increment the value or vote of the cells of the 30 addressed column vector(s) corresponding to the row(s) of the known class, said value preferably being incremented by one.
37. A system according to any of the claims 26-36, wherein all column vectors have corresponding weight vectors. 35 WO 99/40521 PCT/DK99/00052 44
38. A system according to any of the claims 33-37, wherein the means for initialising the weight vectors is adapted to setting all weight vector cell values to a predetermined constant value, said predetermined value preferably being one. 5
39. A system according to any of the claims 33-38, wherein the means for initialising the weight vectors is adapted to setting each weight vector cell to a predetermined specific value.
40. A system according to any of the claims 33-39, wherein the means for adjusting 10 the weight vector cell values is adapted to determine a global quality value based on at least part of the weight and column vector cell values, determine if the global quality value fulfils a required global quality criterion, and adjust at least part of the weight cell values until the global quality criterion is fulfilled. 15
41. A system according to any of the claims 33-39, wherein the means for adjusting the weight vector cell values is adapted to a) determine a local quality value corresponding to a sampled training input example, the local quality value being a function of at least part of 20 the addressed weight and column vector cell values, b) determine if the local quality value fulfils a required local quality crite rion, 25 c) adjust one or more of the addressed weight vector cell values if the local quality criterion is not fulfilled, d) repeat the local quality test for a predetermined number of training input examples, 30 d) determine a global quality value based on at least part of the weight and column vectors being addressed during the local quality test, e) determine if the global quality value fulfils a required global quality crite 35 rion, and, WO 99/40521 PCT/DK99/00052 45 g) repeat the local and the global quality test and associated weight adjustments until the global quality criterion is fulfilled. 5
42. A system according to claim 40 or 41, wherein the means for adjusting the weight vector cell values is adapted to stop the iteration process if the global quality criterion is not fulfilled after a given number of iterations.
43. A system according to claim 40 or 41, wherein the means for storing n-tuples or 10 LUTs comprises means for storing adjusted weight cell values and separate means for storing best so far weight cell values, said means for adjusting the weight vector cell values further being adapted to replace previously separately stored best so far weight cell values with obtained adjusted weight cell values if the determined global quality value is closer to fulfil the global quality criterion than the global quality value 15 corresponding to previously separately stored best so far weight values.
44. A system for classifying input data examples into at least one of a plurality of classes, said system comprising: storage means for storing a number or set of n tuples or Look Up Tables (LUTs) with each n-tuple or LUT comprising a number of 20 rows corresponding to at least a subset of the number of possible classes and further comprising a number of column vectors with corresponding weight vectors, each column vector being addressed by signals or elements of a sampled input data example and each column vector and weight vector having cells with values being determined during a training process based on one or more sets of training input 25 data examples, said system further comprising: input means for receiving an input data example to be classified, means for sampling the received input data example and addressing columns and corresponding weight vectors in the stored set of n tuples or LUTs, means for addressing specific rows in the set of n-tuples or LUTs, said rows corresponding to a specific class, means for determining an output value 30 as a function of addressed weight cells, and means for comparing calculated output values corresponding to all classes and selecting the class or classes having maximum output value.
45. A system according to claim 44, wherein the output value further is determined 35 as a function of values of addressed column cells. WO 99/40521 PCT/DK99/00052 46
46. A system according to claim 44 or 45, wherein the output determining means comprises means for producing a first summation of all the addressed weight vector 5 cell values corresponding to a specific class and corresponding to column vector cell values greater than or equal to a predetermined value.
47. A system according to claim 46, wherein the output determining means further comprises means for producing a second summation of all the addressed weight 10 vector cell values corresponding to a specific class, and means for determining the output value by dividing the first summation by the second summation.
48. A system according to any of the claims 44-47, wherein the cell values of the column vectors and the weight vectors have been determined by use of a training 15 system according to any of the systems of claims 26-43.
49. A system according to any of the claims 44-47, wherein the cell values of the column vectors and the weight vectors have been determined during a training process according to any of the methods of claims 1-21. 20 25
AU22656/99A 1998-02-05 1999-02-02 N-tuple or ram based neural network classification system and method Ceased AU756987B2 (en)

Applications Claiming Priority (5)

Application Number Priority Date Filing Date Title
DK0162/98 1998-02-05
DK16298 1998-02-05
EP98201910 1998-06-09
EP98201910A EP0935212B9 (en) 1998-02-05 1998-06-09 N-Tuple or ram based neural network classification system and method
PCT/DK1999/000052 WO1999040521A1 (en) 1998-02-05 1999-02-02 N-tuple or ram based neural network classification system and method

Publications (2)

Publication Number Publication Date
AU2265699A true AU2265699A (en) 1999-08-23
AU756987B2 AU756987B2 (en) 2003-01-30

Family

ID=26063433

Family Applications (1)

Application Number Title Priority Date Filing Date
AU22656/99A Ceased AU756987B2 (en) 1998-02-05 1999-02-02 N-tuple or ram based neural network classification system and method

Country Status (8)

Country Link
JP (1) JP2002503002A (en)
CN (1) CN1227608C (en)
AU (1) AU756987B2 (en)
CA (1) CA2318502C (en)
IL (1) IL137337A0 (en)
NZ (1) NZ506053A (en)
PL (1) PL343114A1 (en)
WO (1) WO1999040521A1 (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6995629B2 (en) * 2018-01-05 2022-01-14 日本電信電話株式会社 Arithmetic circuit
CN110163334B (en) * 2018-02-11 2020-10-09 上海寒武纪信息科技有限公司 Integrated circuit chip device and related product
CN110197264B (en) * 2018-02-27 2020-08-04 上海寒武纪信息科技有限公司 Neural network processor board card and related product
CN110197275B (en) * 2018-02-27 2020-08-04 上海寒武纪信息科技有限公司 Integrated circuit chip device and related product
CN110197267B (en) * 2018-02-27 2020-08-04 上海寒武纪信息科技有限公司 Neural network processor board card and related product
CN110197274B (en) * 2018-02-27 2020-08-25 上海寒武纪信息科技有限公司 Integrated circuit chip device and related product

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB9014569D0 (en) * 1990-06-29 1990-08-22 Univ London Devices for use in neural processing

Also Published As

Publication number Publication date
CA2318502C (en) 2008-10-07
CN1290367A (en) 2001-04-04
PL343114A1 (en) 2001-07-30
AU756987B2 (en) 2003-01-30
WO1999040521A1 (en) 1999-08-12
CA2318502A1 (en) 1999-08-12
CN1227608C (en) 2005-11-16
IL137337A0 (en) 2001-07-24
NZ506053A (en) 2003-02-28
JP2002503002A (en) 2002-01-29

Similar Documents

Publication Publication Date Title
US11531900B2 (en) Imitation learning for machine learning systems with synthetic data generators
Heck et al. Simplified minimal gated unit variations for recurrent neural networks
Yu et al. An automatically tuning intrusion detection system
WO2019067960A1 (en) Aggressive development with cooperative generators
CN107292097B (en) Chinese medicine principal symptom selection method based on feature group
Kaufman et al. Learning from inconsistent and noisy data: the AQ18 approach
AU753822B2 (en) N-tuple or ram based neural network classification system and method
US6393413B1 (en) N-tuple or RAM based neural network classification system and method
Muselli Switching neural networks: A new connectionist model for classification
AU2265699A (en) N-tuple or ram based neural network classification system and method
US20040042651A1 (en) Modular classification architecture for a pattern recognition application
Ditzler et al. Incremental learning of new classes from unbalanced data
Junco et al. Using the Adaboost algorithm to induce fuzzy rules in classification problems
CN115049006A (en) Communication signal identification method and system based on self-adaptive feedforward neural network
Granitto et al. Aggregation algorithms for neural network ensemble construction
CN111860673A (en) Machine learning classification method for screening deep forest based on box-separating confidence
CN118096244B (en) Charging pile sales model training method, device, equipment and storage medium
Kovács et al. Boundary region sensitive classification for the counter-propagation neural network
JPH09231079A (en) Fuzzy inference system and fuzzy rule organization system
EP1065601A1 (en) Training process
Blanco-Vega et al. Estimating the class probability threshold without training data
CN118135417A (en) SAR target continuous learning method based on memory enhancement weight alignment
CREST A Penalized Synthetic Control Estimator for Disaggregated Data
Setiono Generating linear regression rules from neural networks using local least squares approximation
CN117350374A (en) Super parameter tuning device

Legal Events

Date Code Title Description
FGA Letters patent sealed or granted (standard patent)