paper-with-me

Papers

Accelerated Probabilistic Marching Cubes by Deep Learning for Time-Varying Scalar Ensembles

2022-07-15 · Mengjiao Han, Tushar M. Athawale, David Pugmire, Chris R. Johnson

Visualizing the uncertainty of ensemble simulations is challenging due to the large size and multivariate and temporal features of ensemble data sets. One popular approach to studying the uncertainty of ensembles is analyzing the positional uncertainty of the level sets. Probabilistic marching cubes is a technique that performs Monte Carlo sampling of multivariate Gaussian noise distributions for positional uncertainty visualization of level sets. However, the technique suffers from high computational time, making interactive visualization and analysis impossible to achieve. This paper introduces a deep-learning-based approach to learning the level-set uncertainty for two-dimensional ensemble data with a multivariate Gaussian noise assumption. We train the model using the first few time steps from time-varying ensemble data in our workflow. We demonstrate that our trained model accurately infers uncertainty in level sets for new time steps and is up to 170X faster than that of the original probabilistic model with serial computation and 10X faster than that of the original parallel computation.

📄 PDF Abstract BibTeX arXiv:2207.07260

Code (0)

등록된 구현이 없습니다.

Tasks

Uncertainty Visualization

Similar Papers 제목 키워드 기반

Deep Marching Cubes: Learning Explicit Surface Representations

2018-06-01 · CVPR 2018 6 · Yiyi Liao, Simon Donné, Andreas Geiger

Existing learning based solutions to 3D surface prediction cannot be trained end-to-end as they operate on intermediate representations (e.g., TSDF) from which 3D surface meshes must be extracted in a post-processing ste…

Directional TSDF: Modeling Surface Orientation for Coherent Meshes

2019-08-14 · Malte Splietker, Sven Behnke

Real-time 3D reconstruction from RGB-D sensor data plays an important role in many robotic applications, such as object modeling and mapping. The popular method of fusing depth information into a truncated signed distanc…

3D Reconstruction

Analytic Marching: An Analytic Meshing Solution from Deep Implicit Surface Networks

2020-02-16 · ICML 2020 1 · Jiabao Lei, Kui Jia

This paper studies a problem of learning surface mesh via implicit functions in an emerging field of deep learning surface reconstruction, where implicit functions are popularly implemented as multi-layer perceptrons (ML…

Surface Reconstruction

Flexible Isosurface Extraction for Gradient-Based Mesh Optimization

2023-08-10 · Tianchang Shen, Jacob Munkberg, Jon Hasselgren, Kangxue Yin 외

This work considers gradient-based mesh optimization, where we iteratively optimize for a 3D surface mesh by representing it as the isosurface of a scalar field, an increasingly common paradigm in applications including …

Neural Marching Cubes

2021-06-21 · Zhiqin Chen, Hao Zhang

We introduce Neural Marching Cubes (NMC), a data-driven approach for extracting a triangle mesh from a discretized implicit field. Classical MC is defined by coarse tessellation templates isolated to individual cubes. Wh…