IVAICVNov 14, 2021

Visual design intuition: Predicting dynamic properties of beams from raw cross-section images

arXiv:2111.09701v1
Originality Synthesis-oriented
AI Analysis

This addresses the need for fast surrogate models in preliminary optimization studies for engineering design, though it is incremental as it applies existing CNNs to a new domain.

The paper tackled the problem of predicting dynamic properties of cantilever beams from raw cross-section images using convolutional neural networks, achieving 4.54% and 1.43% MAPE for volume maximum deflection and eigenfrequencies compared to FEA, and being over 1000 times faster.

In this work we aim to mimic the human ability to acquire the intuition to estimate the performance of a design from visual inspection and experience alone. We study the ability of convolutional neural networks to predict static and dynamic properties of cantilever beams directly from their raw cross-section images. Using pixels as the only input, the resulting models learn to predict beam properties such as volume maximum deflection and eigenfrequencies with 4.54% and 1.43% Mean Average Percentage Error (MAPE) respectively, compared to the Finite Element Analysis (FEA) approach. Training these models doesn't require prior knowledge of theory or relevant geometric properties, but rather relies solely on simulated or empirical data, thereby making predictions based on "experience" as opposed to theoretical knowledge. Since this approach is over 1000 times faster than FEA, it can be adopted to create surrogate models that could speed up the preliminary optimization studies where numerous consecutive evaluations of similar geometries are required. We suggest that this modeling approach would aid in addressing challenging optimization problems involving complex structures and physical phenomena for which theoretical models are unavailable.

Code Implementations2 repos
Foundations

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

Your Notes