paper-with-me

Papers

Deep learning-based topological optimization for representing a user-specified design area

2020-04-11 · Keigo Nakamura, Yoshiro Suzuki

Presently, topology optimization requires multiple iterations to create an optimized structure for given conditions. Among the conditions for topology optimization,the design area is one of the most important for structural design. In this study, we propose a new deep learning model to generate an optimized structure for a given design domain and other boundary conditions without iteration. For this purpose, we used open-source topology optimization MATLAB code to generate a pair of optimized structures under various design conditions. The resolution of the optimized structure is 32 * 32 pixels, and the design conditions are design area, volume fraction, distribution of external forces, and load value. Our deep learning model is primarily composed of a convolutional neural network (CNN)-based encoder and decoder, trained with datasets generated with MATLAB code. In the encoder, we use batch normalization (BN) to increase the stability of the CNN model. In the decoder, we use SPADE (spatially adaptive denormalization) to reinforce the design area information. Comparing the performance of our proposed model with a CNN model that does not use BN and SPADE, values for mean absolute error (MAE), mean compliance error, and volume error with the optimized topology structure generated in MAT-LAB code were smaller, and the proposed model was able to represent the design area more precisely. The proposed method generates near-optimal structures reflecting the design area in less computational time, compared with the open-source topology optimization MATLAB code.

📄 PDF Abstract BibTeX arXiv:2004.05461

Code (0)

등록된 구현이 없습니다.

Tasks

Decoder

Methods 이 논문이 사용한 방법론

SPADE SPADE, or Spatially-Adaptive Normalization is a conditional normalization method for semantic image synthesis. Similar to [Batch…
Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

A DNN Biophysics Model with Topological and Electrostatic Features

2024-09-05 · Elyssa Sliheet, Md Abu Talha, Weihua Geng

In this project, we provide a deep-learning neural network (DNN) based biophysics model to predict protein properties. The model uses multi-scale and uniform topological and electrostatic features generated with protein …

PLay: Parametrically Conditioned Layout Generation using Latent Diffusion

2023-01-27 · Chin-Yi Cheng, Forrest Huang, Gang Li, Yang Li

Layout design is an important task in various design fields, including user interface, document, and graphic design. As this task requires tedious manual effort by designers, prior works have attempted to automate this p…

Layout DesignLayout Generation

Online Clustering of Bandits with Misspecified User Models

2023-10-04 · NeurIPS 2023 11

The contextual linear bandit is an important online learning problem where given arm features, a learning agent selects an arm at each round to maximize the cumulative rewards in the long run. A line of works, called the…

ClusteringOnline Clustering

Topology Guidance: Controlling the Outputs of Generative Models via Vector Field Topology

2025-05-11 · Xiaohan Wang, Matthew Berger

For domains that involve numerical simulation, it can be computationally expensive to run an ensemble of simulations spanning a parameter space of interest to a user. To this end, an attractive surrogate for simulation i…

Denoising

ELBOing Stein: Variational Bayes with Stein Mixture Inference

2024-10-30 · Ola Rønning, Eric Nalisnick, Christophe Ley, Padhraic Smyth 외

Stein variational gradient descent (SVGD) [Liu and Wang, 2016] performs approximate Bayesian inference by representing the posterior with a set of particles. However, SVGD suffers from variance collapse, i.e. poor predic…

Bayesian Inference