Source-linked AI summary

Probabilistic representation and inverse design of metamaterials based on a deep generative model with semi-supervised learning strategy

Wei Ma, Feng Cheng, Yihao Xu, Qinlong Wen, Yongmin Liu

arXiv:1901.10819v1physics.optics

TL;DR

Metamaterial inverse design is constrained by inefficient numerical simulation and an inverse mapping inconsistent with physical intuitions. The paper introduces latent-variable generative modeling with encoder-decoder reconstruction and reports efficient, versatile design support, while retrieval accuracy remains limited.

  • Problem

    Low-efficiency numerical simulation and an inverse mapping inconsistent with physical intuitions constrain metamaterial inverse design.

  • Method

    The model introduces latent variables and jointly learns generation and latent-space construction through a deep encoder-decoder configuration.

  • Results

    The approach reconstructs geometries by sampling latent variables and is reported to offer high efficiency and versatility with reduced dependence on numerical simulations.

  • Takeaways & Limitations

    Model-retrieved geometries appear much more similar to ground-truth geometries, supporting data-driven metamaterial design.

  • Takeaways & Limitations

    Sampled latent variables cannot produce highly accurate retrieval from the given requirements.

Abstract

from arXiv · show

The research of metamaterials has achieved enormous success in the manipulation of light in an artificially prescribed manner using delicately designed sub-wavelength structures, so-called meta-atoms. Even though modern numerical methods allow to accurately calculate the optical response of complex structures, the inverse design of metamaterials is still a challenging task due to the non-intuitive and non-unique relationship between physical structures and optical responses. To better unveil this implicit relationship and thus facilitate metamaterial design, we propose to represent metamaterials and model the inverse design problem in a probabilistically generative manner. By employing an encoder-decoder configuration, our deep generative model compresses the meta-atom design and optical response into a latent space, where similar designs and similar optical responses are automatically clustered together. Therefore, by sampling in the latent space, the stochastic latent variables function as codes, from which the candidate designs are generated upon given requirements in a decoding process. With the effective latent representation of metamaterials, we can elegantly model the complex structure-performance relationship in an interpretable way, and solve the one-to-many mapping issue that is intractable in a deterministic model. Moreover, to alleviate the burden of numerical calculation in data collection, we develop a semi-supervised learning strategy that allows our model to utilize unlabeled data in addition to labeled data during training, simultaneously optimizing the generative inverse design and deterministic forward prediction in an end-to-end manner. On a data-driven basis, the proposed model can serve as a comprehensive and efficient tool that accelerates the design, characterization and even new discovery in the research domain of metamaterials and photonics in general.

1 Department of Mechanical and Industrial Engineering, Northeastern University,

The listed affiliation is in Boston, Massachusetts, United States.

  • The affiliation is located in Boston, Massachusetts.
  • The listed state is Massachusetts.
  • The listed country is the United States.

2 Department of Electrical and Computer Engineering, Northeastern University,

The listed affiliation is in Boston, Massachusetts, United States.

  • The affiliation is located in Boston, Massachusetts.
  • The listed state is Massachusetts.
  • The listed country is the United States.

Introduction

Metamaterial design has relied on physics-guided trial and error, while inverse design remains difficult because structure–response mappings are non-unique. The paper proposes a probabilistic generative model with latent variables and semi-supervised learning to generate diverse candidates and jointly address forward and inverse problems.

  • Motivation: Physics-inspired metamaterial design relies on human knowledge and trial-and-error numerical simulations, limiting efficiency and exploration of design varieties.Finite-Difference-Time-Domain and Finite Element Method calculations are used iteratively to solve Maxwell’s equations.
  • Motivation: Existing data-driven approaches model design parameters and optical responses bidirectionally but generally handle only a few parameters in narrow application ranges.Earlier neural-network approaches were also limited by simple model structures and insufficient data.
  • Problem: Metamaterial inverse design is inherently one-to-many because drastically different meta-atom structures can produce similar optical responses.Treating the problem as one-to-one regression is inconsistent with this physical relationship.
  • Approach: The proposed probabilistic generative model represents metamaterial patterns as two-dimensional images and uses latent variables to encode designs and optical responses.A variational auto-encoder structure supports sampling latent variables to reconstruct new designs satisfying the same requirements.
  • Approach: Sampling in the latent space enables diverse candidate designs for identical requirements, while similar geometries and responses are clustered as possible candidates.The representation is intended to preserve design variety rather than force one inverse-design solution.
  • Approach: The model jointly solves forward prediction, inverse generation, and latent-space construction in an end-to-end semi-supervised framework that uses unlabeled data.This strategy is presented as a way to alleviate the numerical-calculation burden of collecting labeled data.

