paper-with-me

홈 › Papers

A Time Series is Worth Five Experts: Heterogeneous Mixture of Experts for Traffic Flow Prediction

2024-09-26 · Guangyu Wang, Yujie Chen, Ming Gao, Zhiqiao Wu, Jiafu Tang, Jiabi Zhao

Accurate traffic prediction faces significant challenges, necessitating a deep understanding of both temporal and spatial cues and their complex interactions across multiple variables. Recent advancements in traffic prediction systems are primarily due to the development of complex sequence-centric models. However, existing approaches often embed multiple variables and spatial relationships at each time step, which may hinder effective variable-centric learning, ultimately leading to performance degradation in traditional traffic prediction tasks. To overcome these limitations, we introduce variable-centric and prior knowledge-centric modeling techniques. Specifically, we propose a Heterogeneous Mixture of Experts (TITAN) model for traffic flow prediction. TITAN initially consists of three experts focused on sequence-centric modeling. Then, designed a low-rank adaptive method, TITAN simultaneously enables variable-centric modeling. Furthermore, we supervise the gating process using a prior knowledge-centric modeling strategy to ensure accurate routing. Experiments on two public traffic network datasets, METR-LA and PEMS-BAY, demonstrate that TITAN effectively captures variable-centric dependencies while ensuring accurate routing. Consequently, it achieves improvements in all evaluation metrics, ranging from approximately 4.37\% to 11.53\%, compared to previous state-of-the-art (SOTA) models. The code is open at \href{https://github.com/sqlcow/TITAN}{https://github.com/sqlcow/TITAN}.

📄 PDF Abstract BibTeX arXiv:2409.17440

Code (1)

sqlcow/TITAN 공식 구현 pytorch

Tasks

Mixture-of-ExpertsPredictionTime SeriesTraffic Prediction

Similar Papers 제목 키워드 기반

MoHETS: Long-term Time Series Forecasting with Mixture-of-Heterogeneous-Experts

2026-01-29 · Evandro S. Ortigossa, Guy Lutsker, Eran Segal arxiv

Real-world multivariate time series can exhibit intricate multi-scale structures, including global trends, local periodicities, and non-stationary regimes, which makes long-horizon forecasting challenging. Although spars…

Time Series Forecasting

N-BEATS-MOE: N-BEATS with a Mixture-of-Experts Layer for Heterogeneous Time Series Forecasting

2025-08-10 · Ricardo Matos, Luis Roque, Vitor Cerqueira arxiv

Deep learning approaches are increasingly relevant for time series forecasting tasks. Methods such as N-BEATS, which is built on stacks of multilayer perceptrons (MLPs) blocks, have achieved state-of-the-art results on b…

Time Series Forecasting

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

2026-06-08 · Qianyang Li, Xingjun Zhang, Shaoxun Wang, Tao Peng 외 arxiv

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 singl…

Time Series Forecasting

Graph Mixture of Experts and Memory-augmented Routers for Multivariate Time Series Anomaly Detection

2024-12-26 · Xiaoyu Huang, Weidong Chen, Bo Hu, Zhendong Mao

Multivariate time series (MTS) anomaly detection is a critical task that involves identifying abnormal patterns or events in data that consist of multiple interrelated time series. In order to better model the complex in…

Anomaly DetectionMixture-of-ExpertsTime SeriesTime Series Anomaly Detection

Two-stage hybrid models for enhancing forecasting accuracy on heterogeneous time series

2025-02-12 · Junru Ren, Shaomin Wu

Compared to local models built in a series-by-series manner, global models leverage relevant information across time series, resulting in improved forecasting performance and generalization capacity. Constructing global …

Time SeriesTime Series Forecasting