paper-with-me

Papers

Deep convolutional neural network for shape optimization using level-set approach

2022-01-17 · Wrik Mallik, Neil Farvolden, Jasmin Jelovica, Rajeev K. Jaiman

This article presents a reduced-order modeling methodology via deep convolutional neural networks (CNNs) for shape optimization applications. The CNN provides a nonlinear mapping between the shapes and their associated attributes while conserving the equivariance of these attributes to the shape translations. To implicitly represent complex shapes via a CNN-applicable Cartesian structured grid, a level-set method is employed. The CNN-based reduced-order model (ROM) is constructed in a completely data-driven manner thus well suited for non-intrusive applications. We demonstrate our ROM-based shape optimization framework on a gradient-based three-dimensional shape optimization problem to minimize the induced drag of a wing in low-fidelity potential flow. We show a good agreement between ROM-based optimal aerodynamic coefficients and their counterparts obtained via a potential flow solver. The predicted behavior of the optimized shape is consistent with theoretical predictions. We also present the learning mechanism of the deep CNN model in a physically interpretable manner. The CNN-ROM-based shape optimization algorithm exhibits significant computational efficiency compared to the full-order model-based online optimization applications. The proposed algorithm promises to develop a tractable DL-ROM-driven framework for shape optimization and adaptive morphing structures.

📄 PDF Abstract BibTeX arXiv:2201.06210

Code (1)

wrik/cnn-optimization 공식 구현

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

Training Data Generating Networks: Shape Reconstruction via Bi-level Optimization

2020-10-16 · ICLR 2022 4 · Biao Zhang, Peter Wonka

We propose a novel 3d shape representation for 3d shape reconstruction from a single image. Rather than predicting a shape directly, we train a network to generate a training set which will be fed into another learning a…

3D Shape Reconstruction3D Shape RepresentationFew-Shot LearningGeneral Classification+1

Fully Convolutional Graph Neural Networks for Parametric Virtual Try-On

2020-09-09 · Raquel Vidaurre, Igor Santesteban, Elena Garces, Dan Casas

We present a learning-based approach for virtual try-on applications based on a fully convolutional graph neural network. In contrast to existing data-driven models, which are trained for a specific garment or mesh topol…

Graph Neural NetworkVirtual Try-on

SA-ConvONet: Sign-Agnostic Optimization of Convolutional Occupancy Networks

2021-05-08 · ICCV 2021 10 · Jiapeng Tang, Jiabao Lei, Dan Xu, Feiying Ma 외

Surface reconstruction from point clouds is a fundamental problem in the computer vision and graphics community. Recent state-of-the-arts solve this problem by individually optimizing each local implicit field during inf…

Surface Reconstruction

GVCNN: Group-View Convolutional Neural Networks for 3D Shape Recognition

2018-06-01 · CVPR 2018 6 · Yifan Feng, Zizhao Zhang, Xibin Zhao, Rongrong Ji 외

3D shape recognition has attracted much attention recently. Its recent advances advocate the usage of deep features and achieve the state-of-the-art performance. However, existing deep features for 3D shape recognition a…

3D Shape Classification3D Shape Recognition3D Shape RepresentationRetrieval

Differentiable Convolution Search for Point Cloud Processing

2021-08-29 · ICCV 2021 10 · Xing Nie, Yongcheng Liu, Shaohong Chen, Jianlong Chang 외

Exploiting convolutional neural networks for point cloud processing is quite challenging, due to the inherent irregular distribution and discrete shape representation of point clouds. To address these problems, many hand…