菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-02-25
📄 Abstract - Mamba Meets Scheduling: Learning to Solve Flexible Job Shop Scheduling with Efficient Sequence Modeling

The Flexible Job Shop Problem (FJSP) is a well-studied combinatorial optimization problem with extensive applications for manufacturing and production scheduling. It involves assigning jobs to various machines to optimize criteria, such as minimizing total completion time. Current learning-based methods in this domain often rely on localized feature extraction models, limiting their capacity to capture overarching dependencies spanning operations and machines. This paper introduces an innovative architecture that harnesses Mamba, a state-space model with linear computational complexity, to facilitate comprehensive sequence modeling tailored for FJSP. In contrast to prevalent graph-attention-based frameworks that are computationally intensive for FJSP, we show our model is more efficient. Specifically, the proposed model possesses an encoder and a decoder. The encoder incorporates a dual Mamba block to extract operation and machine features separately. Additionally, we introduce an efficient cross-attention decoder to learn interactive embeddings of operations and machines. Our experimental results demonstrate that our method achieves faster solving speed and surpasses the performance of state-of-the-art learning-based methods for FJSP across various benchmarks.

顶级标签: systems machine learning model training
详细标签: combinatorial optimization scheduling state-space model sequence modeling production scheduling 或 搜索:

Mamba遇上调度:利用高效序列建模学习求解柔性作业车间调度问题 / Mamba Meets Scheduling: Learning to Solve Flexible Job Shop Scheduling with Efficient Sequence Modeling


1️⃣ 一句话总结

这篇论文提出了一种基于Mamba状态空间模型的新型AI架构,它能更高效、更准确地解决复杂的柔性作业车间调度问题,在速度和性能上都超越了现有最好的学习方法。

源自 arXiv: 2602.21546