Research

Publications

Peer-reviewed work on efficient deep learning for optical AI accelerators, provable robustness, and medical image analysis.

The full, current list is on Google Scholar.

Doctoral thesis

High Resolution Capabilities of Free-space Optical Neural Networks. PhD thesis, City, University of London, 2024. Introduces FatNet, a method for converting conventional neural networks into a form suited to the 4f optical system by trading channels for feature-map resolution, and extends it to segmentation and Vision Transformers.

Read the thesis on City Research Online

Other writing

  • Custom PyTorch layer FFTConv2d

    How to write a PyTorch layer that performs 2D convolution in the Fourier domain, without loops, so that it runs efficiently on a GPU.