Skip to content

Commit

Permalink
add pagoda gif and abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
Naveen-Raj-M committed Jan 28, 2025
1 parent 5abb454 commit a2a8d5b
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,33 @@ <h1 class="title is-1 publication-title">X2Sim: Rapid digital twin creation from
<sup>4</sup> University of California, Berkeley
</small>
</div>

<!-- Pagoda gif -->
<section class="hero is-small">
<div class="container is-max-desktop">
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<img src="static/gifs/japanese_pagoda_mpm_1000.gif"/>
</div>
</div>
</div>
</section>
</body>
</html>
</html>

<!-- Paper abstract -->
<section class="section hero is-light">
<div class="container is-max-desktop">
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<h2 class="title is-3">Abstract</h2>
<div class="content has-text-justified">
<p>
Traditional methods for modeling natural hazards such as landslides, floods, and storm surges are computationally intensive and time-consuming, thus limiting their applicability in effective disaster preparedness and response in real-world scenarios. To address this challenge, we present a novel framework, through TACC HPC resources, for rapidly creating digital twins that significantly reduces the time, manual input, and computational resources needed for simulating the interaction between natural hazards and real-world 3D objects. Our X2Sim framework utilizes an agentic text-to-simulation Large Language Model (LLM) to generate digital twins, integrating two distinct 3D object generation methods: (i) A text-to-3D point cloud diffusion model that swiftly creates 3D point clouds from natural language descriptions, enabling rapid digital twin prototyping, and (ii) An efficient method for constructing high-fidelity point clouds from video input, allowing for more detailed digital twin representations of existing structures. These digital twins are integrated into a Graph Network-based Simulator (GNS) that models the dynamics of particle and fluid interactions, enabling the simulation of complex natural hazard scenarios. Our X2Sim system allows for adjusting simulation parameters, offering a robust tool for exploring various disaster scenarios and their impacts on the digital twins. While our digital twin framework may not match the accuracy of high-fidelity numerical methods, it significantly reduces computation time and complexity, making it viable for near-real-time applications. The X2Sim approach offers a valuable balance between speed and precision in digital twin creation and simulation, providing a streamlined, low-intervention workflow for researchers and practitioners in natural hazard modeling and disaster preparedness.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- End paper abstract -->
Binary file added static/gifs/japanese_pagoda_mpm_1000.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a2a8d5b

Please sign in to comment.