Generative Inverse Design of Metamaterials with Functional Responses by Interpretable Learning

Wei "Wayne" Chen, Rachel Sun, Doksoo Lee, Carlos M. Portela, Wei Chen

2023

Generative Inverse Design of Metamaterials with Functional Responses by Interpretable Learning

Problem

Framing

Inverse design for metamaterials with functional responses still relies on iterative search or one-to-one inverse maps, both of which break under non-unique targets and small datasets. The paper closes this gap with RIGID, which turns a random-forest forward model into an interpretable likelihood over designs and samples multiple valid solutions without retraining.

Currently Used Methods

Foundational

Proposed Method

Architecture

RIGID trains a random forest on (x,s)y(\mathbf{x}, s) \mapsto y, where x\mathbf{x} are design variables, ss is frequency or wavelength, and y{0,1}y \in \{0,1\} marks qualitative target satisfaction. Inversion prunes each tree by the target domain Ω\Omega, maps surviving leaves to design-space regions, and averages leaf probabilities across trees into a forest likelihood.

Verified architecture schematic: design-response data for acoustic and optical metamaterials flow through random-forest forward learning, target-conditioned inverse inference, likelihood estimation, and generative design.

Loss / Objective

The objective is to find designs whose qualitative response stays positive over the target domain.

{xf(x,s)=1, sΩ}\{\mathbf{x}^* \mid f(\mathbf{x}^*, s)=1,\ \forall s \in \Omega\}

For tree mm, the target-satisfaction likelihood is

Lm(xT)=Pm(Tx)L_m(\mathbf{x}\mid T)=P_m(T\mid \mathbf{x})

and the forest likelihood is

L(xT)=1Mm=1MLm(xT)L(\mathbf{x}\mid T)=\frac{1}{M}\sum_{m=1}^{M} L_m(\mathbf{x}\mid T)

Sampling Rule / Algorithm

Generation samples designs in proportion to the estimated likelihood, using MCMC over the forest score.

xp(xT)L(xT)\mathbf{x} \sim p(\mathbf{x}\mid T) \propto L(\mathbf{x}\mid T)

Training Procedure

Evaluation

Datasets

Metrics

Headline results

Table 1: Optical metasurface inverse-design results and diagnostics from Figure 5 panels C-G.

PanelWhat it showsMain takeaway
CTarget wavelength bands over an absorbance spectrumTargets are interval constraints, not full-spectrum matching.
DEstimated-likelihood densities for all, satisfied, and unsatisfied designsHigher likelihood aligns with target satisfaction.
ESampling-threshold sweep of selection rate, satisfaction rate, and average scoreRaising τ\tau cuts yield but improves quality.
FExample generated metasurfaces with dimensions and likelihoodsRIGID returns multiple distinct high-likelihood designs.
GRIGID vs GA distributions over materials, geometry type, and thicknessesRIGID covers a broader design space than GA.

Ablations

Method Strengths and Weaknesses

Strengths

Weaknesses

Suggestions from the authors

Links

Prior Papers

Further Papers

No vault papers identified as further work yet.