GRHCLGMay 27, 2021

Local Latent Representation based on Geometric Convolution for Particle Data Feature Exploration

arXiv:2105.13240v23 citations
Originality Incremental advance
AI Analysis

This work addresses feature analysis in particle data for scientific applications like fluid simulations, offering a domain-specific improvement over hand-crafted approaches.

The paper tackled the challenge of transforming scientific particle data into latent representations for feature extraction by adopting Geometric Convolution for 3D point clouds, and validated that the extracted features and tracking results are comparable to hand-crafted methods across three applications.

Feature related particle data analysis plays an important role in many scientific applications such as fluid simulations, cosmology simulations and molecular dynamics. Compared to conventional methods that use hand-crafted feature descriptors, some recent studies focus on transforming the data into a new latent space, where features are easier to be identified, compared and extracted. However, it is challenging to transform particle data into latent representations, since the convolution neural networks used in prior studies require the data presented in regular grids. In this paper, we adopt Geometric Convolution, a neural network building block designed for 3D point clouds, to create latent representations for scientific particle data. These latent representations capture both the particle positions and their physical attributes in the local neighborhood so that features can be extracted by clustering in the latent space, and tracked by applying tracking algorithms such as mean-shift. We validate the extracted features and tracking results from our approach using datasets from three applications and show that they are comparable to the methods that define hand-crafted features for each specific dataset.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes