IEEE VIS Publication Dataset

next
InfoVis
2006
IPSep-CoLa: An Incremental Procedure for Separation Constraint Layout of Graphs
10.1109/TVCG.2006.156
8. 828
J
Existing information-visualization techniques that target small screens are usually limited to exploring a few hundred items. In this article we present a scatterplot tool for personal digital assistants that allows the handling of many thousands of items. The application's scalability is achieved by incorporating two alternative interaction techniques: a geometric-semantic zoom that provides smooth transition between overview and detail, and a fisheye distortion that displays the focus and context regions of the scatterplot in a single view. A user study with 24 participants was conducted to compare the usability and efficiency of both techniques when searching a book database containing 7500 items. The study was run on a pen-driven Wacom board simulating a PDA interface. While the results showed no significant difference in task-completion times, a clear majority of 20 users preferred the fisheye view over the zoom interaction. In addition, other dependent variables such as user satisfaction and subjective rating of orientation and navigation support revealed a preference for the fisheye distortion. These findings partly contradict related research and indicate that, when using a small screen, users place higher value on the ability to preserve navigational context than they do on the ease of use of a simplistic, metaphor-based interaction style
Buring, T.;Gerken, J.;Reiterer, H.
Konstanz Univ.|c|;;
10.1109/INFVIS.2005.1532130
Graph drawing, constraints, stress majorization, force directed algorithms,multidimensional scaling
InfoVis
2006
MatrixExplorer: a Dual-Representation System to Explore Social Networks
10.1109/TVCG.2006.160
6. 684
J
MatrixExplorer is a network visualization system that uses two representations: node-link diagrams and matrices. Its design comes from a list of requirements formalized after several interviews and a participatory design session conducted with social science researchers. Although matrices are commonly used in social networks analysis, very few systems support the matrix-based representations to visualize and analyze networks. MatrixExplorer provides several novel features to support the exploration of social networks with a matrix-based representation, in addition to the standard interactive filtering and clustering functions. It provides tools to reorder (layout) matrices, to annotate and compare findings across different layouts and find consensus among several clusterings. MatrixExplorer also supports node-link diagram views which are familiar to most users and remain a convenient way to publish or communicate exploration results. Matrix and node-link representations are kept synchronized at all stages of the exploration process
Henry, N.;Fekete, J.
LRI|c|;
10.1109/INFVIS.2004.64
social networks visualization, node-link diagrams, matrix-based representations, exploratory process, matrix ordering, interactive clustering, consensus
InfoVis
2006
Measuring Data Abstraction Quality in Multiresolution Visualizations
10.1109/TVCG.2006.161
7. 716
J
Data abstraction techniques are widely used in multiresolution visualization systems to reduce visual clutter and facilitate analysis from overview to detail. However, analysts are usually unaware of how well the abstracted data represent the original dataset, which can impact the reliability of results gleaned from the abstractions. In this paper, we define two data abstraction quality measures for computing the degree to which the abstraction conveys the original dataset: the histogram difference measure and the nearest neighbor measure. They have been integrated within XmdvTool, a public-domain multiresolution visualization system for multivariate data analysis that supports sampling as well as clustering to simplify data. Several interactive operations are provided, including adjusting the data abstraction level, changing selected regions, and setting the acceptable data abstraction quality level. Conducting these operations, analysts can select an optimal data abstraction level. Also, analysts can compare different abstraction methods using the measures to see how well relative data density and outliers are maintained, and then select an abstraction method that meets the requirement of their analytic tasks
Cui, Q.;Ward, M.O.;Rundensteiner, E.A.;Jing Yang
Worcester Polytech. Inst., MA|c|;;;
10.1109/INFVIS.2004.19;10.1109/VISUAL.2005.1532819;10.1109/INFVIS.2004.15;10.1109/VISUAL.1995.485139;10.1109/INFVIS.2000.885088
Metrics, Clustering, Sampling, Multiresolution Visualization
InfoVis
2006
Multi-Scale Banking to 45 Degrees
10.1109/TVCG.2006.163
7. 708
J
In his text Visualizing Data, William Cleveland demonstrates how the aspect ratio of a line chart can affect an analyst's perception of trends in the data. Cleveland proposes an optimization technique for computing the aspect ratio such that the average absolute orientation of line segments in the chart is equal to 45 degrees. This technique, called banking to 45deg, is designed to maximize the discriminability of the orientations of the line segments in the chart. In this paper, we revisit this classic result and describe two new extensions. First, we propose alternate optimization criteria designed to further improve the visual perception of line segment orientations. Second, we develop multi-scale banking, a technique that combines spectral analysis with banking to 45deg. Our technique automatically identifies trends at various frequency scales and then generates a banked chart for each of these scales. We demonstrate the utility of our techniques in a range of visualization tools and analysis examples
Heer, J.;Agrawala, M.
Comput. Sci. Div., California Univ., Berkeley, CA|c|;
Information visualization, banking to 45 degrees, line charts, time-series, sparklines, graphical perception
InfoVis
2006
Network Visualization by Semantic Substrates
10.1109/TVCG.2006.166
7. 740
J
Networks have remained a challenge for information visualization designers because of the complex issues of node and link layout coupled with the rich set of tasks that users present. This paper offers a strategy based on two principles: (1) layouts are based on user-defined semantic substrates, which are non-overlapping regions in which node placement is based on node attributes, (2) users interactively adjust sliders to control link visibility to limit clutter and thus ensure comprehensibility of source and destination. Scalability is further facilitated by user control of which nodes are visible. We illustrate our semantic substrates approach as implemented in NVSS 1.0 with legal precedent data for up to 1122 court cases in three regions with 7645 legal citations
Shneiderman, B.;Aris, A.
Dept. of Comput. Sci., Maryland Univ., College Park, MD|c|;
10.1109/INFVIS.2004.1;10.1109/INFVIS.2005.1532124;10.1109/INFVIS.2005.1532126
Network visualization, semantic substrate, information visualization, graphical user interfaces
InfoVis
2006
Smashing Peacocks Further: Drawing Quasi-Trees from Biconnected Components
10.1109/TVCG.2006.177
8. 820
J
Quasi-trees, namely graphs with tree-like structure, appear in many application domains, including bioinformatics and computer networks. Our new SPF approach exploits the structure of these graphs with a two-level approach to drawing, where the graph is decomposed into a tree of biconnected components. The low-level biconnected components are drawn with a force-directed approach that uses a spanning tree skeleton as a starting point for the layout. The higher-level structure of the graph is a true tree with meta-nodes of variable size that contain each biconnected component. That tree is drawn with a new area-aware variant of a tree drawing algorithm that handles high-degree nodes gracefully, at the cost of allowing edge-node overlaps. SPF performs an order of magnitude faster than the best previous approaches, while producing drawings of commensurate or improved quality.
Archambault, D.;Munzner, T.;Auber, D.
University of British Columbia|c|;;
10.1109/INFVIS.1997.636718
Graph and network visualization, quasi-tree
InfoVis
2006
Software Design Patterns for Information Visualization
10.1109/TVCG.2006.178
8. 860
J
Despite a diversity of software architectures supporting information visualization, it is often difficult to identify, evaluate, and re-apply the design solutions implemented within such frameworks. One popular and effective approach for addressing such difficulties is to capture successful solutions in design patterns, abstract descriptions of interacting software components that can be customized to solve design problems within a particular context. Based upon a review of existing frameworks and our own experiences building visualization software, we present a series of design patterns for the domain of information visualization. We discuss the structure, context of use, and interrelations of patterns spanning data representation, graphics, and interaction. By representing design knowledge in a reusable form, these patterns can be used to facilitate software design, implementation, and evaluation, and improve developer education and communication
Heer, J.;Agrawala, M.
Comput. Sci. Div., California Univ., Berkeley, CA|c|;
10.1109/INFVIS.1998.729560;10.1109/INFVIS.2002.1173141;10.1109/INFVIS.2003.1249007;10.1109/INFVIS.2000.885086;10.1109/INFVIS.2004.12;10.1109/INFVIS.2004.64
Design patterns, information visualization, software engineering, object-oriented programming
InfoVis
2006
Spatial Analysis of News Sources
10.1109/TVCG.2006.179
7. 772
J
People in different places talk about different things. This interest distribution is reflected by the newspaper articles circulated in a particular area. We use data from our large-scale newspaper analysis system (Lydia) to make entity datamaps, a spatial visualization of the interest in a given named entity. Our goal is to identify entities which display regional biases. We develop a model of estimating the frequency of reference of an entity in any given city from the reference frequency centered in surrounding cities, and techniques for evaluating the spatial significance of this distribution
Mehler, A.;Bao, Y.;Li, X.;Wang, Y.;Skiena, S.
Dept. of Comput. Sci., Stony Brook Univ.|c|;;;;
GIS, geographic visualization, text and document visualization, information analytics, WWW data visualization, spidering, newspapers
InfoVis
2006
The Perceptual Scalability of Visualization
10.1109/TVCG.2006.184
8. 844
J
Larger, higher resolution displays can be used to increase the scalability of information visualizations. But just how much can scalability increase using larger displays before hitting human perceptual or cognitive limits? Are the same visualization techniques that are good on a single monitor also the techniques that are best when they are scaled up using large, high-resolution displays? To answer these questions we performed a controlled experiment on user performance time, accuracy, and subjective workload when scaling up data quantity with different space-time-attribute visualizations using a large, tiled display. Twelve college students used small multiples, embedded bar matrices, and embedded time-series graphs either on a 2 megapixel (Mp) display or with data scaled up using a 32 Mp tiled display. Participants performed various overview and detail tasks on geospatially-referenced multidimensional time-series data. Results showed that current designs are perceptually scalable because they result in a decrease in task completion time when normalized per number of data attributes along with no decrease in accuracy. It appears that, for the visualizations selected for this study, the relative comparison between designs is generally consistent between display sizes. However, results also suggest that encoding is more important on a smaller display while spatial grouping is more important on a larger display. Some suggestions for designers are provided based on our experience designing visualizations for large displays.
Yost, B.;North, C.
IEEE|c|;
10.1109/INFVIS.2002.1173156
Information visualization, large displays, empirical evaluation
InfoVis
2006
Topographic Visualization of Prefix Propagation in the Internet
10.1109/TVCG.2006.185
7. 732
J
We propose a new metaphor for the visualization of prefixes propagation in the Internet. Such a metaphor is based on the concept of topographic map and allows to put in evidence the relative importance of the Internet Service Providers (ISPs) involved in the routing of the prefix. Based on the new metaphor we propose an algorithm for computing layouts and experiment with such algorithm on a test suite taken from the real Internet. The paper extends the visualization approach of the BGPlay service, which is an Internet routing monitoring tool widely used by ISP operators
Cortese, P.F.;Di Battista, G.;Moneta, A.;Patrignani, M.;Pizzonia, M.
Dipt. di Informatica e Automazione, Rome Univ.|c|;;;;
10.1109/INFVIS.2004.18;10.1109/INFVIS.2001.963279;10.1109/INFVIS.2002.1173160
Interdomain Routing, Internet Visualization, Graph Drawing, Spring Embedder
InfoVis
2006
User Interaction with Scatterplots on Small Screens - A Comparative Evaluation of Geometric-Semantic Zoom and fisheye Distortion
10.1109/TVCG.2006.187
8. 836
J
Larger, higher resolution displays can be used to increase the scalability of information visualizations. But just how much can scalability increase using larger displays before hitting human perceptual or cognitive limits? Are the same visualization techniques that are good on a single monitor also the techniques that are best when they are scaled up using large, high-resolution displays? To answer these questions we performed a controlled experiment on user performance time, accuracy, and subjective workload when scaling up data quantity with different space-time-attribute visualizations using a large, tiled display. Twelve college students used small multiples, embedded bar matrices, and embedded time-series graphs either on a 2 megapixel (Mp) display or with data scaled up using a 32 Mp tiled display. Participants performed various overview and detail tasks on geospatially-referenced multidimensional time-series data. Results showed that current designs are perceptually scalable because they result in a decrease in task completion time when normalized per number of data attributes along with no decrease in accuracy. It appears that, for the visualizations selected for this study, the relative comparison between designs is generally consistent between display sizes. However, results also suggest that encoding is more important on a smaller display while spatial grouping is more important on a larger display. Some suggestions for designers are provided based on our experience designing visualizations for large displays
Yost, B.;North, C.
Virginia Tech., VA|c|;
10.1109/INFVIS.1999.801854;10.1109/INFVIS.2002.1173156
Small screen, PDA, scatterplot, zoom, fisheye, focus+context
InfoVis
2006
Visual Analysis of Multivariate State Transition Graphs
10.1109/TVCG.2006.192
6. 692
J
We present a new approach for the visual analysis of state transition graphs. We deal with multivariate graphs where a number of attributes are associated with every node. Our method provides an interactive attribute-based clustering facility. Clustering results in metric, hierarchical and relational data, represented in a single visualization. To visualize hierarchically structured quantitative data, we introduce a novel technique: the bar tree. We combine this with a node-link diagram to visualize the hierarchy and an arc diagram to visualize relational data. Our method enables the user to gain significant insight into large state transition graphs containing tens of thousands of nodes. We illustrate the effectiveness of our approach by applying it to a real-world use case. The graph we consider models the behavior of an industrial wafer stepper and contains 55 043 nodes and 289 443 edges
Pretorius, A.J.;van Wijk, J.J.
Dept. of Math. & Comput. Sci., Technische Univ. Eindhoven|c|;
10.1109/INFVIS.2002.1173153;10.1109/INFVIS.2002.1173155;10.1109/VISUAL.1991.175796;10.1109/VISUAL.2002.1183778;10.1109/INFVIS.2003.1249028
Graph visualization, multivariate visualization, interactive clustering, state spaces, transition systems, finite state machines
InfoVis
2006
Visual Exploration of Complex Time-Varying Graphs
10.1109/TVCG.2006.193
8. 812
J
Quasi-trees, namely graphs with tree-like structure, appear in many application domains, including bioinformatics and computer networks. Our new SPF approach exploits the structure of these graphs with a two-level approach to drawing, where the graph is decomposed into a tree of biconnected components. The low-level biconnected components are drawn with a force-directed approach that uses a spanning tree skeleton as a starting point for the layout. The higher-level structure of the graph is a true tree with meta-nodes of variable size that contain each biconnected component. That tree is drawn with a new area-aware variant of a tree drawing algorithm that handles high-degree nodes gracefully, at the cost of allowing edge-node overlaps. SPF performs an order of magnitude faster than the best previous approaches, while producing drawings of commensurate or improved quality
Archambault, D.;Munzner, T.;Auber, D.
British Columbia Univ., Vancouver, BC|c|;;
10.1109/INFVIS.2004.43;10.1109/INFVIS.2004.66
Graph and network visualization, financial data visualization, hierarchy visualization, time series data
InfoVis
2006
Visualization of Barrier Tree Sequences
10.1109/TVCG.2006.196
7. 788
J
Dynamical models that explain the formation of spatial structures of RNA molecules have reached a complexity that requires novel visualization methods that help to analyze the validity of these models. We focus on the visualization of so-called folding landscapes of a growing RNA molecule. Folding landscapes describe the energy of a molecule as a function of its spatial configuration; thus they are huge and high dimensional. Their most salient features, however, are encapsulated by their so-called barrier tree that reflects the local minima and their connecting saddle points. For each length of the growing RNA chain there exists a folding landscape. We visualize the sequence of folding landscapes by an animation of the corresponding barrier trees. To generate the animation, we adapt the foresight layout with tolerance algorithm for general dynamic graph layout problems. Since it is very general, we give a detailed description of each phase: constructing a supergraph for the trees, layout of that supergraph using a modified DOT algorithm, and presentation techniques for the final animation
Heine, C.;Scheuermann, G.;Flamm, C.;Hofacker, I.L.;Stadler, P.F.
Dept. of Comput. Sci., Leipzig Univ.|c|;;;;
10.1109/INFVIS.2004.18
Graph drawing, dynamic graph, RNA folding, energy landscape, fitness landscape, barrier tree
InfoVis
2006
Visualization of Geo-spatial Point Sets via Global Shape Transformation and Local Pixel Placement
10.1109/TVCG.2006.198
7. 756
J
In many applications, data is collected and indexed by geo-spatial location. Discovering interesting patterns through visualization is an important way of gaining insight about such data. A previously proposed approach is to apply local placement functions such as PixelMaps that transform the input data set into a solution set that preserves certain constraints while making interesting patterns more obvious and avoid data loss from overplotting. In experience, this family of spatial transformations can reveal fine structures in large point sets, but it is sometimes difficult to relate those structures to basic geographic features such as cities and regional boundaries. Recent information visualization research has addressed other types of transformation functions that make spatially-transformed maps with recognizable shapes. These types of spatial-transformation are called global shape functions. In particular, cartogram-based map distortion has been studied. On the other hand, cartogram-based distortion does not handle point sets readily. In this study, we present a framework that allows the user to specify a global shape function and a local placement function. We combine cartogram-based layout (global shape) with PixelMaps (local placement), obtaining some of the benefits of each toward improved exploration of dense geo-spatial data sets
Panse, C.;Sips, M.;Keim, D.A.;North, S.C.
Eidgenossische Tech. Hochschule, Zurich|c|;;;
10.1109/VISUAL.1998.745303;10.1109/INFVIS.2004.57;10.1109/VISUAL.2003.1250410
Geo-spatial Data, Shape Transformation, Cartogram, Pixel Visualization
InfoVis
2006
Visualizing Business Data with Generalized Treemaps
10.1109/TVCG.2006.200
7. 796
J
Business data is often presented using simple business graphics. These familiar visualizations are effective for providing overviews, but fall short for the presentation of large amounts of detailed information. Treemaps can provide such detail, but are often not easy to understand. We present how standard treemap algorithms can be adapted such that the results mimic familiar business graphics. Specifically, we present the use of different layout algorithms per level, a number of variations of the squarified algorithm, the use of variable borders, and the use of non-rectangular shapes. The combined use of these leads to histograms, pie charts and a variety of other styles
Vliegen, R.;van Wijk, J.J.;van der Linden, E.-J.
MagnaView|c|;;
10.1109/VISUAL.2005.1532781;10.1109/INFVIS.2001.963290;10.1109/VISUAL.1991.175815;10.1109/INFVIS.2005.1532125;10.1109/INFVIS.1999.801859
Information visualization, treemap, business graphics, hierarchical data
InfoVis
2006
Worldmapper: The World as You've Never Seen it Before
10.1109/TVCG.2006.202
7. 764
J
This paper describes the Worldmapper project, which makes use of novel visualization techniques to represent a broad variety of social and economic data about the countries of the world. The goal of the project is to use the map projections known as cartograms to depict comparisons and relations between different territories, and its execution raises many interesting design challenges that were not all apparent at the outset. We discuss the approaches taken towards these challenges, some of which may have considerably broad application. We conclude by commenting on the positive initial response to the Worldmapper images published on the Web, which we believe is due, at least in part, to the particular effectiveness of the cartogram as a tool for communicating quantitative geographic data
Dorling, D.;Barford, A.;Newman, M.
Univ. of Sheffield|c|;;
Geographic Visualization, Computer Graphics, Worldmapper, Data Visualization, Social Visualization, Cartogram
VAST
2006
A Visual Interface for Multivariate Temporal Data: Finding Patterns of Events across Multiple Histories
10.1109/VAST.2006.261421
1. 174
C
Finding patterns of events over time is important in searching patient histories, Web logs, news stories, and criminal activities. This paper presents PatternFinder, an integrated interface for query and result-set visualization for search and discovery of temporal patterns within multivariate and categorical data sets. We define temporal patterns as sequences of events with inter-event time spans. PatternFinder allows users to specify the attributes of events and time spans to produce powerful pattern queries that are difficult to express with other formalisms. We characterize the range of queries PatternFinder supports as users vary the specificity at which events and time spans are defined. Pattern Finder's query capabilities together with coupled ball-and-chain and tabular visualizations enable users to effectively query, explore and analyze event patterns both within and across data entities (e.g. patient histories, terrorist groups, Web logs, etc.)
Fails, J.A.;Karlson, A.;Shahamat, L.;Shneiderman, B.
Dept. of Comput. Sci., Maryland Univ.|c|;;;
10.1109/INFVIS.2001.963273
Temporal query, information visualization, user interface
VAST
2006
Accelerating Network Traffic Analytics Using Query-Driven Visualization
10.1109/VAST.2006.261437
1. 122
C
Realizing operational analytics solutions where large and complex data must be analyzed in a time-critical fashion entails integrating many different types of technology. This paper focuses on an interdisciplinary combination of scientific data management and visualization/analysis technologies targeted at reducing the time required for data filtering, querying, hypothesis testing and knowledge discovery in the domain of network connection data analysis. We show that use of compressed bitmap indexing can quickly answer queries in an interactive visual data analysis application, and compare its performance with two alternatives for serial and parallel filtering/querying on 2.5 billion records' worth of network connection data collected over a period of 42 weeks. Our approach to visual network connection data exploration centers on two primary factors: interactive ad-hoc and multiresolution query formulation and execution over n dimensions and visual display of the n-dimensional histogram results. This combination is applied in a case study to detect a distributed network scan and to then identify the set of remote hosts participating in the attack. Our approach is sufficiently general to be applied to a diverse set of data understanding problems as well as used in conjunction with a diverse set of analysis and visualization tools
Bethel, E.W.;Campbell, S.;Dart, E.;Stockinger, K.;Kesheng Wu
Lawrence Berkeley Nat. Lab., California Univ.|c|;;;;
10.1109/VISUAL.1999.809930;10.1109/VISUAL.2005.1532792
query-driven visualization, network security, data mining, visual analytics
VAST
2006
Avian Flu Case Study with nSpace and GeoTime
10.1109/VAST.2006.261427
2. 34
C
GeoTime and nSpace are new analysis tools that provide innovative visual analytic capabilities. This paper uses an epidemiology analysis scenario to illustrate and discuss these new investigative methods and techniques. In addition, this case study is an exploration and demonstration of the analytical synergy achieved by combining GeoTime's geo-temporal analysis capabilities, with the rapid information triage, scanning and sense-making provided by nSpace. A fictional analyst works through the scenario from the initial brainstorming through to a final collaboration and report. With the efficient knowledge acquisition and insights into large amounts of documents, there is more time for the analyst to reason about the problem and imagine ways to mitigate threats. The use of both nSpace and GeoTime initiated a synergistic exchange of ideas, where hypotheses generated in either software tool could be cross-referenced, refuted, and supported by the other tool
Proulx, P.;Tandon, S.;Bodnar, A.;Schroh, D.;Harper, R.;Wright, W.
Oculus Info Inc., Toronto, Ont.|c|;;;;;
10.1109/INFVIS.2004.27
visual analytics, information visualization, human information interaction, sense making, geo-spatial information systems, temporal analysis, user centered design