Results and Discussions

The model jointly represents metamaterial geometry and optical response in a probabilistic latent space, supporting deterministic forward prediction and diverse inverse generation. Evaluations show compact clustering, faithful reconstruction, accurate spectral retrieval, and novel geometry generation.

  • Model architecture: The model uses recognition, prediction, and generation sub-models to encode designs and responses, predict spectra, and generate designs from required responses.Its latent variable is sampled to introduce diversity, while the forward path remains deterministic.
  • Model evaluation: The model gradually reconstructs input geometries with high fidelity and reproduces corresponding reflection spectra, enabling fast metamaterial characterization.Predicted spectra agree closely with numerically simulated spectra, and retrieved geometries resemble ground-truth designs.
  • On-demand inverse design: Sampling latent variables enables diverse inverse retrievals that approximate prescribed reflection spectra for multiple on-demand design cases.Retrieved designs produce optical responses that agree fairly well with the required reflections.
  • Novel structure generation: Latent-space sampling also produces irregular structures beyond the three training geometry groups and interpolated patterns combining features of different seed geometries.Examples include partial-cross-partial-h-shape and partial-cross-partial-split-ring patterns.
  • Interpretability and flexibility: The probabilistic latent representation makes inverse retrieval interpretable and flexible by allowing designs to be sampled according to specific preferences.This addresses the one-to-many nature of inverse design through stochastic sampling.

Conclusions

The proposed deep generative model represents metamaterials probabilistically to address non-unique inverse design, using latent sampling to generate diverse geometries from required spectra. Its semi-supervised encoder-decoder framework also uses unlabeled data while supporting forward prediction and broader photonics applications.

  • Conclusions: The model addresses inverse design by representing metamaterial geometry and optical response in an encoder-decoder latent space.This probabilistic representation avoids forcing a one-to-one structure–response mapping that conflicts with physical intuition.
  • Conclusions: Sampling latent variables enables diverse retrieval of meta-atom geometries for required spectra, resolving the one-to-many inverse-design mapping.The stochastic sampling step provides diversity during generative reconstruction.
  • Conclusions: The encoder-decoder configuration supports deterministic forward prediction alongside generative inverse design.The forward predictor shares extracted features with the generative model.
  • Conclusions: The semi-supervised strategy uses labeled and unlabeled data to reduce dependence on numerical simulations during training.Unlabeled patterns contribute to generative learning, while labeled pattern–spectra pairs support deterministic learning.
  • Conclusions: Latent-variable encoding makes inverse design more stable, diverse, versatile and interpretable, with extensions to photonic and material-science domains.The authors position the model as a tool for design, characterization and discovery in metamaterials and photonics.

Methods

The study constructs a dataset of varied cross-, split-ring and H-shaped metamaterial patterns, simulates optical responses for a subset, and trains with both labeled and unlabeled data. The data preparation combines random geometry parameters and distortions with binary image discretization.

  • Data preparation: The dataset contains cross-shape, split-ring and H-shaped geometry groups selected as typical, fabrication-feasible meta-atom candidates.These groups reflect designs frequently adopted in previous work and human experience in metamaterial design.
  • Data preparation: Randomly sampled lengths, widths, relative offsets and rotational angles, followed by global distortion, increase design diversity.Patterns are discretized into 64×64 binary images.
  • Simulation setup: The simulations modeled the spacer as a lossless dielectric with permittivity 2 and gold using a Drude model.The proposed model was implemented in TensorFlow.
Loading 1901.10819v1…