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

818 results about "Multi-task learning" patented technology

Multi-task learning (MTL) is a subfield of machine learning in which multiple learning tasks are solved at the same time, while exploiting commonalities and differences across tasks. This can result in improved learning efficiency and prediction accuracy for the task-specific models, when compared to training the models separately. Early versions of MTL were called "hints".

Scene and target identification method and device based on multi-task learning

InactiveCN106845549ARealize integrated identificationImprove single-task recognition accuracyCharacter and pattern recognitionNeural architecturesTask networkGoal recognition
The invention relates to a scene and target identification method and device based on multi-task learning. The method comprises the steps that pictures containing different scenes and targets are collected as image sample data; the image sample data is subjected to manual label marking, and target class labels and scene class labels are obtained; a multi-layer convolutional neural network model is built, and network initialization is conducted; the image sample data and the corresponding target class labels are adopted for pre-training the built model till convergence, and a target identification model is obtained; based on a multi-task learning technology, network branches are added into a specific layer of the target identification model, random initialization is conducted, and a multi-task network is obtained; the image sample data and the corresponding scene class labels and target class labels are adopted for e-training the multi-task network till convergence, and a multi-task learning model is obtained; new image data is input to the multi-task learning model, and classification results of scene and target identification of images are obtained. Accordingly, the single task identification precision is improved.
Owner:珠海习悦信息技术有限公司

Multi-task named entity recognition and confrontation training method for medical field

The invention discloses a multi-task named entity recognition and confrontation training method for medical field. The method includes the following steps of (1) collecting and processing data sets, so that each row is composed of a word and a label; (2) using a convolutional neural network to encode the information at the word character level, obtaining character vectors, and then stitching withword vectors to form input feature vectors; (3) constructing a sharing layer, and using a bidirection long-short-term memory nerve network to conduct modeling on input feature vectors of each word ina sentence to learn the common features of each task; (4) constructing a task layer, and conducting model on the input feature vectors and the output information in (3) through a bidirection long-short-term network to learn private features of each task; (5) using conditional random fields to decode labels of the outputs of (3) and (4); (6) using the information of the sharing layer to train a confrontation network to reduce the private features mixed into the sharing layer. According to the method, multi-task learning is performed on the data sets of multiple disease domains, confrontation training is introduced to make the features of the sharing layer and task layer more independent, and the task of training multiple named entity recognition simultaneously in a specific domain is accomplished quickly and efficiently.
Owner:ZHEJIANG UNIV

Method and device for identifying reticulate pattern face image based on multi-task convolutional neural network

The present invention discloses a method and a device for identifying a reticulate pattern face image based on a multi-task convolutional neural network. The method comprises the steps of: collecting reticulate pattern face image and corresponding clear face image pairs, then using the multi-task convolutional neural network to respectively design object functions based on regression and classification, training a face image reticulate pattern removing model, and finally inputting the reticulate pattern face image into the trained reticulate pattern removing model to obtain a face image without reticulate pattern, thereby performing subsequent face image identification tasks. According to the method, a multi-task learning frame is adopted, the task for restoring a reticulate pattern image to a clear image is expressed as two object functions which are assistant with each other, and the convolutional neural network is utilized to learn complicated nonlinear transformation referred therein. The method not only effectively improves convergence rate during model training, but also can greatly improve image restoration effect and generalization ability, thereby greatly improving identification accuracy rate of the reticulate pattern face image.
Owner:INST OF AUTOMATION CHINESE ACAD OF SCI

Deep neural network multi-task hyper-parameter optimization method and device

The invention discloses a deep neural network multitask hyper-parameter optimization method. The method comprises: firstly, a data training set of each task being subjected to model training to obtaina multi-task learning network model; secondly, predicting all points in an unknown region, screening candidate points from a prediction result, finally evaluating the screened candidate points, adding the candidate points and target function values of the candidate points into the data training set, and establishing a model, predicting, screening and evaluating again; and so on, until the maximumnumber of iterations is reached, finally selecting a candidate point corresponding to the maximum target function value from the data training set, that is, the hyper-parameter combination of each task in the multi-task learning network model. According to the method, the Gaussian model is replaced by the radial basis function neural network model, and the radial basis function neural network model is combined with multi-task learning and is applied to the Bayesian optimization algorithm to realize hyper-parameter optimization, so that the calculation amount of hyper-parameter optimization isgreatly reduced. The invention further discloses an electronic device and a storage medium.
Owner:SHENZHEN UNIV

Deep convolutional neural network-based human face occlusion detection method

