LGMay 20, 2025

CRAFT: Time Series Forecasting with Cross-Future Behavior Awareness

arXiv:2505.13896v1h-index: 3Has CodeIJCAI
Originality Incremental advance
AI Analysis

This addresses the problem of limited past observations in time series forecasting for domains like e-commerce and disease prediction, but appears incremental as it builds on existing forecasting methods with a novel feature integration.

The paper tackles the uncertainty in time series forecasting by introducing Cross-Future Behavior (CFB) features and proposes CRAFT, a method that leverages these features to mine trends, resulting in demonstrated effectiveness in offline and online experiments.

The past decades witness the significant advancements in time series forecasting (TSF) across various real-world domains, including e-commerce and disease spread prediction. However, TSF is usually constrained by the uncertainty dilemma of predicting future data with limited past observations. To settle this question, we explore the use of Cross-Future Behavior (CFB) in TSF, which occurs before the current time but takes effect in the future. We leverage CFB features and propose the CRoss-Future Behavior Awareness based Time Series Forecasting method (CRAFT). The core idea of CRAFT is to utilize the trend of cross-future behavior to mine the trend of time series data to be predicted. Specifically, to settle the sparse and partial flaws of cross-future behavior, CRAFT employs the Koopman Predictor Module to extract the key trend and the Internal Trend Mining Module to supplement the unknown area of the cross-future behavior matrix. Then, we introduce the External Trend Guide Module with a hierarchical structure to acquire more representative trends from higher levels. Finally, we apply the demand-constrained loss to calibrate the distribution deviation of prediction results. We conduct experiments on real-world dataset. Experiments on both offline large-scale dataset and online A/B test demonstrate the effectiveness of CRAFT. Our dataset and code is available at https://github.com/CRAFTinTSF/CRAFT.

Code Implementations1 repo
Foundations

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

Your Notes