Method for training a learning machine having a deep multi-layered network with labeled and unlabeled training data
Abstract
This record has no abstract on file.
Term
Projected expiry 9 February 2029.
- Priority
- Filed
- Published
- Today
- Projected expiry
15 claims: 2 independent, 13 dependent
- 1Claims of equivalent WO 2009100417 A2 CLAIMS What is claimed is:1. A method for training a learning machine comprising a deep network including a plurality of layers, the method comprising the steps of: applying a regularizer to one or more of the layers of the deep network in a first computer process;training the regularizer with unlabeled data in a second computer process;and training the deep network with labeled data in a third computer process.
- 13A method for training a learning machine comprising a deep network including a plurality of layers, the method comprising the steps of:applying a regularizer to one or more of the layers of the deep network;training the regularizer with unlabeled data;and training the deep network with labeled data, wherein at least the regularizer applying and training steps are performed in a first computer process.
Independent claims2
38 paragraphs in 7 sections, as filed
Description of equivalent WO 2009100417 A2
METHOD FOR TRAINING A LEARNING MACHINE HAVING A DEEP MULTI-LAYERED NETWORK, WITH LABELED AND UNLABELED
TRAINING DATA
RELATED APPLICATION
[0001] This application claims the benefit of U.S. Provisional Application No. 61/026,860, filed February 07, 2008, the entire disclosure of which is incorporated herein by reference.
FIELD
[0002] The present disclosure relates to machine learning. More particularly, the present disclosure relates to methods and apparatus for improving the error rate of a supervised learning task using unlabeled data.
BACKGROUND
[0003] Embedding data into a lower dimensional space or the related task of clustering data, are unsupervised dimensionality reduction techniques that have been intensively studied. Most algorithms relating to same are developed with the motivation of producing a useful analysis and visualization tool.
[0004] Recently in the field of semi-supervised learning, the task of improving generalization on a supervised task using unlabeled data, has made use of many of the above-mentioned techniques. For example, nonlinear embedding or cluster representations have been used as features for a supervised classifier, with improved results.
[0005] Most of these architectures are disjoint and shallow (four layers or less), by which we mean the unsupervised dimensionality reduction algorithm is trained on unlabeled data separately as a first step, and then its results are fed to a supervised classifier, which has a shallow architecture such as a (kernelized) linear model.
[0006] Typically, the quantity of labeled data is insufficient to perform hard artificial intelligence (AI) tasks, such as scene or language understanding, well. In addition, the sharing of information learnt across sub-tasks (multi-task learning) seems a more economical use of data, but necessitates a deep learning network architecture, where presumably all tasks are learnt jointly. A typical example is a multi-layer feed- forward network where the first layers will typically leara levels of feature extraction or processing that are useful to all tasks.
[0007] The aim is that the unsupervised method will improve accuracy on the task at hand. However, existing unsupervised methods for deep learning network architectures are somewhat complicated and restricted.
[0008] Accordingly, there remains a need for an improved method for training a deep multi-layered learning network, with labeled and unlabeled training data.
SUMMARY
[0009] A method is disclosed herein for training a learning machine comprising a deep network including a plurality of layers. The method, in one exemplary embodiment, comprises the steps of applying a regularizer to one or more of the layers of the deep network in a first computer process; training the regularizer with unlabeled data in a second computer process; and training the deep network with labeled data in a third computer process. [0010] The method in another exemplary embodiment comprises the steps of applying a regularizer to one or more of the layers of the deep network; training the regularizer with unlabeled data; and training the deep network with labeled data, wherein at least the regularizer applying and training steps are performed in a first computer process. The deep network training step may be performed in a second computer process or the deep network training step may be performed in the first computer process. [0011] Further disclosed herein is an apparatus for use in discriminative classification and regression. The apparatus comprises an input device for inputting unlabeled and labeled data associated with a phenomenon of interest; a processor; and a memory communicating with the processor. The memory comprises instructions executable by the processor for implementing a learning machine comprising a deep network including a plurality of layers, and training the learning machine by applying a regularizer to one or more of the layers of the deep network; training the regularizer with unlabeled data; and training the deep network with labeled data.
BRIEF DESCRIPTION OF THE DRAWINGS
[0012] FIG. 1 is a block diagram of an exemplary embodiment of a conventional deep multi-layer network.
[0013] FIG. 2 is a block diagram of an exemplary embodiment of a deep multi-layer network according to the present disclosure.
[0014] FIG. 3 is a block diagram of another exemplary embodiment of a deep multi-layer network according to the present disclosure.
[0015] FIG. 4 is a block diagram of a further exemplary embodiment of a deep multilayer network according to the present disclosure. [0016] FIG. 5 is a flowchart of an exemplary embodiment of a method for training a learning machine having a deep multi-layer network architecture with labeled and unlabeled training data, according to the present disclosure.
[0017] FIG. 6 is a block diagram of an exemplary embodiment of a computer system for performing the methods described herein.
DETAILED DESCRIPTION
[0018] The present disclosure describes a method for training a learning machine having a deep multi-layered network, with labeled and unlabeled training data. The deep multi- layered network is a network comprising four or more layers of non-linear mapping. The method generally comprises applying an unsupervised embedding algorithm to any one or more of the layers of the deep network. The unsupervised embedding algorithm is operative as a semi-supervised regularizer in the deep network. [0019] In one exemplary embodiment, as shown in the block diagram of FIG. 1, a conventional deep multi-layered network 10 comprises an input layer 12, an output layer 16 and H layers 14 of hidden units. The network 10 is represented by the algorithm: <img file="WO2009100417A2_D0001.tif" />
where typically the k'<sup>h</sup> layer is defined as
<img file="WO2009100417A2_D0002.tif" /> and S is a non-linear squashing function. In one exemplary embodiment, the non-linear squashing function comprises a "Hard Tanh" function: <img file="WO2009100417A2_D0003.tif" />
[0020] Although the above-described network is a conventional, fully connected multilayer network, the methods described herein may also be used with other types of network structures, depending upon the application to be addressed by the network. For example, in sequence and image recognition applications, the method described herein may be used with time delay and convolutional networks (TDNNs and CNNs). In such embodiments, layers are used which apply convolutions on their input that take into account locality information in the data, i.e. they learn features from image patches or windows within a sequence.
[0021] As described earlier, the unsupervised embedding algorithm is applied or connected to any of the one or more layers of the deep network. The embedding algorithm labels similar pairs of unlabeled training examples or datapoints (unlabeled training examples that are known to be or likely to be of a same class or type) as positive pairs, and defines or labels dis-similar pairs of unlabeled training examples or datapoints (unlabeled training examples that are known to be or likely to be of a different class or type) as negative pairs. The embedding algorithm is trained to calculate a first distance metric which pushes the similar training examples or datapoints together and a second distance metric which pulls the dis-similar training examples apart. [0022] One general class of unsupervised embedding algorithms that may be used in the present method is described by the following type of optimization problem: given the data X<sub>1</sub> , . . . , X<sub>11</sub> find an embedding /(x,) of each point X<sub>1</sub> by minimizing <img file="WO2009100417A2_D0004.tif" /> with respect to a , subject to a balancing constraint.
[0023] The optimization problem of equation 5 has four main components. The first component comprises f(x) , which is the embedding that is trying to learn for a given example x . This component is parameterized by a . In many techniques, f(x,) = f, is a lookup table where each example / is assigned an independent vector f<sub>t</sub> . The second component comprises L , which is a loss function between pairs of examples. The third component comprises matrix W of weights W<sub>11</sub> specifying the similarity or dissimilarity between examples X<sub>1</sub> and X<sub>1</sub>. This component is supplied in advance and serves as a kind of label for the loss function. The fourth component comprises an optional balancing constraint, that is often used so the embedding does not collapse to a single point, or expand to infinity. [0024] In one exemplary embodiment, the embedding algorithm may comprise
^ ' <img file="WO2009100417A2_D0005.tif" />
The embedding algorithm of equation 6 encourages similar examples to have a similar direction (independent of magnitude).
[0025] In another exemplary embodiment, the embedding algorithm may comprise: <img file="WO2009100417A2_D0006.tif" />
The embedding algorithm of equation 7 encourages similar examples to be close, and dissimilar ones to have a distance of at least m from each other. [0026] Neither one of the embedding algorithms of equations 6 and 7 includes a balancing constraint. This is because the solution of equation 6 is independent of magnitude and because the margin constraint of equation 7 inhibits a trivial solution. These embedding algorithms are relatively easy to minimize by a stochastic gradient descent.
[0027] The unsupervised embedding algorithm may be applied to one or more layers of the deep network. FIG. 2 is a block diagram of one exemplary embodiment of a deep network 20 with unsupervised embedding 24 applied to an output 22 of the deep network 20. The method of applying unsupervised embedding 24 to the output 22 of the deep network 20 may be algorithmically described as:
L+U
∑ H(y,f(x, ))+λ∑ L{f{x, ), /(x, )w<sub>g</sub>). (8)
'=1 'J=I
[0028] FIG. 3 is a block diagram of another exemplary embodiment of a deep network 30 with unsupervised embedding 34 applied directly to a k<sup>th</sup> hidden layer 32 of the deep network 30. The method of applying unsupervised embedding 34 directly to a k<sup>lh</sup> hidden layer 32 of the deep network 30 may be algorithmically described as: <img file="WO2009100417A2_D0007.tif" /> where /* (x) = [$ (x), ...,h<sub>N</sub><sup>k</sup> (x)j is the output of the network up to the k'<sup>h</sup> hidden layer. [0029] FIG. 4 is a block diagram of a further exemplary embodiment of a network 40 wherein unsupervised embedding is applied to a deep network 41 as a separate layer 44 so that the deep network 41 shares its first k layers 42 (weights) with the embedding layer 44 but where the embedding layer 44 has a new final set of weights. The method of applying unsupervised embedding as a separate layer 44 within the deep network 40 may be algorithmically described as:
The network 40 is trained to embed unlabeled data simultaneously as the deep network
41 is trained on labeled data.
[0030] AU the loss functions (embedding algorithms) are pairwise. By defining: c{x,x')=sign{D(f(x),f(x'))+b), (11) a classifier can be provided that returns whether two examples are similar or not, which can be trained with labeled examples. Here, the model /(x)may be used as before, and a distance measure D has to be defined, which can either be: (i) a Euclidean distance, (ii) a (normalized) inner product or (iii) be a trainable function itself. When in this manner, the semi-supervised regularizer is operative an auxiliary classification task. [0031] The method may be generalize further in the case where there are k neighbors rather than a pair of examples to consider, a situation that comes up naturally in embedding sequence data. For example, given unlabeled text of the English language one can think of the words in any given sentence or window as being neighbors, and a random collection of k words as being a dissimilar set. In the present method, c(x\...,x<sup>k</sup>)=sign(D(f(x<sup>l</sup>) ...,f{x<sup>k</sup>))+b) (12) may be defined where D is now a function operating on the set of examples which returns whether the set are similar or not.
[0032] FIG. 5 is a flowchart of an exemplary embodiment of the method for training a learning machine having a deep multi-layer network architecture with labeled and unlabeled training data. The method commences in step 51 , wherein an appropriate unsupervised embedding algorithm is selected. The embedding algorithm is applied to a selected one or more layers of the network in step 52 as an auxiliary task. In step 53, the network and the embedding algorithm are simultaneously trained with labeled and unlabeled training examples or datapoints, respectively to minimize (optimize) the loss functions of the network and embedding algorithm. In one exemplary embodiment, training may be by stochastic gradient descent. In other exemplary embodiments, the training may be by batch gradient descent.
[0033] The methods of the present disclosure improves the accuracy of the supervised training task, i.e., the training of the deep multi-layer network with labeled examples or data. The method may be used for training deep multi-layer networks that are utilized for analyzing phenomenons of interest including, without limitation, human language, written text, an object viewed by a camera, financial information, and any other phenomenon commonly addressed in natural language processing, syntactic pattern recognition, search engines, medical diagnosis, bioinformatics, brain-machine interfaces and cheminformatics, financial analysis, speech and handwriting recognition, and object recognition in computer vision, game playing and robot locomotion. [0034] The methods described herein may be executed in software, hardware, a combination of software and hardware, or in other suitable executable implementations. The methods implemented in software may be executed by a processor of a computer system or by one or more processors of one or more associated computers or computer systems connected to the computer system.
[0035] The computer system may include, without limitation, a mainframe computer system, a workstation, a personal computer system, a personal digital assistant (PDA), or other device or apparatus having at least one processor that executes instructions from a memory medium.
[0036] The computer system(s) may include one or more memory mediums on which one or more computer programs or software components implementing the methods described herein may be stored. The one or more software programs which are executable to perform the methods described herein, may be stored in the memory medium. The one or more memory mediums may include, without limitation, CD-ROMs, floppy disks, tape devices, random access memories such as but not limited to DRAM, SRAM, EDO RAM, and Rambus RAM, non-volatile memories such as, but not limited hard drives and optical storage devices, and combinations thereof. In addition, the memory medium may be entirely or partially located in one or more associated computers or computer systems which connect to the computer system over a network, such as the Internet. [0037] FIG. 6 is a block diagram of an exemplary embodiment of a computer system 60 which may be used for performing the methods described herein. The computer system 60 includes a processor 61, a memory 62 for storing one or more programs which are executable by the processor for performing the methods described herein, an input 63 for receiving input data (e.g., the unlabeled and labeled training data), and an output for 64 for outputting data (e.g., a predicted class label). [0038] While exemplary drawings and specific embodiments have been described and illustrated herein, it is to be understood that that the scope of the present invention is not to be limited to the particular embodiments discussed. Thus, the embodiments shall be regarded as illustrative rather than restrictive, and it should be understood that variations may be made in those embodiments by persons skilled in the art without departing from the scope of the present invention as set forth in the claims that follow and their structural and functional equivalents.
Contents7
Every citation, both ways
| Document | Relation | Office | Cited during |
|---|---|---|---|
| US12017255B2 | Cited by | United States of America | Applicant |
| US12290842B2 | Cited by | United States of America | Applicant |
| US12103045B2 | Cited by | United States of America | Applicant |
| US12179237B2 | Cited by | United States of America | Applicant |
| US11278937B2 | Cited by | United States of America | Applicant |
| US12280403B2 | Cited by | United States of America | Applicant |
| US10625304B2 | Cited by | United States of America | Applicant |
| US12030088B2 | Cited by | United States of America | Applicant |
| US11260426B2 | Cited by | United States of America | Applicant |
| US10710119B2 | Cited by | United States of America | Applicant |
| US12194506B2 | Cited by | United States of America | Applicant |
| US11964304B2 | Cited by | United States of America | Applicant |
| US10722922B2 | Cited by | United States of America | Applicant |
| US12109593B2 | Cited by | United States of America | Applicant |
| US12280404B2 | Cited by | United States of America | Applicant |
| US11969764B2 | Cited by | United States of America | Applicant |
| US11975365B2 | Cited by | United States of America | Applicant |
| US11471916B2 | Cited by | United States of America | Applicant |
| US10710119B2 | Cited by | United States of America | Applicant |
| US12390838B2 | Cited by | United States of America | Applicant |
| US12208421B2 | Cited by | United States of America | Applicant |
6 members in 3 offices
Priority claims14
| Document | Office | Kind | Date |
|---|---|---|---|
| 26860 | United States of America | – | |
| 2686008 | United States of America | P | |
| 2686008 | United States of America | P | |
| 367278 | United States of America | – | |
| 36727809 | United States of America | A | |
| 36727809 | United States of America | A | |
| 2009033532 | United States of America | W | |
| 2009033532 | United States of America | W | |
| 26860 | – | – | – |
| 367278 | – | – | – |
| US20080026860P | – | – | – |
| US2009033532 | – | – | – |
| US20090367278 | – | – | – |
| WO2009US33532 | – | – | – |
Members6
| Document | Office | Kind | |
|---|---|---|---|
| US2009204558A1 | United States of America | A1 | |
| WO2009100417A2 | World Intellectual Property Organization (WIPO) | A2 | |
| WO2009100417A3 | World Intellectual Property Organization (WIPO) | A3 | |
| EP2243089A2This record | European Patent Office (EPO) | A2 | |
| US8234228B2 | United States of America | B2 | |
| EP2243089A4 | European Patent Office (EPO) | A4 |
13 legal events, as the office reported them to INPADOC
Over the term
Point at a mark for the eventEvents
| Event | Code | |
|---|---|---|
| Application deemed to be withdrawnWithdrawn18D | 18D | |
| Information on the status of an ep patent application or granted ep patentGrantedSTATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWNSTAA | STAA | |
| First examination report despatched17Q | 17Q | |
| Supplementary search report drawn up and despatchedA4 | A4 | |
| Information provided on ipc code assigned before grantRIC1 | RIC1 | |
| Information provided on ipc code assigned before grantRIC1 | RIC1 | |
| Request for extension of the european patent (deleted)DAX | DAX | |
| Information on inventor provided before grant (corrected)RIN1 | RIN1 | |
| Information on inventor provided before grant (corrected)RIN1 | RIN1 | |
| Request for examination filed17P | 17P | |
| Designated contracting statesAK | AK | |
| Request for extension of the european patentAX | AX | |
| Public reference made under article 153(3) epc to a published international application that has entered the european phaseORIGINAL CODE: 0009012PUAI | PUAI |
Numbers
- Publication
- 2243089
- Publication, DOCDB
- 2243089
- Publication, EPODOC
- EP2243089
- Application
- 9708540
- Application, DOCDB
- 09708540
- Application, EPODOC
- EP20090708540
Titles3
- German
- VERFAHREN ZUM TRAINING EINER LERNMASCHINE MIT EINEM TIEFEN MEHRSCHICHTIGEN NETZWERK MIT GEKENNZEICHNETEN UND UNGEKENNZEICHNETEN TRAININGSDATEN
- English
- METHOD FOR TRAINING A LEARNING MACHINE HAVING A DEEP MULTI-LAYERED NETWORK WITH LABELED AND UNLABELED TRAINING DATA
- French
- PROCÉDÉ ASSURANT L APPRENTISSAGE D UNE MACHINE D'APPRENTISSAGE PRÉSENTANT UN RÉSEAU PROFOND À COUCHES MULTIPLES AVEC DES DONNÉES D APPRENTISSAGE ÉTIQUETÉES ET NON ÉTIQUETÉES
Classification
- CPC, 5
- G06N3/08
- G06F18/2137
- G06N3/0895
- G06N3/0464
- G06N3/09
- IPC, 2
- G06F15 18
- G06F9 44
Designated states2
- Contracting states, 1
- Türkiye
- Extension states, 1
- Serbia