PulseAugur
实时 10:35:01

FAME framework improves time series forecasting with expert routing

Researchers have developed FAME, a novel sparse mixture-of-experts framework designed for heterogeneous time series forecasting. This approach creates a "forecastability fingerprint" for each series to intelligently route it to a small subset of specialized forecasting experts. Applied to a large-scale vending machine sales dataset, FAME demonstrated a 12.4% reduction in Mean Squared Error compared to the best single expert, LightGBM, while using an average of just 1.92 experts per series. AI

影响 This framework could enhance the efficiency and accuracy of forecasting in complex, real-world systems by optimizing expert model selection.

排序理由 The cluster contains a research paper detailing a new methodology for time series forecasting.

在 Hugging Face Daily Papers 阅读 →

AI 生成摘要 · Google Gemini · 来自 2 个来源。 我们如何撰写摘要 →

报道来源 [2]

  1. arXiv cs.AI TIER_1 English(EN) · Qianyang Li, Xingjun Zhang, Shaoxun Wang, Tao Peng, Jia Wei ·

    FAME:面向异构时间序列预测的预测感知专家混合模型

    arXiv:2606.08896v1 Announce Type: new Abstract: Large-scale retail and industrial forecasting systems contain many heterogeneous time series whose lifecycle, sparsity, volatility, seasonality, spectral patterns, and contextual sensitivity differ substantially. A single forecastin…

  2. Hugging Face Daily Papers TIER_1 English(EN) ·

    FAME: Forecastability-Aware Mixture of Experts for Heterogeneous Time Series Forecasting

    Large-scale retail and industrial forecasting systems contain many heterogeneous time series whose lifecycle, sparsity, volatility, seasonality, spectral patterns, and contextual sensitivity differ substantially. A single forecasting model rarely performs well across all regimes,…