Adaptive Decay-Weighted ARMA: A Novel Approach to Time Series Forecasting
Last Updated on April 14, 2025 by Editorial Team
Author(s): Shenggang Li
Originally published on Towards AI.
Integrating Recency-Based Loss Weighting and Seasonal Feature Tuning for Enhanced Predictive Accuracy
Time series forecasting is both fascinating and challenging. It’s fascinating because accurate predictions can directly inform better decisions — whether it’s managing electricity demand, planning inventory, or making investment moves. The ability to anticipate future values based on past patterns is a powerful tool in many fields. But forecasting is also hard, mainly because time can shift trends, disrupt cycles, and introduce new behaviors that make modeling complex.
Traditional models like AR(k) or ARMA have long been used for this task. However, one key limitation is that they treat all past observations equally, assuming each lag contributes the same to predicting the future. In practice, though, recent values are often more relevant than older ones — something these classical models tend to overlook.
I now proposed a new method called Adaptive Decay-Weighted ARMA. The idea is simple but powerful: I adjusted the usual loss function by adding a decay weighting function, F(sequence_j∣A), which assigns higher importance to recent observations and less to distant ones. The parameter A controls how fast this decay happens. For example, the most recent value (sequence_1) always gets full weight, and older values fade depending on the decay pattern. What’s more, I don’t… Read the full blog for free on Medium.
Join thousands of data leaders on the AI newsletter. Join over 80,000 subscribers and keep up to date with the latest developments in AI. From research to projects and ideas. If you are building an AI startup, an AI-related product, or a service, we invite you to consider becoming a sponsor.
Published via Towards AI
Take our 90+ lesson From Beginner to Advanced LLM Developer Certification: From choosing a project to deploying a working product this is the most comprehensive and practical LLM course out there!
Towards AI has published Building LLMs for Production—our 470+ page guide to mastering LLMs with practical projects and expert insights!

Discover Your Dream AI Career at Towards AI Jobs
Towards AI has built a jobs board tailored specifically to Machine Learning and Data Science Jobs and Skills. Our software searches for live AI jobs each hour, labels and categorises them and makes them easily searchable. Explore over 40,000 live jobs today with Towards AI Jobs!
Note: Content contains the views of the contributing authors and not Towards AI.