Skip to content
View vicobarafor's full-sized avatar

Block or report vicobarafor

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
vicobarafor/README.md

Victor Obarafor (PhD)

ML Systems Engineer and Researcher focused on adaptive inference infrastructure, reinforcement-learning-driven optimization, distributed AI systems, federated learning, and large-scale experimentation.

I build production-oriented AI infrastructure for:

  • adaptive inference serving
  • reinforcement-learning-driven routing
  • distributed systems orchestration
  • online optimization
  • observability-integrated ML systems
  • scalable experimentation platforms
  • trustworthy and heterogeneous federated learning

Flagship Infrastructure Projects

EvalRouteOps

Distributed adaptive inference infrastructure for reinforcement-learning-driven LLM routing, online optimization, and production-scale serving experimentation.

Infrastructure Highlights

  • FastAPI serving infrastructure
  • Redis-backed distributed workers
  • Kubernetes deployment manifests
  • GPU-aware scheduling
  • Prometheus/OpenTelemetry observability
  • streaming inference APIs
  • adaptive traffic shaping
  • contextual bandits
  • Thompson Sampling
  • policy-gradient routing
  • Pareto tradeoff analysis
  • oracle-regret evaluation

Benchmarked Scale

Metric Result
Routing simulations 100,000 requests
Adaptive routing experiments 20,000 requests
Replay throughput 7,600+ requests/sec
Live API throughput 58 requests/sec
API P95 latency ~28 ms
Automated tests 53 passing

Repository:
https://github.com/vicobarafor/EvalRouteOps

Technical Report:
docs/EvalRouteOps_Technical_Report.pdf


FedAdaptOps

Adaptive federated learning infrastructure for personalized optimization under heterogeneous client environments.

Research Focus

  • adaptive aggregation
  • client personalization
  • heterogeneous federated learning
  • drift-aware optimization
  • scalable federated experimentation
  • distributed training infrastructure

Repository:
https://github.com/vicobarafor/FedAdaptOps


Research Repositories

federated-lora-geometry

Research infrastructure for studying geometry dynamics and instability in federated LoRA systems under heterogeneous client distributions.

Repository:
https://github.com/vicobarafor/federated-lora-geometry


robust-federated-learning-noniid

Drift-aware adaptive aggregation for federated learning under non-IID client environments.

Repository:
https://github.com/vicobarafor/robust-federated-learning-noniid


federated-personalization-depth

Research experiments investigating personalization depth and client adaptation behavior in federated learning systems.

Repository:
https://github.com/vicobarafor/federated-personalization-depth


Technical Areas

  • reinforcement learning systems
  • distributed AI infrastructure
  • adaptive inference serving
  • LLM routing systems
  • online optimization
  • Kubernetes orchestration
  • observability systems
  • ML systems engineering
  • scalable experimentation infrastructure
  • federated learning
  • trustworthy AI systems

Engineering Principles

My work emphasizes:

  • production-oriented infrastructure
  • reproducible experimentation
  • systems-level optimization
  • observability-first design
  • scalable distributed execution
  • benchmark-driven evaluation
  • adaptive online learning systems

Portfolio Website

https://victorobarafor.com


Current Focus

Currently exploring:

  • reinforcement-learning-driven serving systems
  • adaptive traffic allocation
  • distributed inference orchestration
  • infrastructure-aware optimization
  • scalable evaluation systems
  • trustworthy federated learning
  • online adaptive AI systems

Pinned Loading

  1. federated-personalization-depth federated-personalization-depth Public

    Client-specific personalization depth in federated learning: how much each client should adapt a shared model

    Python

  2. federated-lora-geometry federated-lora-geometry Public

    Geometry dynamics and instability in federated LoRA under heterogeneous data distributions (FedGeoX)

    Python

  3. robust-federated-learning-noniid robust-federated-learning-noniid Public

    Drift-Aware Adaptive Aggregation (DAA) for federated learning on CIFAR-10 under heterogeneous client partitions.

    Python

  4. EvalRouteOps EvalRouteOps Public

    Distributed adaptive inference infrastructure for reinforcement-learning-driven LLM routing, online optimization, and production-scale serving experimentation.

    Python

  5. FedAdaptOps FedAdaptOps Public

    Research infrastructure for adaptive federated personalization: resource-aware client routing, reproducible non-IID experiments, policy evaluation, observability, and serving.

    Python