VisGap2021 - The Gap between Visualization Research and Visualization Software

Permanent URI for this collection

Session 1
OSPRay Studio: Enabling Multi-Workflow Visualizations with OSPRay
Isha Sharma, Dave DeMarle, Alok Hota, Bruce Cherniak, and Johannes Günther
Property-Based Testing for Visualization Development
Michael Stegmaier, Dominik Engel, Jannik Olbrich, Timo Ropinski, and Matthias Tichy
Session 2
Tools for Virtual Reality Visualization of Highly Detailed Meshes
Mark B. Jensen, Egill I. Jacobsen, Jeppe Revall Frisvad, and J. Andreas Bærentzen
The Gap between Visualization Research and Visualization Software in High-Performance Computing Center
Tommy Dang, Ngan Nguyen, Jon Hass, Jie Li, Yong Chen, and Alan Sill

BibTeX (VisGap2021 - The Gap between Visualization Research and Visualization Software)
@inproceedings{
10.2312:visgap.20211086,
booktitle = {
VisGap - The Gap between Visualization Research and Visualization Software},
editor = {
Gillmann, Christina and Krone, Michael and Reina, Guido and Wischgoll, Thomas
}, title = {{
OSPRay Studio: Enabling Multi-Workflow Visualizations with OSPRay}},
author = {
Sharma, Isha
 and
DeMarle, Dave
 and
Hota, Alok
 and
Cherniak, Bruce
 and
Günther, Johannes
}, year = {
2021},
publisher = {
The Eurographics Association},
ISBN = {978-3-03868-149-6},
DOI = {
10.2312/visgap.20211086}
}
@inproceedings{
10.2312:visgap.20211088,
booktitle = {
VisGap - The Gap between Visualization Research and Visualization Software},
editor = {
Gillmann, Christina and Krone, Michael and Reina, Guido and Wischgoll, Thomas
}, title = {{
Tools for Virtual Reality Visualization of Highly Detailed Meshes}},
author = {
Jensen, Mark B.
 and
Jacobsen, Egill I.
 and
Frisvad, Jeppe Revall
 and
Bærentzen, J. Andreas
}, year = {
2021},
publisher = {
The Eurographics Association},
ISBN = {978-3-03868-149-6},
DOI = {
10.2312/visgap.20211088}
}
@inproceedings{
10.2312:visgap.20211087,
booktitle = {
VisGap - The Gap between Visualization Research and Visualization Software},
editor = {
Gillmann, Christina and Krone, Michael and Reina, Guido and Wischgoll, Thomas
}, title = {{
Property-Based Testing for Visualization Development}},
author = {
Stegmaier, Michael
 and
Engel, Dominik
 and
Olbrich, Jannik
 and
Ropinski, Timo
 and
Tichy, Matthias
}, year = {
2021},
publisher = {
The Eurographics Association},
ISBN = {978-3-03868-149-6},
DOI = {
10.2312/visgap.20211087}
}
@inproceedings{
10.2312:visgap.20211089,
booktitle = {
VisGap - The Gap between Visualization Research and Visualization Software},
editor = {
Gillmann, Christina and Krone, Michael and Reina, Guido and Wischgoll, Thomas
}, title = {{
The Gap between Visualization Research and Visualization Software in High-Performance Computing Center}},
author = {
Dang, Tommy
 and
Nguyen, Ngan
 and
Hass, Jon
 and
Li, Jie
 and
Chen, Yong
 and
Sill, Alan
}, year = {
2021},
publisher = {
The Eurographics Association},
ISBN = {978-3-03868-149-6},
DOI = {
10.2312/visgap.20211089}
}

Browse

Recent Submissions

