36-Issue 3
Permanent URI for this collection
Browse
Browsing 36-Issue 3 by Issue Date
Now showing 1 - 20 of 47
Results Per Page
Sort Options
Item Visualization of Delay Uncertainty and its Impact on Train Trip Planning: A Design Study(The Eurographics Association and John Wiley & Sons Ltd., 2017) Wunderlich, Marcel; Ballweg, Kathrin; Fuchs, Georg; Landesberger, Tatiana von; Heer, Jeffrey and Ropinski, Timo and van Wijk, JarkeUncertainty about possible train delays has an impact on train trips, as the exact arrival time is unknown during trip planning. Delays can lead to missing a connecting train at the transfer station, or to coming too late to an appointment at the destination. Facing this uncertainty, the traveler may wish to use an earlier train or a different connection arriving well before the appointment. Currently, train trip planning is based on scheduled times of connections between two stations. Information about approximate delays is only available shortly before train departure. Although several visualization approaches can show temporal uncertainty, we are not aware of any visual design specifically supporting trip planning, which can show delay uncertainty and its impact on the connections. We propose and evaluate a visual design which extends train trip planning with delay uncertainty. It shows the scheduled train connections together with their expected train delays as well as their impacts on both the arrival time, and the potential of missing a transfer. The visualization also includes information about alternative connections in case of these critical transfers. In this way the user is able to judge which train connection is suitable for a trip. We conducted a user study with 76 participants to evaluate our design. We compared it to two alternative presentations that are prominent in Germany. The study showed that our design performs comparably well for tasks concerning train schedules. The additional uncertainty display as well as the visualization of alternative connections was appreciated and well understood. The participants were able to estimate when they would likely arrive at their destination despite possible train delays while they were unable to estimate this with existing presentations. The users would prefer to use the new design for their trip planning.Item Minimum-Displacement Overlap Removal for Geo-referenced Data Visualization(The Eurographics Association and John Wiley & Sons Ltd., 2017) Garderen, Mereke van; Pampel, Barbara; Nocaj, Arlind; Brandes, Ulrik; Heer, Jeffrey and Ropinski, Timo and van Wijk, JarkeGiven a set of rectangles embedded in the plane, we consider the problem of adjusting the layout to remove all overlap while preserving the orthogonal order of the rectangles. The objective is to minimize the displacement of the rectangles. We call this problem MINIMUM-DISPLACEMENT OVERLAP REMOVAL (MDOR). Our interest in this problem is motivated by the application of displaying metadata of archaeological sites. Because most existing overlap removal algorithms are not designed to minimize displacement while preserving orthogonal order, we present and compare several approaches which are tailored to our particular usecase. We introduce a new overlap removal heuristic which we call REARRANGE. Although conceptually simple, it is very effective in removing the overlap while keeping the displacement small. Furthermore, we propose an additional procedure to repair the orthogonal order after every iteration, with which we extend both our new heuristic and PRISM, a widely used overlap removal algorithm. We compare the performance of both approaches with and without this order repair method. The experimental results indicate that REARRANGE is very effective for heterogeneous input data where the overlap is concentrated in few dense regions.Item Dynamic Visual Abstraction of Soccer Movement(The Eurographics Association and John Wiley & Sons Ltd., 2017) Sacha, Dominik; Al-Masoudi, Feeras; Stein, Manuel; Schreck, Tobias; Keim, Daniel A.; Andrienko, Gennady; Janetzko, Halldór; Heer, Jeffrey and Ropinski, Timo and van Wijk, JarkeTrajectory-based visualization of coordinated movement data within a bounded area, such as player and ball movement within a soccer pitch, can easily result in visual crossings, overplotting, and clutter. Trajectory abstraction can help to cope with these issues, but it is a challenging problem to select the right level of abstraction (LoA) for a given data set and analysis task. We present a novel dynamic approach that combines trajectory simplification and clustering techniques with the goal to support interpretation and understanding of movement patterns. Our technique provides smooth transitions between different abstraction types that can be computed dynamically and on-the-fly. This enables the analyst to effectively navigate and explore the space of possible abstractions in large trajectory data sets. Additionally, we provide a proof of concept for supporting the analyst in determining the LoA semi-automatically with a recommender system. Our approach is illustrated and evaluated by case studies, quantitative measures, and expert feedback. We further demonstrate that it allows analysts to solve a variety of analysis tasks in the domain of soccer.Item Comparative Visual Analysis of Structure-Performance Relations in Complex Bulk-Heterojunction Morphologies(The Eurographics Association and John Wiley & Sons Ltd., 2017) Aboulhassan, Amal; Sicat, Ronell; Baum, Daniel; Wodo, Olga; Hadwiger, Markus; Heer, Jeffrey and Ropinski, Timo and van Wijk, JarkeThe structure of Bulk-Heterojunction (BHJ) materials, the main component of organic photovoltaic solar cells, is very complex, and the relationship between structure and performance is still largely an open question. Overall, there is a wide spectrum of fabrication configurations resulting in different BHJ morphologies and correspondingly different performances. Current stateof- the-art methods for assessing the performance of BHJ morphologies are either based on global quantification of morphological features or simply on visual inspection of the morphology based on experimental imaging. This makes finding optimal BHJ structures very challenging. Moreover, finding the optimal fabrication parameters to get an optimal structure is still an open question. In this paper, we propose a visual analysis framework to help answer these questions through comparative visualization and parameter space exploration for local morphology features. With our approach, we enable scientists to explore multivariate correlations between local features and performance indicators of BHJ morphologies. Our framework is built on shape-based clustering of local cubical regions of the morphology that we call patches. This enables correlating the features of clusters with intuition-based performance indicators computed from geometrical and topological features of charge paths.Item Computing Contour Trees for 2D Piecewise Polynomial Functions(The Eurographics Association and John Wiley & Sons Ltd., 2017) Nucha, Girijanandan; Bonneau, Georges-Pierre; Hahmann, Stefanie; Natarajan, Vijay; Heer, Jeffrey and Ropinski, Timo and van Wijk, JarkeContour trees are extensively used in scalar field analysis. The contour tree is a data structure that tracks the evolution of level set topology in a scalar field. Scalar fields are typically available as samples at vertices of a mesh and are linearly interpolated within each cell of the mesh. A more suitable way of representing scalar fields, especially when a smoother function needs to be modeled, is via higher order interpolants. We propose an algorithm to compute the contour tree for such functions. The algorithm computes a local structure by connecting critical points using a numerically stable monotone path tracing procedure. Such structures are computed for each cell and are stitched together to obtain the contour tree of the function. The algorithm is scalable to higher degree interpolants whereas previous methods were restricted to quadratic or linear interpolants. The algorithm is intrinsically parallelizable and has potential applications to isosurface extraction.Item Dynamic Scene Graph: Enabling Scaling, Positioning, and Navigation in the Universe(The Eurographics Association and John Wiley & Sons Ltd., 2017) Axelsson, Emil; Costa, Jonathas; Silva, Cláudio; Emmart, Carter; Bock, Alexander; Ynnerman, Anders; Heer, Jeffrey and Ropinski, Timo and van Wijk, JarkeIn this work, we address the challenge of seamlessly visualizing astronomical data exhibiting huge scale differences in distance, size, and resolution. One of the difficulties is accurate, fast, and dynamic positioning and navigation to enable scaling over orders of magnitude, far beyond the precision of floating point arithmetic. To this end we propose a method that utilizes a dynamically assigned frame of reference to provide the highest possible numerical precision for all salient objects in a scene graph. This makes it possible to smoothly navigate and interactively render, for example, surface structures on Mars and the MilkyWay simultaneously. Our work is based on an analysis of tracking and quantification of the propagation of precision errors through the computer graphics pipeline using interval arithmetic. Furthermore, we identify sources of precision degradation, leading to incorrect object positions in screen-space and z-fighting. Our proposed method operates without near and far planes while maintaining high depth precision through the use of floating point depth buffers. By providing interoperability with order-independent transparency algorithms, direct volume rendering, and stereoscopy, our approach is well suited for scientific visualization. We provide the mathematical background, a thorough description of the method, and a reference implementation.Item Comparing Personal Image Collections with PICTuReVis(The Eurographics Association and John Wiley & Sons Ltd., 2017) Corput, Paul van der; Wijk, Jarke J. van; Heer, Jeffrey and Ropinski, Timo and van Wijk, JarkeDigital image collections contain a wealth of information, which for instance can be used to trace illegal activities and investigate criminal networks. We present a method that enables analysts to reveal relations among people, based on the patterns in their collections. Similar temporal and spatial patterns can be found using a parameterized algorithm, visualization is used to choose the right parameters and to inspect the patterns found. The visualization shows relations between image properties: the person it belongs to, the concepts in the image, its time stamp and location. We demonstrate the method with image collections of 10;000 people containing 460;000 images in total.Item Sliceplorer: 1D Slices for Multi-dimensional Continuous Functions(The Eurographics Association and John Wiley & Sons Ltd., 2017) Torsney-Weir, Thomas; Sedlmair, Michael; Möller, Torsten; Heer, Jeffrey and Ropinski, Timo and van Wijk, JarkeMulti-dimensional continuous functions are commonly visualized with 2D slices or topological views. Here, we explore 1D slices as an alternative approach to show such functions. Our goal with 1D slices is to combine the benefits of topological views, that is, screen space efficiency, with those of slices, that is a close resemblance of the underlying function. We compare 1D slices to 2D slices and topological views, first, by looking at their performance with respect to common function analysis tasks. We also demonstrate 3 usage scenarios: the 2D sinc function, neural network regression, and optimization traces. Based on this evaluation, we characterize the advantages and drawbacks of each of these approaches, and show how interaction can be used to overcome some of the shortcomings.Item Stardust: Accessible and Transparent GPU Support for Information Visualization Rendering(The Eurographics Association and John Wiley & Sons Ltd., 2017) Ren, Donghao; Lee, Bongshin; Höllerer, Tobias; Heer, Jeffrey and Ropinski, Timo and van Wijk, JarkeWeb-based visualization libraries are in wide use, but performance bottlenecks occur when rendering, and especially animating, a large number of graphical marks. While GPU-based rendering can drastically improve performance, that paradigm has a steep learning curve, usually requiring expertise in the computer graphics pipeline and shader programming. In addition, the recent growth of virtual and augmented reality poses a challenge for supporting multiple display environments beyond regular canvases, such as a Head Mounted Display (HMD) and Cave Automatic Virtual Environment (CAVE). In this paper, we introduce a new web-based visualization library called Stardust, which provides a familiar API while leveraging GPU's processing power. Stardust also enables developers to create both 2D and 3D visualizations for diverse display environments using a uniform API. To demonstrate Stardust's expressiveness and portability, we present five example visualizations and a coding playground for four display environments. We also evaluate its performance by comparing it against the standard HTML5 Canvas, D3, and Vega.Item Sclow Plots: Visualizing Empty Space(The Eurographics Association and John Wiley & Sons Ltd., 2017) Giesen, Joachim; Kühne, Lars; Lucas, Philipp; Heer, Jeffrey and Ropinski, Timo and van Wijk, JarkeScatter plots are mostly used for correlation analysis, but are also a useful tool for understanding the distribution of highdimensional point cloud data. An important characteristic of such distributions are clusters, and scatter plots have been used successfully to identify clusters in data. Another characteristic of point cloud data that has received less attention so far are regions that contain no or only very few data points. We show that augmenting scatter plots by projections of flow lines along the gradient vector field of the distance function to the point cloud reveals such empty regions or voids. The augmented scatter plots, that we call sclow plots, enable a much better understanding of the geometry underlying the point cloud than traditional scatter plots, and by that support tasks like dimension inference, detecting outliers, or identifying data points at the interface between clusters. We demonstrate the feasibility of our approach on synthetic and real world data sets.Item Linear Discriminative Star Coordinates for Exploring Class and Cluster Separation of High Dimensional Data(The Eurographics Association and John Wiley & Sons Ltd., 2017) Wang, Yunhai; Li, Jingting; Nie, Feiping; Theisel, Holger; Gong, Minglun; Lehmann, Dirk J.; Heer, Jeffrey and Ropinski, Timo and van Wijk, JarkeOne main task for domain experts in analysing their nD data is to detect and interpret class/cluster separations and outliers. In fact, an important question is, which features/dimensions separate classes best or allow a cluster-based data classification. Common approaches rely on projections from nD to 2D, which comes with some challenges, such as: The space of projection contains an infinite number of items. How to find the right one? The projection approaches suffers from distortions and misleading effects. How to rely to the projected class/cluster separation? The projections involve the complete set of dimensions/ features. How to identify irrelevant dimensions? Thus, to address these challenges, we introduce a visual analytics concept for the feature selection based on linear discriminative star coordinates (DSC), which generate optimal cluster separating views in a linear sense for both labeled and unlabeled data. This way the user is able to explore how each dimension contributes to clustering. To support to explore relations between clusters and data dimensions, we provide a set of cluster-aware interactions allowing to smartly iterate through subspaces of both records and features in a guided manner. We demonstrate our features selection approach for optimal cluster/class separation analysis with a couple of experiments on real-life benchmark high-dimensional data sets.Item Visual Analysis of Confocal Raman Spectroscopy Data using Cascaded Transfer Function Design(The Eurographics Association and John Wiley & Sons Ltd., 2017) Schikora, Christoph Markus; Plack, Markus; Bornemann, Rainer; BolÃvar, Peter Haring; Kolb, Andreas; Heer, Jeffrey and Ropinski, Timo and van Wijk, Jarke2D Confocal Raman Microscopy (CRM) data consist of high dimensional per-pixel spectral data of 1000 bands and allows for complex spectral and spatial-spectral analysis tasks, i.e., in material discrimination, material thickness, and spatial material distributions. Currently, simple integral methods are commonly applied as visual analysis solutions to CRM data which exhibit restricted discrimination power in various regards. In this paper we present a novel approach for the visual analysis of 2D multispectral CRM data using multi-variate visualization techniques. Due to the large amount of data and the demand of an explorative approach without a-priori restriction, our system allows for arbitrary interactive (de)selection of varaibles w/o limitation and an unrestricted online definition/construction of new, combined properties. Our approach integrates CRM specific quantitative measures and handles material-related features for mixed materials in a quantitative manner. Technically, we realize the online definition/construction of new, combined properties as semi-automatic, cascaded, 1D and 2D multidimensional transfer functions (MD-TFs). By interactively incorporating new (raw or derived) properties, the dimensionality of the MD-TF space grows during the exploration procedure and is virtually unlimited. The final visualization is achieved by an enhanced color mixing step which improves saturation and contrast.Item Illustrative Visualization of Mesoscale Ocean Eddies(The Eurographics Association and John Wiley & Sons Ltd., 2017) Liu, Li; Silver, Deborah; Bemis, Karen; Kang, Dujuan; Curchitser, Enrique; Heer, Jeffrey and Ropinski, Timo and van Wijk, JarkeFeature-based time-varying volume visualization is combined with illustrative visualization to tell the story of how mesoscale ocean eddies form in the Gulf Stream and transport heat and nutrients across the ocean basin. The internal structure of these three-dimensional eddies and the kinematics with which they move are critical to a full understanding of ocean eddies. In this work, we apply a feature-based method to track instances of ocean eddies through the time steps of a high-resolution multidecadal regional ocean model and generate a series of eddy paths which reflect the life cycle of individual eddy instances. Based on the computed metadata, several important geometric and physical properties of eddy are computed. Illustrative visualization techniques, including visual effectiveness enhancement, focus+context, and smart visibility, are combined with the extracted volume features to explore eddy characteristics at different levels. An evaluation by domain experts indicates that combining our feature-based techniques with illustrative visualization techniques provides an insight into the role eddies play in ocean circulation. The domain experts expressed a preference for our methods over existing tools.Item Visual Narrative Flow: Exploring Factors Shaping Data Visualization Story Reading Experiences(The Eurographics Association and John Wiley & Sons Ltd., 2017) McKenna, Sean; Riche, Nathalie Henry; Lee, Bongshin; Boy, Jeremy; Meyer, Miriah; Heer, Jeffrey and Ropinski, Timo and van Wijk, JarkeMany factors can shape the flow of visual data-driven stories, and thereby the way readers experience those stories. Through the analysis of 80 existing stories found on popular websites, we systematically investigate and identify seven characteristics of these stories, which we name ''flow-factors,'' and we illustrate how they feed into the broader concept of ''visual narrative flow.'' These flow-factors are navigation input, level of control, navigation progress, story layout, role of visualization, story progression, and navigation feedback. We also describe a series of studies we conducted, which shed initial light on how different visual narrative flows impact the reading experience. We report on two exploratory studies, in which we gathered reactions and preferences of readers for stepper- vs. scroller-driven flows. We then report on a crowdsourced study with 240 participants, in which we explore the effect of the combination of different flow-factors on readers' engagement. Our results indicate that visuals and navigation feedback (e.g., static vs. animated transitions) have an impact on readers' engagement, while level of control (e.g., discrete vs. continuous) may not.Item Visual Comparison of Eye Movement Patterns(The Eurographics Association and John Wiley & Sons Ltd., 2017) Blascheck, Tanja; Schweizer, Markus; Beck, Fabian; Ertl, Thomas; Heer, Jeffrey and Ropinski, Timo and van Wijk, JarkeIn eye tracking research, finding eye movement patterns and similar strategies between participants' eye movements is important to understand task solving strategies and obstacles. In this application paper, we present a graph comparison method using radial graphs that show Areas of Interest (AOIs) and their transitions. An analyst investigates a single graph based on dwell times, directed transitions, and temporal AOI sequences. Two graphs can be compared directly and temporal changes may be analyzed. A list and matrix approach facilitate the analyst to contrast more than two graphs guided by visually encoded graph similarities. We evaluated our approach in case studies with three eye tracking and visualization experts. They identified temporal transition patterns of eye movements across participants, groups of participants, and outliers.Item Global Feature Tracking and Similarity Estimation in Time-Dependent Scalar Fields(The Eurographics Association and John Wiley & Sons Ltd., 2017) Saikia, Himangshu; Weinkauf, Tino; Heer, Jeffrey and Ropinski, Timo and van Wijk, JarkeWe present an algorithm for tracking regions in time-dependent scalar fields that uses global knowledge from all time steps for determining the tracks. The regions are defined using merge trees, thereby representing a hierarchical segmentation of the data in each time step. The similarity of regions of two consecutive time steps is measured using their volumetric overlap and a histogram difference. The main ingredient of our method is a directed acyclic graph that records all relevant similarity information as follows: the regions of all time steps are the nodes of the graph, the edges represent possible short feature tracks between consecutive time steps, and the edge weights are given by the similarity of the connected regions. We compute a feature track as the global solution of a shortest path problem in the graph. We use these results to steer the - to the best of our knowledge - first algorithm for spatio-temporal feature similarity estimation. Our algorithm works for 2D and 3D time-dependent scalar fields. We compare our results to previous work, showcase its robustness to noise, and exemplify its utility using several real-world data sets.Item Visualizing Probabilistic Multi-Phase Fluid Simulation Data using a Sampling Approach(The Eurographics Association and John Wiley & Sons Ltd., 2017) Hummel, Mathias; Jöckel, Lisa; Schäfer, Jan; Hlawitschka, Mark Werner; Garth, Christoph; Heer, Jeffrey and Ropinski, Timo and van Wijk, JarkeEulerian Method of Moment (MoM) solvers are gaining popularity for multi-phase CFD simulation involving bubbles or droplets in process engineering. Because the actual positions of bubbles are uncertain, the spatial distribution of bubbles is described by scalar fields of moments, which can be interpreted as probability density functions. Visualizing these simulation results and comparing them to physical experiments is challenging, because neither the shape nor the distribution of bubbles described by the moments lend themselves to visual interpretation. In this work, we describe a visualization approach that provides explicit instances of the bubble distribution and produces bubble geometry based on local flow properties. To facilitate animation, the instancing of the bubble distribution provides coherence over time by advancing bubbles between time steps and updating the distribution. Our approach provides an intuitive visualization and enables direct visual comparison of simulation results to physical experiments.Item Overview + Detail Visualization for Ensembles of Diffusion Tensors(The Eurographics Association and John Wiley & Sons Ltd., 2017) Zhang, Changgong; Caan, Matthan W. A.; Höllt, Thomas; Eisemann, Elmar; Vilanova, Anna; Heer, Jeffrey and Ropinski, Timo and van Wijk, JarkeA Diffusion Tensor Imaging (DTI) group study consists of a collection of volumetric diffusion tensor datasets (i.e., an ensemble) acquired from a group of subjects. The multivariate nature of the diffusion tensor imposes challenges on the analysis and the visualization. These challenges are commonly tackled by reducing the diffusion tensors to scalar-valued quantities that can be analyzed with common statistical tools. However, reducing tensors to scalars poses the risk of losing intrinsic information about the tensor. Visualization of tensor ensemble data without loss of information is still a largely unsolved problem. In this work, we propose an overview + detail visualization to facilitate the tensor ensemble exploration. We define an ensemble representative tensor and variations in terms of the three intrinsic tensor properties (i.e., scale, shape, and orientation) separately. The ensemble summary information is visually encoded into the newly designed aggregate tensor glyph which, in a spatial layout, functions as the overview. The aggregate tensor glyph guides the analyst to interesting areas that would need further detailed inspection. The detail views reveal the original information that is lost during aggregation. It helps the analyst to further understand the sources of variation and formulate hypotheses. To illustrate the applicability of our prototype, we compare with most relevant previous work through a user study and we present a case study on the analysis of a brain diffusion tensor dataset ensemble from healthy volunteers.Item Understanding Indirect Causal Relationships in Node-Link Graphs(The Eurographics Association and John Wiley & Sons Ltd., 2017) Bae, Juhee; Helldin, Tove; Riveiro, Maria; Heer, Jeffrey and Ropinski, Timo and van Wijk, JarkeTo find correlations and cause and effect relationships in multivariate data sets is central in many data analysis problems. A common way of representing causal relations among variables is to use node-link diagrams, where nodes depict variables and edges show relationships between them. When performing a causal analysis, analysts may be biased by the position of collected evidences, especially when they are at the top of a list. This is of crucial importance since finding a root cause or a derived effect, and searching for causal chains of inferences are essential analytic tasks when investigating causal relationships. In this paper, we examine whether sequential ordering influences understanding of indirect causal relationships and whether it improves readability of multi-attribute causal diagrams. Moreover, we see how people reason to identify a root cause or a derived effect. The results of our design study show that sequential ordering does not play a crucial role when analyzing causal relationships, but many connections from/to a variable and higher strength/certainty values may influence the process of finding a root cause and a derived effect.Item Finding a Clear Path: Structuring Strategies for Visualization Sequences(The Eurographics Association and John Wiley & Sons Ltd., 2017) Hullman, Jessica; Kosara, Robert; Lam, Heidi; Heer, Jeffrey and Ropinski, Timo and van Wijk, JarkeLittle is known about how people structure sets of visualizations to support sequential viewing. We contribute findings from several studies examining visualization sequencing and reception. In our first study, people made decisions between various possible structures as they ordered a set of related visualizations (consisting of either bar charts or thematic maps) into what they considered the clearest sequence for showing the data.We find that most people structure visualization sequences hierarchically: they create high level groupings based on shared data properties like time period, measure, level of aggregation, and spatial region, then order the views within these groupings. We also observe a tendency for certain types of similarities between views, like a common spatial region or aggregation level, to be seen as more appropriate categories for organizing views in a sequence than others, like a common time period or measure. In a second study, we find that viewers' perceptions of the quality and intention of different sequences are largely consistent with the perceptions of the users who created them. The understanding of sequence preferences and perceptions that emerges from our studies has implications for the development of visualization authoring tools and sequence recommendations for guided analysis.