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

316 results about "Single task" patented technology

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:珠海习悦信息技术有限公司

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

Human face detection method and human face detection device

The embodiment of the invention provides a human face detection method and a human face detection device. The method comprises the following steps of extracting a plurality of face features of different hierarchical networks from a to-be-detected face image through a pre-trained convolutional neural network model so as to obtain a plurality of face feature vectors corresponding to different hierarchical networks; fusing the plurality of face feature vectors into a face feature vector; conducting dimensionality reduction treatment on the face feature vector after fusion treatment, and obtainingtwo face feature vectors in the same dimension; subjecting one face feature vector of the two face feature vectors to face detection treatment to obtain a face detection result; and subjecting the other face feature vector of the two face feature vectors to gesture estimation treatment to obtain a gesture estimation result. According to the invention, an image can be described more abundantly based on face detection features and gesture estimation features, and the accuracy is higher. The error rate of subsequent human face detection is reduced, and multiple related tasks can be executed at the same time. The performance of a single task is improved and the processing efficiency of the task is improved.
Owner:BEIJING EYECOOL TECH CO LTD +2

Method of planning three dimensional route of unmanned plane by means of improved artificial fish swarm algorithm

The invention discloses a method of planning three dimensional route of an unmanned plane by means of an improved artificial fish swarm algorithm. The method of planning three dimensional route of an unmanned plane by means of an improved artificial fish swarm algorithm is used for carrying out static state planning of route and real-time dynamic re-planning of route when an unmanned plane executes a single task. The method of planning three dimensional route of an unmanned plane by means of an improved artificial fish swarm algorithm includes the steps: constructing a digital map through a landform model and a simplified threat model, considering the influence of space division granularity on the complexity of an optimizing control algorithm, and realizing division of space according to a fence self-adaptive algorithm; realizing static state route planning by means of an improved artificial fish swarm algorithm; and considering the time factor, constructing a threat prediction model based on a dynamic Bayesian network, predicting the unexpected threat, combined with flight constraint of the unmanned plane, obtaining the re-planning starting point, and realizing global route dynamic re-planning by means of the improved artificial fish swarm algorithm. The method of planning three dimensional route of an unmanned plane by means of an improved artificial fish swarm algorithm has the advantages of reducing the complexity of a route optimizing control algorithm, improving the optimum route searching capability, and satisfying the practical route planning demand.
Owner:NANCHANG HANGKONG UNIVERSITY

D2D communication collaboration based task unloading algorithm

The invention discloses a D2D communication collaboration based task unloading algorithm. The algorithm includes steps of S1, initiating all tasks to execute locally, and calculating energy consumption and execution time delay Ti(0) of the tasks based on a local execution mode; S2, in an MEC environment, calculating the energy and the execution time delay of a single task in a specific execution mode; S3, in the MEC environment, comparing the energy consumption and the execution time delay of the single task based on the specific execution mode with the energy consumption and the execution time delay of the single task based on the local execution mode and calculating the corresponding energy consumption-execution time delay ratio according to a comparison result; S4, selecting the optimalexecution mode of the single task in the MEC environment according t the energy consumption-execution time delay ratio; S5, executing S2-S4 in circulation until the optimal execution modes of all thetasks in the MEC environment are obtained. According to the invention, through determining the execution mode of each task and through adding cooperative communication and cooperative calculation, multiple selectable execution modes are provided for a device, so that transmission time delay is reduced effectively and device energy consumption is reduced.
Owner:GUANGDONG UNIV OF TECH

Control method and device for production line processes

The invention relates to a control method and a control device for production line processes. The control method comprises the following steps that: an upper computer sets respective unique process information for the production line processes, distributes one or more processing stations to each process, selects a specific process and generates a process list according to a production line processing task of a workpiece, and updates the process list according to the change requirement of the production line processing task of the workpiece; and the upper computer sends a control instruction to a controller according to the processes in the updated process list and the distributed processing station information through a data communication line after receiving station information of the workpiece to be processed, and the controller controls rail transmission of the workpiece on a production line along a material transmission line. By the method, the production line processes can be changed on line under a single task according to the actual requirement, and can be flexibly and conveniently adjusted without shutdown according to the actual production condition, production resources are redistributed, the production efficiency of the production line is improved, and cost is reduced.
Owner:NANTONG MINGXING TECH DEV CO LTD

Single-task and multi-core scheduling method based on critical path and task duplication

ActiveCN103034614AFully parallel processingReduce total task execution timeProgram initiation/switchingDigital computer detailsCritical path methodSingle task
The invention discloses a single-task and multi-core scheduling method based on critical path and task duplication. A conventional multi-core task scheduling algorithm cannot perform effective scheduling when inner cores of a processor are insufficient. The method comprises the following steps that a directed acyclic graph (DAG) task graph processing module duplicates a fork node in a DAG task graph to a subsequent task node by using a task duplication method, forms a join structure graph, and further converts the join graph into a product processing tree; a task node scheduling allocation module introduces a key path idea in integrated scheduling, searches a key path of the product processing tree, and schedules nodes in the key path preferentially to start executing the nodes in the key path in advance to the greatest extent; and a scheduling sequence adjustment optimization module combines scheduling sequences in a mode of combining the scheduling sequences with the maximum similarity, so as to make the quantity of the scheduling sequences not greater than that of the inner cores of the processor, so the inner cores of the processor can fully process in parallel. The method is applicable to single-task and multi-core scheduling based on homogeneous multi-core processors which are interconnected on chip.
Owner:HARBIN UNIV OF SCI & TECH

Scientific work flow scheduling method with safe perception under cloud calculation environment

InactiveCN102799957ADoes not affect scheduling performanceSecurity service is reliableResourcesService modelData center
The invention relates to a scientific work flow scheduling method with safe perception under a cloud calculation environment. The method comprises the following steps of: firstly, calculating idle time of a single task in a scientific work flow task according to calculating time of the single task in a scientific work flow and data transmission time among the tasks; randomly setting an allowable safety service of the idle time for the single task in the scientific work flow according to a dependence relation among a safety service model, the idle time and the task; adding an expenditure brought about by the single task safety service in the scientific work flow into predication of task executing time, and adding an improvement on the calculation of the task expenditure into an MCP (Mixed Complementary Problem) algorithm; and finally, mapping a resource for the single task in the scientific work flow according to a resource condition in a data center of the cloud calculation environment and utilizing the resource to establish a virtual machine and execute the task. According to the scientific work flow scheduling method disclosed by the invention, the safety service grade of a whole body is improved under the precondition of not influencing the scheduling performance of the scientific work flow, and the safety risk of deploying under the cloud calculation environment is reduced.
Owner:WUHAN UNIV OF 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