Login| Sign Up| Help| Contact|

Patent Searching and Data


Title:
OBJECT RECOGNITION USING A CONVOLUTIONAL NEURAL NETWORK TRAINED BY PRINCIPAL COMPONENT ANALYSIS AND REPEATED SPECTRAL CLUSTERING
Document Type and Number:
WIPO Patent Application WO/2019/102005
Kind Code:
A1
Abstract:
A method of object recognition uses a convolutional neural network (CNN) trained with a set of training images [100, 104], then classifies [110] an image [108] of an object using the trained CNN. A first layer of the CNN is trained [102] by generating a set of first convolutional filters from eigenvectors produced from linear principal component analysis of patches of the training images [100]. The training of each of multiple hidden layers CNN includes generating a set of convolutional filters from a selected subset of eigenvectors produced from linear principal component analysis of patches of an affinity matrix constructed using a set of prior convolutional filters from a prior layer of the CNN, where the affinity matrix represents correlations of feature vectors associated with the prior layer. The last layer of the CNN is trained [106] with a regular classifier by error back-propagation using the training images and labels associated with the training images [104].

Inventors:
TER HAAR ROMENIJ BAREND MARIUS (NL)
ABBASI SURESHJANI SAMANEH (NL)
Application Number:
PCT/EP2018/082589
Publication Date:
May 31, 2019
Filing Date:
November 26, 2018
Export Citation:
Click for automatic bibliography generation   Help
Assignee:
UNIV EINDHOVEN TECH (NL)
International Classes:
G06V10/764
Domestic Patent References:
WO2017023569A12017-02-09
Other References:
LI YAWEI ET AL: "A pre-training strategy for convolutional neural network applied to Chinese digital gesture recognition", 2016 8TH IEEE INTERNATIONAL CONFERENCE ON COMMUNICATION SOFTWARE AND NETWORKS (ICCSN), IEEE, 4 June 2016 (2016-06-04), pages 620 - 624, XP032976587, DOI: 10.1109/ICCSN.2016.7586597
REN XU-DIE ET AL: "Convolutional Neural Network Based on Principal Component Analysis Initialization for Image Classification", 2016 IEEE FIRST INTERNATIONAL CONFERENCE ON DATA SCIENCE IN CYBERSPACE (DSC), IEEE, 13 June 2016 (2016-06-13), pages 329 - 334, XP033072307, DOI: 10.1109/DSC.2016.18
Attorney, Agent or Firm:
FRKELLY (IE)
Download PDF:
Claims:
CLAIMS

1. A method of object recognition using a convolutional neural network (CNN), the method comprising: a) training a CNN with a set of training images to produce a trained CNN; and b) classifying an image of an object using the trained CNN; wherein training the CNN comprises: for each layer of multiple layers of the CNN, generating a set of convolutional filters associated with the layer from a selected subset of eigenvectors produced from linear principal component analysis of patches of an affinity matrix constructed using a set of prior convolutional filters from a prior layer of the CNN, where the affinity matrix represents correlations of feature vectors associated with the prior layer; training a regular classifier by error back-propagation using the training images and labels associated with the training images.

2. The method of claim 1 wherein the selected subset of eigenvectors corresponds to

eigenvalues larger than a threshold sufficient for the eigenvalues to collectively describe at least 95% of the patches.

3. The method of claim 1 wherein training the CNN further comprises: for a first layer of the CNN, generating a set of first convolutional filters associated with the first layer from selected first layer eigenvectors produced from linear principal component analysis of patches of the training images.

4. The method of claim 1 wherein training the CNN comprises: i) performing linear principal component analysis of image patches of the training images to produce first layer eigenvectors and first layer eigenvalues; ii) selecting a subset of largest first layer eigenvalues and corresponding first layer eigenvectors; iii) producing from the selected first layer eigenvectors a set of first convolutional filters associated with a first layer of the convolutional neural network; iv) using the prior convolutional filters produced in the prior layer of the

