Time-series forecasting using tensor decomposition with LSTM and XGBoost.
Traffic prediction is crucial for smart city planning, but classical methods struggle with the complex spatial-temporal patterns in traffic data.
Proposed a novel method combining CANDECOMP/PARAFAC (CP) and Tucker tensor decomposition with LSTM networks, achieving 35% improvement over classical baselines.
Uses PyTorch for deep learning, NumPy for tensor operations, and XGBoost for final prediction refinement, evaluated on the METR-LA dataset.