TinyCast: Probabilistic Zero-Shot Forecasting with Computed Periodicity
Summary
TinyCast is a compact zero-shot time series foundation model with computed periodicity, enabling efficient probabilistic forecasting on edge devices like Cortex-M7.
View Cached Full Text
Cached at: 08/21/26, 08:11 PM
Paper page - TinyCast: Probabilistic Zero-Shot Forecasting with Computed Periodicity
Source: https://huggingface.co/papers/2608.15767 TinyCast is a 146,505-parameter zero-shot time series foundation model. It isthe smallestmodel on the GIFT-Eval board with a public per-configuration result and no declared test-data leakage, and below 1.4M parameters it is the only zero-shot entry that emits apredictive distributionrather than point forecasts.
It isattention-free: dilated causal convolutions plus a zero-parameter spectral detector that computes each context’s periodicity instead of learning it, so no capacity is spent rediscovering seasonality.
Because every learned operation is a convolution, a matrix multiplication or a normalization, it exports to static INT8 andruns a full forecast end to end on a Cortex-M7in 4.08 s within 731 KB of RAM, at a cost of about 2% of point accuracy.
Weights, code and the training recipe are public.
Similar Articles
Unified Zero-Shot Time Series Forecasting: A Darts Foundation
Darts, a popular open-source Python library for time series analysis, introduces a unified FoundationModel class collection that integrates multiple time series foundation models (Chronos-2, TimesFM 2.5, TiRex, PatchTST-FM) for zero-shot and fine-tuned forecasting with standardized interfaces and minimal dependencies.
PESD-TSF: A Period-Aware and Explicit Structured Decomposition Framework for Long-Term Time Series Forecasting
Proposes PESD-TSF, a physics-inspired structured decomposition framework for long-term time series forecasting that addresses periodic perception degradation, trend-noise entanglement, and loss of cross-variable dependencies via multiplicative periodic gating, multi-scale structured encoder, and cross-scale collaborative attention.
A decoder-only foundation model for time-series forecasting
This article presents a research paper on Time-Series Foundation Model (TimeFM), a decoder-only model that achieves near-optimal zero-shot performance across diverse time-series datasets by adapting large language model techniques.
Systematic Evaluation of TabPFN-TS for Zero-Shot Probabilistic Heat Load Forecasting in District Heating Networks
This study systematically evaluates TabPFN-TS for zero-shot probabilistic heat load forecasting in district heating networks, comparing it with state-of-the-art time-series foundation models like Chronos-2 and machine-learning baselines.
Zer0Fit: I took Google's new TabFM & TimesFM ML foundation models and made them available as an MCP server for zero-shot ML tasks (forecasts / classifications / regressions). 100% local. [P]
Zer0Fit provides an MCP server that wraps Google's TabFM and TimesFM foundation models for zero-shot forecasting, classification, and regression tasks, running entirely locally.