paper-with-me

Papers

DDG-DA: Data Distribution Generation for Predictable Concept Drift Adaptation

2022-01-11 · Wendi Li, Xiao Yang, Weiqing Liu, Yingce Xia, Jiang Bian

In many real-world scenarios, we often deal with streaming data that is sequentially collected over time. Due to the non-stationary nature of the environment, the streaming data distribution may change in unpredictable ways, which is known as concept drift. To handle concept drift, previous methods first detect when/where the concept drift happens and then adapt models to fit the distribution of the latest data. However, there are still many cases that some underlying factors of environment evolution are predictable, making it possible to model the future concept drift trend of the streaming data, while such cases are not fully explored in previous work. In this paper, we propose a novel method DDG-DA, that can effectively forecast the evolution of data distribution and improve the performance of models. Specifically, we first train a predictor to estimate the future data distribution, then leverage it to generate training samples, and finally train models on the generated data. We conduct experiments on three real-world tasks (forecasting on stock price trend, electricity load and solar irradiance) and obtain significant improvement on multiple widely-used models.

📄 PDF Abstract BibTeX arXiv:2201.04038

Code (1)

microsoft/qlib/tree/main/examples/benchmarks_dynamic/DDG-DA 공식 구현 pytorch

Tasks

Stock Market PredictionStock PredictionStock Trend Prediction

Similar Papers 제목 키워드 기반

Early Concept Drift Detection via Prediction Uncertainty

2024-12-15 · Pengqian Lu, Jie Lu, Anjin Liu, Guangquan Zhang

Concept drift, characterized by unpredictable changes in data distribution over time, poses significant challenges to machine learning models in streaming data scenarios. Although error rate-based concept drift detectors…

Drift DetectionPrediction

Adapting Multi-modal Large Language Model to Concept Drift From Pre-training Onwards

2024-05-22 · Xiaoyu Yang, Jie Lu, En Yu

Multi-modal Large Language Models (MLLMs) frequently face challenges from concept drift when dealing with real-world streaming data, wherein distributions change unpredictably. This mainly includes gradual drift due to l…

Language ModelingLanguage ModellingLarge Language Model

Towards Robust Endogenous Reasoning: Unifying Drift Adaptation in Non-Stationary Tuning

2026-04-17 · Xiaoyu Yang, En Yu, Wei Duan, Jie Lu arxiv

Reinforcement Fine-Tuning (RFT) has established itself as a critical paradigm for the alignment of Multi-modal Large Language Models (MLLMs) with complex human values and domain-specific requirements. Nevertheless, curre…

Domain GeneralizationAutonomous DrivingMedical Diagnosis

Rolling with the Punches: Resilient Contrastive Pre-training under Non-Stationary Drift

2025-02-11 · Xiaoyu Yang, Jie Lu, En Yu

The remarkable success of large-scale contrastive pre-training, fueled by vast and curated datasets, is encountering new frontiers as the scaling paradigm evolves. A critical emerging challenge is the effective pre-train…

Causal InferenceContrastive Learning

EAMDrift: An interpretable self retrain model for time series

2023-05-31 · Gonçalo Mateus, Cláudia Soares, João Leitão, António Rodrigues

The use of machine learning for time series prediction has become increasingly popular across various industries thanks to the availability of time series data and advancements in machine learning algorithms. However, tr…

Time SeriesTime Series ForecastingTime Series Prediction