Alignment Explorer

Alignment Explorer is an interactive tool to explore the strengths and weaknesses of different trace alignment approaches. It currently supports the (trivial) Full Uniform Scaling and Dynamic Time Warping alignment algorithms. Alignment Explorer is not a research artifact but is more of an educational tool for explaining and understanding how trace alignment works.


Launch Alignment Explorer (via Java WebStart)

Alignment Explorer comes with a few predefined (synthetic) traces. You can pick two traces (time series) to align. One will be shown on the horizontal axis along the top of the alignment matrix, while the other will be shown along the vertical axis to the left of the alignment matrix.

An alignment maps each sample of the horizontal trace to a corresponding sample of the vertical trace, and vice versa. The alignment matrix visualizes the alignment in the form of black squares. Each black square in the matrix corresponds to a node in the alignment: it maps exactly one sample of the horizontal trace to exactly one sample of the vertical trace. The black square in the top left corner aligns the first sample of the two traces, and the bottom right corner aligns the last sample of the traces.

When the Dynamic Time Warping alignment algorithm is chosen, the background of the alignment matrix is colored (in various shades of blue) to represent the cost matrix. Each cell represents the minimal cumulative cost of the warp path ending at that cell and starting at the top left cell. The brighter the color the higher cost. Hover with the mouse over a cell in the alignment matrix to see a tooltip with more information about the corresponding cell.

You can select a set of alignment nodes by selecting them with the mouse in the alignment matrix or any time series. The selected nodes are highlighted in red.

Download

Alignment Explorer is available for download.

Publications

More on this topic

Read about our other research on Trace Alignment.