About
I am an undergraduate student in Mechanical Engineering at the University of Leeds, enrolled in a joint program with Southwest Jiaotong University, advised by Zhichao You.
My current research interests lie in Robotic Manipulation and the intersection of Control Theory, Computer Vision, and Machine Learning. I am particularly focused on:
- Robot Learning: Developing robust policies for manipulation.
- Multimodal Learning: Leveraging diverse sensory data for better adaptive perception and interaction.
- VLA Models (Vision-Language-Action): Bridging the gap between high-level semantic understanding and low-level control.
Looking ahead, I hope to explore how embodied agents can achieve stronger generalization, better long-horizon decision-making, and more data-efficient learning in real-world settings, ideally without heavy reliance on large-scale robot data. I am particularly interested in directions that may help unify perception, reasoning, and control, such as multimodal policy learning, structured decision-making, and world models for embodied intelligence.
Projects
Selected projects.

Interactive Language-Guided Grasping in MuJoCo
2026VLM-Guided Target Grounding, 3D Grasping, and UR5e Execution
Built a VLM-guided manipulation pipeline that turns a user command into target grounding, masked 3D grasp inference, and executable UR5e pick-and-place behavior in Simulation of MuJoCo .
Project Details
The core design was to decompose the task into two questions: what object is intended, and what grasp is physically executable. I used the VLM and SAM to convert open-ended language into a target-specific spatial prior, then restricted 3D inference to the masked point cloud so GraspNet reasons only over the commanded object instead of the full cluttered scene. The execution layer follows the same principle of controlled decomposition: candidate grasps are filtered by collision and approach geometry, ranked with object-centric priors, transformed from the camera frame into the robot world frame, and executed as a staged pre-grasp, grasp, lift, and place routine. This project is a language-to-action pipeline in which each module solves a well-defined subproblem and could be improved independently in future.
Visual Walkthrough

DEMO 1

DEMO 2

DEMO 3
Preview
Glass Defect Detection and Fixed-Size Cropping
2026ROI-Based Industrial Vision for Reliable Defect Cropping
Designed a hybrid industrial-vision pipeline for one practical target: stable 1200x900 crops centered on glass defects.
Project Details
The key idea was to reduce the search space before learning: I first estimated a stable ROI for each fixed camera from the bright-band geometry, then built a reviewed pseudo-label batch and trained an ROI-only detector. During deployment, the system uses detector-first inference and falls back to heuristics when confidence is low, so the output is both robust and auditable.
Visual Walkthrough

Origin

Detect

Final Crop
News
The Glass Defect Detection and Fixed-Size Cropping project has been open-sourced!
