paper-with-me

홈 › Papers

Evaluating the Sensitivity of BiLSTM Forecasting Models to Sequence Length and Input Noise

2025-12-07 · Salma Albelali, Moataz Ahmed arxiv

Deep learning (DL) models, a specialized class of multilayer neural networks, have become central to time-series forecasting in critical domains such as environmental monitoring and the Internet of Things (IoT). Among these, Bidirectional Long Short-Term Memory (BiLSTM) architectures are particularly effective in capturing complex temporal dependencies. However, the robustness and generalization of such models are highly sensitive to input data characteristics - an aspect that remains underexplored in existing literature. This study presents a systematic empirical analysis of two key data-centric factors: input sequence length and additive noise. To support this investigation, a modular and reproducible forecasting pipeline is developed, incorporating standardized preprocessing, sequence generation, model training, validation, and evaluation. Controlled experiments are conducted on three real-world datasets with varying sampling frequencies to assess BiLSTM performance under different input conditions. The results yield three key findings: (1) longer input sequences significantly increase the risk of overfitting and data leakage, particularly in data-constrained environments; (2) additive noise consistently degrades predictive accuracy across sampling frequencies; and (3) the simultaneous presence of both factors results in the most substantial decline in model stability. While datasets with higher observation frequencies exhibit greater robustness, they remain vulnerable when both input challenges are present. These findings highlight important limitations in current DL-based forecasting pipelines and underscore the need for data-aware design strategies. This work contributes to a deeper understanding of DL model behavior in dynamic time-series environments and provides practical insights for developing more reliable and generalizable forecasting systems.

📄 PDF Abstract BibTeX arXiv:2512.06926

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LSTM Variants for Chaotic Dynamical Systems: An Empirical Study on the Lorenz Attractor

2026-06-21 · Ruslan Gokhman arxiv

Forecasting chaotic dynamical systems such as the Lorenz attractor is notoriously difficult: small numerical errors are amplified exponentially over long autoregressive rollouts. We study seven recurrent and convolutiona…

A Deep Learning Framework for Sequence Mining with Bidirectional LSTM and Multi-Scale Attention

2025-04-21 · Tao Yang, Yu Cheng, Yaokun Ren, Yujia Lou 외

This paper addresses the challenges of mining latent patterns and modeling contextual dependencies in complex sequence data. A sequence pattern mining algorithm is proposed by integrating Bidirectional Long Short-Term Me…

Short-Term Electricity Demand Forecasting of Dhaka City Using CNN with Stacked BiLSTM

2024-06-10 · Kazi Fuad Bin Akhter, Sadia Mobasshira, Saief Nowaz Haque, Mahjub Alam Khan Hesham 외

The precise forecasting of electricity demand also referred to as load forecasting, is essential for both planning and managing a power system. It is crucial for many tasks, including choosing which power units to commit…

Demand ForecastingLoad Forecasting

Short-Term Aggregated Residential Load Forecasting using BiLSTM and CNN-BiLSTM

2023-02-10 · Bharat Bohara, Raymond I. Fernandez, Vysali Gollapudi, Xingpeng Li

Higher penetration of renewable and smart home technologies at the residential level challenges grid stability as utility-customer interactions add complexity to power system operations. In response, short-term residenti…

Load Forecasting

Predicting the Unpredictable: Reproducible BiLSTM Forecasting of Incident Counts in the Global Terrorism Database (GTD)

2025-10-16 · Oluwasegun Adegoke arxiv

We study short-horizon forecasting of weekly terrorism incident counts using the Global Terrorism Database (GTD, 1970--2016). We build a reproducible pipeline with fixed time-based splits and evaluate a Bidirectional LST…