Related Experiment Video
Updated: Jan 10, 2026

10:58
Facilitating the Analysis of Immunological Data with Visual Analytic Techniques
Published on: January 2, 2011
10.5K
TiVy: Time Series Visual Summary for Scalable Visualization
IEEE Transactions on Visualization and Computer Graphics
|November 21, 2025
Summary
TiVy is a novel algorithm that summarizes time series data using sequential patterns. This approach enhances visualization clarity and scalability for large datasets, enabling efficient pattern discovery.
Area of Science:
- Data Visualization
- Time Series Analysis
- Pattern Recognition
Background:
- Visualizing multiple time series is crucial for understanding large-scale processes but faces scalability and clarity challenges.
- Existing methods often result in visual clutter due to numerous small multiples or overlapping lines, especially over long time spans.
Purpose of the Study:
- To introduce TiVy, a new algorithm for summarizing time series data through sequential pattern extraction.
- To develop an interactive visualization tool for real-time rendering of large-scale time series.
- To address the scalability and visual clutter issues in time series visualization.
Main Methods:
- TiVy transforms time series into symbolic sequences based on visual similarity using Dynamic Time Warping (DTW).
- It groups similar subsequences (of varying lengths) aligned in time, based on frequent sequential patterns.
- An interactive visualization system is presented for real-time rendering.
Main Results:
- The TiVy algorithm effectively extracts clear and accurate patterns from time series data.
- It achieves a significant speed-up compared to straightforward DTW clustering.
- Demonstrates efficiency in exploring hidden structures within massive time series datasets.
Conclusions:
- TiVy provides an uncluttered visual summary of time series, improving superposition and reducing the need for excessive small multiples.
- The algorithm offers a scalable and efficient solution for analyzing large-scale time series data.
- TiVy facilitates the discovery of hidden patterns and structures in complex time series.
More Related Videos
Related Concept Videos
Time-Series Graph
5.0K
A time-series graph is a line graph with repeated measurements taken at successive intervals of time. It is also called a time series chart. To construct a time-series graph, one must look at both pieces of a paired data set. The horizontal axis is used to plot the time increments, and the vertical axis is used to plot the values of the variable that one is measuring. By using the axes in this way, each point on the graph will correspond to time and a measured quantity. The points on the graph...
5.0K
Multiple Bar Graph
8.9K
As the name suggests, a multiple bar graph is the same as a bar graph but has multiple bars to depict relationships between different data values. One can include as many parameters as possible. However, each parameter must have the same unit of measurement.
Each bar or column in the multiple bar graph represents a data value. These graphs are used primarily in interrelating two or more sets of data. The categories of different kinds of data are listed along the horizontal or x-axis, whereas...
Each bar or column in the multiple bar graph represents a data value. These graphs are used primarily in interrelating two or more sets of data. The categories of different kinds of data are listed along the horizontal or x-axis, whereas...
8.9K
Bar Graph
21.3K
A bar graph is also called a bar chart and consists of bars that are separated from each other. It either uses horizontal or vertical bars to show comparisons among categories. The bars can be rectangles, or they can be rectangular boxes (used in three-dimensional plots). One axis of the graph represents the specific categories being compared, and the other axis shows a discrete value. In this graph, the length of the bar for each category is proportional to the number or percent of individuals...
21.3K
5-Number Summary
5.5K
In a dataset, the 5-number summary includes the minimum data value, the data value of the first quartile, the median data value or data value of the second quartile, the data value of the third quartile, and the maximum data value. These 5 data values can be visualized as a box and whisker plot.
In a box plot, the minimum and maximum data values represent the lower and upper whiskers in the graph, and the median is designated as the center of the box in the chart. The first quartile and third...
In a box plot, the minimum and maximum data values represent the lower and upper whiskers in the graph, and the median is designated as the center of the box in the chart. The first quartile and third...
5.5K
Interpreting R Charts
319
R chart, or range chart, is a fundamental tool in statistical process control used to monitor the variability within a process. It complements the X-bar (x̄) chart by focusing on the range of the data, rather than individual values, providing a clear picture of the process dispersion over time.
An R chart plots the range of subsets of measurements collected from a process. Each point on the chart represents the range—defined as the difference between the maximum and minimum...
An R chart plots the range of subsets of measurements collected from a process. Each point on the chart represents the range—defined as the difference between the maximum and minimum...
319
Scatter Plot
10.7K
The most common and easiest way to display the relationship between two variables, x and y, is a scatter plot. A scatter plot shows the direction of a relationship between the variables. A clear direction happens when there is either:
10.7K

