What are the differences between adjoint shape, topology, and level set optimizations?

What are the differences between adjoint shape, topology, and level set optimizations?#

Date

Category

2023-12-21 20:21:23

Inverse Design

The adjoint plugin allows users to take derivatives of arbitrary functions involving Tidy3D simulations through the use of the “adjoint method”. The advantage of the adjoint method is that the gradients can be computed using only two FDTD simulations, the forward and the adjoint one, independent of the number of parameters. This makes it possible to do gradient-based optimization or sensitivity analysis of devices with enormous numbers of parameters with minimal computational overhead.

Currently, you can drive the structure changes to maximize device response using shape, topology, and level set-based optimizations.

Shape optimization involves parameterizing specific structures such as boxes, cylinders, or polygons by using design parameters. This means that the values of the design parameters determine the device boundaries. While this approach leads to well-defined device boundaries, it is heavily reliant on the initial design geometry. See this tutorial for more details on shape optimization.

In topology or density-based optimization methods, the permittivity values of each grid cell in a design area can be controlled by adjusting the design parameters. This means the permittivity can vary between a minimum and a maximum value, allowing for greater flexibility in the final design. Projection filters can help ensure that the final design is binary and does not contain intermediary permittivity values. This powerful approach is less reliant on the initial geometry and can lead to interesting and unconventional designs. This tutorial presents a detailed explanation on topology optimization.

The level set-based optimization method combines the characteristics of both shape and topology optimizations. In this method, the device boundaries are defined by the zero-contour level of a continuous function over the space, which is called the level set function. The topology of the level set surface is controlled by the design parameters, which then move the device boundaries. This approach results in well-defined device boundaries, similar to the shape optimization approach, but it is less dependent on the initial device structure. See this tutorial for more details on level set optimization.

We highly recommend watching the Inverse Design lectures if you are new to the adjoint method.