← Search

Yunfei Li

15 accepted papers

2025

Long-horizon Locomotion and Manipulation on a Quadrupedal Robot with Large Language Models

IROS 2025

We present a large language model (LLM) based system to empower quadrupedal robots with problem-solving abilities for long-horizon tasks beyond short-term motions. Long-horizon tasks for quadrupeds are challenging since they require both a high-level understanding of the semantics of the problem for

Cited by 28SourceScholar
2025

Mastering Collaborative Multi-modal Data Selection: A Focus on Informativeness, Uniqueness, and Representativeness

ICCV 2025poster

Instruction tuning fine-tunes pre-trained Multi-modal Large Language Models (MLLMs) to handle real-world tasks. However, the rapid expansion of visual instruction datasets introduces data redundancy, leading to excessive computational costs. We propose a collaborative framework, DataTailor, which le…

Cited by 0SourcePDFScholar
2025

Toward Real-World Cooperative and Competitive Soccer with Quadrupedal Robot Teams

CoRL 2025poster

Achieving coordinated teamwork among legged robots requires both fine-grained locomotion control and long-horizon strategic decision-making. Robot soccer offers a compelling testbed for this challenge, combining dynamic, competitive, and multi-agent interactions. In this work, we present a hierarchi…

Cited by 0SourceScholar
2024

Accelerate Multi-Agent Reinforcement Learning in Zero-Sum Games with Subgame Curriculum Learning

AAAI 2024technical

Learning Nash equilibrium (NE) in complex zero-sum games with multi-agent reinforcement learning (MARL) can be extremely computationally expensive. Curriculum learning is an effective way to accelerate learning, but an under-explored dimension for generating a curriculum is the difficulty-to-learn o…

Cited by 2SourcePDFScholar
2024

Leveraging Symmetry in RL-based Legged Locomotion Control

IROS 2024poster

Model-free reinforcement learning is a promising approach for autonomously solving challenging robotics control problems, but faces exploration difficulty without information about the robot’s morphology. The under-exploration of multiple modalities with symmetric states leads to behaviors that are…

Cited by 10SourceScholar
2024

Revisiting the Domain Shift and Sample Uncertainty in Multi-source Active Domain Transfer

CVPR 2024poster

Active Domain Adaptation (ADA) aims to maximally boost model adaptation in a new target domain by actively selecting a limited number of target data to annotate. This setting neglects the more practical scenario where training data are collected from multiple sources. This motivates us to extend ADA…

Cited by 20SourcePDFScholar
2024

Robot Generating Data for Learning Generalizable Visual Robotic Manipulation

IROS 2024poster

It has been a popular trend in AI to pretrain foundation models on massive data. However, collecting sufficient offline training trajectories for robot learning is particularly expensive since valid control actions are required. Therefore, most existing robotic datasets are collected from human expe…

Cited by 0SourceScholar
2023

Efficient Bimanual Handover and Rearrangement via Symmetry-Aware Actor-Critic Learning

ICRA 2023poster

Bimanual manipulation is important for building intelligent robots that unlock richer skills than single arms. We consider a multi-object bimanual rearrangement task, where a reinforcement learning (RL) agent aims to jointly control two arms to rearrange these objects as fast as possible. Solving th…

Cited by 15SourceScholar
2022

Learning Design and Construction with Varying-Sized Materials via Prioritized Memory Resets

ICRA 2022poster

Can a robot autonomously learn to design and construct a bridge from varying-sized blocks without a blueprint? It is a challenging task with long horizon and sparse reward - the robot has to figure out physically stable design schemes and feasible actions to manipulate and transport blocks. Due to d…

Cited by 4SourcecodeScholar
2022

Phasic Self-Imitative Reduction for Sparse-Reward Goal-Conditioned Reinforcement Learning

ICML 2022spotlight

It has been a recent trend to leverage the power of supervised learning (SL) towards more effective reinforcement learning (RL) methods. We propose a novel phasic solution by alternating online RL and offline SL for tackling sparse-reward goal-conditioned problems. In the online phase, we perform RL…

Cited by 22SourcePDFScholar
2021

Solving Compositional Reinforcement Learning Problems via Task Reduction

ICLR 2021poster

We propose a novel learning paradigm, Self-Imitation via Reduction (SIR), for solving compositional reinforcement learning problems. SIR is based on two core ideas: task reduction and self-imitation. Task reduction tackles a hard-to-solve task by actively reducing it to an easier task whose solution…