paper-with-me

Papers

Fast Adaptive Task Offloading in Edge Computing based on Meta Reinforcement Learning

2020-08-05 · Jin Wang, Jia Hu, Geyong Min, Albert Y. Zomaya, Nektarios Georgalas

Multi-access edge computing (MEC) aims to extend cloud service to the network edge to reduce network traffic and service latency. A fundamental problem in MEC is how to efficiently offload heterogeneous tasks of mobile applications from user equipment (UE) to MEC hosts. Recently, many deep reinforcement learning (DRL) based methods have been proposed to learn offloading policies through interacting with the MEC environment that consists of UE, wireless channels, and MEC hosts. However, these methods have weak adaptability to new environments because they have low sample efficiency and need full retraining to learn updated policies for new environments. To overcome this weakness, we propose a task offloading method based on meta reinforcement learning, which can adapt fast to new environments with a small number of gradient updates and samples. We model mobile applications as Directed Acyclic Graphs (DAGs) and the offloading policy by a custom sequence-to-sequence (seq2seq) neural network. To efficiently train the seq2seq network, we propose a method that synergizes the first order approximation and clipped surrogate objective. The experimental results demonstrate that this new offloading method can reduce the latency by up to 25% compared to three baselines while being able to adapt fast to new environments.

📄 PDF Abstract BibTeX arXiv:2008.02033

Code (1)

linkpark/metarl-offloading 공식 구현 tf

Tasks

Deep Reinforcement LearningEdge-computingMeta Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

Reinforcement Learning Controlled Adaptive PSO for Task Offloading in IIoT Edge Computing

2025-01-25 · Minod Perera, Sheik Mohammad Mostakim Fattah, Sajib Mistry, Aneesh Krishna

Industrial Internet of Things (IIoT) applications demand efficient task offloading to handle heavy data loads with minimal latency. Mobile Edge Computing (MEC) brings computation closer to devices to reduce latency and s…

Edge-computingManagement

QoS-SLA-Aware Adaptive Genetic Algorithm for Multi-Request Offloading in Integrated Edge-Cloud Computing in Internet of Vehicles

2022-01-21 · Leila Ismail, Huned Materwala, Hossam S. Hassanein

The Internet of Vehicles over Vehicular Ad-hoc Networks is an emerging technology enabling the development of smart city applications focused on improving traffic safety, traffic efficiency, and the overall driving exper…

Cloud ComputingCPU

Joint Task Offloading and Resource Allocation in Aerial-Terrestrial UAV Networks with Edge and Fog Computing for Post-Disaster Rescue

2023-08-17 · Geng Sun, Long He, Zemin Sun, Qingqing Wu 외

Unmanned aerial vehicles (UAVs) play an increasingly important role in assisting fast-response post-disaster rescue due to their fast deployment, flexible mobility, and low cost. However, UAVs face the challenges of limi…

Edge-computing

Dependency-Aware Computation Offloading in Mobile Edge Computing: A Reinforcement Learning Approach

2019-09-18 · SHENGLI PAN

Mobile edge computing (MobEC) builds an Information Technology (IT) service environment to enable cloud-computing capabilities at the edge of mobile networks. To tackle the restrictions in the battery power and computati…

Cloud ComputingEdge-computingQ-Learningreinforcement-learning+1

Heterogeneous Tasks Offloading in Vehicular Edge Computing: A Federated Meta Deep Reinforcement Learning Approach

2026-05-18 · Yaorong Huang, Jingtao Luo, Xuechao Wang arxiv

Vehicular edge computing (VEC) enables latency-sensitive vehicular applications by offloading computation-intensive tasks to nearby edge servers. However, real-world vehicular workloads are typically modeled as heterogen…

Reinforcement Learning