paper-with-me

홈 › Papers

ReFine: Boosting Time Series Prediction of Extreme Events by Reweighting and Fine-tuning

2024-09-21 · Jimeng Shi, Azam Shirali, Giri Narasimhan

Extreme events are of great importance since they often represent impactive occurrences. For instance, in terms of climate and weather, extreme events might be major storms, floods, extreme heat or cold waves, and more. However, they are often located at the tail of the data distribution. Consequently, accurately predicting these extreme events is challenging due to their rarity and irregularity. Prior studies have also referred to this as the out-of-distribution (OOD) problem, which occurs when the distribution of the test data is substantially different from that used for training. In this work, we propose two strategies, reweighting and fine-tuning, to tackle the challenge. Reweighting is a strategy used to force machine learning models to focus on extreme events, which is achieved by a weighted loss function that assigns greater penalties to the prediction errors for the extreme samples relative to those on the remainder of the data. Unlike previous intuitive reweighting methods based on simple heuristics of data distribution, we employ meta-learning to dynamically optimize these penalty weights. To further boost the performance on extreme samples, we start from the reweighted models and fine-tune them using only rare extreme samples. Through extensive experiments on multiple data sets, we empirically validate that our meta-learning-based reweighting outperforms existing heuristic ones, and the fine-tuning strategy can further increase the model performance. More importantly, these two strategies are model-agnostic, which can be implemented on any type of neural network for time series forecasting. The open-sourced code is available at \url{https://github.com/JimengShi/ReFine}.

📄 PDF Abstract BibTeX arXiv:2409.14232

Code (1)

jimengshi/refine 공식 구현 tf

Tasks

Meta-LearningTime SeriesTime Series ForecastingTime Series Prediction

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Predicting Customer Churn: Extreme Gradient Boosting with Temporal Data

2018-02-09 · Bryan Gregory

Accurately predicting customer churn using large scale time-series data is a common problem facing many business domains. The creation of model features across various time windows for training and testing can be particu…

Feature EngineeringTime SeriesTime Series Analysis

Learning from Polar Representation: An Extreme-Adaptive Model for Long-Term Time Series Forecasting

2023-12-14 · Yanhong Li, Jack Xu, David C. Anastasiu

In the hydrology field, time series forecasting is crucial for efficient water resource management, improving flood and drought control and increasing the safety and quality of life for the general population. However, p…

ManagementRepresentation LearningTime SeriesTime Series Forecasting+1

Comparing seven methods for state-of-health time series prediction for the lithium-ion battery packs of forklifts

2021-07-06 · Matti Huotari, Shashank Arora, Avleen Malhi, Kary Främling

A key aspect for the forklifts is the state-of-health (SoH) assessment to ensure the safety and the reliability of uninterrupted power source. Forecasting the battery SoH well is imperative to enable preventive maintenan…

Time SeriesTime Series AnalysisTime Series Prediction

Modeling Extreme Events in Time Series Prediction

2019-08-08 · 2019-kdd 2019 8 · Daizong Ding (Fudan University);Mi Zhang (Fudan University);Xudong Pan (Fudan University);Min Yang (School of Computer Science, Fudan University);Xiangnan He (University of Science and Technology of China);

Time series prediction is an intensively studied topic in data mining. In spite of the considerable improvements, recent deep learning-based methods overlook the existence of extreme events, which result in weak performa…

Deep LearningPredictionTime SeriesTime Series Analysis+1

A machine learning approach to itinerary-level booking prediction in competitive airline markets

2021-03-15 · Daniel Hopman, Ger Koole, Rob van der Mei

Demand forecasting is extremely important in revenue management. After all, it is one of the inputs to an optimisation method which aim is to maximize revenue. Most, if not all, forecasting methods use historical data to…

BIG-bench Machine LearningDemand ForecastingManagementTime Series+1