Visual Reasoning over Time Series via Multi-Agent System
Weilin Ruan, Yuxuan Liang
TL;DR
MAS4TS introduces a tool-driven multi-agent framework built on an Analyzer–Reasoner–Executor paradigm to enable explicit visual reasoning over time series plots and adaptive execution across forecasting, classification, imputation, and anomaly detection. It uses a Vision-Language Model to extract structured anchors from plots, constrains latent trajectory reconstruction with anchor-informed dynamics, and orchestrates a dynamic tool chain via a memory-guided router. The approach achieves state-of-the-art performance across multiple tasks and datasets, while maintaining a lightweight backbone and efficient inference through selective grounding and utility tools. Overall, MAS4TS demonstrates the practical value of combining visual reasoning with modular tool-based execution for robust, generalizable time-series analysis.
Abstract
Time series analysis underpins many real-world applications, yet existing time-series-specific methods and pretrained large-model-based approaches remain limited in integrating intuitive visual reasoning and generalizing across tasks with adaptive tool usage. To address these limitations, we propose MAS4TS, a tool-driven multi-agent system for general time series tasks, built upon an Analyzer-Reasoner-Executor paradigm that integrates agent communication, visual reasoning, and latent reconstruction within a unified framework. MAS4TS first performs visual reasoning over time series plots with structured priors using a Vision-Language Model to extract temporal structures, and subsequently reconstructs predictive trajectories in latent space. Three specialized agents coordinate via shared memory and gated communication, while a router selects task-specific tool chains for execution. Extensive experiments on multiple benchmarks demonstrate that MAS4TS achieves state-of-the-art performance across a wide range of time series tasks, while exhibiting strong generalization and efficient inference.