ActiveCN106485215AAccurate occlusion detectionJudging the occlusionCharacter and pattern recognitionNoseMultilayer perceptron
The invention discloses a deep convolutional neural network-based human face occlusion detection method. The method comprises the steps of performing block segmentation on an input image to obtain a target pre-selected region; constructing a first deep convolutional neural network, training the first deep convolutional neural network comprising a first deep convolutional network and a first multilayer perceptron connected with the first deep convolutional neural network to obtain required parameters, extracting features of the target pre-selected region, and performing classification; predicting the position of a human head through a second multilayer perceptron according to the extracted features; filtering the credibility of a classification type which is the human head and the predicted position of the human head through non-maximum suppression to remove an overlapped duplicate detection box; and obtaining a human head block in combination with original image segmentation, constructing a multi-task learning policy-based second deep convolutional neural network, and judging whether the left eye, the right eye, the nose and the mouth of the human head block are occluded or not. According to the method, the occluded human face can be accurately detected and the specific occluded part of the human face can be judged; and the method is mainly used for crime pre-warning of videos of a camera in front of an automatic teller machine.
Owner:XIAN JIAOTONG LIVERPOOL UNIV

Image retrieval method based on multi-task hash learning

The invention discloses an image retrieval method based on multi-task hash learning. Firstly, the deep convolutional neural network model is determined. Secondly, the loss function is designed by using multi-task learning mechanism. Then, the training method of convolutional neural network model is determined, in combination with the loss function, and back propagation method is used to optimize the model. Finally, the image is input to the convolutionalal neural network model, and the output of the model is transformed into hash code for image retrieval. The convolutional neural network modelis composed of a convolutional sub-network and a full connection layer. The convolutional subnetwork consists of a first convolutional layer, a maximum pooling layer, a second convolutional layer, anaverage pooling layer, a third volume base layer and a spatial pyramid pooling layer. The full connection layer is composed of a hidden layer, a hash layer and a classification layer. The training method of the model includes two training methods: a combined training method and a separated training method. The method of the invention can effectively retrieve single tag and multi-tag images, and the retrieval performance is better than other deep hashing methods.
Owner:CHANGSHA UNIVERSITY OF SCIENCE AND TECHNOLOGY

Dialog strategy online realization method based on multi-task learning

The invention discloses a dialog strategy online realization method based on multi-task learning. According to the method, corpus information of a man-machine dialog is acquired in real time, current user state features and user action features are extracted, and construction is performed to obtain training input; then a single accumulated reward value in a dialog strategy learning process is split into a dialog round number reward value and a dialog success reward value to serve as training annotations, and two different value models are optimized at the same time through the multi-task learning technology in an online training process; and finally the two reward values are merged, and a dialog strategy is updated. Through the method, a learning reinforcement framework is adopted, dialog strategy optimization is performed through online learning, it is not needed to manually design rules and strategies according to domains, and the method can adapt to domain information structures with different degrees of complexity and data of different scales; and an original optimal single accumulated reward value task is split, simultaneous optimization is performed by use of multi-task learning, therefore, a better network structure is learned, and the variance in the training process is lowered.
Owner:AISPEECH CO LTD

Multimodal brain network feature fusion method based on multi-task learning

The invention discloses a multimodal brain network feature fusion method based on multi-task learning, and the multimodal brain network feature fusion method based on the multi-task learning includes the steps of preprocessing the obtained functional magnetic resonance imaging (fMRI) images and diffusion tensor imaging (DTI) images, registrating the preprocessed fMRI image to the standard AAL template, carrying out a fiber tracking for preprocessed DTI images, calculating fiber anisotropy (FA) value, and constructing structure connection matrix through the AAL template. Clustering coefficient of each brain area in a function connection matrix and the structure connection matrix is calculated to be regarded as function features and structure features. As two different tasks, the function features and the structure features assess an optimal feature set by solving the problem of multi-task learning optimization. The method uses information with multiple modalities complementing each other to learn simultaneously and to classify, improves the classification accuracy, solves the problems that a single task feature does not consider the correlation between features, and the fact that only one modality feature is used for pattern classification can bring to insufficient amount of information.
Owner:UNIV OF ELECTRONICS SCI & TECH OF CHINA

Deep learning image identification method and deep learning image identification system used for intelligent driving, and terminal device

