Contact

About Me

Quantitative researcher and data scientist with a background in physics, working at the intersection of model development, experimentation, and analytics engineering. I’m passionate about uncovering patterns in complex systems, whether in financial markets or user behavior, and converting them into actionable business insights.



At Optiver I currently work on HFT strategies and model development, applying statistical methods and machine learning to microstructure financial data. Previously, at Google Maps, I led key efforts to improve search quality through experimentation infrastructure, metric design, and NLP model development. My work included building end-to-end A/B testing systems, creating new north-star metrics, and developing in-product classifiers for novel search features, all of which impacted hundreds of millions of Google Maps users.



Earlier in my career, I focused on fundamental research in biophysics and medicine, developing statistical models, computer vision algorithms, and physics-based simulations. These contributions improved our understanding of cancer dynamics and immune responses, and helped characterize chaotic biological systems through image-based features.



I’m an expert in Python and SQL, with working proficiency in C++. I enjoy working across disciplines and building tools that make complex systems measurable and actionable.



Outside of work I enjoy playing music, gaming, and spending time outdoors with my wife, son, and dog.


Experience

Quantitative Researcher (current)
Optiver
Mar 2025 -
Austin, TX


Senior Data Scientist
Google Maps
Oct 2021 - Feb 2024
New York, NY


Data Scientist
Credit Modeling and Analytics
Jan 2021 - Oct 2021
New York, NY


Postdoctoral Researcher
Institute for Physical Science and Technology
Aug 2020 - Dec 2020
College Park, MD (remote)



Education

PhD in Physics, Aug 2020
University of Maryland College Park
College Park, MD
Dissertation: Quantifying the Organization and Dynamics of Excitable Signaling Networks


B.S. in Physics, May 2013
St. John's University
Jamaica, NY
Minors in Mathematics and Chemistry


Awards

Monroe H. Martin Fellow
(Continue reading)

NSF COMBINE Fellow
(Continue reading)

Department of Physics/CMNS
Outstanding Graduate Assistant
(Continue reading)

Projects

Modeling Flow-Field Dynamics in Biological Systems

Optical flow measurements enable a wide variety of technologies, from facial recognition to self-driving cars. In this project, I designed an optical-flow-based pipeline to quantify flow-field dynamics in biological systems.

Applying the algorithm to microscope images, I extracted measurements such as speed and directionality across various cell types. I then modeled these flow fields using a bimodal mixed von-Mises distribution, capturing the influence of external forces on cellular behavior.

This algorithm was introduced in Lee*, Campanello*, et al., MBoC 2020 (preprint and manuscript), and was featured in several follow-up publications.

The original MATLAB code for the MBoC manuscript can be found at github.com/LosertLab/FlowClusterTracking, with updates at github.com/ljcamp1624/FlowClusterTracking.

Key concepts: computer vision, optimization, modeling, maximum-likelihood estimation, data visualization, time-series analysis.

Applying Excitable-Systems Models to Biological Signaling Networks

Excitability is the phenomenon whereby a system can rapidly change states, e.g., switching between a damped and continuous oscillatory state, as seen in the red line in the animation to the right.

In my doctoral dissertation, I explored the role of excitability in biological systems, identifying key mechanisms that enable it during processes like immune response and wound healing.

One excitable-systems model that demonstrates this behavior is the FitzHugh-Nagumo model, an implementation of which is available on my GitHub: github.com/ljcamp1624/FitzhHughNagumoModel

Key concepts: nonlinear dynamics, coupled systems, mathematical modeling, time-series analysis.

Quantification of 3D Filament Networks

Filament networks are ubiquitous in biology—from the extracellular matrix that guides cell migration, to the wiring of the nervous system via axons and dendrites.

I developed a robust and automatic algorithm to segment, skeletonize, and disentangle filament networks using their local topological features.

Some of this work is featured in Campanello, Traver, et al., BioRxiv (2020), and will appear in upcoming publications.

Simulations of Filament-Network Polymerization and Depolymerization

Reaction-diffusion dynamics governing polymerization and depolymerization are critical to understanding intracellular regulation.

In this project, I used an excitable-systems and reaction-diffusion-like model to simulate the dynamics of Bcl10, a key intracellular protein involved in T-cell signaling.

Featured in Campanello, Traver, et al., PLOS Computational Biology, 2020.

Modeling and Visualizing Crime in New Carrollton, MD

I coached a team in the 2019 UMD Data Challenge, where we built models and visualization tools to help police officers predict when and where crime incidents were most likely to occur.

Using five years of historical data, our model identified high-risk areas and time windows, which we overlaid onto a city map of New Carrollton, MD (shown at left).

This project was awarded “Best Presentation” by AWS judges.

Outreach

MATLAB Boot Camp (2015-2019)

From 2015 to 2019, I organized and taught an annual week-long MATLAB Boot Camp on image processing, computer vision, statistical modeling, and data analysis in MATLAB. More than 150 students and researchers have attended the boot camp since 2015, including graduate students, postdocs, and PIs, many from the nearby National Institutes of Health and Johns Hopkins University.

Class of 2017



UMD Data Challenge (2019, 2020)

In 2019 and 2020, I coached teams of data-science students to address data-driven problems for a university-wide competition. In 2018, we built a model that visualized and predicted crime in New Carrollton, MD based on data from the local police department; and in 2020, we did statistical analysis of traffic data to help inform Maryland and DC Departments of Transportation on how they can alleviate traffic congestion.

DC 2020 team



COMBINE Committee (Co-chair 2018, 2019)

In 2018 and 2019, I co-chaired the COMBINE Committee in charge of program management for the COMBINE NRT (combine.umd.edu) to develop and organize their extracirricular programs, including outreach, research programs, internship fairs, and career-development workshops.



We organized two Data Science Career workshops attended by more than 300 graduate students and postdocs at the University of Maryland.



Furthermore, with network science being a core theme in COMBINE, we also organized several network-science- and data-science-themed Maryland Day demonstrations.



GRADMAP Winter Workshop (2018, 2019)

GRADMAP is a graduate-student-led program to promote graduate studies in physics and astronomy to underrespresented groups. In 2018 and 2019, I taught and mentored students as part of the "Winter Workshop", which is a 10-day-long workshop where late-year undergraduate students learn python, develop a simple research problem, and deliver a final presentation on how they addressed their problem.



One of my students was interested in physics and built a simple simulation of quantum tunneling in periodic square wells. Another was interested in biophysics, and tried to quantify a fundamental problem in cancer biology: individual vs. collective behavior in metastatic cancer.

Teaching quantum mechanics

My mentee, Akorede, delivering his final presentation



"Can you move like a cell?" (Maryland Day 2016-2019)

Collective motion is an important biological process in cells of all types. For example, skin cells move collectively during wound healing, and immune cells work collectively to detect and eliminate infections.

For the annual Maryland Day, I designed an interactive demonstration that invited participants to "move like a cell" as a series of webcams measured their motion in real time using algorithms such as Crocker-Grier particle tracking, and Lucas-Kanade optical flow. Participants were scored on how collectively they move while running around and playing games like follow the leader.

The software I wrote for the demonstrations can be found on my github.
Particle tracking of red hats: (code)
Live optical-flow-based analysis of motion: (code)

Results of the code

Explaining the data

Directing traffic

Losert Lab