paper-with-me

Papers

Differentiable Combinatorial Scheduling at Scale

2024-06-06 · Mingju Liu, Yingjie Li, Jiaqi Yin, Zhiru Zhang, Cunxi Yu

This paper addresses the complex issue of resource-constrained scheduling, an NP-hard problem that spans critical areas including chip design and high-performance computing. Traditional scheduling methods often stumble over scalability and applicability challenges. We propose a novel approach using a differentiable combinatorial scheduling framework, utilizing Gumbel-Softmax differentiable sampling technique. This new technical allows for a fully differentiable formulation of linear programming (LP) based scheduling, extending its application to a broader range of LP formulations. To encode inequality constraints for scheduling tasks, we introduce \textit{constrained Gumbel Trick}, which adeptly encodes arbitrary inequality constraints. Consequently, our method facilitates an efficient and scalable scheduling via gradient descent without the need for training data. Comparative evaluations on both synthetic and real-world benchmarks highlight our capability to significantly improve the optimization efficiency of scheduling, surpassing state-of-the-art solutions offered by commercial and open-source solvers such as CPLEX, Gurobi, and CP-SAT in the majority of the designs.

📄 PDF Abstract BibTeX arXiv:2406.06593

Code (1)

Yu-Maryland/Differentiable_Scheduler_ICML24 공식 구현

Tasks

Scheduling

Similar Papers 제목 키워드 기반

Differentiable Initialization-Accelerated CPU-GPU Hybrid Combinatorial Scheduling

2026-03-30 · Mingju Liu, Jiaqi Yin, Alvaro Velasquez, Cunxi Yu arxiv

This paper presents a hybrid CPU-GPU framework for solving combinatorial scheduling problems formulated as Integer Linear Programming (ILP). While scheduling underpins many optimization tasks in computing systems, solvin…

GauS: Differentiable Scheduling Optimization via Gaussian Reparameterization

2026-02-23 · Yaohui Cai, Vesal Bakhtazad, Cunxi Yu, Zhiru Zhang arxiv

Efficient operator scheduling is a fundamental challenge in software compilation and hardware synthesis. While recent differentiable approaches have sought to replace traditional ones like exact solvers or heuristics wit…

Neural Combinatorial Optimization via Preference Optimization

2025-03-10 · Zijun Liao, Jinbiao Chen, Debing Wang, Zizhen Zhang 외

Neural Combinatorial Optimization (NCO) has emerged as a promising approach for NP-hard problems. However, prevailing RL-based methods suffer from low sample efficiency due to sparse rewards and underused solutions. We p…

Combinatorial OptimizationJob Shop SchedulingScheduling

Dataless Neural Networks for Resource-Constrained Project Scheduling

2025-07-07 · Marc Bara arxiv

Dataless neural networks represent a paradigm shift in applying neural architectures to combinatorial optimization problems, eliminating the need for training datasets by encoding problem instances directly into network …

SequentialAttention++ for Block Sparsification: Differentiable Pruning Meets Combinatorial Optimization

2024-02-27 · Taisuke Yasuda, Kyriakos Axiotis, Gang Fu, Mohammadhossein Bateni 외

Neural network pruning is a key technique towards engineering large yet scalable, interpretable, and generalizable models. Prior work on the subject has developed largely along two orthogonal directions: (1) differentiab…

Combinatorial OptimizationNetwork Pruning