GATES: Cost-Aware Dynamic Workflow Scheduling via Graph Attention Networks and Evolution Strategy

Abstract

Cost-aware Dynamic Workflow Scheduling (CADWS) is a key challenge in cloud computing, focusing on devising an effective scheduling policy to efficiently schedule dynamically arriving workflow tasks, represented as Directed Acyclic Graphs (DAG), to suitable virtual machines (VMs). Deep reinforcement learning (DRL) has been widely employed for automated scheduling policy design. However, the performance of DRL is heavily influenced by the design of the problem-tailored policy network and is highly sensitive to hyperparameters and the design of reward feedback. Considering the above-mentioned issues, this study proposes a novel DRL method combining Graph Attention Networks-based policy network and Evolution Strategy, referred to as GATES. The contributions of GATES are summarized as follows: (1) GATES can capture the impact of current task scheduling on subsequent tasks by learning the topological relationships between tasks in a DAG. (2) GATES can assess the importance of each VM to the ready task, enabling it to adapt to dynamically changing VM resources. (3) Utilizing Evolution Strategy's robustness, exploratory nature, and tolerance for delayed rewards, GATES achieves stable policy learning in CADWS. Extensive experimental results demonstrate the superiority of the proposed GATES in CADWS, outperforming several state-of-the-art algorithms. The source code is available at: https://github.com/YaShen998/GATES.

Cite

Text

Shen et al. "GATES: Cost-Aware Dynamic Workflow Scheduling via Graph Attention Networks and Evolution Strategy." International Joint Conference on Artificial Intelligence, 2025. doi:10.24963/IJCAI.2025/960

Markdown

[Shen et al. "GATES: Cost-Aware Dynamic Workflow Scheduling via Graph Attention Networks and Evolution Strategy." International Joint Conference on Artificial Intelligence, 2025.](https://mlanthology.org/ijcai/2025/shen2025ijcai-gates/) doi:10.24963/IJCAI.2025/960

BibTeX

@inproceedings{shen2025ijcai-gates,
  title     = {{GATES: Cost-Aware Dynamic Workflow Scheduling via Graph Attention Networks and Evolution Strategy}},
  author    = {Shen, Ya and Chen, Gang and Ma, Hui and Zhang, Mengjie},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2025},
  pages     = {8635-8643},
  doi       = {10.24963/IJCAI.2025/960},
  url       = {https://mlanthology.org/ijcai/2025/shen2025ijcai-gates/}
}