The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

Better-looking forecasts do not always cut costs: a decision-focused simulator for automotive spare parts finds that gains in MAE/RMSE often fail to improve inventory cost or service, and models with similar accuracy can yield very different operational outcomes.

Bridging Forecast Accuracy and Inventory KPIs: A Simulation-Based Software Framework
So Fukuhara, Abdallah Alabdallah, Nuwan Gunasekara, Slawomir Nowaczyk · January 29, 2026
arxiv descriptive medium evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. So Fukuhara unresolved corpus identity
  2. Abdallah Alabdallah unresolved corpus identity
  3. Nuwan Gunasekara unresolved corpus identity
  4. Slawomir Nowaczyk unresolved corpus identity

Semantic Scholar

Latest observation:

  1. S. Fukuhara provider ID
  2. Abdallah Alabdallah provider ID
  3. N. Gunasekara provider ID
  4. Sławomir Nowaczyk provider ID
A decision-centric simulation framework for spare-parts forecasting shows that improvements in statistical accuracy do not reliably translate into lower inventory costs or higher service levels, and models with similar error metrics can produce different operational trade-offs.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

Efficient management of spare parts inventory is crucial in the automotive aftermarket, where demand is highly intermittent and uncertainty drives substantial cost and service risks. Forecasting is therefore central, but the quality of forecasting models should be judged not by statistical accuracy (e.g., MAE, RMSE) but rather by its impact on key operational performance indicators (KPIs), such as total cost and service level. Yet most existing work evaluates models exclusively using accuracy metrics, and the relationship between these metrics and KPIs remains poorly understood. To address this gap, we propose a decision-centric simulation software framework that enables systematic evaluation of forecasting models in realistic inventory management setting. The framework comprises: (i) a synthetic demand generator tailored to spare-parts demand characteristics, (ii) a flexible forecasting module that can host arbitrary predictive models, and (iii) an inventory control simulator that consumes the forecasts and computes operational KPIs. This closed-loop setup enables researchers to evaluate models not only in terms of statistical error but also in terms of downstream inventory implications. Using a wide range of simulation scenarios, we show that improvements in accuracy metrics do not necessarily lead to better KPIs, and that models with similar error profiles can induce different cost-service trade-offs. We analyze these discrepancies to characterize how forecast performance affects inventory outcomes and derive guidance for model selection. Overall, the framework links demand forecasting and inventory management, shifting evaluation from predictive accuracy toward operational relevance in the automotive aftermarket and related domains. An open-source implementation of the software is available at https://github.com/caisr-hh/TruckParts-Demand-Inventory-Simulator/releases/tag/IDA_2026.

Summary

Main Finding

Improvements in conventional forecasting accuracy (MAE, RMSE, R2, IAE) do not reliably translate into better operational outcomes (total inventory cost, fill rate) for intermittent spare‑parts demand. The authors present an open simulation framework that closes the loop between demand forecasting and inventory decision-making and demonstrate that models with similar statistical errors can produce markedly different cost–service trade-offs. In the experiments, a classical intermittent-demand method (Croston) yielded the lowest total inventory cost despite being worse on standard accuracy metrics than modern ML models.

Key Points

  • Decision-centric evaluation: The paper argues forecasts should be judged by their downstream operational impact (KPIs such as total cost and service level) rather than only by pointwise statistical accuracy.
  • Software framework: A modular, closed-loop simulator linking (i) synthetic spare‑parts demand generation, (ii) a flexible forecasting module (any model), and (iii) an inventory cost simulator driven by chosen inventory control policies.
  • Synthetic demand focused on real-world spare‑parts features: intermittent/lumpy demand, seasonality, heterogeneous failure dynamics, and concept drift (sudden and slow changes in fleet size).
  • Inventory DES: a discrete-event cost simulator computes holding, ordering, rush, transportation, and badwill costs, using a standard periodic-review safety-stock policy (normal-demand assumptions).
  • Empirical result: Across 48 three-year synthetic scenarios, Croston’s method produced the lowest aggregate inventory cost (≈7.4×10^5) while ML models like XGBoost, despite best MAE (≈0.43), produced higher costs (XGBoost ≈8.2×10^5). Random Forest was competitive on both accuracy and cost (≈7.5×10^5).
  • Demand irregularity: Most generated series were highly intermittent (high ADI) and variable (CV^2), and R^2 values were often negative—indicating strong prediction difficulty.
  • Practical implication: Model choice should account for asymmetric and context-dependent cost consequences of forecast errors (e.g., underforecast vs overforecast).

