pith. sign in

arxiv: 2606.01162 · v2 · pith:2SF26C46new · submitted 2026-05-31 · 💻 cs.AI

Deft Scheduling of Dynamic Cloud Workflows with Varying Deadlines via Mixture-of-Experts

Pith reviewed 2026-06-28 17:27 UTC · model grok-4.3

classification 💻 cs.AI
keywords cloud workflow schedulingmixture of expertsdeep reinforcement learningdeadline-aware schedulingdynamic schedulinggraph attentionvirtual machine allocation
0
0 comments X

The pith

DEFT uses a mixture-of-experts deep reinforcement learning architecture to schedule dynamic cloud workflows by routing each decision to the expert matched to the current deadline tightness.

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The paper establishes that single-path deep reinforcement learning schedulers cannot cover the full range of deadline requirements that arise in cloud environments with dynamically arriving workflows. DEFT instead maintains separate experts for different tightness levels and uses a gating network to select among them on the fly. A sympathetic reader cares because workflow scheduling directly affects both monetary cost and service reliability when virtual machines change and new jobs arrive continuously.

Core claim

DEFT is the first Mixture-of-Experts architecture for dynamic cloud workflow scheduling. Each expert is trained for a different level of deadline tightness. A graph-adaptive gating mechanism encodes workflow DAGs, task states, and VM conditions with cross-attention to activate the appropriate expert in a fine-grained, deadline-sensitive way. This routing allows DEFT to meet a broad spectrum of deadline requirements that no single expert can achieve while reducing execution cost and deadline violations on dynamic benchmarks.

What carries the argument

Mixture-of-experts policy with a graph-adaptive gating network that uses cross-attention over workflow DAGs, task states, and virtual-machine conditions to select the deadline-specific expert.

If this is right

  • DEFT meets a wider range of deadline tightness levels than any individual expert model.
  • Execution cost and deadline violation rates drop compared with existing single-path DRL schedulers on the same dynamic benchmarks.
  • The architecture adapts decisions to continuously arriving workflows and changing virtual-machine availability without retraining the entire policy.
  • Cross-attention in the gate produces deadline-sensitive routing that single models cannot replicate.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • The same gating idea could be tested on other multi-objective resource problems where different cost-time trade-offs matter.
  • If the experts are made interpretable, operators could inspect which expert is active for a given deadline class.
  • Production use would require checking whether the gating overhead remains acceptable under high arrival rates not present in the benchmark traces.

Load-bearing premise

The gating network can correctly identify which expert matches the current deadline tightness from the workflow graph and resource state in real time.

What would settle it

Run the trained gating network on held-out workflow traces and measure whether its expert selections produce measurably lower deadline violations than a single-model baseline; if the selections show no correlation with deadline tightness or yield no gain, the central claim does not hold.

Figures

Figures reproduced from arXiv: 2606.01162 by Gang Chen, Hui Ma, Mengjie Zhang, Ya Shen.

Figure 1
Figure 1. Figure 1: The scheduling of dynamic workflows via DRL. (a) Workflows arrive over time, each [PITH_FULL_IMAGE:figures/full_fig_p005_1.png] view at source ↗
Figure 2
Figure 2. Figure 2: The MoE and graph-adaptive gating network in DEFT. (a) The SEM-generated VM em [PITH_FULL_IMAGE:figures/full_fig_p006_2.png] view at source ↗
Figure 3
Figure 3. Figure 3: The workflows studied in this work. 18 [PITH_FULL_IMAGE:figures/full_fig_p018_3.png] view at source ↗
Figure 4
Figure 4. Figure 4: Convergence of testing performance under dynamic workflow deadlines. [PITH_FULL_IMAGE:figures/full_fig_p019_4.png] view at source ↗
Figure 5
Figure 5. Figure 5: Stability on the testing set with dynamic workflow deadlines. [PITH_FULL_IMAGE:figures/full_fig_p019_5.png] view at source ↗
read the original abstract

Workflow scheduling in cloud computing demands the intelligent allocation of dynamically arriving, graph-structured workflows with varying deadlines onto ever-changing virtual machine resources. However, existing deep reinforcement learning (DRL) schedulers remain limited by rigid, single-path inference architectures that struggle to handle diverse scheduling scenarios. We introduce $\textbf{DEFT}$ ($\textbf{D}$eadline-p$\textbf{E}$rceptive Mixture-o$\textbf{F}$-Exper$\textbf{t}$s), an innovative DRL policy architecture that leverages a specialized mixture of experts, each trained to manage different levels of deadline tightness. To our knowledge, DEFT is the first to introduce and validate a Mixture-of-Experts architecture for dynamic cloud workflow scheduling. By adaptively routing decisions through the most appropriate experts, DEFT is capable of meeting a broad spectrum of deadline requirements that no single expert can achieve. Central to DEFT is a $\textbf{graph-adaptive}$ gating mechanism that encodes workflow DAGs, task states, and VM conditions, using cross-attention to guide expert activation in a fine-grained, deadline-sensitive manner. Experiments on dynamic cloud workflow benchmarks demonstrate that DEFT significantly reduces execution cost and deadline violations, outperforming multiple state-of-the-art DRL baselines.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

