iGEN
Visit IGEN World Explore IGEN Expo
EXPLORE UPGRADE PLANS
BREAKING
Relay Q: London Startup's AI Microphone Puts Hands-Free Voice Dictation on the Desktop Google Pixel 10a Crowned Best Budget Pixel in WIRED's Updated 2026 Buying Guide Global Steel Wire seeks fresh Santander terminal concession Veritas Shipmanagement books fresh ultramax pair at COSCO yard, Splash247 reports Seanergy linked to fresh newcastlemax at Hengli as dry bulk orderbook grows Weaker rupee may push foreign assets over FAST-DS Rs 1 crore limit, raising tax bill 45 Indian power plants face critically low coal stocks as monsoon hits supply SFL Makes Fresh $363m Car Carrier Play With Four LNG Dual-Fuel Newbuilds Iran Blacklist Threatens Hormuz Shuttle Tanker Lifeline for Gulf Crude Keyfield International Enters Dredging Market with $24.7m Vessel Acquisition Relay Q: London Startup's AI Microphone Puts Hands-Free Voice Dictation on the Desktop Google Pixel 10a Crowned Best Budget Pixel in WIRED's Updated 2026 Buying Guide Global Steel Wire seeks fresh Santander terminal concession Veritas Shipmanagement books fresh ultramax pair at COSCO yard, Splash247 reports Seanergy linked to fresh newcastlemax at Hengli as dry bulk orderbook grows Weaker rupee may push foreign assets over FAST-DS Rs 1 crore limit, raising tax bill 45 Indian power plants face critically low coal stocks as monsoon hits supply SFL Makes Fresh $363m Car Carrier Play With Four LNG Dual-Fuel Newbuilds Iran Blacklist Threatens Hormuz Shuttle Tanker Lifeline for Gulf Crude Keyfield International Enters Dredging Market with $24.7m Vessel Acquisition
Home ›› Technology ›› Ai ›› New Reinforcement Learning Framework WeCAN Improves DAG Scheduling Efficiency in Heterogeneous Environments

New Reinforcement Learning Framework WeCAN Improves DAG Scheduling Efficiency in Heterogeneous Environments

Researchers propose WeCAN, an end-to-end reinforcement learning framework for scheduling directed acyclic graphs (DAGs) on heterogeneous resources. The method uses a two-stage single-pass design with a weighted cross-attention encoder and a skip-extended generation map to close optimality gaps. Experiments on TPC-H query DAGs and ML-compiler graphs show improved makespan with inference time comparable to classical heuristics.

iG
iGEN Editorial
June 17, 2026
New Reinforcement Learning Framework WeCAN Improves DAG Scheduling Efficiency in Heterogeneous Environments

Efficient scheduling of dependent tasks in data-intensive computing remains a critical bottleneck for enterprises running large-scale workloads. Directed acyclic graphs (DAGs), which represent task dependencies in query plans, data processing pipelines, and computation graphs, must be mapped to limited heterogeneous resource pools under tight runtime budgets. Existing schedulers often struggle to adapt across different environments or generate schedules quickly enough for real-time decisions.

A team of researchers has introduced WeCAN, an end-to-end reinforcement learning framework for heterogeneous DAG scheduling that addresses two key challenges: compatibility between tasks and resource pools, and optimality gaps introduced by the schedule-generation process. The work is detailed in a paper titled "A Learning Method with Gap-Aware Generation for Heterogeneous DAG Scheduling," authored by Zhou, Ruisong; Zou, Haijun; Li, Sun; Chumin; Wen; and Zaiwen, and published on arXiv.

Two-Stage Single-Pass Design

WeCAN adopts a two-stage single-pass architecture. In a single forward pass, the framework produces task-pool scores and global parameters. A subsequent generation map then constructs schedules without repeated network calls, making it computationally efficient. The weighted cross-attention encoder models task-pool interactions using compatibility coefficients and is size-agnostic to environment fluctuations, meaning it can handle varying numbers of tasks and resources.

Addressing Generation-Induced Optimality Gaps

The researchers identify that widely used list-scheduling maps can suffer from generation-induced optimality gaps due to restricted reachability. They introduce an order-space analysis that characterizes the reachable set of generation maps via feasible schedule orders, explains the mechanism behind these gaps, and yields sufficient conditions for elimination. Guided by these conditions, the team designs a skip-extended realization with an analytically parameterized decreasing skip rule. This enlarges the reachable order set while preserving single-pass efficiency.

Experimental Results

WeCAN was evaluated on three types of workloads: TPC-H query DAGs, resource-intensive workload datasets, and ML-compiler computation graphs. The framework demonstrated improved makespan over strong baselines.

Metric WeCAN Classical Heuristics Multi-Round Neural Schedulers
Makespan improvement Improved over baselines Baseline Baseline
Inference time Comparable to classical heuristics Fast Slower than WeCAN

According to the paper, WeCAN achieves inference time comparable to classical heuristics and faster than multi-round neural schedulers, making it suitable for runtime-constrained environments.

Implications for Enterprise Computing

For technology leaders managing cloud or on-premise heterogeneous clusters, the ability to generate high-quality schedules quickly can directly reduce job completion times and improve resource utilization. WeCAN's size-agnostic design and single-pass generation mean it can scale to large, dynamic workloads without retraining for each new environment. While the experiments focus on database queries and ML graphs, the underlying method could extend to any DAG-based workflow, including those in supply chain planning, logistics orchestration, and scientific computing.

The paper provides a mathematical framework for understanding and eliminating schedule-generation inefficiencies, which may inspire further optimizations in production schedulers. Enterprises investing in AI-driven operations should monitor such advances, as they promise to close the gap between theoretical scheduling quality and practical deployment constraints.


Sources:

Keep Reading

Recommended Stories