Research

My research typically involves applications of ML, HPC, and Systems. I’ve enjoyed being able to work on a variety of different projects in diverse domains.

My Google Scholar

Optimizing Computation vs Communication in Distributed Deep Learning Training

University of Wisconsin Madison | Feb. 2023 - Present

Under Professor Shivaram Venkataraman, I am exploring the trade-offs between computation and communication in Distributed Deep Learning Training.

Exploring Machine Learning for State-of-Charge and State-of-Health Prediction in a Real World Fast-Charging Scenario

University of Wisconsin Madison | Aug. 2023 - Present

Under Professor Shivaram Venkataraman, I am performing research which addresses the need for accurate battery state-of-charge (SoC) and state-of-health (SoH) predictions in energy storage systems. We explore SoC prediction in batteries with diverse fast charging policies, resembling real-world scenarios. Key findings include the identification of crucial training features, successful adaptation to unforeseen charging policies using continuous learning, and efficient transition from SoC to SoH prediction without additional development.


Harnessing Parallelization for Bayesian Optimization HPC Tuning Searches

Lawrence Berkeley Lab | June 2023 - Feb. 2024

Bayesian optimization (BO) is an inherently sequential workflow that cannot fully utilize modern supercomputers’ parallel architecture. Overseen by Professor Adrián Pérez Diéguez, I designed two GPTune-RCI implementations which enable parallel function evaluation during BO. My parallel BO implementations reduced search time by up to 84% for prominent HPC applications. Further testing also demonstrated up to 77% reduced search time relative to the state-the-art HPC tuner (DeepHyper) which also employs parallelism. Additionally, I implemented a novel parallel multitask learning algorithm which improves both time-to-optimal-solution and final solution quality.


Multi-Model and Multi-Seed Parallel Multi-Task BO

University of California Berkeley | Aug. 2023 - Sep. 2023

I implemented Multi-Model and Multi-Seed Parallel Multi-Task BO into the UC-Berkeley GPTune codebase. Results show improved-time-to-solution and final parameter selection.


Improving the Scalability of Large Scale Image Processing through HPC

Van Andel Institute | May 2023 - July 2023

Overseen by Professor Brian Haab, I built a large scale image processing toolkit for biological sliding window analysis. By combining the integral image method with GPU programming, I achieved a speedup of 131,806x on small-scale images and a speedup of 10,901x on large-scale microscopy images compared to the previously used method. Our toolkit is publicly available through the BioPII PIP package. Our work was recently accepted as a short paper in IEEE CIBCB 2023.


Predicting COVID-19 Cases Using Twitter Image Data

Grand Valley State University | July 2020 - Sep. 2022

Mentored by Professor Erin Carrier, I created a project that helped to improve our COVID response through more accurate COVID-19 case count prediction. My work was published in IEEE ICMLA 2022.


Improving AI Model Selection in the Domain of Digital Agriculture

The Ohio State University | May 2022 - December 2022

Mentored by Professor Christopher Stewart, I worked to examine the current neural network benchmarking practices in digital agriculture. I empirically demonstrated the dangers of using classical datasets for digital agriculture neural network benchmarking. Additionally, I designed a GBM which could predict final neural network test set performance with 87% accuracy using only 3% of the training time required for convergence. I led a team of three in the writing of an arXiv paper, and later I built my work into a full paper which was accepted for publication at AAAI 2023.


Improving the Accessibility of Video Games

Grand Valley State University | Sep. 2019 - June 2020

My freshmen year, I worked as a research assistant for Professor Ira Woodring. I helped perform literature review, summarized and aggregated useful sources, and contributed towards a GameBoy Emulator in C.