← Search

Yichen Zhu

43 accepted papers

2026

ActiveUMI: Robotic Manipulation with Active Perception from Robot‑Free Human Demonstrations

ICRA 2026poster

We present ActiveUMI, a framework for a data collection system that transfers in-the-wild human demonstrations to robots capable of complex bimanual manipulation. ActiveUMI couples a portable VR teleoperation kit with sensorized controllers that mirror the robot's end-effectors, bridging human-robot…

2026

HumanoidExo: Scalable Whole-Body Humanoid Manipulation Via Wearable Exoskeleton

ICRA 2026poster

A significant bottleneck in humanoid policy learning is the acquisition of large-scale, diverse datasets, as collecting reliable real-world data remains both difficult and cost-prohibitive. To address this limitation, we introduce HumanoidExo, a novel system that transfers human motion to whole-body…

2026

Open-World Object Manipulation with Vision-Language-Action Models Via Synthetic Multi-Modal Data

ICRA 2026poster

Imitation learning has proven to be highly effective in teaching robots dexterous manipulation skills. However, it typically relies on large amounts of robot data, which limits its scalability and applicability in dynamic, real-world environments. One key challenge in this context is object generali…

Cited by 0Scholar
2026

Scaling Real-World Robot Policy Evaluation via Discrete Diffusion World Model

ICML 2026spotlight

Evaluating generalist robot manipulation policies is costly and difficult to scale in the real world. While emerging world models (e.g., WorldEval, Ctrl-World) offer a promising alternative, the reliability of such evaluation remains a critical bottleneck. Specifically, their visual predictions can …

Cited by 0SourceScholar
2026

dLLM-Cache: Accelerating Diffusion Large Language Models with Adaptive Caching

ICML 2026poster

Autoregressive Models (ARMs) have long dominated the landscape of Large Language Models. Recently, a new paradigm has emerged in the form of diffusion-based Large Language Models (dLLMs), which generate text by iteratively denoising masked segments. This approach has shown significant advantages and…

Cited by 0SourceScholar
2025

A Comprehensive Overhaul of Multimodal Assistant with Small Language Models

AAAI 2025technical

Multimodal Large Language Models (MLLMs) have showcased impressive skills in tasks related to visual understanding and reasoning. Yet, their widespread application faces obstacles due to the high computational demands during both the training and inference phases, restricting their use to a limited…

2025

Active Multimodal Distillation for Few-shot Action Recognition

IJCAI 2025

Owing to its rapid progress and broad application prospects, few-shot action recognition has attracted considerable interest. However, current methods are predominantly based on limited single-modal data, which does not fully exploit the potential of multimodal information. This paper presents a nov

Cited by 0SourcePDFScholar
2025

ChatVLA-2: Vision-Language-Action Model with Open-World Reasoning

NeurIPS 2025poster

Vision-language-action (VLA) models have emerged as the next generation of models in robotics. However, despite leveraging powerful pre-trained Vision-Language Models (VLMs), existing end-to-end VLA systems often lose key capabilities during fine-tuning as the model adapts to specific robotic tasks.…

Cited by 0SourceScholar
2025

ChatVLA: Unified Multimodal Understanding and Robot Control with Vision-Language-Action Model

EMNLP 2025

Humans possess a unified cognitive ability to perceive, comprehend, and interact with the physical world. Why can’t large language models replicate this holistic understanding? Through a systematic analysis of existing training paradigms in vision-language-action models (VLA), we identify two key ch

2025

CoA-VLA: Improving Vision-Language-Action Models via Visual-Text Chain-of-Affordance

ICCV 2025poster

Robot foundation models, particularly Vision-Language-Action (VLA) models, have garnered significant attention for their ability to enhance robot policy learning, greatly improving robot's generalization and robustness. OpenAI's recent model, O1, showcased impressive capabilities in solving complex…

Cited by 0SourcePDFScholar
2025

DexVLA: Vision-Language Model with Plug-In Diffusion Expert for General Robot Control

CoRL 2025poster

Enabling robots to perform diverse tasks across varied environments is a central challenge in robot learning. While vision-language-action (VLA) models have shown promise for generalizable robot skills, realizing their full potential requires addressing limitations in action representation and effic…

Cited by 0SourceScholar
2025

DiffusionVLA: Scaling Robot Foundation Models via Unified Diffusion and Autoregression

ICML 2025poster

