paper-with-me

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, solving these problems optimally at scale remains a long-standing challenge due to their NP-hard nature. We introduce a novel approach that combines differentiable optimization with classical ILP solving. Specifically, we utilize differentiable presolving to rapidly generate high-quality partial solutions, which serve as warm-starts for commercial ILP solvers (CPLEX, Gurobi) and rising open-source solver HiGHS. This method enables significantly improved early pruning compared to state-of-the-art standalone solvers. Empirical results across industry-scale benchmarks demonstrate up to a $10\times$ performance gain over baselines, narrowing the optimality gap to $<0.1\%$. This work represents the first demonstration of utilizing differentiable optimization to initialize exact ILP solvers for combinatorial scheduling, opening new opportunities to integrate machine learning infrastructure with classical exact optimization methods across broader domains.

📄 PDF Abstract BibTeX arXiv:2603.28943

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Differentiable Combinatorial Scheduling at Scale

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

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 o…

Scheduling

Accelerating Exact Combinatorial Optimization via RL-based Initialization -- A Case Study in Scheduling

2023-08-19 · Jiaqi Yin, Cunxi Yu

Scheduling on dataflow graphs (also known as computation graphs) is an NP-hard problem. The traditional exact methods are limited by runtime complexity, while reinforcement learning (RL) and heuristic-based approaches st…

Combinatorial OptimizationReinforcement Learning (RL)Scheduling

Neural QAOA$^{2}$: Differentiable Joint Graph Partitioning and Parameter Initialization for Quantum Combinatorial Optimization

2026-05-13 · Zubin Zheng, Jiahao Wu, Shengcai Liu arxiv

The quantum approximate optimization algorithm (QAOA) holds promise for combinatorial optimization but is constrained by limited qubits. While divide-and-conquer frameworks like QAOA$^{2}$ address scalability by partitio…

Zero-shot Generalizationgraph partitioning

Learning-Based Multiuser Scheduling in MIMO-OFDM Systems with Hybrid Beamforming

2025-06-09 · Pouya Agheli, Tugce Kobal, François Durand, Matthew Andrews

We investigate the multiuser scheduling problem in multiple-input multiple-output (MIMO) systems using orthogonal frequency division multiplexing (OFDM) and hybrid beamforming in which a base station (BS) communicates wi…

FairnessScheduling

DiffAero: A GPU-Accelerated Differentiable Simulation Framework for Efficient Quadrotor Policy Learning

2025-09-12 · Xinhong Zhang, Runqing Wang, Yunfan Ren, Jian Sun 외 arxiv

This letter introduces DiffAero, a lightweight, GPU-accelerated, and fully differentiable simulation framework designed for efficient quadrotor control policy learning. DiffAero supports both environment-level and agent-…