Physics-informed AI-driven inverse design framework for nonlinear metasurfaces using hybrid CNN-autoencoder architecture
Scanned 9/11/2026
Install to Claude Code
npx -y skills add hiyenwong/ai_collection --skill nanophotonet-pinn-inverse-design --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Nanophotonet Pinn Inverse Design?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hiyenwong-nanophotonet-pinn-inverse-design)More formats (shields.io, HTML) on the badges page.
---
name: nanophotonet-pinn-inverse-design
description: "Physics-informed AI-driven inverse design framework for nonlinear metasurfaces using hybrid CNN-autoencoder architecture"
category: quantum-physics
tags: ["inverse-design", "metasurfaces", "physics-informed", "neural-network", "nonlinear-optics", "autoencoder"]
---
# NanoPhotoNet-PINL: Physics-Informed Inverse Design for Metasurfaces
## Description
Physics-informed AI-driven inverse design methodology for nonlinear multi-layer metasurfaces (MLMs). Uses hybrid 1D CNN + deep neural network autoencoder to directly map target dual-resonant reflection spectra to required multi-layer geometries and material compositions. Integrates Maxwell-based nonlinear electrodynamics into inverse design loop for physics-guided training and evaluation. Achieves ~99.2% inverse-design prediction efficiency and 3+ orders of magnitude SHG enhancement.
## Activation Keywords
- nanophotonet
- PINL inverse design
- metasurface inverse design
- physics-informed metasurface
- nonlinear metasurface design
- 超表面逆向设计
- SHG enhancement design
- dual-resonant metasurface
- NanoPhotoNet
- Maxwell neural design
## Core Methodology
### Architecture Components
#### 1. Forward Model (Physics Engine)
- **Maxwell-based nonlinear electrodynamics**: Computes SHG conversion efficiency
- **Modal overlap factors**: Calculates for each MLM design
- **Dual-resonant cavity**: Fundamental + second-harmonic wavelengths
#### 2. Inverse Design Network
- **1D CNN**: Extracts spectral features from target reflection spectra
- **Deep Neural Network Autoencoder**: Maps spectra to geometry parameters
- **Output**: Multi-layer geometries + material compositions
### Training Loop (Physics-Guided)
1. **Target Input**: Desired dual-resonant reflection spectra at fundamental and SH wavelengths
2. **Network Prediction**: Predicts MLM geometry and material parameters
3. **Physics Evaluation**: Compute SHG conversion efficiency using Maxwell equations
4. **Loss Computation**: Physics-guided loss (spectral match + SHG efficiency)
5. **Backpropagation**: Update network weights with physics-informed gradients
6. **Iterate**: Until convergence to high-efficiency design
### Key Results
- **~99.2% inverse-design prediction efficiency** along linear spectral manifold
- **3+ orders of magnitude SHG enhancement** vs bare 3R-MoS2 flake
- **Dual-resonant MLMs**: Simultaneous resonance at fundamental and SH wavelengths
- **Maximum nonlinear overlap**: Optimized for embedded 3R-MoS2 sheet
## Implementation Patterns
### Pattern 1: Nonlinear Metasurface Design
```
Target: Dual-resonant reflection spectra (ω + 2ω)
→ CNN-Autoencoder → MLM geometry + materials
→ Maxwell solver → SHG efficiency
→ Physics-guided loss → Update
Result: 1000x+ SHG enhancement
```
### Pattern 2: Phase-Matched Cavity Design
```
Target: Phase-matched dual-resonant cavity
→ Network → Multi-layer geometry
→ Physics validation → Modal overlap + phase matching
Result: High-efficiency second-order processes
```
### Pattern 3: Generalizable Inverse Design
```
Target: Any nonlinear optical response
→ Train on physics-informed dataset
→ Network generalizes across material systems
Result: Transferable to other nonlinear 2D materials
```
## Applications
- **Second-Harmonic Generation (SHG)**: Frequency conversion, quantum light generation
- **On-chip nonlinear nanophotonics**: Integrated photonic circuits
- **Nonlinear metamaterials**: Programmable nonlinear optical response
- **Quantum light sources**: Single-photon and entangled photon generation
- **Sensing**: Nonlinear optical sensors with enhanced sensitivity
## Error Handling
### Non-Convergence in Inverse Design
- Use multi-start initialization
- Gradually increase target complexity
- Regularize with physics constraints
### Unphysical Predictions
- Add physical bounds as output constraints
- Use physics-informed loss penalties
- Validate all predictions with full Maxwell solver
### Computational Cost
- Use surrogate models for initial screening
- Progressive refinement: coarse → fine resolution
- Transfer learning from simpler to complex targets
## Related Concepts
- Physics-Informed Neural Networks (PINNs)
- Inverse Design in Photonics
- Metasurfaces and Metamaterials
- Second-Harmonic Generation
- Nonlinear Optics
- Autoencoder Architecture
- Maxwell's Equations
## References
- arXiv:2606.26751 "Giant Second-Harmonic Generation in 3R-MoS2/MLM Hybrid Metasurfaces Cavities"
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!