Data & Methods

  • Framework components:
    • Synthetic demand generator (Discrete Time Simulation, daily timestep) with hierarchical entities: Dealer → Truck → Part.
    • Forecasting module: accepts arbitrary models; experiments used XGBoost, Random Forest, SVR, ARIMA, Croston, SBA, and TSB. Models were hyperparameter‑tuned to minimize MAE and trained on the first 2 years to forecast the 3rd year.
    • Inventory/cost simulator: Discrete-Event Simulation (DES) implementing a standard inventory policy (safety stock, reorder points) and cost accounting (holding, order, rush, transport, badwill).
  • Demand generator details:
    • Failure modeled with survival/hazard functions: Exponential, Weibull, Log‑logistic, Gompertz. Median lifetime tm used as interpretable parameter.
    • Seasonality modeled with radial basis functions over day-of-year; parts and regions (northern/southern) can have different seasonal profiles.
    • Concept drift: sudden (abrupt dealer fleet increase) and slow (gradual growth).
    • Outputs: daily demand time series per (dealer_id, part_type).
  • Experimental design:
    • 48 scenarios: 4 drift conditions × 12 parameter configurations (4 ranges of trucks per dealer × 3 ranges of median lifetime).
    • Simulation horizon: 3 years (T = 1,095 days). Forecasting horizon: year 3.
    • Forecast evaluation metrics: MAE, RMSE, R^2, IAE (intermittent demand accuracy).
    • Operational KPIs: total inventory-management cost and fill rate (service level).
    • Simplifying assumptions in cost sim: equal unit cost/weight/lead time across parts, single unlimited-capacity supplier, no batching/partial shipments, fixed inventory-policy parameters across parts.
  • Reproducibility: open-source code and experimental results available (GitHub link in paper).

Implications for AI Economics

  • For operational problems (inventory, spare parts), statistical forecast accuracy is an insufficient objective. Economic evaluation must be decision-aware: choose models by their impact on relevant KPIs (cost, service, environmental externalities).
  • Practical model selection: prefer forecasting approaches that minimize operational cost under the inventory policy and cost structure in use. Simpler, specialized methods for intermittent demand (e.g., Croston variants) can outperform complex ML models on operational KPIs despite worse pointwise accuracy.
  • Model development: incorporate asymmetric loss and decision costs into training (cost‑sensitive or end‑to‑end decision-aware learning) rather than optimize symmetric pointwise errors alone.
  • Policy and managerial guidance:
    • Use closed-loop simulation to evaluate the marginal value of forecast improvements before costly data-collection or model-deployment investments.
    • Align forecast outputs (e.g., predictive distributions, bias characteristics) with inventory rules (safety stock formulas, reorder policies) — e.g., biased forecasts may be compensated by safety-stock calibration.
    • For sustainability goals, decision-centric forecasting can quantify how improved predictions reduce rush shipments and overproduction.
  • Research directions for AI economics:
    • Extend closed-loop evaluation to multi-echelon inventory, stochastic lead times, and endogenous supplier capacity constraints.
    • Study the economic value of alternative information sources (telematics, maintenance logs) within the same decision-centric framework.
    • Develop learning algorithms trained with inventory-cost (or other downstream-KPI) objectives and evaluate trade-offs between statistical accuracy and operational value.
  • Limitations to note:
    • Results are based on synthetic demand and simplifying inventory/cost assumptions (identical part costs/lead times, normal-demand safety-stock formulas). Real-world heterogeneity and multi-location interactions may change relative model performance.
    • The inventory policy was held constant; jointly optimizing policy and forecast model could yield different conclusions.

Overall, the paper operationalizes the link between forecasting and inventory decisions, providing an open simulation environment for researchers and practitioners to evaluate forecasting methods by the economic outcomes that actually matter.

Assessment

