Teaching:TUW - UE InfoVis WS 2010/11 - Gruppe 05 - Aufgabe 2: Difference between revisions

From InfoVis:Wiki
Jump to navigation Jump to search
Line 45: Line 45:
==  Dimension Order Optimization ==
==  Dimension Order Optimization ==


=== Axis Inversions ===
=== Branch-and-Bound Optimization ===


== Conclusion ==
== Conclusion ==

Revision as of 23:59, 16 November 2010

Pargnostics: Screen-Space Metrics for Parallel Coordinates

Introduction

Visualization still takes place in a space with a limited number of discrete pixels. The result of this often is over-plotting, clutter or other things. Most of the time this structures are avoided. But sometimes this artifacts can be useful, because they might point out interesting structures in the data. Until know not a lot of attention is paid to the way visualzation is presented on the screen. For the case of parallel coordinates so called Pargnostics (Parallel coordinates diagnostics) should act as a bridge between the created visualization and the perceptual system of the user. Based on metrics it's possible to provide an optimization which maximize or minimize certain visual artifacts.

Metrics

Figure 1: Pixel-space histograms, see [Dasgupta and Kosara, 2010] p1018

To automatically enhance the analytical tasks of users Dasgupta and Kosara [2010] proposed several metrics. The metrics are used to measure the properties of parallel coordinates. For calculating these metrics, first pixel-space histograms need to be calculated. Pixel-space histograms discretize the lines drawn in parallel coordinates into bins - each bin being one pixel (for a total of h pixels in an axis):

  • One-Dimensional Axis Histogram: A vector b containing the number of lines that start or end at this pixel - see columns A and B in figure 1.
  • One-Dimensional Distance Histogram: A vector d where each component measures the slope of lines.
  • Two-Dimensional Axis Pair Histogram: A matrix where each cell xi,j means that n lines are going from pixel i to pixel j - see matrix in figure 1.

The metrics proposed can be used for measuring different data properties: correlation (number of line crossings, angles of crossing), aggregation (parallelism), many-to-one/one-to-many relationships (convergence, divergence), quality (over-plotting), information density (pixel-based entropy).

Number of Line Crossings

The first metric proposed by Dasgupta and Kosara [2010] is number of line crossings. This intuitively just does what the name implies, count how many line crossings there are between two axes of the prallel coordinates. The count is efficiently calculated by using intervals as proposed by [Allen, 1983; Rit 1986] with a complexity of O(h4). This count is then normalized by the maximum number of possible crossings in order compare the metric between different axis combinations.

Angles of Crossing

Parallelism

Mutual Information

Convergence, Divergence

Over-plotting

Pixel-based Entropy

Dimension Order Optimization

Axis Inversions

Branch-and-Bound Optimization

Conclusion

References

  • [Allen, 1983] J. Allen. Maintaining knowledge about temporal intervals. Communications of the ACM, 26:832-843, 1983.
  • [Dasgupta and Kosara, 2010] Aritra Dasgupta and Robert Kosara. Pargnostics: Screen-Space Metrics for Parallel Coordinates. IEEE Transactions on Visualization and Computer Graphics, 16(6):1017-1026, November/December 2010.
  • [Rit, 1986] J.-F. Rit. Propagating temporal constraints for scheduling. In Proceedings of the Fifth National COnference on Artificial Intelligence, pages 383-388, 1986