paper-with-me

Papers

Applying graph neural network to SupplyGraph for supply chain network

2024-08-23 · Kihwan Han

Supply chain networks describe interactions between products, manufacture facilities, storages in the context of supply and demand of the products. Supply chain data are inherently under graph structure; thus, it can be fertile ground for applications of graph neural network (GNN). Very recently, supply chain dataset, SupplyGraph, has been released to the public. Though the SupplyGraph dataset is valuable given scarcity of publicly available data, there was less clarity on description of the dataset, data quality assurance process, and hyperparameters of the selected models. Further, for generalizability of findings, it would be more convincing to present the findings by performing statistical analyses on the distribution of errors rather than showing the average value of the errors. Therefore, this study assessed the supply chain dataset, SupplyGraph, with better clarity on analyses processes, data quality assurance, machine learning (ML) model specifications. After data quality assurance procedures, this study compared performance of Multilayer Perceptions (MLP), Graph Convolution Network (GCN), and Graph Attention Network (GAT) on a demanding forecasting task while matching hyperparameters as feasible as possible. The analyses revealed that GAT performed best, followed by GCN and MLP. Those performance improvements were statistically significant at $\alpha = 0.05$ after correction for multiple comparisons. This study also discussed several considerations in applying GNN to supply chain networks. The current study reinforces the previous study in supply chain benchmark dataset with respect to description of the dataset and methodology, so that the future research in applications of GNN to supply chain becomes more reproducible.

📄 PDF Abstract BibTeX arXiv:2408.14501

Code (0)

등록된 구현이 없습니다.

Tasks

Graph AttentionGraph Neural Network

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
GAT A Graph Attention Network (GAT) is a neural network architecture that operates on graph-structured data, leveraging masked self-attentional layers to address the shortcomings…
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…
Graph Neural Network 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

SupplyGraph: A Benchmark Dataset for Supply Chain Planning using Graph Neural Networks

2024-01-27 · Azmine Toushik Wasi, MD Shafikul Islam, Adipto Raihan Akib

Graph Neural Networks (GNNs) have gained traction across different domains such as transportation, bio-informatics, language processing, and computer vision. However, there is a noticeable absence of research on applying…

An Intelligent Multi-task Supply Chain Model Based on Bio-inspired Networks

2025-10-30 · Mehdi Khaleghi, Sobhan Sheykhivand, Nastaran Khaleghi, Sebelan Danishvar arxiv

The sustainability of supply chain plays a key role in achieving optimal performance in controlling the supply chain. The management of risks that occur in a supply chain is a fundamental problem for the purpose of devel…

Relation Classification

Optimizing Supply Chain Networks with the Power of Graph Neural Networks

2025-01-07 · Chi-Sheng Chen, Ying-Jung Chen

Graph Neural Networks (GNNs) have emerged as transformative tools for modeling complex relational data, offering unprecedented capabilities in tasks like forecasting and optimization. This study investigates the applicat…

Demand ForecastingGraph Representation LearningManagementRepresentation Learning+1

KnowGraph-PM: a Knowledge Graph based Pricing Model for Semiconductors Supply Chains

2022-05-13 · Nour Ramzy, Soren Auer, Javad Chamanara, Hans Ehm

Semiconductor supply chains are described by significant demand fluctuation that increases as one moves up the supply chain, the so-called bullwhip effect. To counteract, semiconductor manufacturers aim to optimize capac…

Data IntegrationManagement

GReS: Graphical Cross-domain Recommendation for Supply Chain Platform

2022-09-02 · Zhiwen Jing, Ziliang Zhao, Yang Feng, Xiaochen Ma 외

Supply Chain Platforms (SCPs) provide downstream industries with numerous raw materials. Compared with traditional e-commerce platforms, data in SCPs is more sparse due to limited user interests. To tackle the data spars…