Enterprise Resource Planning Using Multi-type Transformers in Ferro-Titanium Industry
Samira Yazdanpourmoghadam, Mahan Balal Pour, Vahid Partovi Nia
TL;DR
This paper addresses ERP-relevant combinatorial optimization by introducing Multi-Type Transformer (MTT), a unified transformer with heterogeneous attention designed for heterogeneous problem structures like KP and JSP. By encoding KP as a bipartite items-capacity graph and JSP as a disjunctive graph within a shared MTT backbone, the approach learns cross-domain representations and enables efficient, near-optimal solutions. Benchmark results show competitive gaps, with KP attaining about 0.001 and JSP around 0.03 relative to exact solvers, and real-world Ferro-Titanium application achieving stable gaps around 0.025–0.029 with sub-second runtimes on GPUs. The findings support the potential of multi-type attention for industrial ERP planning, while highlighting the need for more rigorous comparisons and ablations in future work.
Abstract
Combinatorial optimization problems such as the Job-Shop Scheduling Problem (JSP) and Knapsack Problem (KP) are fundamental challenges in operations research, logistics, and eterprise resource planning (ERP). These problems often require sophisticated algorithms to achieve near-optimal solutions within practical time constraints. Recent advances in deep learning have introduced transformer-based architectures as promising alternatives to traditional heuristics and metaheuristics. We leverage the Multi-Type Transformer (MTT) architecture to address these benchmarks in a unified framework. We present an extensive experimental evaluation across standard benchmark datasets for JSP and KP, demonstrating that MTT achieves competitive performance on different size of these benchmark problems. We showcase the potential of multi-type attention on a real application in Ferro-Titanium industry. To the best of our knowledge, we are the first to apply multi-type transformers in real manufacturing.
