LGCYSIJul 26, 2024

Learning production functions for supply chains with graph neural networks

arXiv:2407.18772v33 citationsh-index: 148Has Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of understanding internal firm transformations in supply chains for better economic management, though it is incremental as it builds on existing GNNs with a novel module.

The paper tackled the problem of inferring unseen production functions in supply chain networks to improve visibility and forecasting, introducing a new model that combines temporal GNNs with an inventory module, which outperformed baselines by 6%-50% for inference and 11%-62% for forecasting across datasets.

The global economy relies on the flow of goods over supply chain networks, with nodes as firms and edges as transactions between firms. While we may observe these external transactions, they are governed by unseen production functions, which determine how firms internally transform the input products they receive into output products that they sell. In this setting, it can be extremely valuable to infer these production functions, to improve supply chain visibility and to forecast future transactions more accurately. However, existing graph neural networks (GNNs) cannot capture these hidden relationships between nodes' inputs and outputs. Here, we introduce a new class of models for this setting by combining temporal GNNs with a novel inventory module, which learns production functions via attention weights and a special loss function. We evaluate our models extensively on real supply chains data and data generated from our new open-source simulator, SupplySim. Our models successfully infer production functions, outperforming the strongest baseline by 6%-50% (across datasets), and forecast future transactions, outperforming the strongest baseline by 11%-62%

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes