Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Projects

Selected work across machine learning, computer vision, scientific computing, and probabilistic modeling. Each project includes the implementation and technical documentation.

GitHub ↗

Featured · Computer Vision · Microscopy

Complex-Valued U-Net for FPM ↗

A physics-informed complex-valued U-Net that reconstructs high-resolution amplitude and phase images from low-resolution Fourier Ptychographic Microscopy measurements, replacing iterative phase retrieval with a model that learns the reconstruction directly.

PyTorch Physics-informed DL

Computer Vision

Polygon Corner Prediction ↗

A lightweight (under 5M parameters) model that predicts ordered polygon corner coordinates from 128×128 grayscale images. Full training pipeline, variable-length dataset loader, and polygon-IoU evaluation.

PyTorch

Quantum ML · Chemistry

Bi-Molecular Coupling Energy Prediction ↗

Predicts coupling energies for molecule-pair geometries using classical Kernel Ridge Regression on Coulomb-matrix features, benchmarked against a quantum kernel baseline built with PennyLane.

scikit-learn PennyLane

Computer Vision · Microscopy

Denoising Microscopic Images ↗

Self-supervised denoising of microscopy images using a blind-spot U-Net (Noise2Void) that learns to denoise from a single noisy image, no clean ground truth required.

TensorFlow Noise2Void

Featured · Bayesian Inference

Bayesian Climate Reconstruction ↗

Solves an ill-posed inverse problem analogous to paleoclimate reconstruction, recovering an unknown boundary condition from noisy interior measurements, with evidence-based uncertainty quantification.

NumPy SciPy

Data Augmentation

AugMix ↗

Application of AugMix, a data augmentation method for improving model robustness and uncertainty calibration.

Python PyTorch