Projects

Information Driven Guidance for Target Tracking with a Learned Motion Model

Project consisted of designing here should a drone go to gain to better track another unknown ground robot by collecting noisy and intermittent measurements. The planning algorithm improves the target tracking performance by choosing the location with the most informative measurement predicted by a transformer-based neural network. To read more about the project, click here.

Bathy-drone: Autonomous Drone and Boat-Tethered Robot

The Bathy-Drone robot is an autonomous drone towing a tethered boat equipped with sonar. It can be flown to the survey location to perform applications such as bathymetry, underwater structure inspection, marine life surveying. I was in charge of anything software related including autonomy. I developed or supervised the simulation, perception, planning, localization and controls algorithms. To read more about the project, click here.

Robust Multi-Camera Multi-object Tracking and Attack Detection System

Developed a ML model to track aerial and ground robots moving around in a cluttered environment and be robust against attacks. The attacks were physical disturbances such as glare, netting and optical filters in the camera, smoke, clutter from other moving objects, images, etc. I was part of the team that trained the vision model and designed/implemented a multi-camera estimator to keep track of the robots even under occlusions from one camera. The estimator was implemented as a Kalman Filter with a Global Nearest Neighbor to associate the measurements from different cameras.
The project’s goal is to developed a system that can accurately detect when an attack has occurred on the system, determine which sensor has been attacked, generate timely alerts to notify human operators of the detected attack and compromised sensor, and leverage data from uncompromised systems to recover from the attack. Auto Label Code [Conference Paper]

Scientific Diving for Human-Robot Collaboration to Perform Underwater Gesture Recognition

These two complementary projects establish a comprehensive framework for underwater diver gesture recognition to advance human-robot collaboration in marine environments. The first project developed the Scuba Gesture Dataset (SGD11), a pioneering publicly available dataset containing annotated video sequences of 11 standard diver hand gestures captured in controlled underwater conditions, complete with benchmark evaluations of three gesture recognition models to serve as a foundation for autonomous underwater systems research. The second project built upon this foundation by creating a novel Spatio-Temporal Transformer-based algorithm that overcomes the limitations of traditional frame-wise detection methods by integrating temporal modeling to capture sequential motion patterns, significantly improving recognition accuracy and robustness against challenging underwater conditions including lighting fluctuations, visibility degradation, and partial occlusions. Together, these projects provide both the essential data infrastructure and advanced algorithmic capabilities needed for reliable underwater human-robot interaction, establishing a practical foundation for intelligent diver assistance systems and autonomous underwater vehicle collaboration in real-world marine operations: [Dataset Paper], [Dataset Repo], [Algorithm Paper]

System ID, dynamic modeling, control, and state estimation of a underwater vehicle (SubjuGator) and an autonomous surface vehicle (NaviGator) for competitions

As part of the Machine Intelligence Lab (MIL) at the University of Florida, since 2018, I served as the lead mechanical engineer, a software team member and I am now adivising the team. A small sample of the projects I have led are: [Website], [Code]

Optimal Control Theory for Trajectory Generation of an Orbital Spacecraft

I have taken several courses that have allowed me to work on interesting projects. Some of are Nonlinear Programming, Optimal Control, and Reinfocement Learning, Adaptive Control, Neural Networks and Machine Learning, and more. This project is an example of a course project: Optimal control theory was used to solve a trajectory generation of an orbital spacecraft and a minimum time transfer of a ground mobile between a given initial and terminal state problems. Indirect and direct with single and multiple shooting methods were implemented from scratch in Python. [Code]