Free-form reflector design is essential in optics for precisely shaping light distributions, with applications in automotive lighting, energy-efficient LED optics, laser-based manufacturing, aerospace systems, and medical imaging.
This problem is mathematically formulated as a non-linear Monge-Ampère equation (Wikipedia), which defines the mapping between a given light source and a prescribed target intensity.
However, traditional numerical solvers for this equation are computationally expensive and often struggle with convergence, particularly in complex boundary conditions. Developing efficient and robust methods to solve this problem is crucial for advancing high-performance optical designs in both scientific and industrial applications.
We aim to develop physics-informed neural networks (PINNs) to solve inverse problems in free-form optical design.
By embedding the governing equations - such as the Monge-Ampère equation - directly into the learning process, our approach ensures physically consistent solutions while significantly reducing computational costs. Unlike purely data-driven models, PINNs do not rely solely on labeled data but instead enforce optical constraints during training, improving solution accuracy for specific problem instances. This framework accelerates the inverse design process and provides a computationally efficient alternative to traditional numerical solvers.
Ensure you have the following installed:
- Python 3.7 or higher
- Required libraries (listed in
requirements.txt)
Clone the repository:
git clone https://github.com/Alexin-CH/ReflectorML.git
cd ReflectorMLInstall the required dependencies:
makeThis repository includes many projects and scripts. Main scripts are located in the src directory.
This project is inspired by the paper "A Neural Network Approach for Solving the Monge-Ampère Equation with Transport Boundary Condition" (arXiv:2410.19496v1, Oct 25, 2024). You can read the paper here.
Special thanks to Valentin MALQUY for their preliminary work on this topic. Your contributions and insights have been invaluable in shaping this project.


