LGAICVJan 18, 2024

An attempt to generate new bridge types from latent space of generative flow

arXiv:2401.10299v14 citations
Originality Synthesis-oriented
AI Analysis

This is an incremental application of existing normalizing flow methods to a new domain (bridge design) with no demonstrated practical impact.

The authors tackled the problem of generating novel bridge types by training a normalizing flow model on a dataset of symmetric bridge images, which successfully transformed the complex distribution into a standard normal distribution and generated new bridge types not present in the training data.

Through examples of coordinate and probability transformation between different distributions, the basic principle of normalizing flow is introduced in a simple and concise manner. From the perspective of the distribution of random variable function, the essence of probability transformation is explained, and the scaling factor Jacobian determinant of probability transformation is introduced. Treating the dataset as a sample from the population, obtaining normalizing flow is essentially through sampling surveys to statistically infer the numerical features of the population, and then the loss function is established by using the maximum likelihood estimation method. This article introduces how normalizing flow cleverly solves the two major application challenges of high-dimensional matrix determinant calculation and neural network reversible transformation. Using symmetric structured image dataset of three-span beam bridge, arch bridge, cable-stayed bridge and suspension bridge, constructing and training normalizing flow based on the Glow API in the TensorFlow Probability library. The model can smoothly transform the complex distribution of the bridge dataset into a standard normal distribution, and from the obtained latent space sampling, it can generate new bridge types that are different from the training 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