Skip to content

Paper: Conceptualizing Visual Uncertainty in Parallel Coordinates

Visualization is largely defined as the transformation of data into images. Visualization tools don't have a way of assessing their output, though: were there enough pixels to represent all the data? Are there too many overlapping lines? In a paper to be presented at EuroVis next week, Aritra Dasgupta, Min Chen, and I propose a taxonomy of the different sources of uncertainty when working with parallel coordinates.

When data is visualized, there is almost invariably information loss. That is often a good thing, because it reduces the amount of detail and can bring out patterns: correlations in a scatterplot, different kinds of patterns in parallel coordinates, etc. Of course, there is a limit where the loss becomes a problem, but an even bigger issue is that we don't know when that happens.

In order to measure the loss, we have to first identify where it occurs, though. That is what this paper attempts to do. We built the taxonomy to roughly follow, and at the same time extend, the visualization pipeline. The encoding part is fairly straight-forward, but it teases apart many small issues like axis ordering, axis adjacency, pixel granularity, etc. That part is also relatively easy to quantify.

The decoding side jumps across the screen boundary to where the visualization is seen. This part is even less understood than the computer side and much more difficult to measure. But much uncertainty originates here, from the inability to trace lines, lines hidden in the clutter, region overlaps, etc.

This paper builds directly on Aritra's earlier work on privacy-preserving visualization and screen-space metrics for parallel coordinates. That is why we incorporated not only the (line-based) classical parallel coordinates, but also our extension that uses regions to selectively hide information as needed to guarantee privacy. Uncertainty is therefore not necessarily negative, but it needs to be managed to achieve the desired effect.

The paper will be presented in session FP7, which is the second afternoon session on Wednesday. I will also talk about managing uncertainty at the EuroVis Workshop on Reproducibility, Verification, and Validation in Visualization (EuroRVVV) on Tuesday morning.


Aritra Dasgupta, Min Chen, Robert Kosara, Conceptualizing Visual Uncertainty in Parallel Coordinates, Computer Graphics Forum (Proceedings EuroVis), 2012.

Posted by Robert Kosara on May 30, 2012. Filed under papers.