In this paper, we present DiffusionVLA, a novel framework that integrates autoregressive reasoning with diffusion policies to address the limitations of existing methods: while autoregressive Vision-Language-Action (VLA) models lack precise and robust action generation, diffusion-based policies inhe…

Cited by 0SourcePDFScholar
2025

Discrete Policy: Learning Disentangled Action Space for Multi-Task Robotic Manipulation

ICRA 2025

Learning visuomotor policy for multi-task robotic manipulation has been a long-standing challenge for the robotics community. The difficulty lies in the diversity of action space: typically, a goal can be accomplished in multiple ways, resulting in a multimodal action distribution for a single task.

Cited by 24SourcecodeScholar
2025

Less is More: an Attention-free Sequence Prediction Modeling for Offline Embodied Learning

NeurIPS 2025poster

Offline reinforcement learning (offline RL) is increasingly approached as a sequence modeling task, with methods leveraging advanced architectures like Transformers to capture trajectory dependencies. Despite significant progress, the mechanisms underlying their effectiveness and limitations remain…

Cited by 0SourcecodeScholar
2025

SPMDM: Enhancing Masked Diffusion Models through Simplifing Sampling Path

NeurIPS 2025poster

Autoregressive models (ARMs) show strong capabilities in many domains but face challenges with planning and complex reasoning due to their sequential generation. Masked diffusion models (MDMs) address these issues by enabling controllable, any-order, and parallel generation but encounter training di…

Cited by 0SourceScholar
2025

Scaling Diffusion Policy in Transformer to 1 Billion Parameters for Robotic Manipulation

ICRA 2025

Diffusion Policy is a powerful technique tool for learning end-to-end visuomotor robot control. It is expected that Diffusion Policy possesses scalability, a key attribute for deep neural networks, typically suggesting that increasing model size would lead to enhanced performance. However, our obser

Cited by 45SourcecodeScholar
2025

TinyVLA: Toward Fast, Data-Efficient Vision-Language-Action Models for Robotic Manipulation

RA-L 2025

Vision-Language-Action (VLA) models have shown remarkable potential in visuomotor control and instruction comprehension through end-to-end learning processes. However, current VLA models face significant challenges: they are slow during inference and require extensive pre-training on large amounts o

Cited by 303SourceScholar
2024

Action Imitation in Common Action Space for Customized Action Image Synthesis

NeurIPS 2024poster

We propose a novel method, \textbf{TwinAct}, to tackle the challenge of decoupling actions and actors in order to customize the text-guided diffusion models (TGDMs) for few-shot action image generation. TwinAct addresses the limitations of existing methods that struggle to decouple actions from othe…

Cited by 10SourcePDFScholar
2024

EDT: An Efficient Diffusion Transformer Framework Inspired by Human-like Sketching

NeurIPS 2024poster

Transformer-based Diffusion Probabilistic Models (DPMs) have shown more potential than CNN-based DPMs, yet their extensive computational requirements hinder widespread practical applications. To reduce the computation budget of transformer-based DPMs, this work proposes the Efficient Diffusion Trans…

2024

EPSD: Early Pruning with Self-Distillation for Efficient Model Compression

AAAI 2024technical

