期刊文献+
共找到5篇文章
< 1 >
每页显示 20 50 100
Task migration with deadlines using machine learning-based dwell time prediction in vehicular micro clouds 被引量:1
1
作者 Ziqi Zhou Agon Memedi +3 位作者 Chunghan Lee Seyhan Ucar Onur Altintas Falko Dressler 《High-Confidence Computing》 2025年第2期100-111,共12页
Edge computing is becoming ever more relevant to offload compute-heavy tasks in vehicular networks.In this context,the concept of vehicular micro clouds(VMCs)has been proposed to use compute and storage resources on n... Edge computing is becoming ever more relevant to offload compute-heavy tasks in vehicular networks.In this context,the concept of vehicular micro clouds(VMCs)has been proposed to use compute and storage resources on nearby vehicles to complete computational tasks.As many tasks in this application domain are time critical,offloading to the cloud is prohibitive.Additionally,task deadlines have to be dealt with.This paper addresses two main challenges.First,we present a task migration algorithm supporting deadlines in vehicular edge computing.The algorithm is following the earliest deadline first model but in presence of dynamic processing resources,i.e,vehicles joining and leaving a VMC.This task offloading is very sensitive to the mobility of vehicles in a VMC,i.e,the so-called dwell time a vehicles spends in the VMC.Thus,secondly,we propose a machine learning-based solution for dwell time prediction.Our dwell time prediction model uses a random forest approach to estimate how long a vehicle will stay in a VMC.Our approach is evaluated using mobility traces of an artificial simple intersection scenario as well as of real urban traffic in cities of Luxembourg and Nagoya.Our proposed approach is able to realize low-delay and low-failure task migration in dynamic vehicular conditions,advancing the state of the art in vehicular edge computing. 展开更多
关键词 Edge computing Vehicular micro cloud task migration task offloading Dwell time prediction
在线阅读 下载PDF
Optimizing Risk-Aware Task Migration Algorithm Among Multiplex UAV Groups Through Hybrid Attention Multi-Agent Reinforcement Learning
2
作者 Yuanshuang Jiang Kai Di +5 位作者 Ruiyi Qian Xingyu Wu Fulin Chen Pan Li Xiping Fu Yichuan Jiang 《Tsinghua Science and Technology》 2025年第1期318-330,共13页
Recently,with the increasing complexity of multiplex Unmanned Aerial Vehicles(multi-UAVs)collaboration in dynamic task environments,multi-UAVs systems have shown new characteristics of inter-coupling among multiplex g... Recently,with the increasing complexity of multiplex Unmanned Aerial Vehicles(multi-UAVs)collaboration in dynamic task environments,multi-UAVs systems have shown new characteristics of inter-coupling among multiplex groups and intra-correlation within groups.However,previous studies often overlooked the structural impact of dynamic risks on agents among multiplex UAV groups,which is a critical issue for modern multi-UAVs communication to address.To address this problem,we integrate the influence of dynamic risks on agents among multiplex UAV group structures into a multi-UAVs task migration problem and formulate it as a partially observable Markov game.We then propose a Hybrid Attention Multi-agent Reinforcement Learning(HAMRL)algorithm,which uses attention structures to learn the dynamic characteristics of the task environment,and it integrates hybrid attention mechanisms to establish efficient intra-and inter-group communication aggregation for information extraction and group collaboration.Experimental results show that in this comprehensive and challenging model,our algorithm significantly outperforms state-of-the-art algorithms in terms of convergence speed and algorithm performance due to the rational design of communication mechanisms. 展开更多
关键词 Unmanned Aerial Vehicle(UAV) multiplex UAV group structures task migration multi-agent reinforcement learning
原文传递
Validation of Pervasive Cloud Task Migration with Colored Petri Net 被引量:1
3
作者 Lianzhang Zhu Shouchao Tan +2 位作者 Weishan Zhang Yong Wang Xiwei Xu 《Tsinghua Science and Technology》 SCIE EI CAS CSCD 2016年第1期89-101,共13页
Mobile devices are resource-limited, and task migration has become an important and attractive feature of mobile clouds. To validate task migration, we propose a novel approach to the simulation of task migration in a... Mobile devices are resource-limited, and task migration has become an important and attractive feature of mobile clouds. To validate task migration, we propose a novel approach to the simulation of task migration in a pervasive cloud environment. Our approach is based on Colored Petri Net(CPN). In this research, we expanded the semantics of a CPN and created two task migration models with different task migration policies: one that took account of context information and one that did not. We evaluated the two models using CPN-based simulation and analyzed their task migration accessibility, integrity during the migration process, reliability, and the stability of the pervasive cloud system after task migration. The energy consumption and costs of the two models were also investigated. Our results suggest that CPN with context sensing task migration can minimize energy consumption while preserving good overall performance. 展开更多
关键词 colored Petri net task migration pervasive cloud context information validation
原文传递
Delay-optimal multi-satellite collaborative computation offloading supported by OISL in LEO satellite network
4
作者 ZHANG Tingting GUO Zijian +4 位作者 LI Bin FENG Yuan FU Qi HU Mingyu QU Yunbo 《Journal of Systems Engineering and Electronics》 SCIE CSCD 2024年第4期805-814,共10页
By deploying the ubiquitous and reliable coverage of low Earth orbit(LEO)satellite networks using optical inter satel-lite link(OISL),computation offloading services can be provided for any users without proximal serv... By deploying the ubiquitous and reliable coverage of low Earth orbit(LEO)satellite networks using optical inter satel-lite link(OISL),computation offloading services can be provided for any users without proximal servers,while the resource limita-tion of both computation and storage on satellites is the impor-tant factor affecting the maximum task completion time.In this paper,we study a delay-optimal multi-satellite collaborative computation offloading scheme that allows satellites to actively migrate tasks among themselves by employing the high-speed OISLs,such that tasks with long queuing delay will be served as quickly as possible by utilizing idle computation resources in the neighborhood.To satisfy the delay requirement of delay-sensi-tive task,we first propose a deadline-aware task scheduling scheme in which a priority model is constructed to sort the order of tasks being served based on its deadline,and then a delay-optimal collaborative offloading scheme is derived such that the tasks which cannot be completed locally can be migrated to other idle satellites.Simulation results demonstrate the effective-ness of our multi-satellite collaborative computation offloading strategy in reducing task complement time and improving resource utilization of the LEO satellite network. 展开更多
关键词 low Earth orbit(LEO)satellite network computation offloading task migration resource allocation
在线阅读 下载PDF
Online Nonstop Task Management for Storm-Based Distributed Stream Processing Engines
5
作者 张洲 金培权 +3 位作者 谢希科 王晓亮 刘睿诚 万寿红 《Journal of Computer Science & Technology》 SCIE EI CSCD 2024年第1期116-138,共23页
Most distributed stream processing engines(DSPEs)do not support online task management and cannot adapt to time-varying data flows.Recently,some studies have proposed online task deployment algorithms to solve this pr... Most distributed stream processing engines(DSPEs)do not support online task management and cannot adapt to time-varying data flows.Recently,some studies have proposed online task deployment algorithms to solve this problem.However,these approaches do not guarantee the Quality of Service(QoS)when the task deployment changes at runtime,because the task migrations caused by the change of task deployments will impose an exorbitant cost.We study one of the most popular DSPEs,Apache Storm,and find out that when a task needs to be migrated,Storm has to stop the resource(implemented as a process of Worker in Storm)where the task is deployed.This will lead to the stop and restart of all tasks in the resource,resulting in the poor performance of task migrations.Aiming to solve this problem,in this pa-per,we propose N-Storm(Nonstop Storm),which is a task-resource decoupling DSPE.N-Storm allows tasks allocated to resources to be changed at runtime,which is implemented by a thread-level scheme for task migrations.Particularly,we add a local shared key/value store on each node to make resources aware of the changes in the allocation plan.Thus,each resource can manage its tasks at runtime.Based on N-Storm,we further propose Online Task Deployment(OTD).Differ-ing from traditional task deployment algorithms that deploy all tasks at once without considering the cost of task migra-tions caused by a task re-deployment,OTD can gradually adjust the current task deployment to an optimized one based on the communication cost and the runtime states of resources.We demonstrate that OTD can adapt to different kinds of applications including computation-and communication-intensive applications.The experimental results on a real DSPE cluster show that N-Storm can avoid the system stop and save up to 87%of the performance degradation time,compared with Apache Storm and other state-of-the-art approaches.In addition,OTD can increase the average CPU usage by 51%for computation-intensive applications and reduce network communication costs by 88%for communication-intensive ap-plications. 展开更多
关键词 distributed stream processing engine(DSPE) Apache Storm online task migration online task deployment
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部