Projects
Task Oriented Grasp (TOG) Generation generalized by LLM
RAL2023: Pdf site videoAbstract: Task-oriented grasping (TOG) refers to the problem of predicting grasps on an object that enable subsequent manipulation tasks. To model the complex relationships between objects, tasks, and grasps, existing methods incorporate semantic knowledge as priors into TOG pipelines. However, the existing semantic knowledge is typically constructed based on closed-world concept sets, restraining the generalization to novel concepts out of the pre-defined sets. To address this issue, we propose GraspGPT, a large language model (LLM) based TOG framework that leverages the open-end semantic knowledge from an LLM to achieve zero-shot generalization to novel concepts. We conduct experiments on Language Augmented TaskGrasp (LA-TaskGrasp) dataset and demonstrate that GraspGPT outperforms existing TOG methods on different held-out settings when generalizing to novel concepts out of the training set. The effectiveness of GraspGPT is further validated in real-robot experiments.

Commonsense Scene Graph-based Target Localization for Obj Search
IROS2024-Oral: Pdf site videoThis work focuses on the problem of locating frequently moved objects (target objects) in an indoor environment where a home assistant robot has already explored and mapped the stationary objects (e.g. wall, furnitures) indoor. Known the locations of furniture and the overall structure of the search environment, the challenge is to efficiently search for target objects that are not explicitly known to the robot without exploring irrelevant areas. Since the placement of objects is often influenced by their usage and relationships with the surrounding environment—concepts derived from human commonsense—we model the search environment as a scene graph. Using large language models (LLMs), we encode commonsense knowledge into this graph, creating a Commonsense Scene Graph (CSG), where nodes and links represent entities and their relationships. We formulate the object search as a link prediction problem in the CSG and develop a custom-designed GNN-Transformer model to learn the potential relationships between target objects and their known surroundings, enabling efficient and context-aware object search.

Commonsense and Physics-Aware Planning for Target Search
Writing for RAL Intern project in Tecent RoboticsXFormulated the object search problem as a POMDP and developed a pipeline that leverages VLMs to propose object likely locations, using physics-based simulations to evaluate the feasibility of these proposals. Designed realistic scenes in IsaacSim with diverse daily objects, evaluating the framework’s performance in both simulation and real-world experiments to demonstrate its effectiveness.
Human Intention Aware Robot Navigation with LLM-Adapted RL
Master thesisDeveloped a framework that enables robots to perform user-friendly path planning by considering human intentions. For instance, when a person is watching TV, the robot plans to avoid the area between the user and the TV to minimize disruptions and respect the user’s activities.

Just a funny demo for a model of dexterous grasping with tactile
Our judge to it be like: It is not robotic, it is drama trick