Neural network compression techniques, such as knowledge distillation (KD) and network pruning, have received increasing attention. Recent work `Prune, then Distill' reveals that a pruned student-friendly teacher network can benefit the performance of KD. However, the conventional teacher-student pi…

Cited by 5SourcePDFScholar
2024

Exploring Gradient Explosion in Generative Adversarial Imitation Learning: A Probabilistic Perspective

AAAI 2024technical

Generative Adversarial Imitation Learning (GAIL) stands as a cornerstone approach in imitation learning. This paper investigates the gradient explosion in two types of GAIL: GAIL with deterministic policy (DE-GAIL) and GAIL with stochastic policy (ST-GAIL). We begin with the observation that the tra…

Cited by 6SourcePDFScholar
2024

Language-Conditioned Robotic Manipulation with Fast and Slow Thinking

ICRA 2024poster

The language-conditioned robotic manipulation aims to transfer natural language instructions into executable actions, from simple "pick-and-place" to tasks requiring intent recognition and visual reasoning. Inspired by the dual-process theory in cognitive science—which suggests two parallel systems…

Cited by 17SourceScholar
2024

MM-SafetyBench: A Benchmark for Safety Evaluation of Multimodal Large Language Models

ECCV 2024poster

"redWarning: This paper contains examples of harmful language and images, and reader discretion is recommended. The security concerns surrounding Large Language Models (LLMs) have been extensively explored, yet the safety of Multimodal Large Language Models (MLLMs) remains understudied. In this pape…

2024

Non-confusing Generation of Customized Concepts in Diffusion Models

ICML 2024poster

We tackle the common challenge of inter-concept visual confusion in compositional concept generation using text-guided diffusion models (TGDMs). It becomes even more pronounced in the generation of customized concepts, due to the scarcity of user-provided concept visual examples. By revisiting the t…

2024

Object-Centric Instruction Augmentation for Robotic Manipulation

ICRA 2024poster

Humans interpret scenes by recognizing both the identities and positions of objects in their observations. For a robot to perform tasks such as "pick and place", understanding both what the objects are and where they are located is crucial. While the former has been extensively discussed in the lite…

Cited by 14SourceScholar
2024

RAGraph: A General Retrieval-Augmented Graph Learning Framework

NeurIPS 2024poster

Graph Neural Networks (GNNs) have become essential in interpreting relational data across various domains, yet, they often struggle to generalize to unseen graph data that differs markedly from training instances. In this paper, we introduce a novel framework called General Retrieval-Augmented Graph…

2024

Safety of Multimodal Large Language Models on Images and Text

IJCAI 2024poster

Attracted by the impressive power of Multimodal Large Language Models (MLLMs), the public is increasingly utilizing them to improve the efficiency of daily work. Nonetheless, the vulnerabilities of MLLMs to unsafe instructions bring huge safety risks when these models are deployed in real-world scen…

2023

3DRP-Net: 3D Relative Position-aware Network for 3D Visual Grounding

EMNLP 2023long main

3D visual grounding aims to localize the target object in a 3D point cloud by a free-form language description. Typically, the sentences describing the target object tend to provide information about its relative relation between other objects and its position within the whole scene. In this work, w…

Cited by 0SourceScholar
2023

Distilling Coarse-to-Fine Semantic Matching Knowledge for Weakly Supervised 3D Visual Grounding

ICCV 2023poster

3D visual grounding involves finding a target object in a 3D scene that corresponds to a given sentence query. Although many approaches have been proposed and achieved impressive performance, they all require dense object-sentence pair annotations in 3D point clouds, which are both time-consuming an…

Cited by 19PDFcodeScholar
2023

Prediction with Incomplete Data under Agnostic Mask Distribution Shift

IJCAI 2023poster

Data with missing values is ubiquitous in many applications. Recent years have witnessed increasing attention on prediction with only incomplete data consisting of observed features and a mask that indicates the missing pattern. Existing methods assume that the training and testing distributions are…

Cited by 1SourcePDFScholar
2023

Revisiting Event-Based Video Frame Interpolation

IROS 2023poster

Dynamic vision sensors or event cameras provide rich complementary information for video frame interpolation. Existing state-of-the-art methods follow the paradigm of combining both synthesis-based and warping networks. However, few of those methods fully respect the intrinsic characteristics of eve…

Cited by 4SourceScholar
2023

ScaleKD: Distilling Scale-Aware Knowledge in Small Object Detector

CVPR 2023poster

Despite the prominent success of general object detection, the performance and efficiency of Small Object Detection (SOD) are still unsatisfactory. Unlike existing works that struggle to balance the trade-off between inference speed and SOD performance, in this paper, we propose a novel Scale-aware…

Cited by 39SourcePDFScholar
2022

Label-Guided Auxiliary Training Improves 3D Object Detector

ECCV 2022poster

"Detecting 3D objects from point clouds is a practical yet challenging task that has attracted increasing attention recently. In this paper, we propose a Label-Guided auxiliary training method for 3D object detection (LG3D), which serves as an auxiliary network to enhance the feature learning of exi…

2022

Teach Less, Learn More: On the Undistillable Classes in Knowledge Distillation

NeurIPS 2022accept

Knowledge distillation (KD) can effectively compress neural networks by training a smaller network (student) to simulate the behavior of a larger one (teacher). A counter-intuitive observation is that a more expansive teacher does not make a better student, but the reasons for this phenomenon remain…

Cited by 33SourcePDFScholar
2018

Orthogonality-Promoting Distance Metric Learning: Convex Relaxation and Theoretical Analysis

ICML 2018oral

Distance metric learning (DML), which learns a distance metric from labeled "similar" and "dissimilar" data pairs, is widely utilized. Recently, several works investigate orthogonality-promoting regularization (OPR), which encourages the projection vectors in DML to be close to being orthogonal, to…

Cited by 33SourcePDFScholar