paper-with-me

Papers

Benchmarking Data-driven Surrogate Simulators for Artificial Electromagnetic Materials

2021-11-06 · NeurIPS 2021 11 · Yang Deng*, Juncheng Dong*, Simiao Ren*, Omar Khatib, Mohammadreza Soltani, Vahid Tarokh, Willie Padilla, Jordan Malof

Artificial electromagnetic materials (AEMs), including metamaterials, derive their electromagnetic properties from geometry rather than chemistry. With the appropriate geometric design, AEMs have achieved exotic properties not realizable with conventional materials (e.g., cloaking or negative refractive index). However, understanding the relationship between the AEM structure and its properties is often poorly understood. While computational electromagnetic simulation (CEMS) may help design new AEMs, its use is limited due to its long computational time. Recently, it has been shown that deep learning can be an alternative solution to infer the relationship between an AEM geometry and its properties using a (relatively) small pool of CEMS data. However, the limited publicly released datasets and models and no widely-used benchmark for comparison have made using deep learning approaches even more difficult. Furthermore, configuring CEMS for a specific problem requires substantial expertise and time, making reproducibility challenging. Here, we develop a collection of three classes of AEM problems: metamaterials, nanophotonics, and color filter designs. We also publicly release software, allowing other researchers to conduct additional simulations for each system easily. Finally, we conduct experiments on our benchmark datasets with three recent neural network architectures: the multilayer perceptron (MLP), MLP-mixer, and transformer. We identify the methods and models that generalize best over the three problems to establish the best practice and baseline results upon which future research can build.

📄 PDF Abstract BibTeX

Code (1)

ydeng-MLM/ML_MM_Benchmark pytorch

Tasks

BenchmarkingNeural Network simulation

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Systematic Benchmarking of SUMO Against Data-Driven Traffic Simulators

2025-12-20 · Erdao Liang arxiv

This paper presents a systematic benchmarking of the model-based microscopic traffic simulator SUMO against state-of-the-art data-driven traffic simulators using large-scale real-world datasets. Using the Waymo Open Moti…

Autonomous Driving

Data-driven surrogate modelling and benchmarking for process equipment

2020-03-13 · Gabriel F. N. Gonçalves, Assen Batchvarov, Yuyi Liu, Yuxin Liu 외

In chemical process engineering, surrogate models of complex systems are often necessary for tasks of domain exploration, sensitivity analysis of the design parameters, and optimization. A suite of computational fluid dy…

Active LearningBenchmarkingChemical Processregression

Enhancing Inverse Problem Solutions with Accurate Surrogate Simulators and Promising Candidates

2023-04-26 · Akihiro Fujii, Hideki Tsunashima, Yoshihiro Fukuhara, Koji Shimizu 외

Deep-learning inverse techniques have attracted significant attention in recent years. Among them, the neural adjoint (NA) method, which employs a neural network surrogate simulator, has demonstrated impressive performan…

Model-Agnostic Knowledge Guided Correction for Improved Neural Surrogate Rollout

2025-03-13 · Bharat Srikishan, Daniel O'Malley, Mohamed Mehana, Nicholas Lubbers 외

Modeling the evolution of physical systems is critical to many applications in science and engineering. As the evolution of these systems is governed by partial differential equations (PDEs), there are a number of comput…

Surrogate Modeling and Explainable Artificial Intelligence for Complex Systems: A Workflow for Automated Simulation Exploration

2025-10-19 · Paul Saves, Pramudita Satria Palar, Muhammad Daffa Robani, Nicolas Verstaevel 외 arxiv

Complex systems are increasingly explored through simulation-driven engineering workflows that combine physics-based and empirical models with optimization and analytics. Despite their power, these workflows face two cen…