Patents
Literature
Patsnap Copilot is an intelligent assistant for R&D personnel, combined with Patent DNA, to facilitate innovative research.
Patsnap Copilot

625 results about "Back propagation algorithm" patented technology

The Back-propagation algorithm is a supervised learning method for multi-layer feed-forward networks from the field of Artificial Neural Networks and more broadly Computational Intelligence. The name refers to the backward propagation of error during the training of the network.

Modeling approach and modeling system of acoustic model used in speech recognition

ActiveCN103117060AMitigate the risk of being easily trapped in local extremaImprove modeling accuracySpeech recognitionHidden layerPropagation of uncertainty
The invention relates to a modeling approach and a modeling system of an acoustic model used in speech recognition. The modeling approach includes the steps of: S1, training an initial model, wherein a modeling unit is a tri-phone state which is clustered by a phoneme decision tree and a state transition probability is provided by the model, S2, obtaining state information of a frame level based on the fact that the initial model aligns the tri-phone state of phonetic features of training data compulsively, S3, pre-training a deep neural network to obtain initial weights of each hidden layer, S4, training the initialized network through error back propagation algorithm based on the obtained frame level state information and updating the weights. According to the modeling approach, a context relevant tri-phone state is used as the modeling unit, the model is established based on the deep neural network, weight of each hidden layer of the network is initialized through restricted Boltzmann algorithm, and the weights can be updated subsequently by means of error back propagation algorithm. Therefore, risk that the network is easy to get into local extremum in pre-training is relieved effectively, and modeling accuracy of the acoustic model is improved greatly.
Owner:INST OF ACOUSTICS CHINESE ACAD OF SCI +1

Mechanical failure migration diagnosis method and system based on adversarial learning

The invention discloses a mechanical failure migration diagnosis method and system based on adversarial learning. The method comprises the following steps: acquiring and analyzing original signals ofmechanical failure under different working conditions to generate a labeled source domain training dataset, an unlabelled source domain training dataset and a target domain test dataset under different working conditions; training a deep convolutional neutral network model according to the labeled source domain training dataset and a back propagation algorithm to generate a failure diagnosis model; training the failure diagnosis model according to the unlabelled source domain training dataset and the target domain test dataset; fine adjusting the trained failure diagnosis model according to the labeled source domain training dataset and the back propagation algorithm; inputting the unlabelled target domain test dataset into the fine adjusted failure diagnosis model, and outputting the failure category of a to-be-tested sample. By means of the method, the domain invariant feature is obtained with the adversarial learning method, migration among different domains is realized, and intelligent diagnosis of mechanical failure under variable working conditions is realized.
Owner:TSINGHUA UNIV

Dynamic gesture recognition method based on hybrid deep learning model

ActiveCN106991372AAchieving an efficient space-time representationEasy to identifyCharacter and pattern recognitionFrame basedModel parameters
The invention discloses a dynamic gesture recognition method based on a hybrid deep learning model. The dynamic gesture recognition method includes a training phase and a test phase. The training phase includes first, training a CNN based on an image set constituting a gesture video and then extracting spatial features of each frame of the dynamic gesture video sequence frame by frame using the trained CNN; for each gesture video sequence to be recognized, organizing the frame-level features learned by the CNN into a matrix in chronological order; inputting the matrix to an MVRBM to learn gesture action spatiotemporal features that fuse spatiotemporal attributes; and introducing a discriminative NN; and taking the MVRBM as a pre-training process of NN model parameters and network weights and bias that are learned by the MVRBM as initial values of the weights and bias of the NN, and fine-tuning the weights and bias of the NN by a back propagation algorithm. The test phase includes extracting and splicing features of each frame of the dynamic gesture video sequence frame by frame based on CNN, and inputting the features into the trained NN for gesture recognition. The effective spatiotemporal representation of the 3D dynamic gesture video sequence is realized by adopting the technical scheme of the invention.
Owner:BEIJING UNIV OF TECH

Real-time high-performance street-view image semantic segmentation method based on deep learning

