Yincheng Zhou

Hi, I'm Yincheng Zhou

CS & Physics @ UPenn VIPER

Building intelligent systems that work reliably at scale.

About Me

I am a dual-degree student at the University of Pennsylvania in the VIPER program, studying Computer Science (AI concentration) and Physics & Astronomy. I build intelligent systems across the full stack โ€” from training vision-language models to engineering production infrastructure that scales.

Right now, I am working on two research fronts: at UPenn's GRASP Laboratory, I proposed SPD, a sparse monocular depth estimator achieving 6x inference speedup for real-time robotics; and at Peking University's HMI Lab, I built distributed training infrastructure for GUI agents across 112 Docker VMs and 8 A100 GPUs.

Previously, as the Founding Software Engineer at Franklink, I architected a multi-agent platform from zero to one with Kafka-backed event pipelines sustaining 50+ concurrent sessions on AWS ECS.

Experience

Jan 2026 - Present

Machine Learning Researcher

GRASP Laboratory, University of Pennsylvania

Proposed SPD, a sparse monocular depth estimator that predicts depth only at queried pixels, achieving 6x inference speedup over dense methods while preserving accuracy (AbsRel 0.11 on NYU Depth V2). Developed a dense-train / sparse-infer paradigm with a 350K-param split decoder and cross-attention fusion on DINOv2 features. Advised by Prof. Pratik Chaudhari.

  • PyTorch
  • DINOv2
  • Computer Vision
Mar 2026 - Present

Machine Learning Researcher

Human Machine Intelligence Laboratory, Peking University

Developed MCTS-guided SFT for GUI agent training with step-level decisions and difficulty weighting, outperforming trajectory-level RL (GRPO) at 25% compute and raising UI-TARS-7B's OSWorld success from 12.3% to 17.7%. Engineered distributed rollout infrastructure across 112 Docker VMs and 8 A100 GPUs.

  • PyTorch
  • vLLM
  • Docker
  • Ray
Oct 2025 - Feb 2026

Founding Software Engineer

Franklink, Inc. โ€” AI-native networking platform

Designed iMessage-based multi-agent orchestration with persisted memory, selective dispatch across 5 sub-agents, and agentic RAG over 8 permissioned tools. Engineered a Kafka-backed event pipeline with idempotency keys and retry + DLQ, sustaining 50+ concurrent sessions on AWS ECS.

  • Kafka
  • AWS ECS
  • Multi-Agent Systems

Featured Projects

Franklink

iMessage-based multi-agent orchestration with selective dispatch across 5 sub-agents and agentic RAG over 8 permissioned tools, backed by a Kafka event pipeline sustaining 50+ concurrent sessions on AWS ECS.

Kafka AWS ECS Multi-Agent Agentic RAG

AlphaOne

Per-ticker financial sentiment platform powered by a DeBERTa model fine-tuned to 82.5% accuracy, with a 3-pass NLP pipeline ingesting from 7 subreddits through concurrent-safe batch processing.

DeBERTa LoRA Spring Boot React Docker

Heard

Hackathon-winning civic platform that converts citizen grievances into ready-to-send advocacy with root-cause analysis and elected-official mapping across 4 government levels.

Next.js FastAPI LangGraph PostgreSQL

F-Zero Racing Agent

PPO agent trained across 80 parallel SNES emulators with spline-interpolated reward shaping, reaching competitive performance on a task previously unsolvable due to sparse 3,000+ step horizons.

PPO PyTorch Stable-Baselines3 Reward Shaping

IncidentGuard

Multi-agent incident remediation system that simulates outcomes before execution to reject unsafe plans, achieving 46% faster recovery with a closed-loop plan-execute-verify pipeline.

Multi-Agent Prometheus SimPy FastAPI

NL2SQL Bot

5-agent orchestration on Google ADK converting natural language to validated SQL with loop-guarded retry, 18 security patterns, and automated 6-type chart generation across 3 SQL dialects.

Google ADK SQL FastAPI Plotly

Technical Skills

Languages

C++ Python Java JavaScript/TypeScript SQL Assembly OCaml

ML & Data

PyTorch CUDA vLLM HuggingFace Transformers spaCy Pandas LangGraph

Backend & Infrastructure

FastAPI Spring Boot Kafka Redis Celery Docker AWS Ray Linux Git