The invention provides a deep learning image identification method and a deep learning image identification system used for intelligent driving, and a terminal device. The deep learning image identification system comprises a sharing convolutional network, an area segmentation network, and a target identification network. The area segmentation network is used for area classification processing based on a characteristic graph extracted by the sharing convolutional network, and the target identification network is used for target identification positioning processing based on the characteristic graph extracted by the sharing convolutional network. The sharing convolutional network is monitored by using the area segmentation result acquired by the area segmentation network and the target identification result acquired by the target identification network, and the sharing learning of the area segmentation network and the target identification network is completed. An obvious speed advantage on an aspect of multi-task learning is provided, and by comparing with the two independent networks learning individually, the deep learning image identification system has advantages of less consumed time and high efficiency, and in addition, a convolutional layer repetitive operation problem is effectively prevented, and multi-task detection and multi-task identification are completed.
Owner:TSINGHUA UNIV +1

An online comment fine-grained emotion analysis method based on multi-task learning

The invention discloses an online comment fine-grained sentiment analysis method based on multi-task learning. The method comprises the steps that a text representation matrix is sequentially input into a text sentiment feature extractor, a coarse-grained sentiment feature extractor and a fine-grained sentiment feature classifier to obtain a fine-grained sentiment classification result; the text sentiment feature extractor selects a single-layer CNN network to extract text sentiment information from the input text representation matrix to obtain an sentiment representation matrix; wherein thecoarse-grained emotion feature extractor extracts coarse-grained emotion features from an input emotion representation matrix by using a plurality of single-layer CNNs (convolutional neural networks)to obtain coarse-grained emotion feature vectors, and the fine-grained emotion feature classifier performs fine-grained emotion classification on the coarse-grained emotion feature vectors by using amulti-layer full-connection neural network. The method has the advantages of accurate classification and short training time, can be used for emotion analysis of multi-level and multi-granularity Internet user comments, and can be used for personalized recommendation, intelligent search or product feedback.
Owner:XIDIAN UNIV

A sentence backbone analysis method and system based on multi-task depth neural network of character segmentation and named entity recognition

The invention provides a sentence backbone analysis method based on a multi-task depth neural network of character segmentation and named entity recognition, and a system. The invention uses three different bi-directional LSTM neural networks with conditional random fields to separate Chinese character segmentation corpus, Chinese named entity recognition corpus and Chinese sentence backbone analysis corpus for character segmentation, Chinese named entity recognition and sentence backbone analysis respectively, and the output vectors of the three networks are transferred to the multi-task parameter sharing layer network respectively. The multi-task parameter sharing layer network uses the fully connected neural network to splice and train the eigenvectors from the three tasks, and transfers the training results back to the input layer of the bi-directional LSTM neural network. After several cycles of iterative training, the result sequence with sentence backbone tagging information isoutput. The invention adopts the method of combining the artificial neural network based on the depth learning and the multi-task learning of the semantic elements in the sentence, which can improve the system accuracy, the reaction speed and the fault tolerance.
Owner:WUYI UNIV

Tampered image detection method based on deep learning

The invention discloses a tampered image detection method based on deep learning, and relates to the field of passive evidence obtaining of images. The tampered image detection method includes the steps: constructing a convolution layer based on multi-scale noise constraint to obtain a high-frequency noise residual error in the image; performing tampered image detection by using a double-flow network; utilizing a multi-task learning method to simultaneously realize classification of whether an image area is tampered and detection and segmentation tasks of the tampered area; when the network isoptimized, extracting the output characteristics of the four parts of the region of interest extraction network, the tampering classification branch, the tampering region detection branch and the tampering region segmentation branch, calculating the error of the network for back propagation, and further adjusting the network parameters, so that the network achieves the optimal solution. The tampered image detection method can identify whether the image is tampered or not, and can accurately detect and segment the tampered area in the tampered image, so that the tampered image is suitable foractual application scenes. The tampered image detection method can detect authenticity of the image through a deep learning method, so that the problem of malicious tampering of the image is solved, and the accuracy and generalization ability of tampering detection are improved.
Owner:XIAMEN UNIV

Community question and answer system and method based on multi-task learning and electronic device

The invention belongs to the technical field of internet databases, and particularly relates to a community question and answer system and method based on multi-task learning and an electronic device.The system comprises an answer selection model training module which is used for inputting answer input and question input into a bidirectional long-short memory network for encoding, inputting the encoded answer input and question input into a multi-dimensional attention layer, flattening and connecting an output result, and calculating the loss of a prediction result and a real result; a question classification model training module which is used for inputting questions into a bidirectional long and short memory network for encoding, inputting the encoded questions into a two-layer full connection network, and calculating the loss of a prediction result and a real result through a softmax layer; and a joint training module which is used for unifying the answer selection task and the question text classification task under a loss function for joint training to obtain an answer related to the input question. According to the application, the accuracy of the forum community question and answer system can be improved, and the search efficiency of the user is improved.
Owner:SHENZHEN INST OF ADVANCED TECH
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