About AI/ML Software Biomedical Teaching
Project 1 Image
Curvature-based Graph Neural Network Learning for Directed Graphs
GNNs Graph Theory Python
Developing a GNN-based framework informed by curvature of directed graphs, integrating optimal transport theory for graph learning tasks. Research at Harvard SEAS with Prof. Melanie Weber, exploring geometric learning on directed networks.
AxivLight
Light-Based Outdoor Time Estimation with Unsupervised Clustering for Axivity AX3 Wearable Device Data in UK Biobank Health Records
Unsupervised ML Time Series Health Data
Built a machine learning model to infer outdoor time using light exposure data from Axivity AX3 sensors; enabled large-scale behavior analysis. First-author research conducted at Oxford University Big Data Institute with Prof. Aiden Doherty. (To be submitted 2025).
Project 2 Image
Simulated Annealing for Improved Convolutional Nueral Network-based Crowded Object Detection
Python PyTorch Computer Vision
Designed a novel optimization framework that boosts CNN-based dense object detection using annealing-inspired heuristics for better convergence and accuracy. Co-first author research for Harvard Advanced Computer Vision, in collaboration with Trace Baxley. CS2831.
Project 1 Image
Warm-Start and Bidirectional GNN-Informed Predictive Flows for Faster Ford-Fulkerson
GNNs Ford-Fulkerson Optimzation
We show that using Graph Neural Networks to both warm-start the Ford-Fulkerson algorithm and guide augmenting path selection significantly reduces the number of iterations required to reach max-flow. Our hybrid method leverages GNN predictions for flow initialization and edge prioritization, with theoretical guarantees relating prediction accuracy to algorithmic speedup. With Trace Baxley. CS2241.
Neural Shape Sweeping Image
Neural shape sweeping with signed distance functions
Neural Networks Signed Distance Functions Activation Functions Graphics Shape Sweeping
We train neural networks to approximate the swept volumes of moving shapes using signed distance functions (SDFs), capturing how objects evolve over time along specified trajectories. By experimenting with network architectures, we address challenges posed by discontinuities and complex motions in predicting accurate SDF representations. With Kimberly Herrera and Juan Parra.