WO2019127945A1 - Structured neural network-based imaging task schedulability prediction method - Google Patents

Structured neural network-based imaging task schedulability prediction method Download PDF

Info

Publication number
WO2019127945A1
WO2019127945A1 PCT/CN2018/080419 CN2018080419W WO2019127945A1 WO 2019127945 A1 WO2019127945 A1 WO 2019127945A1 CN 2018080419 W CN2018080419 W CN 2018080419W WO 2019127945 A1 WO2019127945 A1 WO 2019127945A1
Authority
WO
WIPO (PCT)
Prior art keywords
task
imaging
neural network
schedulability
prediction
Prior art date
Application number
PCT/CN2018/080419
Other languages
French (fr)
Chinese (zh)
Inventor
何敏藩
邢立宁
白国庆
石建迈
王锐
谭旭
陈剑
黄勇
熊彦
甘文勇
Original Assignee
佛山科学技术学院
佛山市有义家科技有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 佛山科学技术学院, 佛山市有义家科技有限公司 filed Critical 佛山科学技术学院
Publication of WO2019127945A1 publication Critical patent/WO2019127945A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods

Definitions

  • the present invention relates to the technical field of neural network prediction, and in particular to a structured neural network based imaging task schedulability prediction method.
  • Remote sensing satellites are artificial satellites used as remote sensing platforms for outer space. Remote sensing technology using satellites as a platform is called satellite remote sensing. Typically, remote sensing satellites can operate in orbit for several years. Satellite orbits can be determined as needed. Remote sensing satellites can cover the entire Earth or any designated area within a specified time. When operating along geosynchronous orbit, it can continuously remotely sense a designated area on the Earth's surface. All remote sensing satellites require a remote sensing satellite ground station. The image data obtained by the satellite is transmitted to the ground station via radio waves, and the ground station issues commands to control the satellite operation and operation. Remote sensing satellites mainly include three types: meteorological satellites, “land satellites” and “marine satellites”.
  • the difficulty in solving this problem is mainly reflected in the following four aspects.
  • Imaging tasks generally have both static and dynamic attribute characteristics: static attributes are mainly related to tasks that do not change with the change of the task set, such as the data type, resolution, priority, and demand observation duration of the imaging task. Meteorological conditions and imaging modes; dynamic attributes change with the set of tasks, such as describing resource competition between tasks and conflicts of observation opportunities. How to select the features that have a decisive influence on the prediction process among the various attributes is also very complicated.
  • the object of the present invention is to overcome the deficiencies of the prior art, and to provide a parameter interpretation capability capable of effectively solving the existence of a traditional feedforward neural network model such as model unstructured, slow convergence rate, difficulty in determining the number of neurons, and localization.
  • a structured neural network-based imaging task schedulability prediction method with minimum defects and high prediction accuracy.
  • the technical solution provided by the present invention is to construct a structured neural network model by constructing and extracting feature values of a sample set of task planning results, so as to establish a relationship between task feature values and satellite capabilities during the learning process.
  • Task job i ⁇ p i, d i, w oi, w fi>, p i ⁇ [1,8] for the priority, the greater the more important; d i represents the duration of the imaging job i, task job i Observations must be arranged within a given time [w oi , w fi ];
  • the feature vector of job i is defined as ⁇ f 1 , f 2 , f 3 , f 4 , f 5 ⁇ , where
  • the structured neural network model in step S2 is integrated by multiple BP neural networks with different hidden layer nodes, and all the connection relationships between the nodes of each BP neural network are constructed based on the causal relationship of the actual actual system. .
  • step S4 The specific steps of the imaging task schedulability prediction in step S4 are as follows:
  • step S4-4 The results of the integrated output of the plurality of BP neural networks obtained according to step S4-3 are voted by the majority voting method, thereby generating an imaging task schedulability prediction result.
  • a structured neural network model for schedulability prediction of imaging tasks is adopted.
  • the structured neural network model can establish the task eigenvalue and satellite capability during the learning process. The non-linear mapping relationship between them completes the schedulability prediction of the imaging task.
  • the schedulability prediction model can be updated, and the use of the task schedulability model makes the distributed bilevel programming problem easier to solve.
  • Input layer neural nodes correspond to five characteristic values of ⁇ f 1 , f 2 , f 3 , f 4 , f 5 ⁇ , especially the introduction of two eigenvalues of f 2 priority and f 5 conflict condition, greatly improving BP neural Network prediction accuracy.
  • FIG. 1 is a flowchart of a method for predicting schedulability of an imaging task based on a structured neural network according to the present invention
  • FIG. 2 is a prediction effect diagram of different attribute input changes with hidden layer nodes based on BP neural network in the present invention
  • FIG. 3 is a diagram showing prediction effects of various BP neural networks for different data sets in the present invention.
  • 4 is a corresponding priority distribution of 2000 sets of test data in the present invention. and a scheduling success rate change pattern after a scheduling method;
  • FIG. 5 is a graph showing a relationship between a task priority based on 2000 sets of test data and a predicted success rate of BP neural network in the present invention
  • FIG. 6 is a diagram showing a distribution of corresponding task conflicts of 2000 sets of task data and a change of scheduling success rate with task conflict degree after the scheduling method according to the present invention
  • Figure 7 is a graph showing the relationship between the task conflict degree based on 2000 sets of test data and the predicted output success rate of the BP neural network in the present invention.
  • a structured neural network-based imaging task schedulability prediction method includes the following steps:
  • Task job i ⁇ p i, d i, w oi, w fi>, p i ⁇ [1,8] for the priority, the greater the more important; d i represents the duration of the imaging job i, task job i Observations must be arranged within a given time [w oi , w fi ];
  • the feature vector of job i is defined as ⁇ f 1 , f 2 , f 3 , f 4 , f 5 ⁇ , where
  • the structured neural network model is integrated by multiple BP neural networks with different hidden layer nodes. All the connection relationships between the nodes of each BP neural network are constructed based on the causal relationship of the actual actual system.
  • the input layer neural nodes correspond to five characteristic values of ⁇ f 1 , f 2 , f 3 , f 4 , f 5 ⁇ ;
  • step S4-4 The results of the integrated output of the plurality of BP neural networks obtained according to step S4-3 are voted by the majority voting method, thereby generating an imaging task schedulability prediction result.
  • the two BP neural networks use the same 1900 sets of data for training, 100 sets of data for predictive testing, and the number of hidden layer nodes is uniformly determined by values between 1-49. 10 learnings were performed for each node number, and the predicted success rate was averaged. As shown in Fig. 2, the addition of the eigenvalue Conflict effectively improves the prediction success rate of the BP neural network. As the number of hidden layer nodes increases, the improvement effect becomes more stable, with an average increase of 2.5 percentage points.
  • the task schedulability prediction success rate of task priority 8 is 1, and the priority is 1 corresponding success rate is also greater than 0.95.
  • the lowest and highest priority become good discriminators in the task schedulability prediction process. While other priorities do not have a good classification effect, combined with Figure 4, the visible input feature value Priority is closely related to the output feature value Scheduled predictive output.
  • the predicted success rate is greater than 95%.
  • the performance of the task schedulability prediction component based on multi-BP neural network integration is more stable than that of a single BP neural network, and the highest prediction success rate is 91%.
  • this embodiment has the following advantages:
  • the schedulability prediction model can be updated, and the use of the task schedulability model makes the distributed bilevel programming problem easier to solve.
  • Input layer neural nodes correspond to five characteristic values of ⁇ f 1 , f 2 , f 3 , f 4 , f 5 ⁇ , especially the introduction of two eigenvalues of f 2 priority and f 5 conflict condition, greatly improving BP neural Network prediction accuracy.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • General Health & Medical Sciences (AREA)
  • Biomedical Technology (AREA)
  • Biophysics (AREA)
  • Computational Linguistics (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Evolutionary Computation (AREA)
  • Artificial Intelligence (AREA)
  • Molecular Biology (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • Health & Medical Sciences (AREA)
  • Image Analysis (AREA)

Abstract

A structured neural network-based imaging task schedulability prediction method. Schedulability predication for an imaging task is completed by constructing and extracting a task planning result sample set eigenvalue, and constructing a structured neural network model so that the structured neural network model establishes a nonlinear mapping relation between a task eigenvalue and a satellite capability in a learning process. The method has advantages of a high parameter interpretation capability, effective settlement for defects present in a traditional feedforward neural network model, such as an unstructured model, a low convergence speed, difficulty in determining the number of neurons, and local minimum, and high prediction precision.

Description

基于结构化神经网络的成像任务可调度性预测方法Imaging task schedulability prediction method based on structured neural network 技术领域Technical field
本发明涉及神经网络预测的技术领域,尤其涉及到基于结构化神经网络的成像任务可调度性预测方法。The present invention relates to the technical field of neural network prediction, and in particular to a structured neural network based imaging task schedulability prediction method.
背景技术Background technique
遥感卫星是(remote sensing satellite)用作外层空间遥感平台的人造卫星。用卫星作为平台的遥感技术称为卫星遥感。通常,遥感卫星可在轨道上运行数年。卫星轨道可根据需要来确定。遥感卫星能在规定的时间内覆盖整个地球或指定的任何区域,当沿地球同步轨道运行时,它能连续地对地球表面某指定地域进行遥感。所有的遥感卫星都需要有遥感卫星地面站,卫星获得的图像数据通过无线电波传输到地面站,地面站发出指令以控制卫星运行和工作。遥感卫星主要有气象卫星、“陆地卫星”和“海洋卫星”三种类型。Remote sensing satellites are artificial satellites used as remote sensing platforms for outer space. Remote sensing technology using satellites as a platform is called satellite remote sensing. Typically, remote sensing satellites can operate in orbit for several years. Satellite orbits can be determined as needed. Remote sensing satellites can cover the entire Earth or any designated area within a specified time. When operating along geosynchronous orbit, it can continuously remotely sense a designated area on the Earth's surface. All remote sensing satellites require a remote sensing satellite ground station. The image data obtained by the satellite is transmitted to the ground station via radio waves, and the ground station issues commands to control the satellite operation and operation. Remote sensing satellites mainly include three types: meteorological satellites, “land satellites” and “marine satellites”.
不同遥感卫星的工作模式和使用约束十分复杂,一般具有相对独立的任务规划系统;随着遥感卫星和成像任务数目的不断增加,如何基于不同遥感卫星任务规划系统运行累积的大量历史数据,采用人工智能和运筹学等领域的先进理论设计成像任务可调度性预测方法,具有非常重要的理论意义和实践价值。The working modes and usage constraints of different remote sensing satellites are very complex, and generally have relatively independent mission planning systems. With the increasing number of remote sensing satellites and imaging tasks, how to use a large amount of historical data accumulated by different remote sensing satellite mission planning systems The advanced theoretical design imaging task schedulability prediction method in the fields of intelligence and operations research has very important theoretical significance and practical value.
成像任务可调度性预测可表示为六元组<J T,J p,S,C,X,G>,即针对资源集合S、约束集合C和优化目标G,基于已调度任务样本集数据J T为新任务样本集J p的决策变量X={x 1,…,x j}进行赋值。该问题的求解难点主要体现在以下四个方面。 The imaging task schedulability prediction can be expressed as a six-tuple <J T , J p , S, C, X, G>, that is, for the resource set S, the constraint set C, and the optimization target G, based on the scheduled task sample set data J T is assigned to the decision variable X={x 1 ,...,x j } of the new task sample set J p . The difficulty in solving this problem is mainly reflected in the following four aspects.
(1)任务规划问题的复杂性。智能卫星任务规划在任务、资源、约束和优化目标等四个方面都有一定的特殊性,常见的资源调度模型与优化方法很难解决。(1) The complexity of the task planning problem. Intelligent satellite mission planning has certain specialities in tasks, resources, constraints and optimization objectives. Common resource scheduling models and optimization methods are difficult to solve.
(2)调度算法的复杂性与不确定性。调度算法的随机性使得调度结果也具有不确定性,同时也增加了可调度性预测的难度。(2) The complexity and uncertainty of the scheduling algorithm. The randomness of the scheduling algorithm makes the scheduling result also uncertain, and also increases the difficulty of schedulability prediction.
(3)任务样本选择的复杂性。不同卫星在轨运行过程中会积累大量的历史任务数据,如何选择典型代表性样本来提高预测算法的执行效率具备一定难度。(3) The complexity of task sample selection. Different satellites will accumulate a large amount of historical mission data during the orbital operation. How to select typical representative samples to improve the execution efficiency of the prediction algorithm is difficult.
(4)样本特征提取的复杂性。成像任务一般具备静态与动态两方面的属性特征:静态属性主要为任务独立具备的不随所在任务集合改变而变化的相关属性,如成像任务的数据类型、分辨率、优先级、需求观测时长、气象条件和成像模式等;动态属性随着任务所在集合的变化而变化,如描述任务之间资源竞争情况、观测机会冲突情况等。如何在各类属性中选择对于预测过程具有决定性影响的特征同样是十分复杂的。(4) The complexity of sample feature extraction. Imaging tasks generally have both static and dynamic attribute characteristics: static attributes are mainly related to tasks that do not change with the change of the task set, such as the data type, resolution, priority, and demand observation duration of the imaging task. Meteorological conditions and imaging modes; dynamic attributes change with the set of tasks, such as describing resource competition between tasks and conflicts of observation opportunities. How to select the features that have a decisive influence on the prediction process among the various attributes is also very complicated.
综上,目前需要一种新的成像任务可调度性预测方法,以克服上述缺点,满足需求。In summary, a new imaging task schedulability prediction method is needed to overcome the above shortcomings and meet the demand.
发明内容Summary of the invention
本发明的目的在于克服现有技术的不足,提供一种参数解释能力强、能有效解决传统前馈神经网络模型存在的诸如模型非结构化、收敛速度慢、神经元个数很难确定及局部最小等各种缺陷、预测精度高的基于结构化神经网络的成像任务可调度性预测方法。The object of the present invention is to overcome the deficiencies of the prior art, and to provide a parameter interpretation capability capable of effectively solving the existence of a traditional feedforward neural network model such as model unstructured, slow convergence rate, difficulty in determining the number of neurons, and localization. A structured neural network-based imaging task schedulability prediction method with minimum defects and high prediction accuracy.
为实现上述目的,本发明所提供的技术方案为:通过对任务规划结果样本集特征值的构造与提取,构建结构化神经网络模型,使其在学习过程中建立任务特征值和卫星能力之间的非线性映射关系,从而完成对成像任务的可调度性预测;In order to achieve the above object, the technical solution provided by the present invention is to construct a structured neural network model by constructing and extracting feature values of a sample set of task planning results, so as to establish a relationship between task feature values and satellite capabilities during the learning process. Nonlinear mapping relationship to complete schedulability prediction of imaging tasks;
具体步骤如下:Specific steps are as follows:
S1、对调度场景和成像任务的定义:S1, definition of scheduling scenarios and imaging tasks:
调度场景:{S i=<J i,O i,C>|i=0,...,n},其中,J i为分配到卫星i的 任务集,SubJ i表示任务集J i的子集,SubJ i中每个任务对卫星i具有的成像机会集合为W i,C为卫星使用约束集合; Scheduling scenario: {S i =<J i ,O i ,C>|i=0,...,n}, where J i is the task set assigned to satellite i, and SubJ i represents the child of task set J i Set, the set of imaging opportunities that each task in SubJ i has for satellite i is W i , and C is a set of constraints for satellite use;
任务job i=<p i,d i,w oi,w fi>,p i∈[1,8]为其优先级,越大表示越重要;d i表示job i的成像持续时间,任务job i须在给定时间[w oi,w fi]范围内安排观测; Task job i = <p i, d i, w oi, w fi>, p i ∈ [1,8] for the priority, the greater the more important; d i represents the duration of the imaging job i, task job i Observations must be arranged within a given time [w oi , w fi ];
假设o sj和o ej分别表示成像机会j的开始时间与结束时间,则job i所有成像机会表示为O i={<o s1,o e1,sl 1>,...,<o sj,o ej,sl j>,...,<o sm,o em,sl m>},其中sl j表示job i在成像机会j中对应的侧摆角度,范围在0-180度; Assuming that o sj and o ej represent the start time and end time of the imaging opportunity j, respectively, all the imaging opportunities of job i are expressed as O i ={<o s1 , o e1 , sl 1 >,..., <o sj ,o ej, sl j>, ..., <o sm, o em, sl m>}, where j denotes SL placed job i j corresponding angle side imaging opportunities, in the range of 0-180 degrees;
假设job i的特征向量定义为{f 1,f 2,f 3,f 4,f 5},其中 Suppose that the feature vector of job i is defined as {f 1 , f 2 , f 3 , f 4 , f 5 }, where
f 1:Duration i=d if 1 :Duration i =d i ,
f 2:Priority i=p i∈[1,8], f 2 :Priority i =p i ∈[1,8],
Figure PCTCN2018080419-appb-000001
Figure PCTCN2018080419-appb-000001
Figure PCTCN2018080419-appb-000002
Figure PCTCN2018080419-appb-000002
f 5:Conflict i,表示job i与其他任务观测机会的冲突情况; f 5 :Conflict i , indicating the conflict between job i and other mission observation opportunities;
S2、构建结构化神经网络模型;S2, constructing a structured neural network model;
S3、确定输入层神经节点和输出层神经节点;S3. Determine an input layer neural node and an output layer neural node;
S4、经过多组数据训练学习后进行成像任务的可调度性预测。S4. Perform schedulability prediction of the imaging task after training through multiple sets of data.
进一步地,步骤S2中所述结构化神经网络模型由多个隐含层节点不同的BP神经网络集成,每个BP神经网络各节点之间所有的连接关系均基于现实实际系统的因果关系而构建。Further, the structured neural network model in step S2 is integrated by multiple BP neural networks with different hidden layer nodes, and all the connection relationships between the nodes of each BP neural network are constructed based on the causal relationship of the actual actual system. .
进一步地,输入层神经节点对应{f 1,f 2,f 3,f 4,f 5}五个特征值;输出层神经 节点为特征值Scheduled i={-1,1},任务job i经过调度若进入成像方案中,则Scheduled i=1,表明调度成功;否则Scheduled i=-1。 Further, the input layer neural node corresponds to five characteristic values of {f 1 , f 2 , f 3 , f 4 , f 5 }; the output layer neural node is a characteristic value Scheduled i = {-1, 1}, and the task job i passes If the scheduling enters the imaging scheme, Scheduled i =1, indicating that the scheduling is successful; otherwise Scheduled i = -1.
进一步地,Conflict i的计算过程为:首先输入O i={<o s1,o e1,sl 1>,...,<o sj,o ej,sl j>,...,<o sm,o em,sl m>},i=1,2,,n,卫星侧摆平均速度v,Conflict i=0;然后每一个属于SubJ i中所有任务成像机会集合的任务k成像机会ow k=<o sk,o ek,sl k>和每一个不属于SubJ i中所有任务成像机会集合的任务i成像机会ow i=<o si,o ei,sl i>一一比对;如果ow k=<o sk,o ek,sl k>和ow i=<o si,o ei,sl i>部分重叠,则Conflict i加一;如果ow k=<o sk,o ek,sl k>中对应的侧摆角度sl k和ow i=<o si,o ei,sl i>中对应的侧摆角度sl i的角度差的绝对值和卫星侧摆平均速度v的积加上ow k=<o sk,o ek,sl k>的结束时间o ek大于ow i=<o si,o ei,sl i>的开始时间,则Conflict i加一;如果ow i=<o si,o ei,sl i>中对应的侧摆角度sl i和ow k=<o sk,o ek,sl k>中对应的侧摆角度sl k的角度差的绝对值和卫星侧摆平均速度v的积加上ow i=<o si,o ei,sl i>的结束时间o ei大于ow k=<o sk,o ek,sl k>的开始时间,则Conflict i加一;最后得出最终的Conflict i值。 Further, the calculation process of Conflict i is: first input O i ={<o s1 , o e1 , sl 1 >,..., <o sj , o ej , sl j >,..., <o sm , o em ,sl m >}, i=1,2,,n, satellite yaw average velocity v, Conflict i =0; then each task k imaging opportunity belonging to all mission imaging opportunity sets in SubJ i ow k =< o sk , o ek , sl k > and each task i imaging opportunity that does not belong to all task imaging opportunity sets in SubJ i ow i =<o si ,o ei ,sl i >one-to-one comparison; if ow k =< o sk , o ek , sl k > and ow i =<o si , o ei ,sl i > partially overlap, then Conflict i adds one; if ow k =<o sk ,o ek ,sl k >the corresponding side The product of the absolute value of the angular difference of the corresponding sway angle sl i and the average velocity v of the satellite yaw in the swing angles sl k and ow i =<o si ,o ei ,sl i > plus ow k =<o sk , o ek , sl k > end time o ek is greater than ow i = < o si , o ei , sl i > start time, then Conflict i plus one; if ow i = < o si , o ei , sl i > The absolute value of the angular difference of the corresponding side sway angle sl k and the average yaw rate of the satellite yaw in the corresponding sway angles sl i and ow k =<o sk , o ek ,sl k > The product of ow i =<o si ,o ei ,sl i >end time o ei is greater than the start time of ow k =<o sk ,o ek ,sl k >, then Conflict i adds one; The value of the Conflict i .
步骤S4中成像任务可调度性预测的具体步骤如下:The specific steps of the imaging task schedulability prediction in step S4 are as follows:
S4-1、将多个相同的待预测数据分别经过多个隐含层节点不同的BP神经网络进行预测;S4-1. Performing prediction by using multiple BP neural networks with different same to-be-predicted data through different hidden layer nodes;
S4-2、对得到不同隐含层节点对应的预测成功率从高至低进行排序;S4-2, sorting the prediction success rate corresponding to different hidden layer nodes from high to low;
S4-3、创建多个且数量为单数的BP神经网络集成,该多个BP神经网络集成分别由预测成功率排前列的的BP神经网络组成;S4-3, creating multiple BP neural network integrations with a singular number, and the plurality of BP neural network integrations are respectively composed of BP neural networks that predict the success rate of the first row;
S4-4、依据步骤S4-3得到的多个BP神经网络集成输出的结果采用多数投票法进行投票,从而产生成像任务可调度性预测结果。S4-4. The results of the integrated output of the plurality of BP neural networks obtained according to step S4-3 are voted by the majority voting method, thereby generating an imaging task schedulability prediction result.
本方案原理如下:The principle of this scheme is as follows:
通过对任务规划结果样本集特征值的构造与提取,采用一种用于成像任务可调度性预测的结构化神经网络模型,结构化神经网络模型在学习过程中能够建立任务特征值和卫星能力之间的非线性映射关系,从而完成对成像任务的可调度性预测。Through the construction and extraction of the eigenvalues of the task planning result set, a structured neural network model for schedulability prediction of imaging tasks is adopted. The structured neural network model can establish the task eigenvalue and satellite capability during the learning process. The non-linear mapping relationship between them completes the schedulability prediction of the imaging task.
与现有技术相比,优点如下:Compared with the prior art, the advantages are as follows:
1.基于多个BP网络构建结构化神经网络模型,具有很好的模型参数解释能力。1. Construct a structured neural network model based on multiple BP networks, which has a good ability to interpret model parameters.
2.当实际调度结果在线反馈时,可对可调度性预测模型进行更新,任务可调度性模型的使用使得分布式双层规划问题更易于求解。2. When the actual scheduling results are fed back online, the schedulability prediction model can be updated, and the use of the task schedulability model makes the distributed bilevel programming problem easier to solve.
3.能有效解决传统前馈神经网络模型存在的诸如模型非结构化、收敛速度慢、神经元个数很难确定及局部最小等各种缺陷。3. It can effectively solve various defects such as unstructured model, slow convergence rate, difficult to determine the number of neurons and local minimum in the traditional feedforward neural network model.
4.输入层神经节点对应{f 1,f 2,f 3,f 4,f 5}五个特征值,特别f 2优先权和f 5冲突情况两个特征值的引入,大大提高了BP神经网络预测精度。 4. Input layer neural nodes correspond to five characteristic values of {f 1 , f 2 , f 3 , f 4 , f 5 }, especially the introduction of two eigenvalues of f 2 priority and f 5 conflict condition, greatly improving BP neural Network prediction accuracy.
附图说明DRAWINGS
图1为本发明基于结构化神经网络的成像任务可调度性预测方法的流程图;1 is a flowchart of a method for predicting schedulability of an imaging task based on a structured neural network according to the present invention;
图2为本发明中基于BP神经网络不同属性输入随隐含层节点变化的预测效果图;2 is a prediction effect diagram of different attribute input changes with hidden layer nodes based on BP neural network in the present invention;
图3为本发明中各BP神经网络对于不同数据集预测效果图;3 is a diagram showing prediction effects of various BP neural networks for different data sets in the present invention;
图4为本发明中2000组试验数据的对应优先级分布以及经过调度方法后调度成功率随优先级变化图;4 is a corresponding priority distribution of 2000 sets of test data in the present invention; and a scheduling success rate change pattern after a scheduling method;
图5为本发明中基于2000组试验数据的任务优先级与BP神经网络预测输出成功率的趋势关系图;5 is a graph showing a relationship between a task priority based on 2000 sets of test data and a predicted success rate of BP neural network in the present invention;
图6为本发明中2000组任务数据的对应任务冲突度分布以及经过调度方法后调度成功率随任务冲突度变化图;6 is a diagram showing a distribution of corresponding task conflicts of 2000 sets of task data and a change of scheduling success rate with task conflict degree after the scheduling method according to the present invention;
图7为本发明中基于2000组试验数据的任务冲突度与BP神经网络预测输出成功率的趋势关系图。Figure 7 is a graph showing the relationship between the task conflict degree based on 2000 sets of test data and the predicted output success rate of the BP neural network in the present invention.
具体实施方式Detailed ways
下面结合具体实施例对本发明作进一步说明:The present invention will be further described below in conjunction with specific embodiments:
参见附图1所示,本实施例所述的基于结构化神经网络的成像任务可调度性预测方法,包括以下步骤:Referring to FIG. 1 , a structured neural network-based imaging task schedulability prediction method according to the embodiment includes the following steps:
S1、对调度场景和成像任务的定义:S1, definition of scheduling scenarios and imaging tasks:
调度场景:{S i=<J i,O i,C>|i=0,...,n},其中,J i为分配到卫星i的任务集,SubJ i表示任务集J i的子集,SubJ i中每个任务对卫星i具有的成像机会集合为W i,C为卫星使用约束集合; Scheduling scenario: {S i =<J i ,O i ,C>|i=0,...,n}, where J i is the task set assigned to satellite i, and SubJ i represents the child of task set J i Set, the set of imaging opportunities that each task in SubJ i has for satellite i is W i , and C is a set of constraints for satellite use;
任务job i=<p i,d i,w oi,w fi>,p i∈[1,8]为其优先级,越大表示越重要;d i表示job i的成像持续时间,任务job i须在给定时间[w oi,w fi]范围内安排观测; Task job i = <p i, d i, w oi, w fi>, p i ∈ [1,8] for the priority, the greater the more important; d i represents the duration of the imaging job i, task job i Observations must be arranged within a given time [w oi , w fi ];
假设o sj和o ej分别表示成像机会j的开始时间与结束时间,则job i所有成像机会表示为O i={<o s1,o e1,sl 1>,...,<o sj,o ej,sl j>,...,<o sm,o em,sl m>},其中sl j表示job i在成像机会j中对应的侧摆角度; Assuming that o sj and o ej represent the start time and end time of the imaging opportunity j, respectively, all the imaging opportunities of job i are expressed as O i ={<o s1 , o e1 , sl 1 >,..., <o sj ,o ej, sl j>, ..., <o sm, o em, sl m>}, where j denotes SL placed job i j corresponding angle side imaging opportunities;
假设job i的特征向量定义为{f 1,f 2,f 3,f 4,f 5},其中 Suppose that the feature vector of job i is defined as {f 1 , f 2 , f 3 , f 4 , f 5 }, where
f 1:Duration i=d if 1 :Duration i =d i ,
f 2:Priority i=p i∈[1,8], f 2 :Priority i =p i ∈[1,8],
Figure PCTCN2018080419-appb-000003
Figure PCTCN2018080419-appb-000003
Figure PCTCN2018080419-appb-000004
Figure PCTCN2018080419-appb-000004
f 5:Conflict i,表示job i与其他任务观测机会的冲突情况; f 5 :Conflict i , indicating the conflict between job i and other mission observation opportunities;
S2、构建结构化神经网络模型:S2. Construct a structured neural network model:
该结构化神经网络模型由多个隐含层节点不同的BP神经网络集成,每个BP神经网络各节点之间所有的连接关系均基于现实实际系统的因果关系而构建。The structured neural network model is integrated by multiple BP neural networks with different hidden layer nodes. All the connection relationships between the nodes of each BP neural network are constructed based on the causal relationship of the actual actual system.
S3、确定输入层神经节点和输出层神经节点:S3. Determine the input layer neural node and the output layer neural node:
输入层神经节点对应{f 1,f 2,f 3,f 4,f 5}五个特征值; The input layer neural nodes correspond to five characteristic values of {f 1 , f 2 , f 3 , f 4 , f 5 };
其中,Conflict i的计算过程为:首先输入O i={<o s1,o e1,sl 1>,...,<o sj,o ej,sl j>,...,<o sm,o em,sl m>},i=1,2,,n,卫星侧摆平均速度v,Conflict i=0;然后每一个属于SubJ i中所有任务成像机会集合的任务k成像机会ow k=<o sk,o ek,sl k>和每一个不属于SubJ i中所有任务成像机会集合的任务i成像机会ow i=<o si,o ei,sl i>一一比对;如果ow k=<o sk,o ek,sl k>和ow i=<o si,o ei,sl i>部分重叠,则Conflict i加一;如果ow k=<o sk,o ek,sl k>中对应的侧摆角度sl k和ow i=<o si,o ei,sl i>中对应的侧摆角度sl i的角度差的绝对值和卫星侧摆平均速度v的积加上ow k=<o sk,o ek,sl k>的结束时间o ek大于ow i=<o si,o ei,sl i>的开始时间,则Conflict i加一;如果ow i=<o si,o ei,sl i>中对应的侧摆角度sl i和ow k=<o sk,o ek,sl k>中对应的侧摆角度sl k的角度差的绝对值和卫星侧摆平均速度v的积加上ow i=<o si,o ei,sl i>的结束时间o ei大于ow k=<o sk,o ek,sl k>的开始时间,则Conflict i加一;最后得出最终的Conflict i值。 Among them, the calculation process of Conflict i is: first input O i ={<o s1 ,o e1 ,sl 1 >,...,<o sj ,o ej ,sl j >,...,<o sm ,o Em ,sl m >}, i=1,2,,n, satellite yaw average velocity v, Conflict i =0; then each task k imaging opportunity belonging to all mission imaging opportunity sets in SubJ i ow k =<o Sk , o ek , sl k > and each task i imaging opportunity that does not belong to the set of imaging opportunities in SubJ i ow i =<o si ,o ei ,sl i >one-to-one comparison; if ow k =<o Sk , o ek , sl k > and ow i =<o si , o ei ,sl i > partially overlap, then Conflict i increases by one; if ow k =<o sk ,o ek ,sl k >the corresponding side sway sl k and angles ow i = <o si, o ei, sl i> corresponding side swing angle difference angle sl i and an absolute value of the satellite-side pendulum volume average velocity v plus ow k = <o sk, o The end time o ek of ek ,sl k > is greater than the start time of ow i =<o si ,o ei ,sl i >, then Conflict i is incremented by one; if ow i =<o si ,o ei ,sl i > The product of the absolute value of the angular difference between the corresponding sway angle sl k and the average yaw velocity v of the satellite yaw angle sl i and ow k =<o sk , o ek ,sl k > Adding the end time o ei of ow i =<o si ,o ei ,sl i > is greater than the start time of ow k =<o sk ,o ek ,sl k >, then Conflict i is incremented by one; finally the final Conflict is obtained. i value.
输出层神经节点为特征值Scheduled i={-1,1},任务job i经过调度若进入成像方案中,则Scheduled i=1,表明调度成功;否则Scheduled i=-1。 The output layer neural node is the characteristic value Scheduled i = {-1, 1}, and the task job i is scheduled to enter the imaging scheme, then Scheduled i =1, indicating that the scheduling is successful; otherwise, Scheduled i = -1.
S4、经过多组数据训练学习后进行成像任务的可调度性预测;其中进行成像任务的可调度性预测具体步骤如下:S4. Perform schedulability prediction of the imaging task after training through multiple sets of data; wherein the specific steps of performing schedulability prediction of the imaging task are as follows:
S4-1、将多个相同的待预测数据分别经过多个隐含层节点不同的BP神经网络进行预测;S4-1. Performing prediction by using multiple BP neural networks with different same to-be-predicted data through different hidden layer nodes;
S4-2、对得到不同隐含层节点对应的预测成功率从高至低进行排序;S4-2, sorting the prediction success rate corresponding to different hidden layer nodes from high to low;
S4-3、创建多个且数量为单数的BP神经网络集成,该多个BP神经网络集成分别由预测成功率排前列的的BP神经网络组成;S4-3, creating multiple BP neural network integrations with a singular number, and the plurality of BP neural network integrations are respectively composed of BP neural networks that predict the success rate of the first row;
S4-4、依据步骤S4-3得到的多个BP神经网络集成输出的结果采用多数投票法进行投票,从而产生成像任务可调度性预测结果。S4-4. The results of the integrated output of the plurality of BP neural networks obtained according to step S4-3 are voted by the majority voting method, thereby generating an imaging task schedulability prediction result.
上述中,前后两BP神经网络采用同一的1900组数据进行训练,100组数据进行预测测试,隐含层节点数统一由1-49之间取值。每个节点数目下进行10次学习,预测成功率取平均值。如图2所示,特征值Conflict的加入有效提升了BP神经网络的预测成功率,随着隐含层节点数目的增加,提升效果愈趋于稳定,平均提升2.5个百分点。In the above, the two BP neural networks use the same 1900 sets of data for training, 100 sets of data for predictive testing, and the number of hidden layer nodes is uniformly determined by values between 1-49. 10 learnings were performed for each node number, and the predicted success rate was averaged. As shown in Fig. 2, the addition of the eigenvalue Conflict effectively improves the prediction success rate of the BP neural network. As the number of hidden layer nodes increases, the improvement effect becomes more stable, with an average increase of 2.5 percentage points.
前后两BP神经网络分别采用图2取得最好效果的隐含层节点数进行学习。2000组数据平均分成20份,将每份100组作为测试数据,其余1900组作为训练数据。每组数据进行10次学习,预测成功率取平均值。如图3所示,五属性输入的BP神经网络在不同数据集上均发挥了更好的预测效果。Before and after the two BP neural networks respectively learn the number of hidden layer nodes with the best effect in Figure 2. The 2000 group data was divided into 20 parts on average, 100 sets of each group were used as test data, and the remaining 1900 sets were used as training data. Each group of data was studied 10 times, and the predicted success rate was averaged. As shown in Figure 3, the BP neural network with five attribute inputs plays a better prediction effect on different data sets.
另外,如图4所示,基于2000组任务数据,优先级为8的任务全部调度成功,而优先级为1的调度成功率最低。然而优先级位于中间的任务调度成功率并不随优先级的增加而严格增加。In addition, as shown in FIG. 4, based on the 2000 group task data, all tasks with priority level 8 are successfully scheduled, and the scheduling success rate with priority level 1 is the lowest. However, the task scheduling success rate with the priority in the middle does not increase strictly with the increase of the priority.
如图5所示,任务优先级为8的任务可调度性预测成功率为1,优先级为1对应成功率也大于0.95,最低与最高优先级成为任务可调度性预测过程 中的良好鉴别器,而其他优先级未有良好分类效果,结合图4分析可见输入特征值Priority与输出特征值Scheduled预测输出紧密联系。As shown in FIG. 5, the task schedulability prediction success rate of task priority 8 is 1, and the priority is 1 corresponding success rate is also greater than 0.95. The lowest and highest priority become good discriminators in the task schedulability prediction process. While other priorities do not have a good classification effect, combined with Figure 4, the visible input feature value Priority is closely related to the output feature value Scheduled predictive output.
如图6所示,调度成功率的总体趋势随冲突度的增加而降低,当冲突度大于14时,无任务调度成功;As shown in FIG. 6, the overall trend of scheduling success rate decreases as the degree of conflict increases. When the degree of conflict is greater than 14, no task scheduling succeeds;
如图7所示,当冲突度大于12时,预测成功率大于95%。As shown in FIG. 7, when the degree of conflict is greater than 12, the predicted success rate is greater than 95%.
基于隐含层节点数变化的多BP神经网络集成预测效果:Multi-BP neural network integration prediction based on the number of hidden layer nodes:
采用图2中采用的基础数据以及隐含层节点变化范围,由2—50之间变化,各BP神经网络的预测成功率排序如表1所示:The basic data used in Figure 2 and the variation range of the hidden layer nodes are changed from 2 to 50. The prediction success rate of each BP neural network is as shown in Table 1:
Figure PCTCN2018080419-appb-000005
Figure PCTCN2018080419-appb-000005
表1Table 1
分别采用上述若干不同BP神经网络进行集成,得到预测效果如表2所示:The integration of several different BP neural networks mentioned above is used to obtain the predicted effects as shown in Table 2:
Figure PCTCN2018080419-appb-000006
Figure PCTCN2018080419-appb-000006
Figure PCTCN2018080419-appb-000007
Figure PCTCN2018080419-appb-000007
表2Table 2
从表2得出,基于多BP神经网络集成构建的任务可调度性预测组件性能比单一BP神经网络稳定提升,最高预测成功率可达91%。From Table 2, the performance of the task schedulability prediction component based on multi-BP neural network integration is more stable than that of a single BP neural network, and the highest prediction success rate is 91%.
与现有技术相比,本实施例具有以下优点:Compared with the prior art, this embodiment has the following advantages:
1.基于多个BP网络构建结构化神经网络模型,具有很好的模型参数解释能力。1. Construct a structured neural network model based on multiple BP networks, which has a good ability to interpret model parameters.
2.当实际调度结果在线反馈时,可对可调度性预测模型进行更新,任务可调度性模型的使用使得分布式双层规划问题更易于求解。2. When the actual scheduling results are fed back online, the schedulability prediction model can be updated, and the use of the task schedulability model makes the distributed bilevel programming problem easier to solve.
3.能有效解决传统前馈神经网络模型存在的诸如模型非结构化、收敛速度慢、神经元个数很难确定及局部最小等各种缺陷。3. It can effectively solve various defects such as unstructured model, slow convergence rate, difficult to determine the number of neurons and local minimum in the traditional feedforward neural network model.
4.输入层神经节点对应{f 1,f 2,f 3,f 4,f 5}五个特征值,特别f 2优先权和f 5冲突情况两个特征值的引入,大大提高了BP神经网络预测精度。 4. Input layer neural nodes correspond to five characteristic values of {f 1 , f 2 , f 3 , f 4 , f 5 }, especially the introduction of two eigenvalues of f 2 priority and f 5 conflict condition, greatly improving BP neural Network prediction accuracy.
以上所述之实施例子只为本发明之较佳实施例,并非以此限制本发明的实施范围,故凡依本发明之形状、原理所作的变化,均应涵盖在本发明的保护范围内。The embodiments described above are only the preferred embodiments of the present invention, and are not intended to limit the scope of the present invention. Therefore, variations in the shapes and principles of the present invention are intended to be included within the scope of the present invention.

Claims (5)

  1. 基于结构化神经网络的成像任务可调度性预测方法,其特征在于:通过对任务规划结果样本集特征值的构造与提取,构建结构化神经网络模型,使其在学习过程中建立任务特征值和卫星能力之间的非线性映射关系,从而完成对成像任务的可调度性预测;A structuring predictive method for imaging tasks based on structured neural network is characterized in that a structured neural network model is constructed by constructing and extracting feature values of the sample set of task planning results, so that task feature values are established during the learning process. A non-linear mapping relationship between satellite capabilities to complete schedulability predictions for imaging tasks;
    具体步骤如下:Specific steps are as follows:
    S1、对调度场景和成像任务的定义:S1, definition of scheduling scenarios and imaging tasks:
    调度场景:{S i=<J i,O i,C>|i=0,…,n},其中,J i为分配到卫星i的任务集,SubJ i表示任务集J i的子集,SubJ i中每个任务对卫星i具有的成像机会集合为W i,C为卫星使用约束集合; Scheduling scenario: {S i =<J i ,O i ,C>|i=0,...,n}, where J i is the task set assigned to satellite i, SubJ i represents a subset of task set J i , Each of the tasks in SubJ i has a set of imaging opportunities for satellite i as W i , and C is a constellation set for satellite use;
    任务job i=<p i,d i,w oi,w fi>,p i∈[1,8]为其优先级,越大表示越重要;d i表示job i的成像持续时间,任务job i须在给定时间[w oi,w fi]范围内安排观测; Task job i = <p i, d i, w oi, w fi>, p i ∈ [1,8] for the priority, the greater the more important; d i represents the duration of the imaging job i, task job i Observations must be arranged within a given time [w oi , w fi ];
    假设o sj和o ej分别表示成像机会j的开始时间与结束时间,则job i所有成像机会表示为O i={<o s1,o e1,sl 1>,…,<o sj,o ej,sl j>,…,<o sm,o em,sl m>},其中sl j表示job i在成像机会j中对应的侧摆角度; Assuming that o sj and o ej represent the start time and end time of the imaging opportunity j, respectively, all the imaging opportunities of job i are expressed as O i ={<o s1 , o e1 , sl 1 >,..., <o sj , o ej , Sl j >,..., <o sm , o em , sl m >}, where sl j represents the corresponding side angle of job i in imaging opportunity j;
    假设job i的特征向量定义为{f 1,f 2,f 3,f 4,f 5},其中 Suppose that the feature vector of job i is defined as {f 1 , f 2 , f 3 , f 4 , f 5 }, where
    f 1:Duration i=d if 1 :Duration i =d i ,
    f 2:Priority i=p i∈[1,8], f 2 :Priority i =p i ∈[1,8],
    f 3:
    Figure PCTCN2018080419-appb-100001
    f 3 :
    Figure PCTCN2018080419-appb-100001
    f 4:
    Figure PCTCN2018080419-appb-100002
    f 4 :
    Figure PCTCN2018080419-appb-100002
    f 5:Conflict i,表示job i与其他任务观测机会的冲突情况; f 5 :Conflict i , indicating the conflict between job i and other mission observation opportunities;
    S2、构建结构化神经网络模型;S2, constructing a structured neural network model;
    S3、确定输入层神经节点和输出层神经节点;S3. Determine an input layer neural node and an output layer neural node;
    S4、经过多组数据训练学习后进行成像任务的可调度性预测。S4. Perform schedulability prediction of the imaging task after training through multiple sets of data.
  2. 根据权利要求1所述的基于结构化神经网络的成像任务可调度性预测方法,其特征在于:步骤S2中所述结构化神经网络模型由多个隐含层节点不同的BP神经网络集成,每个BP神经网络各节点之间所有的连接关系均基于现实实际系统的因果关系而构建。The structured neural network-based imaging task schedulability prediction method according to claim 1, wherein the structured neural network model in step S2 is integrated by multiple BP neural networks with different hidden layer nodes, each All the connection relationships between the nodes of the BP neural network are constructed based on the causal relationship of the actual actual system.
  3. 根据权利要求1所述的基于结构化神经网络的成像任务可调度性预测方法,其特征在于:所述输入层神经节点对应{f 1,f 2,f 3,f 4,f 5}五个特征值;输出层神经节点为特征值Scheduled i={-1,1},任务job i经过调度若进入成像方案中,则Scheduled i=1,表明调度成功;否则Scheduled i=-1。 The structured neural network-based imaging task schedulability prediction method according to claim 1, wherein the input layer neural nodes correspond to {f 1 , f 2 , f 3 , f 4 , f 5 } The eigenvalue; the output layer neural node is the eigenvalue Scheduled i = {-1, 1}, and the task job i is scheduled to enter the imaging scheme, then Scheduled i =1, indicating that the scheduling is successful; otherwise, Scheduled i = -1.
  4. 根据权利要求1所述的基于结构化神经网络的成像任务可调度性预测方法,其特征在于:所述Conflict i的计算过程为:首先输入O i={<o s1,o e1,sl 1>,…,<o sj,o ej,sl j>,…,<o sm,o em,sl m>},i=1,2,,n,卫星侧摆平均速度v,Conflict i=0;然后每一个属于SubJ i中所有任务成像机会集合的任务k成像机会ow k=<o sk,o ek,sl k>和每一个不属于SubJ i中所有任务成像机会集合的任务i成像机会ow i=<o si,o ei,sl i>一一比对;如果ow k=<o sk,o ek,sl k>和ow i=<o si,o ei,sl i>部分重叠,则Conflict i加一;如果ow k=<o sk,o ek,sl k>中对应的侧摆角度sl k和ow i=<o si,o ei,sl i>中对应的侧摆角度sl i的角度差的绝对值和卫星侧摆平均速度v的积加上ow k=<o sk,o ek,sl k>的结束时间o ek大于ow i=<o si,o ei,sl i>的开始时间,则Conflict i加一;如果ow i=<o si,o ei,sl i>中对应的侧摆角度sl i和ow k=<o sk,o ek,sl k>中对应的侧摆角度sl k的角度差的绝对值和卫星侧摆平均速度v的积加上ow i=<o si,o ei,sl i>的结束时间o ei大于 ow k=<o sk,o ek,sl k>的开始时间,则Conflict i加一;最后得出最终的Conflict i值。 The method for predicting schedulability of an imaging task based on structured neural network according to claim 1, wherein the calculation process of the Conflict i is: first inputting O i ={<o s1 , o e1 , sl 1 >,...,<o sj ,o ej ,sl j >,...,<o sm ,o em ,sl m >},i=1,2,,n, satellite yaw average velocity v,Conflict i =0; each belongs task SUBJ i all tasks imaging opportunity set k of imaging opportunities ow k = <o sk, o ek, sl k> and task i imaging every opportunity not all tasks imaging opportunities SUBJ i in the set ow i = <o si ,o ei ,sl i >one-to-one comparison; if ow k =<o sk ,o ek ,sl k > and ow i =<o si ,o ei ,sl i > partially overlap, then Conflict i plus One; if ow k =<o sk ,o ek ,sl k >the corresponding sway angles sl k and ow i =<o si ,o ei ,sl i >the angle difference of the corresponding side angles sl i The product of the absolute value and the satellite yaw average velocity v plus ow k =<o sk , o ek ,sl k >the end time o ek is greater than the start time of ow i =<o si ,o ei ,sl i >, then Conflict i plus one; if ow i =<o si ,o ei ,sl i >the corresponding side angles sl i and o w k =<o sk ,o ek ,sl k >the absolute value of the angular difference of the corresponding sway angle sl k and the product of the satellite yaw average velocity v plus ow i =<o si ,o ei ,sl i The end time o ei of > is greater than the start time of ow k = <o sk , o ek , sl k >, then Conflict i is incremented by one; finally the final Conflict i value is obtained.
  5. 根据权利要求1所述的基于结构化神经网络的成像任务可调度性预测方法,其特征在于:所述步骤S4中成像任务可调度性预测的具体步骤如下:The structured neural network-based imaging task schedulability prediction method according to claim 1, wherein the specific steps of the imaging task schedulability prediction in the step S4 are as follows:
    S4-1、将多个相同的待预测数据分别经过多个隐含层节点不同的BP神经网络进行预测;S4-1. Performing prediction by using multiple BP neural networks with different same to-be-predicted data through different hidden layer nodes;
    S4-2、对得到不同隐含层节点对应的预测成功率从高至低进行排序;S4-2, sorting the prediction success rate corresponding to different hidden layer nodes from high to low;
    S4-3、创建多个且数量为单数的BP神经网络集成,该多个BP神经网络集成分别由预测成功率排前列的的BP神经网络组成;S4-3, creating multiple BP neural network integrations with a singular number, and the plurality of BP neural network integrations are respectively composed of BP neural networks that predict the success rate of the first row;
    S4-4、依据步骤S4-3得到的多个BP神经网络集成输出的结果采用多数投票法进行投票,从而产生成像任务可调度性预测结果。S4-4. The results of the integrated output of the plurality of BP neural networks obtained according to step S4-3 are voted by the majority voting method, thereby generating an imaging task schedulability prediction result.
PCT/CN2018/080419 2017-12-26 2018-04-24 Structured neural network-based imaging task schedulability prediction method WO2019127945A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201711430632.1 2017-12-26
CN201711430632.1A CN108717572B (en) 2018-05-31 2018-05-31 Imaging task schedulability prediction method based on structured neural network

Publications (1)

Publication Number Publication Date
WO2019127945A1 true WO2019127945A1 (en) 2019-07-04

Family

ID=63898661

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/080419 WO2019127945A1 (en) 2017-12-26 2018-04-24 Structured neural network-based imaging task schedulability prediction method

Country Status (2)

Country Link
CN (1) CN108717572B (en)
WO (1) WO2019127945A1 (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110727903A (en) * 2019-10-10 2020-01-24 合肥工业大学 Satellite task planning method for realizing maximum observation area by limited coverage resources
CN112734107A (en) * 2021-01-08 2021-04-30 浙江大学 Product collaborative design task data decomposition and distribution method based on error inverse propagation
CN113313356A (en) * 2021-04-30 2021-08-27 合肥工业大学 Method and device for synthesizing remote sensing satellite earth observation emergency task
CN113419830A (en) * 2021-06-23 2021-09-21 鹤壁国立光电科技股份有限公司 Multi-dimensional scheduling method and system based on neural network
CN113642834A (en) * 2021-06-29 2021-11-12 合肥工业大学 Task importance evaluation method and system based on task attribute priority mapping
CN113962525A (en) * 2021-09-23 2022-01-21 北京市遥感信息研究所 Remote sensing satellite task decision method based on configurable criteria
CN115081884A (en) * 2022-06-23 2022-09-20 哈尔滨工业大学 Distributed on-satellite online many-to-many task planning method

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109766181A (en) * 2018-12-06 2019-05-17 北京航空航天大学 A kind of RMS schedulability determination method and device based on deep learning
CN109739638A (en) * 2018-12-06 2019-05-10 北京航空航天大学 A kind of EDF schedulability determination method and device based on deep learning
CN109767128B (en) * 2019-01-15 2021-06-11 中国人民解放军国防科技大学 Imaging satellite autonomous task planning method based on machine learning
CN112561351B (en) * 2020-12-21 2021-11-16 中国人民解放军32039部队 Method and device for evaluating task application in relay satellite system
CN112860534B (en) * 2021-03-17 2022-10-25 上海壁仞智能科技有限公司 Hardware architecture performance evaluation and performance optimization method and device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103489009A (en) * 2013-09-17 2014-01-01 北方信息控制集团有限公司 Pattern recognition method based on self-adaptation correction neural network
CN104268627A (en) * 2014-09-10 2015-01-07 天津大学 Short-term wind speed forecasting method based on deep neural network transfer model
CN106779064A (en) * 2016-11-25 2017-05-31 电子科技大学 Deep neural network self-training method based on data characteristics

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA2490540A1 (en) * 2004-12-21 2006-06-21 Mobil Grain Ltd. Computer-based dispatching system and method
CN104063749B (en) * 2014-06-28 2017-03-29 中国人民解放军国防科学技术大学 A kind of autonomous mission planning algorithm of the imaging satellite based on roll stablized loop
US20160162779A1 (en) * 2014-12-05 2016-06-09 RealMatch, Inc. Device, system and method for generating a predictive model by machine learning
CN105095643B (en) * 2015-06-15 2019-05-14 中国人民解放军国防科学技术大学 The autonomous mission planning method of imaging satellite towards dynamic environment
CN105068549B (en) * 2015-08-18 2017-09-29 航天东方红卫星有限公司 A kind of autonomous continuous planing method of satellite task
CN106708069B (en) * 2017-01-19 2020-01-10 中国科学院自动化研究所 Coordinated planning and control method of underwater movement robot

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103489009A (en) * 2013-09-17 2014-01-01 北方信息控制集团有限公司 Pattern recognition method based on self-adaptation correction neural network
CN104268627A (en) * 2014-09-10 2015-01-07 天津大学 Short-term wind speed forecasting method based on deep neural network transfer model
CN106779064A (en) * 2016-11-25 2017-05-31 电子科技大学 Deep neural network self-training method based on data characteristics

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110727903A (en) * 2019-10-10 2020-01-24 合肥工业大学 Satellite task planning method for realizing maximum observation area by limited coverage resources
CN110727903B (en) * 2019-10-10 2023-03-28 合肥工业大学 Satellite task planning method for realizing maximum observation area by limited coverage resources
CN112734107A (en) * 2021-01-08 2021-04-30 浙江大学 Product collaborative design task data decomposition and distribution method based on error inverse propagation
CN112734107B (en) * 2021-01-08 2024-05-10 浙江大学 Product collaborative design task data decomposition and distribution method based on error back propagation
CN113313356B (en) * 2021-04-30 2022-09-23 合肥工业大学 Method and device for synthesizing remote sensing satellite earth observation emergency task
CN113313356A (en) * 2021-04-30 2021-08-27 合肥工业大学 Method and device for synthesizing remote sensing satellite earth observation emergency task
CN113419830A (en) * 2021-06-23 2021-09-21 鹤壁国立光电科技股份有限公司 Multi-dimensional scheduling method and system based on neural network
CN113419830B (en) * 2021-06-23 2023-02-03 鹤壁国立光电科技股份有限公司 Multi-dimensional scheduling method and system based on neural network
CN113642834B (en) * 2021-06-29 2023-08-29 合肥工业大学 Task importance evaluation method and system based on task attribute priority mapping
CN113642834A (en) * 2021-06-29 2021-11-12 合肥工业大学 Task importance evaluation method and system based on task attribute priority mapping
CN113962525A (en) * 2021-09-23 2022-01-21 北京市遥感信息研究所 Remote sensing satellite task decision method based on configurable criteria
CN115081884A (en) * 2022-06-23 2022-09-20 哈尔滨工业大学 Distributed on-satellite online many-to-many task planning method
CN115081884B (en) * 2022-06-23 2023-05-02 哈尔滨工业大学 Distributed on-board online many-to-many task planning method

Also Published As

Publication number Publication date
CN108717572B (en) 2021-10-19
CN108717572A (en) 2018-10-30

Similar Documents

Publication Publication Date Title
WO2019127945A1 (en) Structured neural network-based imaging task schedulability prediction method
Xiao et al. A sampling-based Bayesian approach for cooperative multiagent online search with resource constraints
He et al. A generic Markov decision process model and reinforcement learning method for scheduling agile earth observation satellites
CN113128828A (en) Satellite observation distributed online planning method based on multi-agent reinforcement learning
He et al. Scheduling multiple agile earth observation satellites with an edge computing framework and a constructive heuristic algorithm
Wu et al. An evolutionary fuzzy scheduler for multi-objective resource allocation in fog computing
CN109496305A (en) Nash equilibrium strategy on continuous action space and social network public opinion evolution model
CN109933842A (en) A kind of mobile target list star mission planning method based on constraint satisfaction genetic algorithm
CN113064449B (en) Unmanned aerial vehicle scheduling method and system
Cui et al. An improved PSO with time-varying accelerator coefficients
Yang et al. LSTM-based deep learning model for civil aircraft position and attitude prediction approach
Liu et al. Multi-agent reinforcement learning-based coordinated dynamic task allocation for heterogenous UAVs
Qu et al. Satellite observation and data-transmission scheduling using imitation learning based on mixed integer linear programming
Agarwal et al. A hybrid genetic algorithm and particle swarm optimization with type-2 fuzzy sets for generating systems of systems architectures
Jiang et al. Dual-population artificial bee colony algorithm for joint observation satellite mission planning problem
Zheng et al. Robustness of the planning algorithm for ocean observation tasks
Mellios et al. A multivariate analysis of the daily water demand of Skiathos Island, Greece, implementing the artificial neuro-fuzzy inference system (ANFIS)
Wu et al. Coordinated scheduling of air and space observation resources via divide and conquer framework and iterative optimization
Bao et al. An effective method for satellite mission scheduling based on reinforcement learning
Zamuda et al. Improving constrained glider trajectories for ocean eddy border sampling within extended mission planning time
Zhao et al. A Periodically Updated Adaptive Sampling Framework for Marine Mobile Observation Platforms
Lee et al. Maximizing observation throughput via multi-stage satellite constellation reconfiguration
Zhao et al. An optimization method for satellite data structure design based on improved ant colony algorithm
Feng et al. Distributed Task Scheduling for Multiple EOSs via a Game Theory Approach
CN111414998A (en) Remote sensing satellite resource scheduling algorithm selection method based on deep neural network

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18894923

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 18894923

Country of ref document: EP

Kind code of ref document: A1