paper-with-me

홈 › Papers

TiVy: Time Series Visual Summary for Scalable Visualization

2025-07-25 · Gromit Yeuk-Yin Chan, Luis Gustavo Nonato, Themis Palpanas, Cláudio T. Silva, Juliana Freire arxiv

Visualizing multiple time series presents fundamental tradeoffs between scalability and visual clarity. Time series capture the behavior of many large-scale real-world processes, from stock market trends to urban activities. Users often gain insights by visualizing them as line charts, juxtaposing or superposing multiple time series to compare them and identify trends and patterns. However, existing representations struggle with scalability: when covering long time spans, leading to visual clutter from too many small multiples or overlapping lines. We propose TiVy, a new algorithm that summarizes time series using sequential patterns. It transforms the series into a set of symbolic sequences based on subsequence visual similarity using Dynamic Time Warping (DTW), then constructs a disjoint grouping of similar subsequences based on the frequent sequential patterns. The grouping result, a visual summary of time series, provides uncluttered superposition with fewer small multiples. Unlike common clustering techniques, TiVy extracts similar subsequences (of varying lengths) aligned in time. We also present an interactive time series visualization that renders large-scale time series in real-time. Our experimental evaluation shows that our algorithm (1) extracts clear and accurate patterns when visualizing time series data, (2) achieves a significant speed-up (1000X) compared to a straightforward DTW clustering. We also demonstrate the efficiency of our approach to explore hidden structures in massive time series data in two usage scenarios.

📄 PDF Abstract BibTeX arXiv:2507.18972

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Plotly-Resampler: Effective Visual Analytics for Large Time Series

2022-06-17 · Jonas Van Der Donckt, Jeroen Van Der Donckt, Emiel Deprost, Sofie Van Hoecke

Visual analytics is arguably the most important step in getting acquainted with your data. This is especially the case for time series, as this data type is hard to describe and cannot be fully understood when using for …

Data VisualizationTime SeriesTime Series Analysis

AnoViz: A Visual Inspection Tool of Anomalies in Multivariate Time Series

2023-09-06 · Proceedings of the AAAI Conference on Artificial Intelligence 2023 9 · Patara Trirat, Youngeun Nam, Taeyoon Kim, Jae-Gil Lee

This paper presents AnoViz, a novel visualization tool of anomalies in multivariate time series, to support domain experts and data scientists in understanding anomalous instances in their systems. AnoViz provides an ove…

Time Series

Multi-Statistic Approximate Bayesian Computation with Multi-Armed Bandits

2018-05-22 · Prashant Singh, Andreas Hellander

Approximate Bayesian computation is an established and popular method for likelihood-free inference with applications in many disciplines. The effectiveness of the method depends critically on the availability of well pe…

Feature EngineeringMulti-Armed BanditsTime SeriesTime Series Analysis

ChartInsighter: An Approach for Mitigating Hallucination in Time-series Chart Summary Generation with A Benchmark Dataset

2025-01-16 · Fen Wang, Bomiao Wang, Xueli Shu, Zhen Liu 외

Effective chart summary can significantly reduce the time and effort decision makers spend interpreting charts, enabling precise and efficient communication of data insights. Previous studies have faced challenges in gen…

HallucinationSentenceTime Series

Entropy-based Discovery of Summary Causal Graphs in Time Series

2021-05-21 · Charles K. Assaad, Emilie Devijver, Eric Gaussier

This study addresses the problem of learning a summary causal graph on time series with potentially different sampling rates. To do so, we first propose a new causal temporal mutual information measure for time series. W…

Time SeriesTime Series Analysis