paper-with-me

Papers

Hierarchical Partitioning Forecaster

2023-05-22 · Christopher Mattern

In this work we consider a new family of algorithms for sequential prediction, Hierarchical Partitioning Forecasters (HPFs). Our goal is to provide appealing theoretical - regret guarantees on a powerful model class - and practical - empirical performance comparable to deep networks - properties at the same time. We built upon three principles: hierarchically partitioning the feature space into sub-spaces, blending forecasters specialized to each sub-space and learning HPFs via local online learning applied to these individual forecasters. Following these principles allows us to obtain regret guarantees, where Constant Partitioning Forecasters (CPFs) serve as competitor. A CPF partitions the feature space into sub-spaces and predicts with a fixed forecaster per sub-space. Fixing a hierarchical partition $\mathcal H$ and considering any CPF with a partition that can be constructed using elements of $\mathcal H$ we provide two guarantees: first, a generic one that unveils how local online learning determines regret of learning the entire HPF online; second, a concrete instance that considers HPF with linear forecasters (LHPF) and exp-concave losses where we obtain $O(k \log T)$ regret for sequences of length $T$ where $k$ is a measure of complexity for the competing CPF. Finally, we provide experiments that compare LHPF to various baselines, including state of the art deep learning models, in precipitation nowcasting. Our results indicate that LHPF is competitive in various settings.

📄 PDF Abstract BibTeX arXiv:2305.13063

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Meta-Learning Dynamics Forecasting Using Task Inference

2021-02-20 · Rui Wang, Robin Walters, Rose Yu

Current deep learning models for dynamics forecasting struggle with generalization. They can only forecast in a specific domain and fail when applied to systems with different parameters, external forces, or boundary con…

Meta-Learning

Forecaster: Towards Temporally Abstract Tree-Search Planning from Pixels

2023-10-16 · Thomas Jiralerspong, Flemming Kondrup, Doina Precup, Khimya Khetarpal

The ability to plan at many different levels of abstraction enables agents to envision the long-term repercussions of their decisions and thus enables sample-efficient learning. This becomes particularly beneficial in co…

Hierarchical Reinforcement Learning

Hierarchical Resource Partitioning on Modern GPUs: A Reinforcement Learning Approach

2024-05-14 · Urvij Saroliya, Eishi Arima, Dai Liu, Martin Schulz

GPU-based heterogeneous architectures are now commonly used in HPC clusters. Due to their architectural simplicity specialized for data-level parallelism, GPUs can offer much higher computational throughput and memory ba…

GPUreinforcement-learningReinforcement LearningScheduling

FORECAST-CLSTM: A New Convolutional LSTM Network for Cloudage Nowcasting

2019-05-19 · Chao Tan, Xin Feng, Jianwu Long, Li Geng

With the highly demand of large-scale and real-time weather service for public, a refinement of short-time cloudage prediction has become an essential part of the weather forecast productions. To provide a weather-servic…

EpiEvolve: Self-Evolving Agents for Streaming Pandemic Forecasting under Regime Shifts

2026-06-03 · Yiming Lu, Sihang Zeng, Zhengxu Tang, Max Lau 외 arxiv

Epidemic LLM forecasters are usually trained and evaluated as static supervised models, whereas operational pandemic forecasting is a streaming process in which labels arrive after predictions and disease regimes shift o…