Selected Work
A few representative projects showing how I design, implement, and validate ML systems—especially for inference, uncertainty, and real-world noise.
Score-Based Likelihood Characterization (SLIC)
NeurIPS 2023 · Robust inference with non-Gaussian noise
- Built a score-based framework to model complex likelihoods directly from data (diffusion / score networks).
- Validated on real telescope imaging affected by structured artifacts; enables calibrated posterior inference when Gaussian noise assumptions fail.
Artifact removal in real JWST imaging
TEMPLATES Collaboration · Deep learning for structured noise
- Developed ML models to remove striped noise artifacts from real JWST images of strongly lensed galaxies.
- Focused on high-fidelity recovery for downstream scientific measurement (not just visual denoising).
Selection-bias correction for population inference
ICML 2022 · Hierarchical inference with neural selection modeling
- Addressed survey selection bias when ML models are used as discovery pipelines.
- Developed an unbiased population-level inference method via hierarchical modeling + learned selection correction.
Simulation-based inference pipelines (SBI)
NeurIPS 2021 · Density estimation for fast posteriors
- Built SBI workflows to produce full posterior distributions over complex physical parameters, without restrictive analytic likelihood assumptions.
- Designed evaluation & diagnostics to quantify uncertainty and failure modes.
ML surrogate modeling for turbulence
Neural networks for subgrid-scale physics
- Trained neural models to approximate unresolved turbulent physics (subgrid stress tensor) with high accuracy (~99.5% on benchmark evaluations).
- Goal: enable faster and more reliable simulation at reduced resolution for downstream forecasting/optimization.
Engineering: pipeline acceleration
HERA collaboration · 6× speedup in official pipeline components
- Implemented optimized codepaths that accelerated an anomaly-detection workflow; evaluated and later integrated in the collaboration pipeline.
- Experience with profiling, algorithmic optimization, and making research code production-ready for teams.