Hey, I am 你好,我是

Pang (Jeff) Liu 刘庞(刘杰夫)

Scroll Down 向下滚动

About Me关于我

Jeff Liu
Pang (Jeff) Liu 刘庞(刘杰夫)
AI Solutions & Robotics AI解决方案 & 机器人

Hi there! I'm Pang (Jeff) Liu. With an interdisciplinary background in Computer Science and Economics, I bridge the gap between business needs and AI technology. I specialize in designing and prototyping AI-driven solutions — from identifying real-world problems to delivering working POC demos that prove the concept works. 你好!我是刘庞(刘杰夫)。我拥有计算机科学和经济学的跨学科背景, 致力于连接商业需求与AI技术之间的桥梁。 我擅长设计和构建AI驱动的解决方案原型——从发现真实业务问题到交付可运行的POC演示。

M.S. Computer Science计算机科学硕士
POC / Demo BuilderPOC / Demo 构建者
Business + Tech Bridge商业与技术桥梁

Projects项目

Solutions, demos, and technical projects showcasing end-to-end delivery. 解决方案、演示和技术项目,展示端到端交付能力。

Color Calibration

Color Calibration Solution色彩校准解决方案

Live Demo

Interior Design & Quality Inspection — Color recognition fails under variable lighting. Built an MLOps pipeline with multi-model comparison for robust color ID. Deployed as a real-time web tool.室内设计与质量检测 — 不同光照下颜色识别失败。构建了MLOps流水线,通过多模型对比实现精准颜色识别,已部署为实时Web工具。

MLOpsML PipelineMulti-ModelReal-Time

Smart Cleaning Robot

Smart Cleaning Robot: Autonomous Coverage智能清扫机器人:自主全覆盖方案

Open Source

Service Robotics & Smart Home — Commercial robots follow random paths, leaving blind spots. Built intelligent cleaning with frontier exploration, optimal path planning, and multi-modal control.服务机器人与智能家居 — 市面清扫机器人采用随机路线,存在清扫盲区。构建了前沿探索式自主建图、最优路径规划和多模态控制的智能清扫方案。

Frontier ExplorationPath PlanningVoice ControlROS

Model Court

Model Court: Multi-Model VerificationModel Court:多模型交叉验证框架

Open Source

AI Compliance & Reliability — Single-model outputs can be unreliable in high-stakes domains. Designed a multi-model ensemble and cross-validation framework. Published on PyPI.AI合规与可靠性 — 单一模型输出在高风险领域不可靠。设计了多模型集成与交叉验证框架,已发布至PyPI。

Multi-ModelCross-ValidationAI Compliance

Fact Check

Fact Check: LLM-Enhanced HTTPS Proxy事实核查:LLM增强HTTPS代理

Video Demo

Information Security — Web content authenticity is hard to verify. Built an HTTPS Proxy that uses LLM to intercept and flag misleading content in real-time.信息安全 — 网络内容真实性难以辨别。构建了HTTPS代理,利用LLM实时拦截并标记误导性内容。

HTTPS ProxyLLMReal-Time

AgentKit

AgentKit: Domain-Specific AI AgentAgentKit:领域AI智能体框架

Video Demo

Healthcare & Finance — Complex tasks require AI systems that reason, retrieve, and act. Built an extensible Agent framework with RAG, demonstrated on medical sepsis task.医疗与金融 — 复杂任务需要AI自主推理、检索和执行。构建了可扩展Agent框架,集成RAG,在医疗败血症任务上验证。

AI AgentRAGTool-augmentedPrompt Eng.

Coming Soon即将发布

VisInject: Visual Prompt Injection Attack & DefenseVisInject:视觉提示注入攻防研究

In Progress

AI Security — Open-source model deployments face security vulnerabilities from visual prompt injection. Researching attack vectors and building defense mechanisms.AI安全 — 开源模型部署面临视觉提示注入攻击漏洞。研究攻击向量并构建防御机制。

AI SecurityPrompt InjectionLLM Defense

Coming Soon即将发布

Real-Time Weather Prediction实时天气预测系统

In Progress

Agriculture & Logistics — Traditional weather forecasts lack hyper-local, real-time granularity needed for precision agriculture, outdoor event planning, and last-mile delivery optimization. Building a CNN-based system that predicts short-term weather from satellite image sequences.农业与物流 — 传统天气预报缺乏精准农业、户外活动规划和末端配送优化所需的超本地化实时精度。构建基于CNN的短期天气预测系统,通过卫星图像序列进行推断。