1 major / 1 minor

Summary. The paper introduces DEFT, a DRL policy using a Mixture-of-Experts architecture for scheduling dynamically arriving graph-structured workflows onto changing VM resources. Experts are specialized for different deadline tightness levels; a graph-adaptive gating network with cross-attention encodes DAG structure, task states, and VM conditions to route decisions. The authors claim this is the first MoE application to the domain and that experiments on dynamic benchmarks show reduced execution cost and deadline violations relative to multiple SOTA DRL baselines.

Significance. If the empirical results hold, the work would be significant for demonstrating that MoE routing can address a wider range of deadline constraints than single-path DRL policies in cloud scheduling. The graph-adaptive gating mechanism offers a concrete way to incorporate workflow structure into expert selection.

major comments (1)
  1. [Abstract] Abstract: the central claim that DEFT 'significantly reduces execution cost and deadline violations' and outperforms baselines rests entirely on qualitative statements; no quantitative metrics, tables, figures, baseline descriptions, or ablation results are supplied, rendering the empirical contribution impossible to evaluate.
minor comments (1)
  1. [Abstract] Abstract: the acronym DEFT is expanded on first use but the expanded form is not repeated for clarity in the subsequent sentence.

Simulated Author's Rebuttal

1 responses · 0 unresolved

We thank the referee for the detailed review. We agree that the abstract should be strengthened with quantitative metrics to better support the empirical claims, and we will revise accordingly in the next version.

read point-by-point responses
  1. Referee: [Abstract] Abstract: the central claim that DEFT 'significantly reduces execution cost and deadline violations' and outperforms baselines rests entirely on qualitative statements; no quantitative metrics, tables, figures, baseline descriptions, or ablation results are supplied, rendering the empirical contribution impossible to evaluate.

    Authors: We acknowledge the validity of this observation. While the full manuscript contains quantitative results (including tables with cost and violation metrics, baseline comparisons, and ablations), the abstract relies on qualitative phrasing. We will revise the abstract to incorporate specific quantitative highlights from the experiments, such as average percentage reductions in execution cost and deadline violations relative to the SOTA DRL baselines, along with a concise description of the evaluation setup. revision: yes

Circularity Check

0 steps flagged

No significant circularity

full rationale

The abstract and available text contain no equations, derivations, fitted parameters presented as predictions, or self-citations invoked as load-bearing uniqueness theorems. The central claim is an empirical demonstration that a graph-adaptive MoE gating mechanism reduces cost and deadline violations on benchmarks; this is an external validation step rather than a reduction of any result to its own inputs by construction. No load-bearing step reduces to a self-definition, renamed known result, or ansatz smuggled via prior work by the same authors.

Axiom & Free-Parameter Ledger

0 free parameters · 1 axioms · 1 invented entities

Abstract provides insufficient detail to enumerate free parameters, axioms, or invented entities beyond the high-level proposal of the DEFT architecture itself.

axioms (1)
  • domain assumption Deep reinforcement learning policies can be trained to optimize workflow scheduling objectives in dynamic cloud environments.
    Implicit foundation for applying DRL to the scheduling task.
invented entities (1)
  • DEFT (Deadline-perceptive Mixture-of-Experts) architecture no independent evidence
    purpose: To route scheduling decisions across experts specialized for different deadline tightness levels.
    New proposed system whose performance claims rest on the abstract's experimental assertions.

pith-pipeline@v0.9.1-grok · 5751 in / 1215 out tokens · 25713 ms · 2026-06-28T17:27:38.263800+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