Now showing 1 - 5 of 5
  • Item
    VisGap 2021: Frontmatter
    (The Eurographics Association, 2021) Gillmann, Christina; Krone, Michael; Reina, Guido; Wischgoll, Thomas; Gillmann, Christina and Krone, Michael and Reina, Guido and Wischgoll, Thomas
  • Item
    OSPRay Studio: Enabling Multi-Workflow Visualizations with OSPRay
    (The Eurographics Association, 2021) Sharma, Isha; DeMarle, Dave; Hota, Alok; Cherniak, Bruce; Günther, Johannes; Gillmann, Christina and Krone, Michael and Reina, Guido and Wischgoll, Thomas
    There are a number of established production ready scientific visualization tools in the field today including ParaView [Aya15], VisIt [CBW*11] and EnSight [Ans]. However, often they come with well defined core feature sets, established visual appearance characteristics, and steep learning curves – especially for software developers. They have vast differences with other rendering applications such as Blender or Maya (known for their high-quality rendering and 3D content creation uses) in terms of design and features, and have over time become monolithic in nature with difficult to customize workflows [UFK*89]. As such a multi-purpose visualization solution for Scientific, Product, Architectural and Medical Visualization is hard to find. This is a gap we identify; and with this paper we present the idea of a minimal application called OSPRay Studio, with a flexible design to support high-quality physically-based rendering and scientific visualization workflows. We will describe the motivation, design philosophy, features, targeted use-cases and real-world applications along with future opportunities for this application.
  • Item
    Tools for Virtual Reality Visualization of Highly Detailed Meshes
    (The Eurographics Association, 2021) Jensen, Mark B.; Jacobsen, Egill I.; Frisvad, Jeppe Revall; Bærentzen, J. Andreas; Gillmann, Christina and Krone, Michael and Reina, Guido and Wischgoll, Thomas
    The number of polygons in meshes acquired using 3D scanning or by computational methods for shape generation is rapidly increasing. With this growing complexity of geometric models, new visualization modalities need to be explored for more effortless and intuitive inspection and analysis. Virtual reality (VR) is a step in this direction but comes at the cost of a tighter performance budget. In this paper, we explore different starting points for achieving high performance when visualizing large meshes in virtual reality. We explore two rendering pipelines and mesh optimization algorithms and find that a mesh shading pipeline shows great promise when compared to a normal vertex shading pipeline.We also test the VR performance of commonly used visualization tools (ParaView and Unity) and ray tracing running on the graphics processing unit (GPU). Finally, we find that mesh pre-processing is important to performance and that the specific type of pre-processing needed depends intricately on the choice of rendering pipeline.
  • Item
    Property-Based Testing for Visualization Development
    (The Eurographics Association, 2021) Stegmaier, Michael; Engel, Dominik; Olbrich, Jannik; Ropinski, Timo; Tichy, Matthias; Gillmann, Christina and Krone, Michael and Reina, Guido and Wischgoll, Thomas
    As the testing capabilities of current visualization software fail to cover a large space of rendering parameters, we propose to use property-based testing to automatically generate a large set of tests with different parameter sets. By comparing the resulting renderings for pairs of different parameters, we can verify certain effects to be expected in the rendering upon change of a specific parameter. This allows for testing visualization algorithms with a large coverage of rendering parameters. Our proposed approach can also be used in a test-driven manner, meaning the tests can be defined alongside the actual algorithm. Lastly, we show that by integrating the proposed concepts into the existing regression testing pipeline of Inviwo, we can execute the property-based testing process in a continuous integration setup. To demonstrate our approach, we describe use cases where property-based testing can help to find errors during visualization development.
  • Item
    The Gap between Visualization Research and Visualization Software in High-Performance Computing Center
    (The Eurographics Association, 2021) Dang, Tommy; Nguyen, Ngan; Hass, Jon; Li, Jie; Chen, Yong; Sill, Alan; Gillmann, Christina and Krone, Michael and Reina, Guido and Wischgoll, Thomas
    Visualizing and monitoring high-performance computing centers is a daunting task due to the systems' complex and dynamic nature. Moreover, different users may have different requirements and needs. For example, computer scientists carry out data analysis as batch jobs using various models, configurations, and parameters, and they often need to manage jobs. System administrators need to monitor and manage the system constantly. In this paper, we discuss the gap between visual monitoring research and practical applicability. We will start with the general requirements for managing high-performance computing centers and then share the experiences working with academic and industrial experts in this domain.