WO2021012584A1 - 一种移动边缘计算场景下制定单任务迁移策略的方法 - Google Patents

一种移动边缘计算场景下制定单任务迁移策略的方法 Download PDF

Info

Publication number
WO2021012584A1
WO2021012584A1 PCT/CN2019/124423 CN2019124423W WO2021012584A1 WO 2021012584 A1 WO2021012584 A1 WO 2021012584A1 CN 2019124423 W CN2019124423 W CN 2019124423W WO 2021012584 A1 WO2021012584 A1 WO 2021012584A1
Authority
WO
WIPO (PCT)
Prior art keywords
task
energy consumption
migration
pheromone
path
Prior art date
Application number
PCT/CN2019/124423
Other languages
English (en)
French (fr)
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 北京工业大学
Priority to JP2020533281A priority Critical patent/JP6942397B2/ja
Publication of WO2021012584A1 publication Critical patent/WO2021012584A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5027Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/004Artificial life, i.e. computing arrangements simulating life
    • G06N3/006Artificial life, i.e. computing arrangements simulating life based on simulated virtual individual or collective life forms, e.g. social simulations or particle swarm optimisation [PSO]
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Definitions

  • the invention belongs to the field of mobile edge computing, and aims to reduce the energy consumption of mobile device task migration, and is designed with a single task migration strategy based on an ant colony algorithm.
  • MCC Mobile cloud computing
  • 5G next-generation mobile networks
  • MEC Mobile Edge Computing
  • the plan sets up an adaptive adjustment of task migration decisions: when the mobile device’s own computing resources and battery power are sufficient, a dynamic decision-making plan is used to improve task execution performance; when the mobile device’s own resources are insufficient, the task execution Make migration decisions beforehand to reduce additional overhead caused by dynamic decisions.
  • the wireless network will also affect the energy consumption of task completion.
  • Huang D and Wang P et al. proposed a method to dynamically change the task migration strategy according to the wireless network environment, and build mobile applications into multiple subtasks.
  • the directed acyclic graph model minimizes the energy consumption of the mobile application by assigning the execution position of each subtask.
  • Wu Huaming et al. proposed a task migration solution that balances shortening execution time and saving energy consumption, and realizes the elastic and on-demand distribution of cloud computing resources.
  • Li Tianze et al. proposed an optimization scheme that integrates energy consumption, time delay, and server execution cost for task migration in an MEC environment.
  • the complexity of task migration algorithms where multiple targets coexist is often too high.
  • Wang J et al. proposed a low-complexity task migration algorithm based on Lyapunov's optimization theory, and can At the same time reduce execution time and energy consumption of mobile devices.
  • the distance between the user and the MEC server is closer, which greatly reduces the communication overhead in data transmission for task migration.
  • all tasks are considered as a whole. If they are migrated, all tasks will be handed over to the MEC server for processing. If they are not migrated, the tasks will be executed locally.
  • Such a migration strategy is obviously not optimal for mobile devices that frequently communicate with the server.
  • the task migration mode of splitting a single task and making a migration decision proposed in the present invention can improve task execution performance, reduce task execution overhead, and divide computing tasks into more fine-grained divisions. At this time, it is particularly important to design a set of task migration algorithms using the specific characteristics of the task (task topology, task calculation amount, and the size of the data transferred between tasks, etc.).
  • the migration decision is made with a task as a unit as a whole.
  • the user's mobile device will frequently interact with the operator's base station. If the overall migration solution is adopted, the loss of interaction capability will also increase the bandwidth pressure of the base station, which is obviously not in line with the actual application. .
  • the present invention designs a task migration strategy based on an ant colony algorithm in a single-user MEC system.
  • the concept of pheromone in the ant colony algorithm is introduced to calculate the probability of the current subtask migration decision .
  • the present invention fully considers the situation of each subtask to formulate an overall migration strategy, ensures that each non-transferable subtask can be executed locally to meet the needs of user interaction, is more suitable for real scenarios, and improves optimization efficiency.
  • the present invention designs the following scheme, which includes the following steps:
  • Step 1 When a random task arrives, it is temporarily stored in the cache queue.
  • V loc represents non-migrateable components that must be executed locally
  • V off represents a set of components that can be migrated to the MEC server for decision making.
  • each task set V has a unique entry transaction and exit transaction, where the entry transaction does not have a predecessor transaction, and the exit transaction does not have a successor transaction.
  • the present invention will also define a binary variable E ij ⁇ 0,1 ⁇ to represent the dependency between various tasks:
  • Step 2. Determine and initialize various parameters of the mobile edge computing model, and establish an energy consumption model.
  • the present invention uses ⁇ (CPU cycles) to represent the task calculation amount, f represents the CPU execution rate of the device, and T represents the execution time of the task. If the task is executed locally, the local execution time can be: If the task is executed on the MEC server with the calculation speed f c , the time required for the task to complete is:
  • E l P l T l .
  • E b P b T c .
  • P b (W) represents the power when the mobile device CPU is idle
  • T c (s) represents the idle time of the mobile device. Since P b is much smaller than P l , the task migration strategy can save energy consumption for mobile devices.
  • R s and R r are used to represent the data upload channel rate (mobile terminal to MEC terminal) and data download channel rate (MEC terminal to mobile terminal), in units of (bit/s), P s and P r respectively represents the communication power during data transmission and data reception, and the unit is (W).
  • the transmission time of the task is:
  • the energy consumed is: According to the energy consumption model constructed above, the total energy consumption of the entire mobile device to complete a single application can be expressed as:
  • N represents the total number of subtasks
  • the second part on the right side of the equation represents the total energy consumption from the first subtask to the penultimate subtask, where [E l (1-A i )+E b A i ] Represents the energy consumption of the mobile device's CPU.
  • Part of the total transmission energy consumption of the task,
  • is used to determine whether task i and its post-task j are calculated at the same location. If both are performed on the mobile device or on the MEC server, no Transmission energy consumption. Because the last subtask is determined to be executed locally and there is no subsequent task, the energy consumption of its task is added to the forefront of the energy consumption calculation model.
  • the task as a model that minimizes the total energy consumption of mobile devices E(A). Since there are two options for each migratable task, migrating or not migrating, there will be 2 N total migration decisions for N tasks solution. If the enumeration method is used to calculate the optimal energy consumption solution for the task, the time complexity is too high and it is not suitable for actual production. Therefore, the present invention uses ant colony algorithm to solve this complex task model.
  • Step 3 Initialize the pheromone concentration in each path, the number of task cycles t and the number of ants m.
  • the amount of task calculation and data communication required by each subtask is different.
  • subtasks with low computational load are handed over to the mobile device for processing locally.
  • the ant colony algorithm calculates the probability of task migration based on the concentration of pheromone on different paths, thereby deriving the task migration strategy.
  • ⁇ il (0) + ⁇ .
  • Step 4 Use the ant colony algorithm to obtain the path selected by each ant, and select the path corresponding to the minimum energy consumption E min (A) from all the paths selected by the m ants according to the task total energy consumption model designed in step 2.
  • the path chosen by the ants is determined by the migration calculation probability, and in the tth task cycle, the calculation formula of the probability Pic (t) for each ant to migrate the subtask i is as follows:
  • ⁇ T represents the number of task cycles, and also represents time
  • ⁇ ic (t) represents the pheromone concentration on the path where task i is migrated to the MEC server at time t
  • ⁇ il (t) represents the pheromone concentration on the path where task i is locally calculated at time t;
  • represents the pheromone heuristic factor ( ⁇ [0,5]), which reflects the effect of pheromone on the path selection of ants;
  • the value is It can be seen that the smaller e ij The larger the value, the higher the expected value of task i migration;
  • represents the heuristic function factor ( ⁇ [0,5]), which reflects the relative importance of the heuristic function in guiding ant colony search;
  • each subtask After the execution position of each subtask is obtained by formula 4, the number of ants k is reset, and each ant executes the task according to the task migration strategy of the current round. According to the energy consumption model designed in step 2, the selection of each ant is calculated Energy consumption of the path, and update the minimum energy consumption E min (A). When all m ants in this round have completed their tasks, continue to step 5.
  • Step 5 If the preset number of task cycles is not reached, update the pheromone concentration, and return to step 4 to continue searching for a better task migration strategy; if the preset number of task cycles is reached, continue to step 6.
  • the pheromone concentration update formula is as follows:
  • ⁇ ic (t+1) (1- ⁇ )* ⁇ ic (t)+ ⁇ ic (t,t+1) (5)
  • is the pheromone volatilization factor ( ⁇ [0.1,0.99])
  • 1- ⁇ is the residual pheromone factor
  • ⁇ ic (t,t+1) is the increment of the pheromone after a round of task iteration , Calculated by formula 6:
  • m is the total number of ants in a cycle
  • the pheromone left by each ant on the migration path at task i is represented by formula 7, where Q is a normal number (Q ⁇ [1,10]), used to control the amount of pheromone left by each ant.
  • Step 6 The preferred task migration strategy obtained in the last task cycle is the optimal task migration strategy, and task allocation is performed according to the optimal task migration strategy, and edge computing is performed.
  • the present invention has the following characteristics:
  • the design of the present invention takes into account that in the actual MEC scenario, there are many applications that need to frequently interact with mobile users, and the overall migration of these applications will undoubtedly increase communication overhead and result in higher mobile device energy consumption.
  • the present invention first converts the application to be processed into a directed graph containing multiple subtasks, and then uses the ant colony algorithm to traverse the graph of the task to be processed multiple times, and finally obtains the suboptimal solution of the task migration strategy with energy consumption as the optimization target. Compared with other algorithms on the basis of ensuring the efficiency of task execution, it reduces the time complexity of task execution. At the same time, the method of fine-grained splitting of tasks can minimize the energy consumption of mobile devices and improve the service quality of the overall MEC system.
  • Figure 1 is a diagram of the fine-grained task division of the present invention
  • FIG. 2 is a flowchart of task execution
  • Step 1 As shown in Fig. 1 is a fine-grained task division diagram of an application.
  • the node ⁇ V in Figure 1 represents the divided subtasks, and the edge e ij ⁇ E in Figure 1 represents the transmission data between tasks.
  • e ij means that after task i is executed, the data of e ij will be transmitted to Task j, and task j can only start execution after receiving the data transferred from task i.
  • the subtasks in the figure can be divided into two categories: One is the tasks that must be performed locally (for example, the user's audio and video collection and the interaction of the mobile terminal, etc.), represented as solid tasks 1, 4, and 6 in Figure 1, represented as The other type is transferable tasks, such as hollow tasks 2, 3, and 5 in Figure 1, expressed as
  • the present invention defines a binary variable E ij ⁇ 0,1 ⁇ to represent the dependency between various tasks.
  • Step 2 Establish an energy consumption model for mobile edge computing and initialize task parameters.
  • the present invention divides the energy consumption model into two parts, local calculation energy consumption and migration calculation energy consumption. Assuming that the calculation amount of each subtask is ⁇ i (CPU cycles), the CPU execution rate is f l , and the power when the calculation is performed is P l , then the task local execution energy consumption can be expressed as: If the task needs to migrate computing, the standby energy consumption of the mobile device during the task migration can be used Means that, at the same time, because task migration will inevitably produce communication energy consumption, the present invention uses versus Indicates the energy consumption of data upload and download.
  • the purpose of the task migration strategy proposed in the present invention is to optimize the execution energy consumption of the mobile device.
  • Step 4 Update the pheromone concentration on different paths according to the minimum energy consumption E min (A) and formula 5-7. Use the new pheromone concentration and formula 4 to calculate the task allocation probability Pic (t) for the next round. Through Pic (t), a new task migration strategy A can be obtained, and then the optimal energy consumption E min can be updated. (A).
  • Step 5 If the preset number of task cycles t is not reached, return to step 4 to continue searching for a better task migration strategy; if the preset number of task cycles t is reached, continue to step 6.
  • Step 6 The preferred task migration strategy obtained in the last task cycle is the optimal task migration strategy, and task allocation is performed according to the optimal task migration strategy, and edge computing is performed.
  • the specific execution flow chart is shown in Figure 2.

Landscapes

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

Abstract

一种移动边缘计算场景下制定单任务迁移策略的方法,解决移动边缘的场景下,采用整体迁移方案带来的丧失交互能力,增加基站带宽压力的问题,具体实现步骤如下:首先,将需要进行迁移计算的任务分割为具有相互依赖关系的不同子任务,且保证每个子任务都可以单独进行计算处理,同时确定图中不可以迁移子任务节点位置;其次,按照各个子任务间的依赖关系生成一张带权有向无环图,图中的每个节点代表数据的计算量,每条边代表不同组件之间数据的通信量;然后使用蚁群算法迭代计算出每个可迁移子任务具体执行位置,即确认迁移至边缘计算服务器还是在本地完成运算,最终得到以降低移动设备能耗为目的,基于蚁群算法的单任务迁移策略的次优解。

Description

一种移动边缘计算场景下制定单任务迁移策略的方法 技术领域
本发明属于移动边缘计算领域,以降低移动设备任务迁移能耗为目的,设计的基于蚁群算法的单任务迁移策略。
背景技术
智能手机或平板电脑等移动终端的普及,对移动和无线网络的影响十分深远,并且由此引发了全球移动网络的革命。这类移动设备面临着低存储容量、高能耗、低带宽和高延迟的网络环境。移动云计算(MCC)作为云计算与移动计算的集成,为移动设备带来了可观的能力,并通过集中式云提供存储、计算和能源。然而,随着大量移动设备的出现,MCC正面临着更为严峻的挑战,如高延迟、安全漏洞和低网络覆盖率。在下一代移动网络(例如5G)的场景下,这些问题可能变得更加突出。根据思科视觉网络指数最近发布的报告,到2020年,全球将有116亿部移动连接设备被使用。为了解决日益增长的网络需求,移动边缘计算(MEC)的概念诞生了。MEC的主要目的是解决来自MCC系统的挑战。MEC通过将云资源(例如存储和计算能力)部署到无线接入网的边缘来增强MCC的能力。这为终端用户提供了快速而强大的计算能力、能源效率、存储容量、移动性和环境感知支持。此前,被称为cloudlet的互联网边缘技术已被引入部署移动云服务。然而,由于其有限的WiFi覆盖范围cloudlet仍然不能解决现有的挑战。所以在MEC的研究领域仍有大量的问题有待解决。
在学术界,Rudenko A等人最早提出了任务迁移能够有效降低移动设备的能耗延长工作时间。该研究通过笔记本电脑上传计算量复杂的程序到远端台式机执行的实验,验证了上述猜想。Wen Y和Zhang W等人提出了一种联合优化的任务迁移方案,当移动应用在移动设备本地执行时,通过最佳地调度移动设备的时钟频率来最小化计算能耗,当移动应用在克隆云中执行时,通过配置无线信道的传输功率来最小化传输能耗。由于运行任务迁移算法本身是要消耗移动设备的计算资源和能量的,所以Huerta-Canepa G等人提出来一种依据移动应用的执行历史和当前应用状态来进行任务迁移的方案。该方案设定了任务迁移决策的自适应调整:当移动设备自身计算资源和电池电量充足时,使用动态决 策方案,提高任务执行性能;当移动设备自身资源不足时,依据历史状态,在任务执行前就做好迁移决策,减少因动态决策引起的额外开销。在任务迁移时,无线网络也会影响到任务完成的能量消耗,Huang D和Wang P等人提出了根据无线网络环境动态改变任务迁移策略的一种方法,并把移动应用构建为多个子任务的有向无环图模型,通过分配各个子任务的执行位置,最小化移动应用的执行能耗。
另外,有的研究是同时对任务执行时间和能量消耗进行优化的。Wu Huaming等人提出了一种在缩短执行时间和节省能量消耗之间进行权衡的任务迁移方案,实现了云端计算资源的弹性、按需分配。Li Tianze等人提出了一种综合能量消耗、时间延迟和服务器执行成本的优化方案,用于MEC环境下的任务迁移。多个目标共存的任务迁移算法的复杂度往往过高,为了降低迁移算法的时间复杂度,Wang J等人提出一种基于李雅普诺夫(Lyapunov)优化理论的低复杂度任务迁移算法,并且能够同时降低执行时间和移动设备的能耗。
相对于传统移动云计算环境,在新的移动边缘计算环境下,用户与MEC服务器的距离更近,这使得任务迁移在数据传输上的通信开销大幅降低。传统的任务迁移策略在制定时,都将任务当做一个整体,如果迁移就将任务全部交给MEC服务器处理,不迁移则任务就在本地执行。这样的迁移策略对于频繁与服务器进行数据通信的移动设备显然不是最优的。本发明提出的将单任务拆分并制定迁移决策的任务迁移方式,可以提高任务执行性能,降低任务执行开销,将计算任务进行更细粒度的划分。此时利用任务的具体特性(任务拓扑结构、任务计算量、任务间传输数据量的大小等)设计一套任务迁移算法也就显得特别重要。
发明内容
现有的技术方案下,在进行任务迁移决策时,是以一个任务作为单位整体进行迁移决策。可在真实场景中存在许多任务需要和移动设备频繁进行交互,而这些操作必须在本地执行。因此,目前的技术方案是有不适用于真实的场景的部分。在移动边缘的场景下,用户的移动设备会与运营商的基站进行频繁的交互,如果采用整体迁移的方案,丧失交互能力的同时也会增加基站的带宽压力,这显然是不符合实际应用的。
本发明设计一个在单用户MEC系统中基于蚁群算法任务迁移策略,通过将应用转换为包含多个子任务的有向图,引入蚁群算法中信息素的概念来计算当前子任务迁移决策的概率,以移动设备能耗最小化为优化目标生成一组调度策略,并将算法进行多次迭代,不断对生成的调度策略进行优化以趋近最佳的任务调度策略。本发明充分考虑每一个子任务的情况,以制定整体的迁移策略,保证了每一个不可迁移子任务都能够在本地执行以满足用户交互的需要,更加适用于真实场景,提高了优化效率。
为了达到上述目的,本发明设计了如下方案,包含以下步骤:
步骤1,随机任务到达时先暂存在缓存队列中,当系统调度该任务执行时,将任务划分为多个可以独立执行的子任务,可表示为集合V={v 1,v 2,…v i,…v j,…,v N},N表示为子任务的总个数。同时将V划分为两组不同的集合V loc
Figure PCTCN2019124423-appb-000001
其中V loc代表必须在本地执行的不可迁移组件,V off表示用于决策制定的可以迁移至MEC服务器的组件集合。并且每一个任务集V都存在一个唯一的入口事务和出口事务,其中所述的入口事务不存在前导事务,出口事务不存在后继事务。本发明还将定义一个二进制变量E ij∈{0,1}以表示各个任务之间的依赖关系:
Figure PCTCN2019124423-appb-000002
对于
Figure PCTCN2019124423-appb-000003
均存在一个e ij,用于表示任务i与任务j之间的数据传输量。最后通过子任务集V和事务依赖关系集E形成一个有向无环图G=(V,E)。
步骤2,确定并初始化移动边缘计算模型的各项参数,建立能耗模型。
本发明提出的任务迁移策略目的是为了优化移动设备端执行能耗,为此需要对任务执行的位置(本地执行或者MEC端执行)进行定义,使用集合A={A 1,A 2,……,A N}表示每个任务的执行位置,且
Figure PCTCN2019124423-appb-000004
Figure PCTCN2019124423-appb-000005
本发明使用ω(CPU cycles)表示任务计算量,f表示设备的CPU执行速率,T表示任务的执行时间。若任务在本地执行,可以将本地执行时间为:
Figure PCTCN2019124423-appb-000006
Figure PCTCN2019124423-appb-000007
若任务在计算速度为f c的MEC服务器端执行时,任务完成所需的时间为:
Figure PCTCN2019124423-appb-000008
假设Ρ为CPU执行任务时的功率单位是(W),则移动设备在本地执行任务CPU的能耗可表示为:E l=P lT l。若任务在MEC服务器端执行,此时移动端设备不需要进行任务运算,但仍然需要消耗基础能量以维持设备运转,能耗用E b=P bT c表示。其中P b(W)表示移动设备CPU闲置时的功率,T c(s)表示移动设备闲置时间。由于P b远小于P l,所以任务迁移策略才可以为移动设备节约能量消耗。
在数据传输消耗上,用R s和R r分别表示数据上传的信道速率(移动端到MEC端)和数据下载信道速率(MEC端到移动端)单位为(bit/s),P s和P r分别表示数据发送和数据接收时的通信功率,单位为(W)。
当任务j在MEC服务器端执行,并且其前置任务i在移动设备端执行,任务的传输时间为:
Figure PCTCN2019124423-appb-000009
消耗的能量为:
Figure PCTCN2019124423-appb-000010
当任务j在移动端执行而其前置任务在MEC服务器端执行,任务的传输时间为:
Figure PCTCN2019124423-appb-000011
消耗的能量为:
Figure PCTCN2019124423-appb-000012
依据以上构建的能耗模型,整个移动设备执行完成单个应用的总能耗可以表示为:
Figure PCTCN2019124423-appb-000013
N表示子任务的总个数,等式右侧第二部分表示从第一个子任务至倒数第二个子任务的能耗总和,其中[E l(1-A i)+E bA i]表示移动设备CPU的能量消耗。公式(3)的
Figure PCTCN2019124423-appb-000014
部分表示任务的总传输能耗,|A i-A j|用于判断任务i与其后置任务j是否在同一位置进行运算,若均在移动设备或均在MEC服务器进行运算,则不会产生传输能耗。因为最后一个子任务确定在本地执行且不存在后续任务,所以将其任务的能耗加在能耗计算模型的最前端。
至此我们将任务建立为最小化移动设备总能耗E(A)的模型,由于每个可迁移任务存在两种选择,迁移或者不迁移,那么N个任务的总迁移决策就会存在 2 N个解。若使用枚举法计算出任务最优能耗解,时间复杂度过高,并不适用于实际生产。所以本发明使用蚁群算法来解决这个复杂任务模型。
步骤3,初始化各条路径中的信息素浓度,任务循环次数t以及蚂蚁个数m。
为了计算出任务的具体执行能耗,就必须确定每个子任务实际的计算位置,也就是集合A={A 1,A 2,……,A N}的值。每个子任务所需的任务计算量和数据通信量都不尽相同,为了尽可能的降低任务能耗,我们更倾向将计算依赖型的子任务传输到边缘计算节点进行运算,而数据通信量高但计算量低的子任务交给移动设备本地进行处理。蚁群算法于依据不同路径上信息素的浓度计算出任务迁移概率,从而得出任务迁移策略。本发明使用τ c(0)={τ 1c(0)、……、τ Nc(0)}、τ l(0)={τ 1l(0)、……、τ Nl(0)}分别表示蚁群算法开始执行时,各子任务在迁移路径和不迁移路径上的信息素浓度,且对于
Figure PCTCN2019124423-appb-000015
有τ ic(0)=τ il(0)=δ,(δ∈(0,1))。对于
Figure PCTCN2019124423-appb-000016
有τ il(0)=+∞。同时初始化任务循环次数,以及每轮循环中蚂蚁的个数m。
步骤4,利用蚁群算法得到每只蚂蚁所选路径,依据步骤2设计的任务总能耗模型从所有m只蚂蚁所选路径中,选择最小能耗E min(A)对应的路径做为本次任务循环下的优选任务迁移策略,当本次任务循环下所有m只蚂蚁均完成任务以后继续执行步骤5
其中,蚂蚁所选路径由迁移计算概率决定,且第t次任务循环下,每只蚂蚁将子任务i迁移计算的概率P ic(t)的计算公式如下:
Figure PCTCN2019124423-appb-000017
上式中各符号的意义如下:
·t表示任务循环次数,也表示时刻;
·τ ic(t)表示t时刻将任务i迁移至MEC服务器这条路径上信息素的浓度,τ il(t)表示t时刻任务i本地计算这条路径上信息素的浓度;
·α表示信息素启发式因子(α∈[0,5]),它反映了信息素对蚂蚁路径选择的作用;
·
Figure PCTCN2019124423-appb-000018
是一个启发函数,表示任务i需要迁移的期望程度,在本发明中取值为
Figure PCTCN2019124423-appb-000019
由此可见e ij越小
Figure PCTCN2019124423-appb-000020
越大,也就是任务i迁移的期望值越高;
·β表示启发函数因子(β∈[0,5]),反映了启发函数在指导蚁群搜索中的相对重要程度;
由公式4得出各子任务的执行位置后,重置蚂蚁个数k,每只只蚂蚁按照本轮的任务迁移策略执行任务,依据步骤2设计的能耗模型,计算出每只蚂蚁所选路径的能耗,并更新最低能耗E min(A)。当本轮所有m只蚂蚁均完成任务以后继续执行步骤5。
步骤5,如果未达到预设的任务循环次数,则更新信息素浓度,并返回步骤4继续寻找更优的任务迁移策略;如果达到预设的任务循环次数,则继续执行步骤6。
所述的信息素浓度更新公式如下:
τ ic(t+1)=(1-ρ)*τ ic(t)+Δτ ic(t,t+1)      (5)
其中,ρ为信息素挥发因子(ρ∈[0.1,0.99]),1-ρ表示残留的信息素因子,Δτ ic(t,t+1)表示为信息素经过一轮任务迭代后的增量,由公式6计算得到:
Figure PCTCN2019124423-appb-000021
m为一次循环中蚂蚁的总个数,
Figure PCTCN2019124423-appb-000022
表示第k只蚂蚁在任务i处任务迁移这条路径上留下的信息素,每只蚂蚁在任务i处迁移路径上留下的信息素则由公式7表示,其中Q是一个正常数(Q∈[1,10]),用于控制每只蚂蚁留下的信息素的数量。
Figure PCTCN2019124423-appb-000023
步骤6,最后一次任务循环得到的优选任务迁移策略即为最优任务迁移策略,根据最优任务迁移策略进行任务分配,执行边缘计算。
与现有的技术相比,本发明具有以下特点:
本发明设计考虑到在现实MEC场景中,存在许多需要和移动用户频繁交互的应用,将这些应用程序整体迁移运算无疑会大量增加通信开销,导致更高的 移动设备能耗。本发明将待处理的应用先转化为包含多个子任务的有向图,而后利用蚁群算法多次遍历待处理任务图,最终得出以能耗为优化目标的任务迁移策略次优解。相较于其他算法在保证任务执行效率的基础上,降低了任务执行的时间复杂度,同时细粒度拆分任务的方式,最大限度降低移动设备能耗,提升了整体MEC系统的服务质量。
附图说明
为使本发明的目的,方案更加通俗易懂,下面将结合附图对本发明进一步说明。
图1为本发明细粒度任务划分图;
图2为任务执行流程图;
具体实施方式
步骤1,如图1所展示的是一个应用的细粒度任务划分图,本发明将应用划分为多个独立执行的子任务,并用一个有向图G=(V,E)来表示。图1中的节点ν∈V表示分割出来的子任务,图1中的边e ij∈E表示任务之间的传输数据,例如:e ij表示任务i执行完成后,会传输e ij的数据给任务j,而任务j只有在接受到任务i执行完后传输过来的数据,才能开始执行。图中的子任务可以分成2两类:一类是必须本地执行的任务(例如用户的音视频采集与移动终端的交互等),表示为图1中的实心任务1、4、6,表示为
Figure PCTCN2019124423-appb-000024
另一类为可迁移任务,如图1中的空心任务2、3、5,表示为
Figure PCTCN2019124423-appb-000025
本发明定义了一个二进制变量E ij∈{0,1}以表示各个任务之间的依赖关系。公式1表示当E ij=1时,任务i执行完成后任务j才可以开始执行,其他情况下E ij=0。例如在图1中E 12=1,E 45=1,E 63=0,并且,若一个任务有两个或两个以上前置任务时,必须等到所有前置任务均完成以后才可执行。
步骤2,建立移动边缘计算的能耗模型,初始化任务参数。本发明将能耗模型分为两部分,本地计算能耗与迁移计算能耗。假设每个子任务的计算量分别为ω i(CPU cycles),CPU执行速率为f l,执行计算时功率为P l,则任务本地执行能耗可表示为:
Figure PCTCN2019124423-appb-000026
若任务需要迁移计算,移动设备在任务迁移期间的待机能耗则可用
Figure PCTCN2019124423-appb-000027
表示,同时因为任务迁移必将产生通信 耗能,所以本发明分别使用
Figure PCTCN2019124423-appb-000028
Figure PCTCN2019124423-appb-000029
表示数据上传和下载的能耗。本发明提出的任务迁移策略目的是为了优化移动设备端执行能耗,为此需要对任务执行的位置(本地执行或者MEC端执行)进行定义,使用A i∈{0,1}表示某个任务的执行位置。显然,所有必须在本地执行的任务只能由移动设备进行运算,所以对于
Figure PCTCN2019124423-appb-000030
任务的总能耗则可由公式3表出。
步骤3,在步骤2的基础上想要得到任务执行的具体能耗只需确定集合A={A 1,A 2,……,A N}的值。首先根据初始化的信息素浓度τ c(0)、τ l(0)以及公式4,计算出首轮任务迁移概率P ic(0)。随后第一轮的k只蚂蚁通过P ic(0)可分别求得各自第一次任务迁移策略A={A 1,A 2,……,A N}的值,(求解方法如下:假设P 1c(0)=λ,此时通过完全随机方法生成一个数字μ∈(0,1),若0<λ≤μ则A 1=1,若1>λ>μ则A 1=0。)最后利用公式3即可得出任务总能耗,并在这k个能耗中选取最小值记录为E min(A)。
步骤4,依据最小能耗E min(A)以及公式5-7,更新不同路径上的信息素浓度。利用新的信息素浓度和公式4计算出第下一轮的任务分配概率P ic(t),通过P ic(t)又可得出新的任务迁移策略A,继而更新最优能耗E min(A)。
步骤5,如果未达到预设的任务循环次数t,则返回步骤4继续寻找更优的任务迁移策略;如果达到预设的任务循环次数t,则继续执行步骤6。
步骤6,最后一次任务循环得到的优选任务迁移策略即为最优任务迁移策略,根据最优任务迁移策略进行任务分配,执行边缘计算。具体执行流程图如图2所示。

Claims (3)

  1. 一种移动边缘计算场景下制定单任务迁移策略的方法,其特征在于包含以下步骤:
    步骤1,随机任务到达时先暂存在缓存队列中,当系统调度该任务执行时,将任务划分为多个可以独立执行的子任务,可表示为集合V={v 1,v 2,…v i,…v j,…,v N},N表示为子任务的总个数,同时将V划分为两组不同的集合V loc
    Figure PCTCN2019124423-appb-100001
    其中V loc代表必须在本地执行的不可迁移子任务,V off表示用于决策制定的可以迁移至MEC服务器的子任务集合,并且每一个任务集V都存在一个唯一的入口事务和出口事务,其中所述的入口事务不存在前导事务,出口事务不存在后继事务,本发明还将定义一个二进制变量E ij∈{0,1}以表示各个任务之间的依赖关系:
    Figure PCTCN2019124423-appb-100002
    对于
    Figure PCTCN2019124423-appb-100003
    均存在一个e ij,用于表示任务i与任务j之间的数据传输量,最后通过任务集V和事务依赖关系集E形成一个有向无环图G=(V,E);
    步骤2,结合任务计算与任务传输能耗模型建立任务总能耗模型,并初始化总能耗模型各参数;
    步骤3,初始化各条路径中的信息素浓度,任务循环次数t以及每轮循环中蚂蚁个数m;
    步骤4,利用蚁群算法得到每只蚂蚁所选路径,依据步骤2设计的任务总能耗模型从所有m只蚂蚁所选路径中,选择最小能耗E min(A)对应的路径做为本次任务循环下的优选任务迁移策略,当本次任务循环下所有m只蚂蚁均完成任务以后继续执行步骤5,
    其中,蚂蚁所选路径由迁移计算概率决定,且第t次任务循环下,每只蚂蚁将子任务i迁移计算的概率P ic(t)的计算公式如下:
    Figure PCTCN2019124423-appb-100004
    上式中各符号的意义如下:
    ·t表示任务循环次数;
    ·τ ic(t)表示t时刻将任务i迁移至MEC服务器这条路径上信息素的浓度,τ il(t)表示t时刻任务i本地计算这条路径上信息素的浓度;
    ·α表示信息素启发式因子,它反映了信息素对蚂蚁路径选择的作用;
    Figure PCTCN2019124423-appb-100005
    是一个启发函数,表示任务i需要迁移的期望程度,在本发明中取值为
    Figure PCTCN2019124423-appb-100006
    由此可见e ij越小
    Figure PCTCN2019124423-appb-100007
    越大,也就是任务i迁移的期望值越高;
    ·β表示启发函数因子,反映了启发函数在指导蚁群搜索中的相对重要程度;
    步骤5,如果未达到预设的任务循环次数,则更新信息素浓度,并返回步骤4继续寻找更优的任务迁移策略;如果达到预设的任务循环次数,则继续执行步骤6,
    所述的信息素浓度更新公式如下:
    τ ic(t+1)=(1-ρ)*τ ic(t)+Δτ ic(t,t+1)    (5)
    其中,ρ为信息素挥发因子,1-ρ表示残留的信息素因子,Δτ ic(t,t+1)表示为信息素经过一轮任务迭代后的增量,由公式6计算得到:
    Figure PCTCN2019124423-appb-100008
    m为一次循环中蚂蚁的总个数,
    Figure PCTCN2019124423-appb-100009
    表示第k只蚂蚁在任务i处任务迁移这条路径上留下的信息素,每只蚂蚁在任务i处迁移路径上留下的信息素则由公式7表示,其中Q是一个正常数,用于控制每只蚂蚁留下的信息素的数量,
    Figure PCTCN2019124423-appb-100010
    此处的E min(A)代表第t次任务循环对应的最小能耗;
    步骤6,最后一次任务循环得到的优选任务迁移策略即为最优任务迁移策略,根据最优任务迁移策略进行任务分配,执行边缘计算。
  2. 根据权利要求1所述的一种移动边缘计算场景下制定单任务迁移策略的方法,其特征在于:
    步骤3中所述的信息素浓度包括蚁群算法开始执行时各子任务在迁移路径上的信息素浓度τ c(0)={τ 1c(0)、……、τ Nc(0)},和各子任务在不迁移路径上的信息素浓度τ l(0)={τ 1l(0)、……、τ Nl(0)},且对于
    Figure PCTCN2019124423-appb-100011
    有τ ic(0)=τ il(0)=δ,δ∈(0,1),对于
    Figure PCTCN2019124423-appb-100012
    有τ il(0)=+∞。
  3. 根据权利要求1所述的一种移动边缘计算场景下制定单任务迁移策略的方法,其特征在于:
    步骤2中所述的任务计算能耗模型如下:若任务在本地执行,则移动设备在本地执行任务的能耗为:E l=P lT l,其中,P l为本地CPU执行任务时的功率,任务执行时间
    Figure PCTCN2019124423-appb-100013
    ω i表示任务i的计算量,f l表示本地设备的CPU执行速率;
    若任务在MEC服务器端执行,则移动设备的基础能耗E b=P bT c,其中,P b表示移动设备CPU闲置时的功率,任务执行时间
    Figure PCTCN2019124423-appb-100014
    f c表示MEC服务器的CPU执行速率;
    步骤2中所述的任务传输能耗模型如下:
    当任务j在MEC服务器端执行,并且其前置任务i在移动设备端执行,则消耗的能量为:
    Figure PCTCN2019124423-appb-100015
    其中任务的传输时间
    Figure PCTCN2019124423-appb-100016
    当任务j在移动端执行,而其前置任务在MEC服务器端执行,则消耗的能量为:
    Figure PCTCN2019124423-appb-100017
    其中,任务的传输时间为:
    Figure PCTCN2019124423-appb-100018
    其中,R s和R r分别表示数据上传的信道速率和数据下载信道速率,P s和P r分别表示数据发送和数据接收时移动设备的功率。
    步骤2中所述的任务总能耗模型如下:
    Figure PCTCN2019124423-appb-100019
    其中,
    集合A={A 1,A 2,……,A N}表示每个任务的执行位置,且
    Figure PCTCN2019124423-appb-100020
    Figure PCTCN2019124423-appb-100021
PCT/CN2019/124423 2019-07-25 2019-12-11 一种移动边缘计算场景下制定单任务迁移策略的方法 WO2021012584A1 (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2020533281A JP6942397B2 (ja) 2019-07-25 2019-12-11 モバイルエッジコンピューティングのシナリオでシングルタスクオフロード戦略を策定する方法

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201910675567.1 2019-07-25
CN201910675567.1A CN110413392B (zh) 2019-07-25 2019-07-25 一种移动边缘计算场景下制定单任务迁移策略的方法

Publications (1)

Publication Number Publication Date
WO2021012584A1 true WO2021012584A1 (zh) 2021-01-28

Family

ID=68363105

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/124423 WO2021012584A1 (zh) 2019-07-25 2019-12-11 一种移动边缘计算场景下制定单任务迁移策略的方法

Country Status (3)

Country Link
JP (1) JP6942397B2 (zh)
CN (1) CN110413392B (zh)
WO (1) WO2021012584A1 (zh)

Cited By (39)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112764936A (zh) * 2021-01-29 2021-05-07 北京邮电大学 基于深度强化学习的边缘计算服务器信息处理方法及装置
CN113076177A (zh) * 2021-04-12 2021-07-06 河北大学 一种边缘计算环境下的虚拟机动态迁移方法
CN113128681A (zh) * 2021-04-08 2021-07-16 天津大学 一种多边缘设备辅助的通用cnn推理加速系统
CN113139639A (zh) * 2021-05-17 2021-07-20 华侨大学 一种基于mombi面向智慧城市应用多目标计算迁移方法和装置
CN113269461A (zh) * 2021-06-09 2021-08-17 北京理工大学 一种基于博弈的边缘计算资源管理方法
CN113326112A (zh) * 2021-05-11 2021-08-31 武汉理工大学 一种基于块坐标下降法的多无人机任务卸载和迁移方法
CN113325875A (zh) * 2021-06-21 2021-08-31 西安电子科技大学 一种实现无人机数目最小化的无人机路径规划方法
CN113347267A (zh) * 2021-06-22 2021-09-03 中南大学 一种移动边缘云计算网络中的mec服务器部署方法
CN113342514A (zh) * 2021-05-11 2021-09-03 武汉理工大学 一种基于近地轨道的边缘计算模型及其服务放置方法
CN113365290A (zh) * 2021-06-10 2021-09-07 中山大学 天地融合网络中基于贪心策略的博弈论计算卸载方法
CN113422803A (zh) * 2021-05-19 2021-09-21 武汉工程大学 一种基于端边云协同的无人机智能巡检任务无缝迁移方法
CN113452956A (zh) * 2021-02-26 2021-09-28 深圳供电局有限公司 一种输电线路巡检任务智能分配方法及系统
CN113472854A (zh) * 2021-06-07 2021-10-01 湖南大学 一种复杂边缘环境智能网络协作式任务卸载方法、设备及介质
CN113507712A (zh) * 2021-07-09 2021-10-15 中国传媒大学 一种基于交替方向乘子的资源分配与计算任务卸载方法
CN113535393A (zh) * 2021-07-12 2021-10-22 湖南工学院 异构边缘计算中卸载dag任务的计算资源分配方法
CN113543074A (zh) * 2021-06-15 2021-10-22 南京航空航天大学 一种基于车路云协同的联合计算迁移和资源分配方法
CN113612843A (zh) * 2021-08-02 2021-11-05 吉林大学 一种基于深度强化学习的mec任务卸载和资源分配方法
CN113613210A (zh) * 2021-07-02 2021-11-05 重庆邮电大学 一种基于多变量联合优化的车联网任务卸载方法
CN113687924A (zh) * 2021-05-11 2021-11-23 武汉理工大学 一种基于边缘计算系统的智能动态任务计算卸载方法
CN113703391A (zh) * 2021-08-11 2021-11-26 广东省科学院智能制造研究所 一种基于随机信息素优化精英蚁群算法的加工路径规划方法
CN113727308A (zh) * 2021-10-20 2021-11-30 湖北大学 一种基于车辆位置预测的边缘计算卸载优化方法
CN113873467A (zh) * 2021-09-26 2021-12-31 北京邮电大学 一种无人机辅助的移动边缘计算方法、装置及控制设备
CN113867348A (zh) * 2021-09-26 2021-12-31 河南科技大学 基于单种群自适应异构蚁群算法的机器人路径规划方法
CN113965961A (zh) * 2021-10-27 2022-01-21 中国科学院计算技术研究所 一种车联网环境下的边缘计算任务卸载方法与系统
CN114024977A (zh) * 2021-10-29 2022-02-08 深圳市高德信通信股份有限公司 一种基于边缘计算的数据调度方法、装置及系统
CN114090108A (zh) * 2021-09-16 2022-02-25 北京邮电大学 算力任务执行方法、装置、电子设备及存储介质
CN114500560A (zh) * 2022-01-06 2022-05-13 浙江鼎峰科技股份有限公司 一种最小化网络时延的边缘节点服务部署与负载均衡方法
CN114844886A (zh) * 2022-03-22 2022-08-02 山东理工大学 云边结合环境下基于海鸥优化算法的移动服务选择方法
CN114867039A (zh) * 2022-04-15 2022-08-05 河海大学 一种面向中间海域场景的边缘计算卸载方法
CN114928609A (zh) * 2022-04-27 2022-08-19 南京工业大学 物联网场景的异构云-边环境的最优任务卸载方法
CN115002212A (zh) * 2022-04-12 2022-09-02 广州大学 基于交叉熵优化算法的联合缓存和卸载方法及系统
CN115065727A (zh) * 2022-05-19 2022-09-16 南京邮电大学 一种基于边缘计算场景的任务卸载方法
CN115277692A (zh) * 2022-06-21 2022-11-01 华北电力科学研究院有限责任公司 边缘网络计算终端设备自动运维方法、装置和系统
CN115361688A (zh) * 2022-07-13 2022-11-18 西安电子科技大学 一种基于机器学习的工业无线边缘网关优化布局方案
CN116679758A (zh) * 2023-08-04 2023-09-01 江西现代职业技术学院 一种无人机调度方法、系统、计算机及可读存储介质
CN117251296A (zh) * 2023-11-15 2023-12-19 成都信息工程大学 一种具有缓存机制的移动边缘计算任务卸载方法
CN117834643A (zh) * 2024-03-05 2024-04-05 南京邮电大学 一种面向工业物联网的深度神经网络协同推理方法
CN117873689A (zh) * 2024-03-11 2024-04-12 浪潮计算机科技有限公司 一种任务分配方法、装置、设备和计算机可读存储介质
CN117939535A (zh) * 2024-03-20 2024-04-26 合肥工业大学智能制造技术研究院 一种v2v场景下的依赖任务卸载方法、终端及存储介质

Families Citing this family (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110413392B (zh) * 2019-07-25 2022-11-29 北京工业大学 一种移动边缘计算场景下制定单任务迁移策略的方法
CN111010295B (zh) * 2019-11-28 2022-09-16 国网甘肃省电力公司电力科学研究院 一种基于sdn-mec的配用电通信网任务迁移方法
CN111506416B (zh) * 2019-12-31 2023-09-12 远景智能国际私人投资有限公司 边缘网关的计算方法、调度方法、相关装置及介质
CN111262906B (zh) * 2020-01-08 2021-05-25 中山大学 分布式边缘计算服务系统下的移动用户终端任务卸载方法
CN111309460B (zh) * 2020-01-15 2023-04-07 南京大学 一种移动边缘计算场景下智能移动设备的任务处理方法
CN111274031B (zh) * 2020-01-16 2023-07-25 国家电网有限公司信息通信分公司 一种端-云协同的边缘服务动态迁移认证的方法及装置
CN111459662B (zh) * 2020-03-18 2023-07-04 湖南大学 移动边缘计算中的迁移管理方法、装置和存储介质
CN111917854B (zh) * 2020-07-25 2023-04-07 西安邮电大学 一种面向mcc的协作型迁移决策方法及系统
CN112114960B (zh) * 2020-08-06 2022-11-01 河南大学 一种适应互联网场景的遥感影像并行集群处理的调度策略
CN112291335B (zh) * 2020-10-27 2021-11-02 上海交通大学 移动边缘计算中的优化任务调度方法
CN112988345B (zh) * 2021-02-09 2024-04-02 江南大学 一种基于移动边缘计算的依赖型任务卸载方法及装置
CN113342409B (zh) * 2021-04-25 2022-10-25 山东师范大学 多接入边缘计算系统时延敏感型任务卸载决策方法及系统
CN113687950B (zh) * 2021-08-31 2024-06-25 深圳平安医疗健康科技服务有限公司 基于优先级的任务分配方法、装置、设备及存储介质
CN114448810B (zh) * 2021-12-24 2024-07-05 天翼云科技有限公司 带宽牵引方法、装置及电子设备
CN114979134B (zh) * 2022-04-21 2023-01-17 云南大学 边缘计算环境中服务迁移的路径选择方法
WO2023203731A1 (ja) * 2022-04-21 2023-10-26 日本電信電話株式会社 演算処理オフロードシステム、演算処理オフロード方法およびプログラム

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150371135A1 (en) * 2014-06-23 2015-12-24 International Business Machines Corporation Solving vehicle routing problems using evolutionary computing techniques
CN108920280A (zh) * 2018-07-13 2018-11-30 哈尔滨工业大学 一种单用户场景下的移动边缘计算任务卸载方法
CN109062682A (zh) * 2018-06-29 2018-12-21 广东工业大学 一种云计算平台的资源调度方法和系统
CN109101316A (zh) * 2018-07-11 2018-12-28 南京邮电大学 一种能效相关的云计算平台资源调度方法
CN109375999A (zh) * 2018-10-23 2019-02-22 北京工业大学 一种基于贝叶斯网络的mec随机任务迁移方法
CN109684075A (zh) * 2018-11-28 2019-04-26 深圳供电局有限公司 一种基于边缘计算和云计算协同进行计算任务卸载的方法
CN110413392A (zh) * 2019-07-25 2019-11-05 北京工业大学 一种移动边缘计算场景下制定单任务迁移策略的方法

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2328308B1 (en) * 2009-11-27 2012-07-18 Alcatel Lucent Method for building a path according to adaptation functions using an ant colony
US20170026305A1 (en) * 2015-07-23 2017-01-26 Schneider Electric It Corporation System to place virtual machines onto servers based upon backup runtime constraints
CN109167671B (zh) * 2018-07-11 2023-04-28 国网信通亿力科技有限责任公司 一种面向量子密钥分发业务的配用通信系统均衡负载调度方法

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150371135A1 (en) * 2014-06-23 2015-12-24 International Business Machines Corporation Solving vehicle routing problems using evolutionary computing techniques
CN109062682A (zh) * 2018-06-29 2018-12-21 广东工业大学 一种云计算平台的资源调度方法和系统
CN109101316A (zh) * 2018-07-11 2018-12-28 南京邮电大学 一种能效相关的云计算平台资源调度方法
CN108920280A (zh) * 2018-07-13 2018-11-30 哈尔滨工业大学 一种单用户场景下的移动边缘计算任务卸载方法
CN109375999A (zh) * 2018-10-23 2019-02-22 北京工业大学 一种基于贝叶斯网络的mec随机任务迁移方法
CN109684075A (zh) * 2018-11-28 2019-04-26 深圳供电局有限公司 一种基于边缘计算和云计算协同进行计算任务卸载的方法
CN110413392A (zh) * 2019-07-25 2019-11-05 北京工业大学 一种移动边缘计算场景下制定单任务迁移策略的方法

Cited By (65)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112764936B (zh) * 2021-01-29 2022-06-14 北京邮电大学 基于深度强化学习的边缘计算服务器信息处理方法及装置
CN112764936A (zh) * 2021-01-29 2021-05-07 北京邮电大学 基于深度强化学习的边缘计算服务器信息处理方法及装置
CN113452956A (zh) * 2021-02-26 2021-09-28 深圳供电局有限公司 一种输电线路巡检任务智能分配方法及系统
CN113128681A (zh) * 2021-04-08 2021-07-16 天津大学 一种多边缘设备辅助的通用cnn推理加速系统
CN113076177A (zh) * 2021-04-12 2021-07-06 河北大学 一种边缘计算环境下的虚拟机动态迁移方法
CN113076177B (zh) * 2021-04-12 2022-03-22 河北大学 一种边缘计算环境下的虚拟机动态迁移方法
CN113687924B (zh) * 2021-05-11 2023-10-20 武汉理工大学 一种基于边缘计算系统的智能动态任务计算卸载方法
CN113326112B (zh) * 2021-05-11 2023-11-07 武汉理工大学 一种基于块坐标下降法的多无人机任务卸载和迁移方法
CN113326112A (zh) * 2021-05-11 2021-08-31 武汉理工大学 一种基于块坐标下降法的多无人机任务卸载和迁移方法
CN113342514B (zh) * 2021-05-11 2023-11-07 武汉理工大学 一种基于近地轨道的边缘计算模型及其服务放置方法
CN113687924A (zh) * 2021-05-11 2021-11-23 武汉理工大学 一种基于边缘计算系统的智能动态任务计算卸载方法
CN113342514A (zh) * 2021-05-11 2021-09-03 武汉理工大学 一种基于近地轨道的边缘计算模型及其服务放置方法
CN113139639A (zh) * 2021-05-17 2021-07-20 华侨大学 一种基于mombi面向智慧城市应用多目标计算迁移方法和装置
CN113139639B (zh) * 2021-05-17 2023-05-30 华侨大学 一种基于mombi面向智慧城市应用多目标计算迁移方法和装置
CN113422803A (zh) * 2021-05-19 2021-09-21 武汉工程大学 一种基于端边云协同的无人机智能巡检任务无缝迁移方法
CN113472854A (zh) * 2021-06-07 2021-10-01 湖南大学 一种复杂边缘环境智能网络协作式任务卸载方法、设备及介质
CN113269461A (zh) * 2021-06-09 2021-08-17 北京理工大学 一种基于博弈的边缘计算资源管理方法
CN113365290A (zh) * 2021-06-10 2021-09-07 中山大学 天地融合网络中基于贪心策略的博弈论计算卸载方法
CN113365290B (zh) * 2021-06-10 2023-04-14 中山大学 天地融合网络中基于贪心策略的博弈论计算卸载方法
CN113543074A (zh) * 2021-06-15 2021-10-22 南京航空航天大学 一种基于车路云协同的联合计算迁移和资源分配方法
CN113325875A (zh) * 2021-06-21 2021-08-31 西安电子科技大学 一种实现无人机数目最小化的无人机路径规划方法
CN113325875B (zh) * 2021-06-21 2022-06-07 西安电子科技大学 一种实现无人机数目最小化的无人机路径规划方法
CN113347267A (zh) * 2021-06-22 2021-09-03 中南大学 一种移动边缘云计算网络中的mec服务器部署方法
CN113613210A (zh) * 2021-07-02 2021-11-05 重庆邮电大学 一种基于多变量联合优化的车联网任务卸载方法
CN113613210B (zh) * 2021-07-02 2023-05-26 重庆邮电大学 一种基于多变量联合优化的车联网任务卸载方法
CN113507712A (zh) * 2021-07-09 2021-10-15 中国传媒大学 一种基于交替方向乘子的资源分配与计算任务卸载方法
CN113535393A (zh) * 2021-07-12 2021-10-22 湖南工学院 异构边缘计算中卸载dag任务的计算资源分配方法
CN113535393B (zh) * 2021-07-12 2023-04-04 湖南工学院 异构边缘计算中卸载dag任务的计算资源分配方法
CN113612843A (zh) * 2021-08-02 2021-11-05 吉林大学 一种基于深度强化学习的mec任务卸载和资源分配方法
CN113703391A (zh) * 2021-08-11 2021-11-26 广东省科学院智能制造研究所 一种基于随机信息素优化精英蚁群算法的加工路径规划方法
CN113703391B (zh) * 2021-08-11 2023-01-31 广东省科学院智能制造研究所 一种基于随机信息素优化精英蚁群算法的加工路径规划方法
CN114090108B (zh) * 2021-09-16 2024-02-06 北京邮电大学 算力任务执行方法、装置、电子设备及存储介质
CN114090108A (zh) * 2021-09-16 2022-02-25 北京邮电大学 算力任务执行方法、装置、电子设备及存储介质
CN113873467A (zh) * 2021-09-26 2021-12-31 北京邮电大学 一种无人机辅助的移动边缘计算方法、装置及控制设备
CN113867348B (zh) * 2021-09-26 2023-06-20 河南科技大学 基于单种群自适应异构蚁群算法的机器人路径规划方法
CN113867348A (zh) * 2021-09-26 2021-12-31 河南科技大学 基于单种群自适应异构蚁群算法的机器人路径规划方法
CN113727308A (zh) * 2021-10-20 2021-11-30 湖北大学 一种基于车辆位置预测的边缘计算卸载优化方法
CN113965961B (zh) * 2021-10-27 2024-04-09 中国科学院计算技术研究所 一种车联网环境下的边缘计算任务卸载方法与系统
CN113965961A (zh) * 2021-10-27 2022-01-21 中国科学院计算技术研究所 一种车联网环境下的边缘计算任务卸载方法与系统
CN114024977A (zh) * 2021-10-29 2022-02-08 深圳市高德信通信股份有限公司 一种基于边缘计算的数据调度方法、装置及系统
CN114024977B (zh) * 2021-10-29 2024-02-06 深圳市高德信通信股份有限公司 一种基于边缘计算的数据调度方法、装置及系统
CN114500560B (zh) * 2022-01-06 2024-04-26 浙江鼎峰科技股份有限公司 一种最小化网络时延的边缘节点服务部署与负载均衡方法
CN114500560A (zh) * 2022-01-06 2022-05-13 浙江鼎峰科技股份有限公司 一种最小化网络时延的边缘节点服务部署与负载均衡方法
CN114844886A (zh) * 2022-03-22 2022-08-02 山东理工大学 云边结合环境下基于海鸥优化算法的移动服务选择方法
CN114844886B (zh) * 2022-03-22 2023-11-24 山东理工大学 云边结合环境下基于海鸥优化算法的移动服务选择方法
CN115002212A (zh) * 2022-04-12 2022-09-02 广州大学 基于交叉熵优化算法的联合缓存和卸载方法及系统
CN115002212B (zh) * 2022-04-12 2024-02-27 广州大学 基于交叉熵优化算法的联合缓存和卸载方法及系统
CN114867039A (zh) * 2022-04-15 2022-08-05 河海大学 一种面向中间海域场景的边缘计算卸载方法
CN114928609A (zh) * 2022-04-27 2022-08-19 南京工业大学 物联网场景的异构云-边环境的最优任务卸载方法
CN115065727A (zh) * 2022-05-19 2022-09-16 南京邮电大学 一种基于边缘计算场景的任务卸载方法
CN115065727B (zh) * 2022-05-19 2023-08-22 南京邮电大学 一种基于边缘计算场景的任务卸载方法
CN115277692A (zh) * 2022-06-21 2022-11-01 华北电力科学研究院有限责任公司 边缘网络计算终端设备自动运维方法、装置和系统
CN115277692B (zh) * 2022-06-21 2023-07-25 华北电力科学研究院有限责任公司 边缘网络计算终端设备自动运维方法、装置和系统
CN115361688A (zh) * 2022-07-13 2022-11-18 西安电子科技大学 一种基于机器学习的工业无线边缘网关优化布局方案
CN115361688B (zh) * 2022-07-13 2023-11-10 西安电子科技大学 一种基于机器学习的工业无线边缘网关优化布局方案
CN116679758B (zh) * 2023-08-04 2023-10-17 江西现代职业技术学院 一种无人机调度方法、系统、计算机及可读存储介质
CN116679758A (zh) * 2023-08-04 2023-09-01 江西现代职业技术学院 一种无人机调度方法、系统、计算机及可读存储介质
CN117251296B (zh) * 2023-11-15 2024-03-12 成都信息工程大学 一种具有缓存机制的移动边缘计算任务卸载方法
CN117251296A (zh) * 2023-11-15 2023-12-19 成都信息工程大学 一种具有缓存机制的移动边缘计算任务卸载方法
CN117834643A (zh) * 2024-03-05 2024-04-05 南京邮电大学 一种面向工业物联网的深度神经网络协同推理方法
CN117834643B (zh) * 2024-03-05 2024-05-03 南京邮电大学 一种面向工业物联网的深度神经网络协同推理方法
CN117873689A (zh) * 2024-03-11 2024-04-12 浪潮计算机科技有限公司 一种任务分配方法、装置、设备和计算机可读存储介质
CN117873689B (zh) * 2024-03-11 2024-05-31 浪潮计算机科技有限公司 一种任务分配方法、装置、设备和计算机可读存储介质
CN117939535A (zh) * 2024-03-20 2024-04-26 合肥工业大学智能制造技术研究院 一种v2v场景下的依赖任务卸载方法、终端及存储介质
CN117939535B (zh) * 2024-03-20 2024-05-31 合肥工业大学智能制造技术研究院 一种v2v场景下的依赖任务卸载方法、终端及存储介质

Also Published As

Publication number Publication date
CN110413392A (zh) 2019-11-05
JP2021525402A (ja) 2021-09-24
JP6942397B2 (ja) 2021-09-29
CN110413392B (zh) 2022-11-29

Similar Documents

Publication Publication Date Title
WO2021012584A1 (zh) 一种移动边缘计算场景下制定单任务迁移策略的方法
Shu et al. Multi-user offloading for edge computing networks: A dependency-aware and latency-optimal approach
Wang et al. User mobility aware task assignment for mobile edge computing
Yang et al. DEBTS: Delay energy balanced task scheduling in homogeneous fog networks
Li et al. Deep reinforcement learning based computation offloading and resource allocation for MEC
You et al. Exploiting non-causal CPU-state information for energy-efficient mobile cooperative computing
Mao et al. Power-delay tradeoff in multi-user mobile-edge computing systems
Huang et al. A dynamic offloading algorithm for mobile computing
Li et al. Energy-aware task offloading with deadline constraint in mobile edge computing
Heydari et al. Dynamic task offloading in multi-agent mobile edge computing networks
Xia et al. Near-optimal and learning-driven task offloading in a 5G multi-cell mobile edge cloud
Zhu et al. Learn and pick right nodes to offload
Gao et al. Com-DDPG: A multiagent reinforcement learning-based offloading strategy for mobile edge computing
Li et al. An efficient algorithm for service function chains reconfiguration in mobile edge cloud networks
Cui et al. Distributed task migration optimization in mec by deep reinforcement learning strategy
Mi et al. A Multi-Agent RL Algorithm for Dynamic Task Offloading in D2D-MEC Network with Energy Harvesting
Jamali et al. A new method of cloud-based computation model for mobile devices: energy consumption optimization in mobile-to-mobile computation offloading
Alfaqawi et al. Energy harvesting network with wireless distributed computing
Wei et al. Computational offloading strategy based on dynamic particle swarm for multi-user mobile edge computing
Shukla et al. ECO-RL-ECA: Efficient Computation Offloading using Reinforcement Learning in Edge-Cloud Architecture
Poposka et al. Edge Computing: System Overview and Fusion with Wireless Power Transfer
Osibo et al. An edge computational offloading architecture for ultra-low latency in smart mobile devices
Guo et al. TaskAlloc: online tasks allocation for offloading in energy harvesting mobile edge computing
Nir et al. Optimizing energy consumption in broker-assisted cyber foraging systems
You et al. Energy-efficient peer-to-peer computation offloading based on non-causal CPU-state information

Legal Events

Date Code Title Description
ENP Entry into the national phase

Ref document number: 2020533281

Country of ref document: JP

Kind code of ref document: A

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

Ref document number: 19938431

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: 19938431

Country of ref document: EP

Kind code of ref document: A1