CNNSatellite ImageryTime-SeriesReal-Time

Technical Insights技术洞察

Technical deep dives demonstrating domain knowledge and analytical depth. 展示领域知识和分析深度的技术研究报告。

When Does Few-Shot Learning Work? A Practical Evaluation of MAML小样本学习何时有效?MAML的实践评估

Evaluates meta-learning (MAML) on Mini-ImageNet against standard fine-tuning baselines.在Mini-ImageNet上评估元学习(MAML)与标准微调基线的对比。

2025-12-15

Choosing the Right Training Strategy: Normalization vs. Regularization for Transformers选择正确的训练策略:Transformer中归一化与正则化的权衡

Systematically compares normalization and regularization techniques on Transformer models for machine translation.系统比较Transformer模型在机器翻译中的归一化和正则化技术。

2025-11-19

How Initialization and Learning Rate Scheduling Affect Model Convergence初始化和学习率调度如何影响模型收敛

Investigates how different initialization strategies and learning rate schedules impact deep learning training.研究不同初始化策略和学习率调度对深度学习训练的影响。

2025-10-27

Optimizer Selection Guide: SGD, AdaGrad, RMSProp, and Adam Compared优化器选择指南:SGD、AdaGrad、RMSProp与Adam对比

Benchmarks four major optimizers on neural network training, analyzing convergence speed and final performance.在神经网络训练中基准测试四种主流优化器,分析收敛速度和最终性能。

2025-10-09

Applying Value-Based RL to Visual Game Environments: Q-Learning and DQN将基于值的RL应用于视觉游戏环境:Q-Learning与DQN实践

Implements Q-learning and DQN on Atari Breakout with PyTorch, documenting practical challenges in visual RL.使用PyTorch在Atari Breakout上实现Q-learning和DQN,记录视觉RL中的实践挑战。

2025-05-06

Building Domain-Specific AI Agents: Architecture and Lessons from a Medical Task构建领域AI智能体:医疗任务中的架构设计与经验

Discusses the design of an AI Agent for medical sepsis, covering architecture and tool integration lessons.讨论面向医疗败血症任务的AI Agent设计,涵盖架构决策和工具集成经验。

2025-05-02

End-to-End Color Calibration: From ML Model Selection to Real-Time Deployment端到端色彩校准:从模型选择到实时部署

Documents the full journey from ML model development to deploying a real-time color calibration system.记录从ML模型开发到部署实时色彩校准系统的完整过程。

2025-03-14

Centroid Based Line Following基于质心的巡线方法

Extracting colors in HSV format and marking the centroid to achieve single color line following.提取HSV格式颜色并标记质心,实现单色巡线。

2024-11-15

A Simple Maze Escape Solution简易迷宫逃脱方案

A brief study on maze escape using wall-following algorithms.关于使用沿墙算法实现迷宫逃脱的简要研究。

2024-10-27

Work Experience工作经历

Professional experience across technology and business domains. 跨技术与商业领域的职业经历。

ROS DeveloperROS 开发工程师

Brandeis Robotics Lab

Developed cleaning robot and robot arm.开发清扫机器人与机械臂。

Computer Science Lecturer计算机科学讲师

Shanghai Jian Qiao University上海建桥学院

Teaching computer science courses.教授计算机科学课程。

Education教育背景

M.S. in Computer Science计算机科学硕士

Tufts University

Focus on AI, Deep Learning, Reinforcement Learning, and Robotics.专注于人工智能、深度学习、强化学习和机器人等方向。

M.A. in Economics经济学硕士

Boston University

Focus on quantitative methods in economics and data science.专注于经济学定量方法与数据科学。

Open Course Studies公开课学习

UC Berkeley

Special thanks to UCB — they greatly enriched my knowledge in AI.感谢UC Berkeley的公开课程,让我在CS和AI领域学到了很多。

Skills & Toolset技能与工具

Technologies and tools I work with across AI, robotics, and software engineering. 我在AI、机器人和软件工程领域使用的技术与工具。

Python
C++
JavaScript
HTML/CSS
PyTorch
LLM / GPT
RAG
AI Agents
OpenCV
ROS
CUDA
Raspberry Pi
Linux
Git
Docker
MQTT
React
Jupyter
MLOps
Prompt Eng.

Contact联系

Feel free to reach out — I'd love to connect! 欢迎联系我!

Boston Area, MA, USA