Researcher profile

Dohae Lee

Dohae Lee contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 13 - Baseline
2works
0followers
4topics
4close collaborators

Actions

Decide how to stay connected

Follow researcher0

Research graph

See the researcher in context

Open full explorer

Inspect adjacent work, topics, institutions and collaborators without jumping out to a separate graph page.

Building this graph slice

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

2 published item(s)

preprint2022arXiv

CIMS: Correction-Interpolation Method for Smoke Simulation

In this paper, we propose CIMS: a novel correction-interpolation method for smoke simulation. The basis of our method is to first generate a low frame rate smoke simulation, then increase the frame rate using temporal interpolation. However, low frame rate smoke simulations are inaccurate as they require increasing the time-step. A simulation with a larger time-step produces results different from that of the original simulation with a small time-step. Therefore, the proposed method corrects the large time-step simulation results closer to the corresponding small time-step simulation results using a U-Net-based DNN model. To obtain more precise results, we applied modeling concepts used in the image domain, such as optical flow and perceptual loss. By correcting the large time-step simulation results and interpolating between them, the proposed method can efficiently and accurately generate high frame rate smoke simulations. We conduct qualitative and quantitative analyses to confirm the effectiveness of the proposed model. Our analyses show that our method reduces the mean squared error of large time-step simulation results by more than 80% on average. Our method also produces results closer to the ground truth than the previous DNN-based methods; it is on average 2.04 times more accurate than previous works. In addition, the computation time of the proposed correction method barely affects the overall computation time.

preprint2022arXiv

Flexible Networks for Learning Physical Dynamics of Deformable Objects

Learning the physical dynamics of deformable objects with particle-based representation has been the objective of many computational models in machine learning. While several state-of-the-art models have achieved this objective in simulated environments, most existing models impose a precondition, such that the input is a sequence of ordered point sets. That is, the order of the points in each point set must be the same across the entire input sequence. This precondition restrains the model from generalizing to real-world data, which is considered to be a sequence of unordered point sets. In this paper, we propose a model named time-wise PointNet (TP-Net) that solves this problem by directly consuming a sequence of unordered point sets to infer the future state of a deformable object with particle-based representation. Our model consists of a shared feature extractor that extracts global features from each input point set in parallel and a prediction network that aggregates and reasons on these features for future prediction. The key concept of our approach is that we use global features rather than local features to achieve invariance to input permutations and ensure the stability and scalability of our model. Experiments demonstrate that our model achieves state-of-the-art performance with real-time prediction speed in both synthetic dataset and real-world dataset. In addition, we provide quantitative and qualitative analysis on why our approach is more effective and efficient than existing approaches.