Skip to content
View Romeo-5's full-sized avatar
  • University of Southern California
  • Los Angeles, CA
  • LinkedIn in/romeo-nickel

Highlights

  • Pro

Block or report Romeo-5

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Romeo-5/README.md

Hi, I'm Romeo! πŸ‘‹

πŸŽ“ MS AI @ USC | πŸ€– Robotics Research @ USC ISI | ⚑ Incoming Failure Analysis Data Intern @ Bloom Energy

Physics-informed ML engineer applying deep learning and optimization to real-world physical systems, from modular robots to fuel cells to nuclear reactors. I build intelligent systems that bridge the gap between simulation and hardware in energy, robotics, and autonomous systems.


πŸ”¬ Current Research & Work

@ Bloom Energy (Summer 2026)

  • Applying ML to solid oxide fuel cell sensor telemetry for anomaly detection and failure analysis
  • Time-series analysis and root cause diagnosis on high-temperature electrochemical systems

@ USC Information Sciences Institute β€” Polymorphic Robotics Lab

  • Lead software engineer on distributed inverse kinematics for autonomous multi-robot coordination
  • Simulation-to-hardware validation pipeline deploying algorithms on physical robots
  • Engineered closed-loop Inverse Kinematics (IK) solvers utilizing real-time physics readback to counteract gravity-induced joint sag in multi-link modular systems
  • Optimized high-fidelity physics constraints in Unreal Engine 5 by correcting centimeter-based inertia calculations, achieving critical damping for reconfigurable robot modules

@ Lineslip Solutions

  • Production RAG pipelines serving 10K+ queries/day with sub-second latency
  • 40% performance improvement through algorithmic optimization and quantization

πŸ’‘ Research Interests

Applying AI and optimization to hard tech problems where physics constrains the solution:

  • βš›οΈ Nuclear Energy & Clean Power β€” Reactor modeling, digital twins, predictive maintenance, fault diagnosis
  • πŸ”‹ Energy Systems β€” Fuel cell degradation analysis, battery optimization, grid reliability
  • πŸ€– Robotics & Autonomy β€” Distributed control, perception, multi-agent coordination
  • ✈️ Aerospace β€” GNC, propulsion optimization, eVTOL systems

πŸ“Œ Featured Projects

Deep learning on time-series reactor sensor data for accident detection and diagnosis

  • Semi-supervised anomaly detection on 96 operational parameters across 18 accident scenarios
  • Autoencoder, LSTM, and Transformer architectures achieving 0.985+ AUROC
  • Multi-class accident classification with SHAP-based root cause attribution
  • Physics-informed digital twin surrogate model
  • Data: NPPAD dataset (Nature Scientific Data) from PCTRAN PWR simulator
  • Tech: PyTorch, pandas, scikit-learn

🎬 TemporalStyleNet β€” Real-Time Video Style Transfer

Production-scale video processing achieving 6.45 FPS on 1080p video

  • RAFT optical flow for temporal consistency and ego-motion estimation
  • Trained on 118K MS-COCO images using distributed PyTorch DDP with custom CUDA kernels
  • 30% training speedup through CUDA optimization
  • Tech: PyTorch, CUDA, RAFT, Computer Vision

πŸ€– Multi-Robot Coordination System

Distributed inverse kinematics for autonomous multi-robot coordination (USC ISI)

  • 96% tracking accuracy with sub-50ms real-time latency
  • Multi-modal sensor fusion pipeline (camera + IR)
  • Simulation-to-hardware deployment on physical robots
  • Tech: Python, C++, ROS, Unreal Engine, MuJoCo, NumPy, SciPy

AI-powered coaching with fine-tuned Llama 3.2 LLM β€” Won 55th Annual Senior Design Conference

  • QLoRA PEFT for culturally-aware content generation
  • Full-stack web application with goal tracking
  • Tech: Python, Typescript, Llama, QLoRA, Firebase

πŸ› οΈ Technical Expertise

Core: Distributed Optimization Β· Sensor Fusion Β· Time-Series Analysis Β· Anomaly Detection Β· Physics-Informed ML

Languages: Python Β· C/C++ Β· CUDA Β· MATLAB Β· JavaScript

ML/AI: PyTorch Β· TensorFlow Β· Computer Vision Β· LLMs Β· scikit-learn

Robotics: ROS Β· Sensor Fusion Β· Path Planning Β· Multi-Agent Systems

Production: FastAPI Β· Docker Β· CI/CD Β· Elasticsearch Β· Git Β· Linux


πŸ† Highlights

  • πŸ“ First-author publication at AHFE Hawaii 2024 β€” AI-facilitated creative interfaces
  • βš›οΈ Built ML fault diagnosis system for nuclear reactor sensor data (NPPAD/PCTRAN)
  • πŸ€– 96% tracking accuracy on distributed multi-robot coordination (USC ISI)
  • 🎬 Trained neural style transfer on 118K images with distributed GPU training
  • ⚑ Production ML systems serving 10K+ queries/day with 40% performance gains
  • πŸ₯‡ 55th Annual Senior Design Conference Session Winner β€” Santa Clara University

πŸ“š Publications

Creative Collaborator: AI-facilitated UI for Creating Engaging and Insightful Memes First Author | AHFE Hawaii 2024 | DOI: 10.54941/ahfe1005579


πŸ“« Connect


Pinned Loading

  1. Nuclear-Power-Plant-Accident-Diagnosis-and-Root-Cause-Analysis Nuclear-Power-Plant-Accident-Diagnosis-and-Root-Cause-Analysis Public

    Deep learning fault diagnosis and gradient-based root cause analysis on nuclear reactor sensor telemetry (96 parameters, 18 accident types) achieving 0.985+ AUROC on anomaly detection and 71.2% mul…

    Python

  2. Temporal-Style-Net Temporal-Style-Net Public

    Production-scale video style transfer (AdaIN + RAFT Optical Flow) achieving 6.45 FPS and trained via DDP on 118K images.

    Python

  3. Minecraft-HRL-Agent Minecraft-HRL-Agent Public

    A Minecraft agent that navigates the tech tree using hierarchical RL (PPO/DQN) to select high-level skills guided by environment-aware exploration heuristics.

    Jupyter Notebook 1

  4. Inspirational_Coach Inspirational_Coach Public

    An AI-driven coaching system leveraging a fine-tuned (QLoRA PEFT) Llama 3 LLM to provide personalized guidance for self-development.

    TypeScript