TRACE: A Generalizable Drift Detector for Streaming Data-Driven Optimization
Yuan-Ting Zhong, Ting Huang, Xiaolin Xiao, Yue-Jiao Gong
TL;DR
TRACE addresses unknown concept drift in streaming data for SDDO by introducing a transferable drift estimator that tokenizes data streams into statistical sequences and learns drift patterns with a dual-attention Transformer. The model, comprising a Sequence Embedding Module, G-MSA and C-MSA, and a pointer-like drift head, is trained on synthetic drift scenarios to generalize to unseen environments. TRACE-EA demonstrates plug-and-play integration with SDDEAs, leveraging an archive for knowledge transfer to swiftly adapt optimization after drift. Across diverse benchmarks and real-world tasks, TRACE shows superior drift detection accuracy and improved SDDO performance, validating its generalization and practical applicability.
Abstract
Many optimization tasks involve streaming data with unknown concept drifts, posing a significant challenge as Streaming Data-Driven Optimization (SDDO). Existing methods, while leveraging surrogate model approximation and historical knowledge transfer, are often under restrictive assumptions such as fixed drift intervals and fully environmental observability, limiting their adaptability to diverse dynamic environments. We propose TRACE, a TRAnsferable C}oncept-drift Estimator that effectively detects distributional changes in streaming data with varying time scales. TRACE leverages a principled tokenization strategy to extract statistical features from data streams and models drift patterns using attention-based sequence learning, enabling accurate detection on unseen datasets and highlighting the transferability of learned drift patterns. Further, we showcase TRACE's plug-and-play nature by integrating it into a streaming optimizer, facilitating adaptive optimization under unknown drifts. Comprehensive experimental results on diverse benchmarks demonstrate the superior generalization, robustness, and effectiveness of our approach in SDDO scenarios.