convolutional neural network to produce the feature vectors; v) constructing the affinity matrix by computing correlations (dot products) between the feature vectors, augmented with the Riemannian distance for co-circularity; vi) performing linear principal component analysis of patches of the affinity matrix to produce eigenvectors and associated eigenvalues; vii) selecting the subset of eigenvectors and corresponding eigenvalues by eigenvalue exponentiation and thresholding; viii) producing from the selected subset of eigenvectors the set of convolutional filters associated with the layer of the convolutional neural network; ix) repeating steps iv), v), vi), vii), viii) for multiple layers of the convolutional neural network. The affinity matrix patches are remaining the same number of pixels, but the sampling pixel area increases exponentially per layer.

5. A graphical processing unit programmed to implement image classification of an object using a convolutional neural network (CNN) trained with a set of training images;

wherein the CNN is trained by, for each layer of multiple layers of the CNN, generating a set of convolutional filters associated with the layer from a selected subset of eigenvectors produced from linear principal component analysis of patches of an affinity matrix constructed using a set of prior convolutional filters from a prior layer of the CNN, where the affinity matrix represents correlations of feature vectors associated with the prior layer; and training a regular classifier by error back-propagation using the training images and labels associated with the training images.

Description:
OBJECT RECOGNITION USING A CONVOLUTIONAL NEURAL NETWORK TRAINED BY PRINCIPAL COMPONENT ANALYSIS AND REPEATED SPECTRAL CLUSTERING

FIELD OF THE INVENTION

The present invention relates generally to image analysis for object recognition. More specifically, it relates to techniques for image classification using convolutional neural networks.

BACKGROUND OF THE INVENTION

Image classification for object recognition is among the most important and well-known applications of convolutional neural networks. In such applications, a neural network is trained with a set of images that have been classified with labels. Once the network has learned this training data, it can then quickly analyze and classify arbitrary images. Training a network, however, can be time consuming and computationally complex. A computational neural network contains a set of connected nodes organized in layers, where each layer provides output to a next layer based on input from a prior layer. The first layer is the input layer. The last layer is the output layer. Intermediate layers are called hidden layers. A neural network with more than one hidden layer is called a deep neural network. Typically, deep neural networks today have 5-150 hidden layers. Deep neural networks are able to leam more complex and abstract features of data (e.g., not only low level features such as edges and lines, but also higher level features such as shapes and arrangements of shapes). A common type of deep neural network is a convolutional neural network (CNN), where each layer generates a feature map. This feature map is convolved with filters to produce an output feature map.

Conventionally, pooling is used to reduce the dimensionality of the feature maps. Training of neural networks can use supervised learning or unsupervised learning. In unsupervised learning, the training data is not classified. The training clusters data, which corresponds to discovered features and classes. These classes, however, do not necessarily correspond to desired classifications. In supervised learning, the network is provided with classified training data. During training, the classified images are used to determine the weights in the network, e.g., using back propagation to adjust the weights to reduce the output error. Using back propagation to adjust weights through all levels of a network, however, can be computationally expensive, especially in the case of large training sets and convolutional networks having many layers. To make the training more manageable, the explosion of data to the next layer can be reduced with a 'max pooling' or 'mean pooling' technique. Even with these existing pooling techniques, however, back-propagation training of a CNN is still extremely complex and time-consuming. BRIEF SUMMARY OF THE INVENTION

In one aspect, the invention provides a fast, automatic, unsupervised technique for training a deep convolutional neural network (CNN) for image analysis. In a first stage, the multi-layered deep cascade of neural networks is feed-forward trained by linear principal component analysis (PCA) on patches of the training images. The resulting eigenvectors are rich feature vectors, which represent convolutional filters/kemels. The number of feature vectors is reduced by using leading eigenvalues of the PCA to select a subset of eigenvectors. Eigenvalues typically decay fast in PCA, so the first limited set of eigenvalues describe a high percentage of the data, e.g. 95% or 99% described by just 5-8 eigenvalues. This reduction technique is far more accurate and efficient than existing pooling techniques. The second and higher stages are feed- forward trained by convolving the filters with the training images to produce an affinity matrix by correlating feature vectors, then performing a linear PCA on patches of the affinity matrix (spectral clustering, graph cuts). PCA on this affinity matrix gives the basis for the‘active appearance’ representation of this next layer. Due to the affinity, the context region of mutual influence is exploited, and PCA gives the most concise description. The output filters of this PCA on affinity (spectral clustering) stage are used to convolve this next layer, giving rise to a new set of more complex descriptive features. This process is repeated in increasingly larger contextual layers. For example, the first stage features may represent edges and comers, the second layer features may represent simple shapes, the third layer features may represent more complex shapes, and higher layer features may represent objects of different general types, such as particular kinds of objects. This CNN training is all done with feed-forward, unsupervised training, and is extremely efficient. At the end, a regular classifier is trained by conventional error back-propagation on the final few layer(s) of the network.

