|
| 1 | +# Citation |
| 2 | + |
| 3 | +If you use **DeepLens** in your research, please cite the relevant papers below. |
| 4 | + |
| 5 | +**Differentiable ray tracing** was developed by the [KAUST Computational Imaging Group](https://vccimaging.org/). The first version of the differentiable ray tracer was implemented by [Dr. Congli Wang](https://congliwang.github.io/) on [Mitsuba2](https://github.com/mitsuba-renderer/mitsuba2): |
| 6 | + |
| 7 | +```bibtex |
| 8 | +@article{sun2021end, |
| 9 | + title={End-to-end complex lens design with differentiable ray tracing}, |
| 10 | + author={Sun, Qilin and Wang, Congli and Qiang, Fu and Xiong, Dun and Wolfgang, Heidrich}, |
| 11 | + journal={ACM Trans. Graph}, |
| 12 | + volume={40}, |
| 13 | + number={4}, |
| 14 | + pages={1--13}, |
| 15 | + year={2021} |
| 16 | +} |
| 17 | +``` |
| 18 | + |
| 19 | +Later, Dr. Congli Wang implemented the first PyTorch version of the differentiable ray tracer ([**dO**](https://github.com/vccimaging/DiffOptics)): |
| 20 | + |
| 21 | +```bibtex |
| 22 | +@article{wang2022differentiable, |
| 23 | + title={do: A differentiable engine for deep lens design of computational imaging systems}, |
| 24 | + author={Wang, Congli and Chen, Ni and Heidrich, Wolfgang}, |
| 25 | + journal={IEEE Transactions on Computational Imaging}, |
| 26 | + volume={8}, |
| 27 | + pages={905--916}, |
| 28 | + year={2022}, |
| 29 | + publisher={IEEE} |
| 30 | +} |
| 31 | +``` |
| 32 | + |
| 33 | +Currently, [Xinge Yang](https://singer-yang.github.io/) builds and maintains [**DeepLens**](https://github.com/AI4Optics/DeepLens). The automated lens design work demonstrates the capability of differentiable optics compared to classical optical design: |
| 34 | + |
| 35 | +```bibtex |
| 36 | +@article{yang2024curriculum, |
| 37 | + title={Curriculum learning for ab initio deep learned refractive optics}, |
| 38 | + author={Yang, Xinge and Fu, Qiang and Heidrich, Wolfgang}, |
| 39 | + journal={Nature communications}, |
| 40 | + volume={15}, |
| 41 | + number={1}, |
| 42 | + pages={6572}, |
| 43 | + year={2024}, |
| 44 | + publisher={Nature Publishing Group UK London} |
| 45 | +} |
| 46 | +``` |
| 47 | + |
| 48 | +A differentiable **ray-wave model** is introduced for simulating and optimizing hybrid refractive-diffractive lenses: |
| 49 | + |
| 50 | +```bibtex |
| 51 | +@inproceedings{yang2024end, |
| 52 | + title={End-to-end hybrid refractive-diffractive lens design with differentiable ray-wave model}, |
| 53 | + author={Yang, Xinge and Souza, Matheus and Wang, Kunyi and Chakravarthula, Praneeth and Fu, Qiang and Heidrich, Wolfgang}, |
| 54 | + booktitle={SIGGRAPH Asia 2024 Conference Papers}, |
| 55 | + pages={1--11}, |
| 56 | + year={2024} |
| 57 | +} |
| 58 | +``` |
| 59 | + |
| 60 | +Differentiable **non-sequential** ray tracing and **polarization tracing** are developed in: |
| 61 | + |
| 62 | +```bibtex |
| 63 | +@article{yang2026waveguide, |
| 64 | + title={End-to-end differentiable design of geometric waveguide displays}, |
| 65 | + author={Yang, Xinge and Liu, Zhaocheng and Nie, Zhaoyu and Fan, Qingyuan and Shi, Zhimin and Bonar, Jim and Heidrich, Wolfgang}, |
| 66 | + journal={arXiv preprint arXiv:2601.04370}, |
| 67 | + year={2026} |
| 68 | +} |
| 69 | +``` |
0 commit comments