paper-with-me

홈 › Papers

Neural Decomposition of Time-Series Data for Effective Generalization

2017-05-25 · Luke B. Godfrey, Michael S. Gashler

We present a neural network technique for the analysis and extrapolation of time-series data called Neural Decomposition (ND). Units with a sinusoidal activation function are used to perform a Fourier-like decomposition of training samples into a sum of sinusoids, augmented by units with nonperiodic activation functions to capture linear trends and other nonperiodic components. We show how careful weight initialization can be combined with regularization to form a simple model that generalizes well. Our method generalizes effectively on the Mackey-Glass series, a dataset of unemployment rates as reported by the U.S. Department of Labor Statistics, a time-series of monthly international airline passengers, the monthly ozone concentration in downtown Los Angeles, and an unevenly sampled time-series of oxygen isotope measurements from a cave in north India. We find that ND outperforms popular time-series forecasting techniques including LSTM, echo state networks, ARIMA, SARIMA, SVR with a radial basis function, and Gashler and Ashmore's model.

📄 PDF Abstract BibTeX arXiv:1705.09137

Code (0)

등록된 구현이 없습니다.

Tasks

Time SeriesTime Series AnalysisTime Series Forecasting

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

KEDformer:Knowledge Extraction Seasonal Trend Decomposition for Long-term Sequence Prediction

2024-12-06 · Zhenkai Qin, Baozhong Wei, Caifeng Gao, Jianyuan Ni

Time series forecasting is a critical task in domains such as energy, finance, and meteorology, where accurate long-term predictions are essential. While Transformer-based models have shown promise in capturing temporal …

Time SeriesTime Series Forecasting

Learning Latent Spaces for Domain Generalization in Time Series Forecasting

2024-12-15 · Songgaojun Deng, Maarten de Rijke

Time series forecasting is vital in many real-world applications, yet developing models that generalize well on unseen relevant domains -- such as forecasting web traffic data on new platforms/websites or estimating e-co…

Domain GeneralizationTime SeriesTime Series Forecasting

Context-Aware Deep Time-Series Decomposition for Anomaly Detection in Businesses

2023-09-17 · European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases 2023 9 · Youngeun Nam, Patara Trirat, Taeyoon Kim, Youngseop Lee 외

Detecting anomalies in time series has become increasingly challenging as data collection technology develops, especially in realworld communication services, which require contextual information for precise prediction. …

Anomaly DetectionTime Series

RobustTAD: Robust Time Series Anomaly Detection via Decomposition and Convolutional Neural Networks

2020-02-21 · Jingkun Gao, Xiaomin Song, Qingsong Wen, Pichao Wang 외

The monitoring and management of numerous and diverse time series data at Alibaba Group calls for an effective and scalable time series anomaly detection service. In this paper, we propose RobustTAD, a Robust Time series…

Anomaly DetectionData AugmentationDecoderManagement+3

Unravel Anomalies: An End-to-end Seasonal-Trend Decomposition Approach for Time Series Anomaly Detection

2023-09-30 · Zhenwei Zhang, Ruiqi Wang, Ran Ding, Yuantao Gu

Traditional Time-series Anomaly Detection (TAD) methods often struggle with the composite nature of complex time-series data and a diverse array of anomalies. We introduce TADNet, an end-to-end TAD model that leverages S…

Anomaly DetectionTime SeriesTime Series Anomaly Detection