Skip to content
View BohanSu's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Highlights

  • Pro

Block or report BohanSu

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
BohanSu/README.md

👋 Positioning

I am an undergraduate in Software Engineering at Wuhan University. My current work focuses on computer vision, LLM reasoning, and multi-agent systems, with ongoing research in Universal ReID, scientific graph extraction, and appearance-variant ReID survey writing.


🔬 Current Research

1. Reliability-Aware 3D Geometric Injection for Universal Person Re-identification

  • Status: ECCV 2026 Submission
  • Problem: How to inject 3D geometric priors into Universal ReID without being overly sensitive to noisy geometry estimates.
  • What I did: Built a reliability-aware 2D–3D fusion framework around SMPL-based geometric representation.
  • Evidence: Multi-benchmark training, comparison, and ablation analysis across diverse ReID settings.

2. GraphLite: High-Quality Supervision Enables Deployable Small Models for Graph Extraction

  • Status: Ongoing, planned submission to SDM
  • Problem: How to make scientific graph extraction deployable without depending on frontier LLM inference at scale.
  • What I did: Constructed ARCHE-derived supervision signals and a small-model extraction framework.
  • Progress: Supervision construction, evaluation workflow validation, and 0.8B-scale training pipeline setup have been completed.

3. Survey and Metric Design for Appearance-Variant Person Re-identification

  • Status: Ongoing, TPAMI survey preparation
  • Focus: ReID under clothing, illumination, and pose changes.
  • Current progress: Task taxonomy, evaluation limitations, and metric design space are being organized.

🧭 Research Map

  • Computer Vision: Universal ReID, SMPL-based geometry modeling, robustness under appearance and modality changes
  • LLM Reasoning: Structured graph extraction, supervision design, deployable small-model reasoning pipelines
  • Multi-Agent Systems: Routing, validation, observability, and collaboration workflows under uncertain user intent

🚀 Selected Research / Build Highlights

A2A Multi-Agent System Development

  • Built an A2A-based multi-agent workflow on the Holos platform.
  • Focused on routing, validation, observability, and uncertain-intent handling.
  • Demonstrates system-level reasoning workflow design rather than prompt-only integration.

Modular Robot Communication and Control System

  • Worked on software architecture, communication logic, and embedded driver/system integration for a modular robot platform.
  • Project won National First Prize (Top 6) in the Huawei Cup IoT Design Competition.
  • Demonstrates hardware-software co-design and engineering reliability.

Digital Heritage Interactive Presentation System

  • Participated in 3D interaction module design and prototyping for an AI-assisted digital heritage system.
  • Focused on immersive visual presentation and AI-generated content integration.
  • Demonstrates cross-modal system design and interactive content delivery.

🛠 Skill Tree

Core Research Directions

  • Computer Vision
  • LLM Reasoning
  • Multi-Agent Systems

Methods & Technical Focus

  • Person ReID, SMPL-based human modeling, 3D Gaussian Splatting
  • Multi-agent system design, routing, validation, observability
  • Structured graph extraction, evaluation workflow design, ablation analysis

Engineering Support

  • Python, C/C++, Java
  • Git, MATLAB
  • RISC-V / ESP32 embedded platform development
  • Mainstream LLM API-based application development

🎓 Education

  • Wuhan University, B.Eng. in Software Engineering (Expected 2027)
  • GPA: 3.74 / 4.0

📫 Contact

Popular repositories Loading

  1. MultiAgent-SAR-System MultiAgent-SAR-System Public

    这是一个面向复杂非结构化环境的无人机集群协作搜救仿真系统。本项目深度集成了机器人控制理论、信息论以及多智能体系统 (MAS) 领域的多种前沿算法,构建了一个具备自主感知、动态决策、路径规划和分布式协作能力的智能体集群仿真平台。

    Python 7

  2. JosephQuestion JosephQuestion Public

    The Joseph Question

    C++ 1

  3. BohanSu BohanSu Public

    1

  4. MatrixMultiplication MatrixMultiplication Public

    给定两个n×n的矩阵a和b,求它们的积,结果矩阵中每个元素值模3

    C++ 1

  5. BinaryConversion BinaryConversion Public

    将正整数m(十进制)利用n进制表示,n是正整数且n>=2,得到的n进制数每一位依次存储在一个数组num中,num[0]为最高位。说明:n进制的每一位用数字i表示,i可以>=10。输出结果中,n进制表示的每一位从高位到低位,每一位中间用空格隔开(最高位不为0)

    C++ 1

  6. Smart_Greenhouse_Control_System Smart_Greenhouse_Control_System Public

    Smart_Greenhouse_Control_System,2023级特软班大二暑期实训开发大作业

    C 1