Thus, in one aspect, the invention provides a method of object recognition using a convolutional neural network (CNN), the method comprising training a CNN with a set of training images to produce a trained CNN; and classifying an image of an object using the trained CNN. The training of the CNN comprises, for each layer of multiple layers of the CNN, generating a set of convolutional filters associated with the layer from a selected subset of eigenvectors produced from linear principal component analysis of patches of an affinity matrix constructed using a set of prior convolutional filters from a prior layer of the CNN, where the affinity matrix represents correlations of feature vectors associated with the prior layer; and training a regular classifier by error back-propagation using the training images and labels associated with the training images. The selected subset of eigenvectors corresponds to eigenvalues larger than a threshold sufficient for the eigenvalues to collectively describe at least 95% of the patches. The training of the CNN may further comprise, for a first layer of the CNN, generating a set of first convolutional filters associated with the first layer from selected first layer eigenvectors produced from linear principal component analysis of patches of the training images. The training of the CNN may include i) performing linear principal component analysis of image patches of the training images to produce first layer eigenvectors and first layer eigenvalues; ii) selecting a subset of largest first layer eigenvalues and corresponding first layer eigenvectors; iii) producing from the selected first layer eigenvectors a set of first convolutional filters associated with a first layer of the convolutional neural network; iv) using the prior convolutional filters produced in the prior layer of the convolutional neural network to produce the feature vectors; v) constructing the affinity matrix by computing correlations (dot products) between the feature vectors, augmented with the Riemannian distance for co-circularity; vi) performing linear principal component analysis of patches of the affinity matrix to produce eigenvectors and associated eigenvalues; vii) selecting the selected subset of eigenvectors and corresponding eigenvalues by eigenvalue exponentiation and thresholding; viii) producing from the selected subset of eigenvectors the set of convolutional filters associated with the layer of the convolutional neural network; and ix) repeating steps iv), v), vi), vii), viii) for multiple layers of the convolutional neural network. In another aspect, the invention provides a graphical processing unit programmed to implement image classification of an object using a convolutional neural network (CNN) trained with a set of training images; wherein the CNN is trained by, for each layer of multiple layers of the CNN, generating a set of convolutional filters associated with the layer from a selected subset of eigenvectors produced from linear principal component analysis of patches of an affinity matrix constructed using a set of prior convolutional filters from a prior layer of the CNN, where the affinity matrix represents correlations of feature vectors associated with the prior layer; and training a regular classifier by error back-propagation using the training images and labels associated with the training images. This unsupervised technique for feed- forward training of the hidden layers of a deep

convolutional neural network (CNN) is very fast compared to the currently conventional error backpropagation method. The present invention thereby allows training with much larger training sets, providing higher accuracy for image analysis and object recognition, and/or making the CNN more‘senior expert’ faster. Accordingly, the invention provides, in one aspect, a very efficient method of object

recognition, such as face and facial expression recognition, anatomy and pathology recognition in medical images, and texture recognition for histology microscopy slices of pathology. Other applications include obstacle and road sign recognition, fruit recognition for harvesting robots, recognition of hand- written characters, plant and flower recognition on agricultural auctions, fingerprint recognition, and other biometric identifier recognition.

BRIEF DESCRIPTION OF THE SEVERAL VIEWS OF THE DRAWINGS

