Trend-Adjusted Time Series Models with an Application to Gold Price Forecasting
Sina Kazemdehbashi

TL;DR
This paper introduces the Trend-Adjusted Time Series (TATS) model, which improves gold price forecasting by separately predicting trends and values, then adjusting forecasts accordingly, outperforming standard neural network models.
Contribution
The paper proposes the TATS model that combines trend prediction with value forecasting, offering a novel approach to enhance time series accuracy, validated through theoretical and empirical analysis.
Findings
TATS outperforms LSTM and Bi-LSTM in forecasting accuracy.
Incorporating trend detection improves model performance.
Traditional metrics like MSE and MAE are insufficient alone.
Abstract
Time series data play a critical role in various fields, including finance, healthcare, marketing, and engineering. A wide range of techniques (from classical statistical models to neural network-based approaches such as Long Short-Term Memory (LSTM)) have been employed to address time series forecasting challenges. In this paper, we reframe time series forecasting as a two-part task: (1) predicting the trend (directional movement) of the time series at the next time step, and (2) forecasting the quantitative value at the next time step. The trend can be predicted using a binary classifier, while quantitative values can be forecasted using models such as LSTM and Bidirectional Long Short-Term Memory (Bi-LSTM). Building on this reframing, we propose the Trend-Adjusted Time Series (TATS) model, which adjusts the forecasted values based on the predicted trend provided by the binary…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStock Market Forecasting Methods · Time Series Analysis and Forecasting · Forecasting Techniques and Applications