The invention discloses a real-time high-performance street-view image semantic segmentation method based on deep learning. The real-time high-performance street-view image semantic segmentation method includes the steps: preparing a street-view image training, verifying and testing data set; carrying out downsampling on images of the data set to reduce the resolution of the images; transforming an existing lightweight classification network to serve as a basic feature extraction network of semantic segmentation; connecting identification hole space pyramid pooling in series after the basic feature extraction network for solving the multi-scale problem of semantic segmentation; stacking a plurality of convolutional layers to form a shallow spatial information storage network; fusing the obtained feature maps by using a feature fusion network to form a prediction result; comparing the output image with a semantic annotation image in the data set, and performing end-to-end training by using a back propagation algorithm to obtain a real-time high-performance street-view image semantic segmentation network model; and inputting the street-view image to be tested into the real-time high-performance street-view image semantic segmentation network model to obtain a semantic segmentation result of the street-view image.
Owner:XIAMEN UNIV

Enterprise entity relation extraction method based on convolutional neural network

InactiveCN107220237AAccurate and more efficient extractionAvoid the disadvantages of time-consuming and labor-intensive manual labelingNatural language data processingSpecial data processing applicationsRelation classificationNamed-entity recognition
The invention discloses an enterprise entity relation extraction method based on a convolutional neural network. The method comprises the steps of a relation corpus building stage, wherein an initial seed relation pair set is built artificially, and by means of an internet search engine and a Bootstrapping technology, relation language materials are generated in an iteration mode, and finally a relation corpus is formed; a relation classification model training stage, wherein term vectors and position embedding are combined to build a sentence vector matrix representation to serve as input of a network, the convolutional neural network is built, the network is trained by means of a back propagation algorithm, and a relation classification model is obtained; an enterprise entity relation extraction stage in a web page, wherein the web page is preprocessed by combining web page text extraction with a named entity identification technology, and then enterprise entity relation extraction is conducted on the preprocessed web page. By means of the method, not only the defects of an artificial feature method can be overcome, but also the enterprise entity relation can be extracted from the web page more accurately and efficiently.
Owner:NANJING UNIV

Gastrointestinal tumor microscopic hyper-spectral image processing method based on convolutional neural network

The invention discloses a gastrointestinal tumor microscopic hyper-spectral image processing method based on a convolutional neural network, comprising the following steps: reducing and de-noising the spectral dimension of an acquired gastrointestinal tissue hyper-spectral training image; constructing a convolutional neural network structure; and inputting obtained hyper-spectral data principal components (namely, a plurality of 2D gray images, which are equivalent to a plurality of feature maps of an input layer) as input images into the constructed convolutional neural network structure using a batch processing method, and by taking a cross entropy function as a loss function and using an error back propagation algorithm, training the parameters in the convolutional neural network and the parameters of a logistic regression layer according to the average loss function in a training batch until the network converges. According to the invention, the dimension of a hyper-spectral image is reduced using a principal component analysis method, enough spectral information and spatial texture information are retained, the complexity of the algorithm is reduced greatly, and the efficiency of the algorithm is improved.
Owner:SHANDONG UNIV

Method and apparatus for increasing generalization capability of convolutional neural network

The invention belongs to the technical field of neural network, and provides a method and apparatus for increasing generalization capability of a convolutional neural network. The method includes the following steps: reading a group of images from a training set, mapping the group of images to a plurality of image character vectors, dividing the plurality of image characteristic vectors into a plurality of classes based on the types of the images; based on the image characteristic vectors of each class, calculating the intra-class loss function of all the characteristic vectors; based on the image characteristic vectors of each class, calculating the inter-class loss function of all the characteristic vectors; based on the intra-class loss function of all the characteristic vectors, using the back propagation algorithm to update the weight of each node of the convolutional neural network; repeating the above mentioned steps until the convolutional neural network converges on the training set or reaches preset repeating times. According to the invention, the method and the apparatus can save all data in long-tailed distribution, makes full usage of abundant inter-class information of tail data, and increases the generalization capability of the convolutional neural network.
Owner:SHENZHEN INST OF ADVANCED TECH CHINESE ACAD OF SCI

Photovoltaic module fault diagnosis method, system and device based on deep convolutional adversarial network

