Skip to content
View YuyYuzz's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Harbin Institute of Technology
  • Harbin, China

Block or report YuyYuzz

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.

Content in all repositories owned by your account will be closed.
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
YuyYuzz/README.md

Yuhang Dong (董宇航)

Undergraduate student in Artificial Intelligence at the School of Future Technology, Harbin Institute of Technology (HIT). Expected graduation: September 2028.

I am interested in multimodal large language models and efficient model inference. My current project work emphasizes reproducible experimentation, resource-aware model design, and clear technical documentation.

Current Focus

  • Multimodal large language models
  • Efficient and resource-aware inference
  • Reproducible machine learning systems

Featured Project

QI-Budget studies sample-wise visual-token allocation for vision-language models.

  • Formulated visual-budget selection as a five-action routing problem for Qwen2.5-VL-3B-Instruct-4bit.
  • Evaluated the frozen routing pipeline on 2,017 ScienceQA image samples.
  • Achieved 80.119% accuracy while reducing visual-token usage by 66.854% relative to the full-budget baseline, with no statistically significant accuracy degradation.
  • Built a leakage-safe out-of-fold training pipeline with feature ablations, independent testing, paired statistical evaluation, and reproducibility checks.

Repository · Technical Report

Technical Skills

  • Programming: Python, C++
  • Machine learning and data: NumPy, SciPy, scikit-learn, Hugging Face Datasets, MLX-VLM
  • Tools: Git, GitHub, Conda, LaTeX

Contact

For academic or project-related inquiries, contact me at 2024112342@stu.hit.edu.cn. I welcome discussions about undergraduate research and collaboration in multimodal learning and efficient inference.

Pinned Loading

  1. qi-budget qi-budget Public

    QI-Budget: Quality-aware inference budgeting via dynamic visual-token routing for efficient VLM reasoning.

    Python