Fig. 1 is a flow chart providing an overview of the main steps of a method for object recognition using a convolutional neural network (CNN), according to an embodiment of the present invention. Fig. 2 is a flow chart outlining the main steps of a method of training a CNN with a set of training images to produce a trained CNN, according to an embodiment of the invention. DETAILED DESCRIPTION OF THE INVENTION

Embodiments of the present invention provide a method for image analysis and object recognition using a convolutional neural network (CNN) that is trained using principal component analysis (PCA) of small image patches in the first stage, and PCA of an affinity matrix in the second and subsequent stages. PCA allows images to be represented as a series expansion in increasingly larger contextual geometric primitives, i.e., every patch can be expressed as a weighted sum of the basis patches, which are the eigenvectors that the PCA returns. High data reduction is accomplished by eigenvalue pooling. This feed-forward, unsupervised training of the CNN is extremely fast compared to conventional techniques that use computationally complex back-propagation on all hidden layers of the CNN.

Fig. 1 provides an overview of the main steps of object recognition using a convolutional neural network (CNN) according to one embodiment of the invention. In step 102, the hidden layers of the CNN are feed-forward trained using a set of training images 100. This training is unsupervised, i.e., the classification labels of the training images are not used. Also, the training of these hidden layers is feed-forward, i.e., it does not use back-propagation. As will be described in more detail below, the training involves sequential linear principal component analysis of affinity matrices in multiple hidden layers. This unsupervised training of hidden layers of the CNN results in a relatively small set of high-contextual coefficients as input to a regular classifier, e.g. Support Vector Machine (SVM), or Random Forest. Step 106 performs supervised training of this regular classifier on the last layer(s) using error back-propagation and a set 104 of training images with classification labels. This is highly efficient since it only involves one or a few of the last layers. Once the CNN is trained, it is used in step 110 to classify an unknown image 108, producing object recognition results 112, e.g., a set of probabilities corresponding to each of the image classification labels used in the supervised training step.

Details of step 102 of Fig. 1 are shown in Fig. 2, which is a flow chart outlining the main steps of a method of unsupervised feed- forward training of hidden layers of a CNN using the set of training images 100, according to an embodiment of the invention.

In step 200, linear principal component analysis is performed on image patches of the training images 100, resulting in a set 202 of eigenvectors (and corresponding eigenvalues). In one implementation, each of the training images is used to generate a collection of square patches having d pixels on a side, where d is preferably 5-10 pixels. The patches may overlap, with centers of adjacent patches displaced by a stride of 5 pixels, where 5 is typically about 1/3 of the patch size. Each patch is preferably weighted with a Gaussian on-off-center surround kernel with standard deviation s. This weighting helps reduce spurious resolution (false edges and comers) and does local mean subtraction.

Each d x d patch is stretched in a long column vector, d long, and column vectors of all patches from all images are combined to form the columns of a new matrix, m, of size d . This matrix is typically rectangular. The square covariance matrix m T m is formed, and principal component analysis computes the eigenvectors and eigenvalues of m T m, which are returned in ranked order. Each eigenvector has a length d , and there are d eigenvectors, and d eigenvalues.

These eigenvectors are a complete set of local spatial derivative operators that describe the local structure of the image. The eigenvectors are the local differential geometric basis, i.e. the spatial derivatives to high order. The PC A representation in this layer is equivalent to a local Taylor expansion, with very high order derivatives. As we have discrete data, these are Gaussian derivatives. These eigenvectors are partitioned into d x d kernels, or filters, giving, after convolution of the image with these kernels, a rich set of features per pixel. These kernels detect edges, comers, lines, and other primitives. They are d x d patches.

The eigenvalues corresponding to the set of eigenvalues describe how much of the basis is present in the observed data, and are returned in ranked order. They form the spectmm, and may be visualized using a scree plot. If the mean is not already subtracted by the center-surround filters in the preprocessing step, the first DC eigenvalue (and eigenvector) is discarded.

Typically, the ranked set of magnitudes of the eigenvalues drops off fast, so only the first small subset suffices to describe most of the data. Thus, in step 204, the set 202 of eigenvectors (and eigenvalues) is reduced by selecting eigenvectors associated with largest eigenvalues, resulting in a set 206 of convolutional filters/kemels associated with the first layer of a convolutional neural network.

