LGMLJan 23, 2024

Probabilistic Demand Forecasting with Graph Neural Networks

arXiv:2401.13096v12 citationsh-index: 2
Originality Incremental advance
AI Analysis

This work addresses inventory planning and logistics for retailers, but it is incremental as it builds on prior GNN research.

The paper tackled demand forecasting by integrating a Graph Neural Network encoder into a DeepAR model to account for article relationships, resulting in consistent performance improvements over non-graph benchmarks on three real-world datasets.

Demand forecasting is a prominent business use case that allows retailers to optimize inventory planning, logistics, and core business decisions. One of the key challenges in demand forecasting is accounting for relationships and interactions between articles. Most modern forecasting approaches provide independent article-level predictions that do not consider the impact of related articles. Recent research has attempted addressing this challenge using Graph Neural Networks (GNNs) and showed promising results. This paper builds on previous research on GNNs and makes two contributions. First, we integrate a GNN encoder into a state-of-the-art DeepAR model. The combined model produces probabilistic forecasts, which are crucial for decision-making under uncertainty. Second, we propose to build graphs using article attribute similarity, which avoids reliance on a pre-defined graph structure. Experiments on three real-world datasets show that the proposed approach consistently outperforms non-graph benchmarks. We also show that our approach produces article embeddings that encode article similarity and demand dynamics and are useful for other downstream business tasks beyond forecasting.

Foundations

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

Your Notes