Paper Typedescriptive Evidence Strengthmedium — The paper provides systematic, simulation-based evidence showing how forecast error maps (or fails to map) to inventory KPIs across a wide set of scenarios, which is valuable for understanding mechanisms; however, findings rely on synthetic demand generators and simulated inventory policies rather than empirical validation on multiple real-world datasets or randomized interventions, limiting external validity and causal claims about real firms. Methods Rigormedium — The framework is modular, closed-loop, evaluates many scenarios, and reports downstream KPIs rather than only accuracy metrics, demonstrating thoughtful design and breadth; nevertheless, the approach depends on assumptions in the synthetic demand model, likely uses a limited set of inventory policies and cost specifications, and there is no strong validation against historical spare-parts data or sensitivity analysis reported for all modeling choices. SampleA synthetic dataset generator for intermittent spare-parts demand (zero-inflation, lumpy demand, bursts), a plug-in forecasting module that can host arbitrary predictive models (statistical baselines and ML models), and an inventory control simulator that applies replenishment policies and computes operational KPIs (total cost, service level) across many parameterized scenarios (e.g., varying lead times, cost weights, demand intermittency). An open-source implementation is provided at the linked repository. Themesproductivity adoption GeneralizabilityResults are based on synthetic demand; real spare-parts time series may exhibit patterns or covariates not captured by the generator., Findings depend on the specific inventory policies and cost/service formulations implemented; other control rules (multi-echelon, capacity constraints) may change outcomes., Single-industry focus (automotive aftermarket) — other industries with different demand dynamics may not exhibit the same relationships., No empirical validation on multiple firms or markets to confirm simulator predictions in practice., Assumes automated, model-driven replenishment — ignores human decision-making, contracting, and operational frictions.

Claims (8)

ClaimDirectionOutcomeConfidence & EvidenceDetails
Efficient management of spare parts inventory is crucial in the automotive aftermarket because demand is highly intermittent and uncertainty drives substantial cost and service risks. Organizational Efficiency negative total cost and service level (operational cost and service risk)
Reading fidelity high
Study strength speculative
not reported
0.03
The quality of forecasting models should be judged not by statistical accuracy metrics (e.g., MAE, RMSE) but rather by their impact on key operational KPIs such as total cost and service level. Organizational Efficiency positive total cost and service level (operational KPIs)
Reading fidelity high
Study strength speculative
not reported
0.03
Most existing work evaluates forecasting models exclusively using statistical accuracy metrics (e.g., MAE, RMSE). Research Productivity negative evaluation practice (use of accuracy metrics vs. KPI-based evaluation)
Reading fidelity medium
Study strength low
not reported
0.05
We propose a decision-centric simulation software framework that enables systematic evaluation of forecasting models in realistic inventory management settings, comprising: (i) a synthetic demand generator tailored to spare-parts demand characteristics, (ii) a flexible forecasting module to host arbitrary predictive models, and (iii) an inventory control simulator that consumes forecasts and computes operational KPIs. Organizational Efficiency positive capability to evaluate forecasts in terms of operational KPIs (framework functionality)
Reading fidelity high
Study strength medium
not reported
0.18
Using a wide range of simulation scenarios, we show that improvements in accuracy metrics do not necessarily lead to better operational KPIs. Organizational Efficiency null_result operational KPIs (total cost and service level) as affected by forecasting accuracy improvements
Reading fidelity high
Study strength medium
not reported
0.18
Models with similar error profiles can induce different cost–service trade-offs in inventory management. Organizational Efficiency mixed cost–service trade-off (operational cost vs. service level) resulting from different forecasting models
Reading fidelity high
Study strength medium
not reported
0.18
The paper analyzes discrepancies between statistical forecast performance and inventory outcomes to characterize how forecast performance affects inventory outcomes and to derive guidance for model selection. Organizational Efficiency positive guidance effectiveness for model selection regarding inventory outcomes
Reading fidelity high
Study strength medium
not reported
0.18
An open-source implementation of the software framework is available at https://github.com/caisr-hh/TruckParts-Demand-Inventory-Simulator/releases/tag/IDA_2026. Other positive availability of the software implementation
Reading fidelity high
Study strength high
not reported
0.3

Notes