In a preferred implementation, the highest eigenvalues, cumulatively describing 95% of the data, or more preferably 99% of the data, are identified (typically 15 or fewer), and the rest is discarded. A sharper and better-defined threshold is found when the eigenvalues are exponentiated and thresholded. This‘eigenvalue pooling’ results in a more natural data reduction than the conventional max -pooling used in CNNs.

In the first iteration of step 208, the filters 206 are convolved with training images 100, converting each pixel of the training images into a column vector, which describes the local geometric context of that pixel. These vectors form a features field, a filtered tensor image. From this, patches of a slightly larger area (say 20 x 20 pixels) are generated, with a stride of s a , with s a typically between 3 pixels and the patch side length. The patch size increases with each iteration of step 208, growing to the entire image size in the last hidden layer. Next, an affinity matrix 210 is constructed by computing the outer product of all pixels of the patches. The square affinity matrix is expressed as the correlation (dot product) between the feature vectors and represents how well pairs of‘feature stacks per pixel’ are similar to each other. The affinity is composed of pairwise correlation of the large column feature vectors (dot product, very efficient), and the measure for co-circularity (the‘sub-Riemannian distance’). In step 212, PCA on the affinity matrix 210 produces a set of eigenvectors and eigenvalues 214. Similar to step 204, in step 216, a subset of eigenvectors with highest eigenvalues are selected, such that they describe again 95%, or more preferably, 99% of the data. The number of selected eigenvectors is typically smaller then 15-20. These eigenvectors are partitioned into square patches, which form the output convolutional filters 218. These kernels are visualized as square filters, and show typically the next contextual perceptual groups, the parts (for faces: elements of mouths, noses, eyes). PCA on this affinity matrix automatically learns features, used in consecutive affinity measurements, or learns affinities among image pixels directly, avoiding the necessity for feature extraction steps.

The filters 218 are used as input to the next iteration of step 208, where a convolution of the training images is again done with these larger kernels, PCA performed 212, and again pooling in step 216. These steps are repeated for multiple hidden layers of the CNN. The size in pixels of the affinity matrices (e.g. 30 x 30 pixels) remains constant (and thus the computational burden per layer), but the affinity patch is taken with increasingly larger area pixels (‘coarser pixels’), until the full image size (‘outer scale’) is reached, or the size of the largest structure to classify. As scale is exponential, the increase in size is exponential (e.g. in steps of square root of 2). In practice, the affinity matrix is sparse, and only the region around the diagonal needs to be taken into the calculations. This explains why we use multiple layers: a slightly incremented contextual region can be represented extremely precise with limited basis functions. After multiple iterations of steps 208, 212, 216, a PCA series expansion for high-level structures is learned. Each layer is a combination of active shape (ASM) and active appearance (AAM) models, which is a natural and very compact representation.

As shown in Fig. 1, once this unsupervised training 102 of the hidden layers of the CNN is completed, supervised training 106 using error backpropagation is done for the last layer, which gives the substantial speed-up during learning.

The methods of the present invention is preferably realized using appropriate hardware conventionally used for implementing a CNN. For example, it may be implemented using a state-of-the-art Graphical Processing Unit (GPU) realized as an integrated circuit with thousands of small CPU cores, which are parallel optimized for small tasks like convolutions. A GPU server, common in the deep learning application, may also be used.

The methods of the present invention may be used in applications involving object recognition. For example, in a face or facial expression recognition, after the CNN is trained with training images of faces tagged with appropriate labels, an image is analyzed by the trained CNN to produce a set of values, each representing a probability associated with one of the labels. The methods also have application in anatomy and pathology recognition, where the CNN is trained with a set of diagnostic images and associated labels. In automated or assistive vehicle control and navigation, the CNN can be trained with images for obstacle and road sign recognition. In agricultural applications, the CNN can be trained for recognizing types, sizes, and states of plants, flowers, and fruit for harvesting robots. Other applications include recognition of hand- written characters, fingerprints, and other biometrics.