paper-with-me

홈 › Papers

DeepBooTS: Dual-Stream Residual Boosting for Drift-Resilient Time-Series Forecasting

2025-11-10 · Daojun Liang, Jing Chen, Xiao Wang, Yinglong Wang, Shuo Li arxiv

Time-Series (TS) exhibits pronounced non-stationarity. Consequently, most forecasting methods display compromised robustness to concept drift, despite the prevalent application of instance normalization. We tackle this challenge by first analysing concept drift through a bias-variance lens and proving that weighted ensemble reduces variance without increasing bias. These insights motivate DeepBooTS, a novel end-to-end dual-stream residual-decreasing boosting method that progressively reconstructs the intrinsic signal. In our design, each block of a deep model becomes an ensemble of learners with an auxiliary output branch forming a highway to the final prediction. The block-wise outputs correct the residuals of previous blocks, leading to a learning-driven decomposition of both inputs and targets. This method enhances versatility and interpretability while substantially improving robustness to concept drift. Extensive experiments, including those on large-scale datasets, show that the proposed method outperforms existing methods by a large margin, yielding an average performance improvement of 15.8% across various datasets, establishing a new benchmark for TS forecasting.

📄 PDF Abstract BibTeX arXiv:2511.06893

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

GB-DQN: Gradient Boosted DQN Models for Non-stationary Reinforcement Learning

2025-12-18 · Chang-Hwan Lee, Chanseung Lee arxiv

Non-stationary environments pose a fundamental challenge for deep reinforcement learning, as changes in dynamics or rewards invalidate learned value functions and cause catastrophic forgetting. We propose \emph{Gradient-…

Reinforcement Learning

RDQ: Residual Distribution Quantization for Large Language Models

2026-07-11 · Prateek Singh arxiv

Post-training quantization (PTQ) of large language models degrades sharply below 4-bit precision. We identify the root cause as residual stream distributional drift: quantization noise injected at each transformer layer …

Online Boosting Adaptive Learning under Concept Drift for Multistream Classification

2023-12-17 · En Yu, Jie Lu, Bin Zhang, Guangquan Zhang

Multistream classification poses significant challenges due to the necessity for rapid adaptation in dynamic streaming processes with concept drift. Despite the growing research outcomes in this area, there has been a no…

SchemaCoder: Automatic Log Schema Extraction Coder with Residual Q-Tree Boosting

2025-08-25 · Lily Jiaxin Wan, Chia-Tung Ho, Rongjian Liang, Cunxi Yu 외 arxiv

Log schema extraction is the process of deriving human-readable templates from massive volumes of log data, which is essential yet notoriously labor-intensive. Recent studies have attempted to streamline this task by lev…

TACT: Mitigating Overthinking and Overacting in Coding Agents via Activation Steering

2026-05-07 · Yuan Sui, Yulin Chen, Yibo Li, Xue Jiang 외 arxiv

When language model agents tackle complex software engineering tasks, they often degrade over long trajectories, which we define as *agent drift*. We focus on two recurring failure modes *overthinking* and *overacting*, …