[공지사항]을 빙자한 안부와 근황 
Show more

Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

Graph Neural Network Surrogates for Contacting Deformable Bodies with Necessary and Sufficient Contact Detection

Created by
  • Haebom

Author

Vijay K. Dubey (The University of Texas at Austin), Collin E. Haese (The University of Texas at Austin), Osman G ultekin (The University of Texas at Austin), David Dalton (University of Glasgow), Manuel K. Rausch (The University of Texas at Austin), Jan N. Fuhg (The University of Texas at Austin)

Outline

This paper focuses on surrogate modeling for fast inference of nonlinear boundary value problems in mechanical engineering, especially applications involving contact of deformable bodies. Existing methods are limited to rigid contact or contact between rigid and soft bodies with well-defined contact surfaces, and have limitations in using contact or collision detection filters that only use necessary conditions rather than sufficient conditions. In this study, we present a graph neural network architecture that utilizes continuous collision detection and incorporates sufficient conditions designed for contact between deformable and soft bodies for the first time. We test the performance on two benchmark problems, such as prediction of the closure state of a biomedical aortic valve, and verify the regularization effect that improves generalization performance by adding an additional contact term to the loss function. Although it shows that it can handle a variety of reference geometries, it suffers from high computational cost during training, which trades off with the speedup of inference. We quantitatively analyze the training cost and the speedup of inference on various hardware architectures, and achieve up to 1000x speedup on benchmark problems.

Takeaways, Limitations

Takeaways:
A novel graph neural network architecture is presented that considers contact between deformable soft objects.
Overcoming the limitations of existing methods by incorporating continuous collision detection and sufficient conditions.
Improve the generalization performance of the model by adding an additional contact term to the loss function.
Capable of handling various reference geometric shapes.
Achieve up to 1000x inference speedup on benchmark problems.
Limitations:
High computational cost incurred during the training process.
There is a trade-off between inference speed and training cost.
👍