Skip to content

This code is for of inverse design and forward prediction of disordered waveguide. Open Access Available once Published

License

Notifications You must be signed in to change notification settings

ZooBeasts/cWGAN-GP_Inverse_Design_Disordered_Waveguide_Nanophotonics

Repository files navigation

Generative model for multiple-purpose inverse design and forward prediction of disordered waveguides in linear and nonlinear regimes

COMING SOON (Updated readme.*), dont Panic if you see old code disappeared, they are in archive code folder.

Ziheng Guo1, Zhongliang Guo2, Oggie Arandelovic2, Andrea di Falco1*

1 School of Physics and Astronomy, University of St. Andrews, Fife, KY16 9SS, United Kingdom

2 School of Computer Science, University of St. Andrews, Fife, KY16 9SS, United Kingdom

The Work will be presented in Machine Learning in Photonics, SPIE PHOTONICS EUROPE 8 April 2024, Strasbourg, France. https://spie.org/photonics-europe/presentation/Generative-model-for-multiple-purpose-inverse-design-and-forward-prediction/13017-2

Platform:

CPU: AMD R9 5900x 4.6Ghz

GPU: ASUS ROG strix 3090oc

RAM: Crucial 48GB 4200Mhz oc

Pytorch Version: 2.0.1 + cuda 11.7

Conda Version: v23.7.2

In this project, we demonstrated the random waveguide design in image size 64 x 64 x 1 channel, and physical size 6.4 x 6.4 um. The waveguide was stimulated via the FDTD method using custom Fortran code. Ref: Optical parametric oscillations in isotropic photonic crystals, Claudio Conti, Andrea Di Falco, and Gaetano Assanto. https://opg.optica.org/oe/fulltext.cfm?uri=oe-12-5-823&id=79198

Traditional inverse design waveguides use all kinds of optimization techniques, such as PSO, GA. However, these methods are all very time-consuming. Therefore, Data-driven Machine learning is introduced. A Wasserstein generative adversarial network (WGAN-gp) is used for inverse design random waveguide, and CNN is used for forward prediction.

Our work considered more randomness in order to extend the overall degree of freedom of waveguide design space. Therefore, it is possible to improve model generalization to avoid mode collapse during the training, as our physical data is sparse type. 200 etched holes in total 4096 design space.

GAN:

Input: Reference Linear transmission spectra data

Output: Generated new geometries.

Aim to solve three different inverse design problems:

Examples to support our findings

image

image

Forward Prediction:

Input: Geometries ( from GAN or FDTD )

Output: Transmission Spectra (reference and nonlinear)

forward-p

The model prediction is measured with MSE, and the acceptable error is within 10%. Due to CNN kernel scanning ability for random, sparse type doesn't perform well.

How to use:

This code was written and run in Windows 10. Therefore, number_workers = 0 If you want to run it in Linux, please remember to change the number_workers to your desired number.

Steps:

  1. if your data is split in *. txt, you can use convertarray2image.py in Utilities folder Notice: Remember to change color, size, row and col size to fit your data.

  2. Check Dataloder.py Notice: Check your data path, image path, data index to avoid error

  3. Check Model.py in Model folder Notice: Model.py contains some hyperparameters (where some are also can be controlled in main.py)

  4. Check main.py and run Notice: main.py contains hyperparameters and need to be changed to suit your data. Dont forgot the save location.

  5. Check Pre_Known.py and Unknown.py Notice: path location and Z_dim size to avoid errors.

  6. Load generated geometry, go through Norm_image.py to remove noise Notice: check >, <, = value to estimate noise from images

  7. Do regression in Nonlinear folder Notice: remember to change hyperparameters to fit your data, repeat 10 times for different power input

  8. Prediction using Nonlinear_pred1e0.py, etc Notice: Where to predict the output, etc

About

This code is for of inverse design and forward prediction of disordered waveguide. Open Access Available once Published

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages