ICLR 2023poster3 citations

Neural DAG Scheduling via One-Shot Priority Sampling

Wonseok Jeon, Mukul Gagrani, Burak Bartan, Weiliang Will Zeng, Harris Teague, Piero Zappi, Christopher Lott

Abstract

We consider the problem of scheduling operations/nodes, the dependency among which is characterized by a Directed Acyclic Graph (DAG). Due to its NP-hard nature, heuristic algorithms were traditionally used to acquire reasonably good solutions, and more recent works have proposed Machine Learning (ML) heuristics that can generalize to unseen graphs and outperform the non-ML heuristics. However, it is computationally costly to generate solutions using existing ML schedulers since they adopt the episodic reinforcement learning framework that necessitates multi-round neural network processing. We propose a novel ML scheduler that uses a one-shot neural network encoder to sample node priorities which are converted by list scheduling to the final schedules. Since the one-shot encoder can efficiently sample the priorities in parallel, our algorithm runs significantly faster than existing ML baselines and has comparable run time with the fast traditional heuristics. We empirically show that our algorithm generates better schedules than both non-neural and neural baselines across various real-world and synthetic scheduling tasks.

Combinatorial OptimizationDirected Acyclic GraphSchedulingGraph Neural NetworkReinforcement Learning
BibTeX
@inproceedings{
jeon2023neural,
title={Neural {DAG} Scheduling via One-Shot Priority Sampling},
author={Wonseok Jeon and Mukul Gagrani and Burak Bartan and Weiliang Will Zeng and Harris Teague and Piero Zappi and Christopher Lott},
booktitle={The Eleventh International Conference on Learning Representations },
year={2023},
url={https://openreview.net/forum?id=WL8FlAugqQ}
}
Neural DAG Scheduling via One-Shot Priority Sampling · ICLR 2023