菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-06-10
📄 Abstract - TimeRouter: Efficient and Adaptive Routing of Time-Series Foundation Models

Time-series foundation models (TSFMs) are increasingly explored as predictive experts within emerging agentic time-series systems. However, TSFMs exhibit heterogeneous inductive biases, and no single model consistently dominates across forecasting regimes, making expert selection a critical challenge. Existing systems often delegate this decision to LLM-based controllers, incurring substantial inference overhead. We present TimeRouter, an efficient routing framework that leverages empirical complementarity across a pool of pretrained TSFMs through lightweight discriminative routing, selective gating, and ensemble fallback. Concretely, TimeRouter combines a learned routing head, a selective gate, and an ensemble fallback, enabling adaptive expert selection without invoking an LLM at inference time. TimeRouter achieves state-of-the-art performance on the GIFT-EVAL leaderboard, with an LB MASE of 0.6765. Beyond benchmark performance, our ablation studies provide empirical insights into TSFM routing design, highlighting the importance of pool composition and selective gating. Taken together, these results position TimeRouter as a modular and lightweight routing layer for future agentic time-series systems built upon foundation-model pools. Our code is available at this https URL.

顶级标签: machine learning systems
详细标签: time-series foundation model routing model selection ensemble 或 搜索:

TimeRouter:高效且自适应的时序基础模型路由 / TimeRouter: Efficient and Adaptive Routing of Time-Series Foundation Models


1️⃣ 一句话总结

本文提出了一种名为TimeRouter的轻量级路由框架,无需借助大语言模型,就能动态选择或组合多个预训练的时序基础模型,从而在多个预测任务上取得最先进性能,为构建高效、模块化的智能时序分析系统提供了关键基础。

源自 arXiv: 2606.11625