EAGLE: Edge-Aware Graph Learning for Proactive Delivery Delay Prediction in Smart Logistics Networks

arXiv cs.AI / 4/8/2026

📰 NewsSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper proposes EAGLE, a hybrid deep learning framework to proactively predict delivery delays by combining temporal order-flow modeling with supply-chain graph structure.
  • It uses a lightweight Transformer patch encoder for time-series dynamics and an Edge-Aware Graph Attention Network (E-GAT) to capture inter-hub relational and edge-aware dependencies.
  • The model is trained with a multi-task objective designed to jointly improve both predictive performance and robustness across learning signals.
  • Experiments on the DataCo Smart Supply Chain dataset show strong results, including an F1-score of 0.8762 and an AUC-ROC of 0.9773, with low cross-seed variance indicating stable training.
  • Compared with baselines and ablated variants, EAGLE delivers consistent accuracy gains and a better balance between performance and training stability.

Abstract

Modern logistics networks generate rich operational data streams at every warehouse node and transportation lane -- from order timestamps and routing records to shipping manifests -- yet predicting delivery delays remains predominantly reactive. Existing predictive approaches typically treat this problem either as a tabular classification task, ignoring network topology, or as a time-series anomaly detection task, overlooking the spatial dependencies of the supply chain graph. To bridge this gap, we propose a hybrid deep learning framework for proactive supply chain risk management. The proposed method jointly models temporal order-flow dynamics via a lightweight Transformer patch encoder and inter-hub relational dependencies through an Edge-Aware Graph Attention Network (E-GAT), optimized via a multi-task learning objective. Evaluated on the real-world DataCo Smart Supply Chain dataset, our framework achieves consistent improvements over baseline methods, yielding an F1-score of 0.8762 and an AUC-ROC of 0.9773. Across four independent random seeds, the framework exhibits a cross-seed F1 standard deviation of only 0.0089 -- a 3.8 times improvement over the best ablated variant -- achieving the strongest balance of predictive accuracy and training stability among all evaluated models.