arXiv ScienceSearch

arXiv subjects

Adam Fuchs

Publications and source records attributed to Adam Fuchs.

3 recordsLinked to original sources

Diffusion Schr\"odinger Bridges with enhanced posterior sampling for metasurface inverse design

Metasurface inverse design is challenged by the intricate relationship between structural parameters and electromagnetic responses, as well as the high dimensionality of the optimization space. Local models, while commonly employed, quickly become infeasible for complex and locally coupled structures. Conventional iterative optimization techniques, on the other hand, are computationally intensive, time-consuming, and susceptible to convergence in local minima. This study explores a versatile generative methodology based on enhanced posterior sampling within the Schr\"odinger Bridge framework. By decomposing posterior sampling into amplitude and directional contributions, we effectively integrated different kind of posterior sampling. This approach is further supported by refined training strategies to enhance performance and reduce the complexity of hyperparameter optimization. The proposed framework demonstrates exceptional accuracy and robustness, representing a significant advancement in metasurface design. Notably, it enables high-precision inverse design for large-scale configurations of up to $350 \times 350$ pillar arrays, despite being trained on significantly smaller arrays of $23 \times 23$ pillars.

physics.optics

Enhanced posterior sampling via diffusion models for efficient metasurfaces inverse design

The inverse design of metasurfaces faces inherent challenges due to the nonlinear and highly complex relationship between geometric configurations and their electromagnetic behavior. Traditional optimization approaches often suffer from excessive computational demands and a tendency to converge to suboptimal solutions. This study presents a diffusion-based generative framework that incorporates a dedicated consistency constraint and advanced posterior sampling methods to ensure adherence to desired electromagnetic specifications. Through rigorous validation on small-scale metasurface configurations, the proposed approach demonstrates marked enhancements in both accuracy and reliability of the generated designs. Furthermore, we introduce a scalable methodology that extends inverse design capabilities to large-scale metasurfaces, validated for configurations of up to $98 \times 98$ nanopillars. Notably, this approach enables rapid design generation completed in minute by leveraging models trained on substantially smaller arrays ($23 \times 23$). These innovations establish a robust and efficient framework for high-precision metasurface inverse design.

physics.optics

Graphulo Implementation of Server-Side Sparse Matrix Multiply in the Accumulo Database

The Apache Accumulo database excels at distributed storage and indexing and is ideally suited for storing graph data. Many big data analytics compute on graph data and persist their results back to the database. These graph calculations are often best performed inside the database server. The GraphBLAS standard provides a compact and efficient basis for a wide range of graph applications through a small number of sparse matrix operations. In this article, we implement GraphBLAS sparse matrix multiplication server-side by leveraging Accumulo's native, high-performance iterators. We compare the mathematics and performance of inner and outer product implementations, and show how an outer product implementation achieves optimal performance near Accumulo's peak write rate. We offer our work as a core component to the Graphulo library that will deliver matrix math primitives for graph analytics within Accumulo.

cs.DB