Backorder Prediction in Inventory Management: Classification Techniques and Cost Considerations

Sarit Maitra,Sukanya Kundu
DOI: https://doi.org/10.37936/ecti-cit.2023174.253571
2023-10-24
Abstract:This article introduces an advanced analytical approach for predicting backorders in inventory management. Backorder refers to an order that cannot be immediately fulfilled due to stock depletion. Multiple classification techniques, including Balanced Bagging Classifiers, Fuzzy Logic, Variational Autoencoder - Generative Adversarial Networks, and Multi-layer Perceptron classifiers, are assessed in this work using performance evaluation metrics such as ROC-AUC and PR-AUC. Moreover, this work incorporates a profit function and misclassification costs, considering the financial implications and costs associated with inventory management and backorder handling. The study suggests that a combination of modeling approaches, including ensemble techniques and VAE, can effectively address imbalanced datasets in inventory management, emphasizing interpretability and reducing false positives and false negatives. This research contributes to the advancement of predictive analytics and offers valuable insights for future investigations in backorder forecasting and inventory control optimization for decision-making.
Machine Learning,Information Theory
What problem does this paper attempt to address?
The paper primarily focuses on addressing the issue of backorder prediction in inventory management. Specifically, the research aims to accurately predict which products are likely to be out of stock, leading to delayed order fulfillment, through predictive analytics and machine learning techniques. The main issues mentioned in the paper include: 1. **Improving prediction accuracy**: Although existing research attempts to use machine learning methods to identify high-risk out-of-stock products, there is still a certain lack of accuracy. 2. **Handling data imbalance**: Out-of-stock data in inventory management is usually highly imbalanced, meaning that products are in stock most of the time, and out-of-stock situations occur less frequently, posing challenges to the predictive model. 3. **Enhancing model interpretability**: Many AI-based predictive models lack interpretability, making it difficult for decision-makers to understand the root causes of stockouts and take appropriate actions. 4. **Considering cost sensitivity and profit maximization**: Existing literature rarely focuses on integrating cost-sensitive learning frameworks with profit maximization strategies into backorder prediction models. 5. **Application of models in real-world scenarios**: Despite numerous theoretical studies, there are few application cases in actual supply chain management, requiring further validation of the model's effectiveness. To address the above issues, the paper employs various classification techniques such as Balanced Bagging Classifiers, Fuzzy Logic, Variational Autoencoder - Generative Adversarial Networks (VAE-GANs), and Multi-layer Perceptron Classifiers. These models are compared in terms of performance using evaluation metrics such as ROC-AUC and PR-AUC. Additionally, cost sensitivity analysis is incorporated, considering the costs of misclassification and profit functions, aiming to find a combination modeling approach that effectively handles imbalanced datasets while improving the interpretability of the predictive model and reducing false positives and false negatives.