12 extracted references · 5 canonical work pages · 3 internal anchors

  1. [1]

    Shield: Multi-task multi-distribution vehicle routing solver with sparsity and hierarchy

    Yong Liang Goh, Zhiguang Cao, Yining Ma, Jianan Zhou, Mohammad Haroon Dupty, and Wee Sun Lee. Shield: Multi-task multi-distribution vehicle routing solver with sparsity and hierarchy. arXiv preprint arXiv:2506.08424,

  2. [2]

    Cost-aware dynamic multi-workflow scheduling in cloud data center using evolutionary reinforcement learning

    11 Published as a conference paper at ICLR 2026 Victoria Huang, Chen Wang, Hui Ma, Gang Chen, and Kameron Christopher. Cost-aware dynamic multi-workflow scheduling in cloud data center using evolutionary reinforcement learning. In International Conference on Service-Oriented Computing, pp. 449–464. Springer,

  3. [3]

    Evolution Strategies as a Scalable Alternative to Reinforcement Learning

    Tim Salimans, Jonathan Ho, Xi Chen, Szymon Sidor, and Ilya Sutskever. Evolution strategies as a scalable alternative to reinforcement learning.arXiv preprint arXiv:1703.03864,

  4. [4]

    Outrageously Large Neural Networks: The Sparsely-Gated Mixture-of-Experts Layer

    Noam Shazeer, Azalia Mirhoseini, Krzysztof Maziarz, Andy Davis, Quoc Le, Geoffrey Hinton, and Jeff Dean. Outrageously large neural networks: The sparsely-gated mixture-of-experts layer. arXiv preprint arXiv:1701.06538,

  5. [5]

    Graph Attention Networks

    Petar Veliˇckovi´c, Guillem Cucurull, Arantxa Casanova, Adriana Romero, Pietro Lio, and Yoshua Bengio. Graph attention networks.arXiv preprint arXiv:1710.10903,

  6. [6]

    Learning to dispatch for job shop scheduling via deep reinforcement learning.Advances in neural information processing systems, 33:1621–1632,

    12 Published as a conference paper at ICLR 2026 Cong Zhang, Wen Song, Zhiguang Cao, Jie Zhang, Puay Siew Tan, and Xu Chi. Learning to dispatch for job shop scheduling via deep reinforcement learning.Advances in neural information processing systems, 33:1621–1632,

  7. [7]

    Deep reinforce- ment learning-based methods for resource scheduling in cloud computing: A review and future directions.Artificial Intelligence Review, 57(5):124, 2024a

    Guangyao Zhou, Wenhong Tian, Rajkumar Buyya, Ruini Xue, and Liang Song. Deep reinforce- ment learning-based methods for resource scheduling in cloud computing: A review and future directions.Artificial Intelligence Review, 57(5):124, 2024a. Jianan Zhou, Zhiguang Cao, Yaoxin Wu, Wen Song, Yining Ma, Jie Zhang, and Chi Xu. Mv- moe: Multi-task vehicle routin...

  8. [8]

    Each directed edge(Oni, Onj)∈ C Wi indicates that taskO ni must finish before taskO nj can begin

    A.1 WORKFLOW MODEL A workflowW i ∈ Wis represented by a directed acyclic graph (DAG)W i = (O Wi ,C Wi), where OWi is the set of tasks andCWi is the set of precedence edges. Each directed edge(Oni, Onj)∈ C Wi indicates that taskO ni must finish before taskO nj can begin. A task becomes aready task, denoted byO n∗, once all its predecessors have completed. ...

  9. [9]

    to train each expert under a different workflow urgency to learn specific knowledge under this deadline scenario. OpenAI ES is a population-based optimization technique known for its robustness against hyperparameter sensitivity, insensitivity to the design of reward signals, and suitability for parallel implementation, making it particularly effective fo...

  10. [10]

    D TRAINING OF GRAPH-ADAPTIVE GATING NETWORK Let{ϕ k}K k=1 be the pre-trained MLP experts obtained in Appendix C, whereKdenotes the number of experts. During the second-stage training, we jointly optimize the graph-adaptive gating network with parametersθ g, the State Embedding Module (SEM) with parametersθ s, and all pre-trained experts{ϕ k}K k=1. We pack...

  11. [11]

    Scale” indicates the workflow scale/size. “Card

    17 Published as a conference paper at ICLR 2026 Table 4: The configuration of VM instances. VM Type vCPU/Memory (GB) Cost ($/hour) m5.large2/8 0.096 m5.xlarge4/16 0.192 m5.2xlarge8/32 0.384 m5.4xlarge16/64 0.768 m5.8xlarge32/128 1.536 m5.12xlarge48/192 2.304 Table 5: Workflow patterns and sizes. Scale CyberShake Montage Inspiral/SIPHT Small 30 25 30 Mediu...

  12. [12]

    Activating only the highest-scoring expert preserves the specialization encoded in each expert policy and avoids the noise introduced by averaging multiple experts’ outputs. Increas- ingkgenerally weakens this specialization signal and yields diminishing or negative performance, especially when the expert pool already contains overlapping behaviors, as in...