The invention provides a photovoltaic module fault diagnosis method of a deep convolution generative adversarial network. The method comprises the steps of establishing a mathematical model of a photovoltaic module; carrying out fault image acquisition on the photovoltaic module; setting a part of fault data as a training sample; constructing a training model of the deep convolutional adversarialnetwork; the generator G inputting a noise vector and outputting a pseudo image through a deconvolution layer; the discriminator D inputting a real sample and a pseudo sample, extracting convolution features through convolution operation, and obtaining the probability of the real sample; optimizing a weight parameter through a back propagation algorithm, then starting the next cycle, and outputting a test image every 300 cycles; and inputting the real sample and the obtained test sample into a classifier to classify fault types, thereby realizing fault diagnosis. According to the fault diagnosis method, a large number of fault pictures are generated by using the deep convolutional network, and a fault image database is expanded, so that fault classification is more detailed, and fault diagnosis is more accurate.
Owner:NANJING UNIV OF TECH

Sitting posture detecting method based on target detection and body posture estimation

InactiveCN108549876ASolve the problem of missing targetsAccurate sitting postureBiometric pattern recognitionNeural architecturesActivation functionCrowds
The invention, which belongs to the technical field of image processing and computer vision, relates to a sitting posture detecting method based on target detection and body posture estimation. A fusion feature formed by fusion of a feature I and a feature II is extracted, the fusion feature is inputted into a CNN, and if the fusion feature is from a training set, the feature is used for traininga network parameter; if the fusion feature is from a verification set, the feature is used for verifying a network parameter, an error signal is transmitted by a back propagation algorithm, the gradient is updated, an optimal value is found, and classification regression is carried out by using flexible maximum activation function Softmax to obtain a final classification result and classificationaccuracy. Therefore, a problem of target loss under the complicated condition with multiple targets in existing sitting posture detection is solved; the traditional method relying on a wearable deviceor sensor is abandoned; and with the method based on target detection and body posture estimation, the sitting posture of each task target can be determined accurately under the conditions of complicated background and high group density.
Owner:CHONGQING UNIV OF POSTS & TELECOMM

Migration diagnosis method of the gearbox fault of a wind turbine generator system

The invention belongs to the technical field of condition monitoring and fault diagnosis of a wind turbine generator system, in particular to a migration diagnosis method of the gearbox fault of a wind turbine generator system. The method comprises the following steps: establishing four neural network structures, namely, a source domain feature extractor, a target domain feature extractor, a domain classifier and a domain discriminator; obtaining predictive label values by forward propagation from annotated source domain data, network training loss functions are calculated according to predictive label and actual label, and source domain feature extractor and domain classifier are pre-trained by back propagation algorithm. The loss functions of the source domain feature, the target domainfeature and the domain discriminator are calculated by forward propagation from the source domain data and the target domain data, and the domain discriminator and the target domain feature extractorare trained by back propagation algorithm respectively. The newly acquired target domain data is input into the target domain feature extractor, the feature is calculated, and the predictive label ofthe new data is obtained by the domain classifier input from the feature.
Owner:NORTH CHINA ELECTRIC POWER UNIV (BAODING)

Fast image retrieval method based on deep learning

An embodiment of the present invention discloses a fast image retrieval method based on deep learning. The method comprises: randomly generating two images from an image database as input of a network, and taking one as a query image and the other as a sample image, wherein each picture comprises a corresponding category tag; constructing a convolutional neural network, wherein the network comprises three sets of convolution pooling layers and two sets of fully connected layers; randomly combining the training sample sets into data pairs to be trained according to the convolutional network, obtaining the corresponding hash code, and calculating the Euclidean distance between two training sample sets; calculating the error function of the output value of the convolutional network, trainingthe convolutional neural network, and updating the network parameters by using the back propagation algorithm and the stochastic gradient descent method; and after obtaining the binary coding of the training data sets, sorting the training data sets according to the Euclidean distances from near to far, and outputting retrieval results in sequence. According to the method disclosed by the embodiment of the present invention, the problems of a slow retrieval speed, a large memory space, and an inaccurate retrieval result in the prior art can be solved, and the space-time efficiency of image retrieval is greatly improved.
Owner:SUN YAT SEN UNIV
Who we serve
  • R&D Engineer
  • R&D Manager
  • IP Professional
Why Eureka
  • Industry Leading Data Capabilities
  • Powerful AI technology
  • Patent DNA Extraction
Social media
Try Eureka
PatSnap group products