PhD Life at Embry-Riddle: Machine Learning, Security, and Sunshine

6 minute read

Published:

Embarking on a PhD in Florida means waking up to salt air, sunscreen reminders, and the low rumble of aircraft testing engines at Embry-Riddle Aeronautical University. My advisor jokes that our campus smells like jet fuel and ambition; he’s right on both counts. By 7 a.m. I am usually rolling past the flight line with a notebook full of model checkpoints to validate and a thermos of Cuban coffee strong enough to double as rocket propellant.

Morning Run-Up

Daytona Beach may be famous for NASCAR and spring breakers, but my calendar reads more like the Level-D simulator test cards I drafted at Avion Full Flight Simulators. A typical weekday now unfolds in arcs instead of tidy half-hour boxes:

  • First-light warm-up. Sunrise miles along the Halifax River clear out the humidity, cue up podcast snippets on distributed learning, and—if I’m lucky—deliver an opening joke for the next conference talk. Running in Florida heat is the closest I get to simulating a thermal chamber without filing paperwork.
  • Systems go/no-go. By 7:30 a.m. I am in the Cybersecurity & Assured Systems lab coaxing GPU clusters awake, replaying telemetry the way I once replayed avionics data streams. The same bounded-queue backpressure tricks that kept Avion dashboards responsive now keep my Prometheus alerts from screaming when a model checkpoint stalls.
  • Threat-playbook sprints. Late-morning stand-ups morph into mini red-team drills. Years spent leading the Havelsan DLP crew and hardening Comodo’s secure web gateways left me with a Rolodex of real attack stories, so I translate them into proof-of-learning test cases before the donuts vanish.
  • Evening debrief. When campus quiets down, I swap into manuscript edits, code reviews, or undergrad tutoring. Eleven years of industry engineering makes it impossible to ignore a dangling TODO, and teaching forces me to narrate research decisions with the clarity of a flight safety briefing.

The cadence is part training mission, part research retreat, and it keeps the ERAU day grounded in the same disciplined curiosity that powered every simulator, UAV, and secure gateway I shipped before the PhD.

Research Altitude: Proof-of-Learning Meets Security

My dissertation, “Enhancing Proof-of-Learning Security Against Spoofing Attacks Using Model Watermarking,” sits at the intersection of machine learning, cryptography, and just enough paranoia to make for great conference talks. Most mornings begin in the GPU lab, where I:

  1. Reconstruct adversarial training traces from our spoofing catalog.
  2. Stress-test watermarking strategies that survive pruning, quantization, and model surgery.
  3. Compare protocol performance with telemetry from simulated avionics workloads.

Working on proof-of-learning keeps me anchored to the questions that pulled me into graduate school: How do we know a model was trained honestly, and how do we preserve that assurance when adversaries adapt faster than Florida’s weather?

Tooling That Keeps the Plane in the Air

  • Core stack: PyTorch + Lightning, Hydra for configuration, and Weights & Biases for experiment lineage.
  • Security sandbox: Custom Kubernetes namespace with policy enforcement, plus Falco alerts piped into Slack for real-time anomaly detection.
  • Data hygiene: Weekly audits using Great Expectations to ensure new telemetry hasn’t quietly drifted off course.

Every Friday, I run a “turbulence drill” where I intentionally sabotage a pipeline component—revoking a key, injecting poisoned gradients, or throttling IO—to verify our detection scripts still trip. It is part chaos monkey, part therapy.

Community Tower: Mentors, Peers, and Pancakes

I am fortunate to tackle these questions under the guidance of Dr. Kenji Yoshigoe and the research community inside the Cybersecurity and Assured Systems Engineering center. Weekly meetings feel like focused research roundtables, with faculty dissecting avionics incidents and classmates presenting fresh experimental results. Someone inevitably brings pancakes from the student union; security conversations go down easier with maple syrup.

To keep collaboration lively, we rotate responsibilities:

  • Threat-model Thursdays: One student leads a tabletop exercise simulating a new attack against aircraft systems.
  • Launch-and-Learn nights: We stream NASA or SpaceX launches from the causeway while debating the ethics of autonomous flight.
  • Paper pilot program: First-year PhD students co-author blog summaries to demystify recent security papers for undergrads.

These rituals create feedback loops between coursework, research, and community mentorship. They also remind me that the best debugging happens when someone else is holding a plate of pancakes.

Sunshine, Sanity, and the Occasional Hurricane Watch

Florida’s climate supplies its own rhythm. Afternoon thunderstorms chase me from the lab only to leave sherbet-colored sunsets over the water. On clear nights we carpool south to watch a launch, and the sight of a rocket carving through the sky has become my favorite antidote to research fatigue. When the forecast turns ominous, I switch to a “hurricane mode” checklist: backup datasets to off-site storage, charge every laptop, and stock up on empanadas.

To stay balanced, I lean on a few habits:

  • Pomodoro sprints on the balcony whenever the UV index dips below “dragon fire.”
  • Mentor walks—literally pacing the flight line with my advisor, which somehow makes debugging graph neural networks feel breezy.
  • Monthly “data detox” days with zero commits, where I read fiction at the beach and pretend my models do not exist for six hours.

Pre-Flight Checklist for Prospective ERAU PhDs

Thinking of mixing machine learning, security, and sunshine yourself? Here are my distilled takeaways:

  1. Design for auditability from day one. Version everything—datasets, configs, container builds—because future-you will forget which run was the good one.
  2. Get comfortable with interdisciplinary translation. You will explain backpropagation to pilots and avionics safety to data scientists, often in the same meeting.
  3. Lean into the aerospace ecosystem. Collaborate with flight test teams, simulation labs, and even meteorology researchers; their constraints sharpen your threat models.
  4. Budget time for funding logistics. ERAU’s Graduate Studies page lists assistantships early, and they go as fast as prime launch windows.
  5. Protect your joy. Schedule the beach walk, the surf lesson, the sunset photo. Burnout looks suspiciously like cloud cover if you ignore it long enough.

Reading Radar

If you’re curious about securing AI, start with Machine Learning and Security by Clarence Chio and David Freeman for pragmatic frameworks, then dive into the Proof-of-Learning literature for protocol mechanics. For a systems spin, the MITRE ATT&CK for ML matrix pairs nicely with ERAU’s avionics case studies.

Research may keep me indoors, but Florida never lets me forget that discovery can be as expansive as the horizon beyond the runway—and that the best ideas often arrive somewhere between a lightning storm and a launch countdown, preferably while holding a mango smoothie.