← Search

Xupeng Zhu

15 accepted papers

2026

EquAct: An SE(3)-Equivariant Multi-Task Transformer for 3D Robotic Manipulation

ICLR 2026poster

Multi-task manipulation policy often builds on transformer's ability to jointly process language instructions and 3D observations in a shared embedding space. However, real-world tasks frequently require robots to generalize to novel 3D object poses. Policies based on shared embedding break geometri…

Cited by 0SourceScholar
2026

Generalizable Hierarchical Skill Learning via Object-Centric Representation

RA-L 2026

We present Generalizable Hierarchical Skill Learning (GSL), a novel framework for hierarchical policy learning that improves policy generalization and sample efficiency in robot manipulation. One core idea of GSL is to use object-centric skills as an interface that bridges the high-level vision-lang

Cited by 3SourceScholar
2025

3D Equivariant Visuomotor Policy Learning via Spherical Projection

NeurIPS 2025spotlight

Equivariant models have recently been shown to improve the data efficiency of diffusion policy by a significant margin. However, prior work that explored this direction focused primarily on point cloud inputs generated by multiple cameras fixed in the workspace. This type of point cloud input is not…

Cited by 0SourceScholar
2025

Hierarchical Equivariant Policy via Frame Transfer

ICML 2025poster

Recent advances in hierarchical policy learning highlight the advantages of decomposing systems into high-level and low-level agents, enabling efficient long-horizon reasoning and precise fine-grained control. However, the interface between these hierarchy levels remains underexplored, and existing…

Cited by 2SourcePDFScholar
2025

SE(3)-Equivariant Diffusion Policy in Spherical Fourier Space

ICML 2025poster

Diffusion Policies are effective at learning closed-loop manipulation policies from human demonstrations but generalize poorly to novel arrangements of objects in 3D space, hurting real-world performance. To address this issue, we propose Spherical Diffusion Policy (SDP), an SE(3) equivariant diffus…

2024

Fourier Transporter: Bi-Equivariant Robotic Manipulation in 3D

ICLR 2024poster

Many complex robotic manipulation tasks can be decomposed as a sequence of pick and place actions. Training a robotic agent to learn this sequence over many different starting conditions typically requires many iterations or demonstrations, especially in 3D environments. In this work, we propose Fou…

Cited by 24SourcePDFScholar
2024

OrbitGrasp: SE(3)-Equivariant Grasp Learning

CoRL 2024poster

While grasp detection is an important part of any robotic manipulation pipeline, reliable and accurate grasp detection in $\\mathrm{SE}(3)$ remains a research challenge. Many robotics applications in unstructured environments such as the home or warehouse would benefit a lot from better grasp perfor…

Cited by 13SourcecodeScholar
2024

ThinkGrasp: A Vision-Language System for Strategic Part Grasping in Clutter

CoRL 2024poster

Robotic grasping in cluttered environments remains a significant challenge due to occlusions and complex object arrangements. We have developed ThinkGrasp, a plug-and-play vision-language grasping system that makes use of GPT-4o's advanced contextual reasoning for grasping strategies. ThinkGrasp can…

Cited by 14SourcecodeScholar
2023

A General Theory of Correct, Incorrect, and Extrinsic Equivariance

NeurIPS 2023poster

Although equivariant machine learning has proven effective at many tasks, success depends heavily on the assumption that the ground truth function is symmetric over the entire domain matching the symmetry in an equivariant neural network. A missing piece in the equivariant learning literature is the…

Cited by 10SourcePDFScholar
2023

Edge Grasp Network: A Graph-Based SE(3)-invariant Approach to Grasp Detection

ICRA 2023poster

Given point cloud input, the problem of 6-DoF grasp pose detection is to identify a set of hand poses in SE(3) from which an object can be successfully grasped. This important problem has many practical applications. Here we propose a novel method and neural network model that enables better grasp s…

Cited by 39SourcecodeScholar
2023

Integrating Symmetry into Differentiable Planning with Steerable Convolutions

ICLR 2023poster

To achieve this, we draw inspiration from equivariant convolution networks and model the path planning problem as a set of signals over grids. We demonstrate that value iteration can be treated as a linear equivariant operator, which is effectively a steerable convolution. Building upon Value Iterat…

Cited by 14SourcePDFScholar
2023

SEIL: Simulation-augmented Equivariant Imitation Learning

ICRA 2023poster

In robotic manipulation, acquiring samples is extremely expensive because it often requires interacting with the real world. Traditional image-level data augmentation has shown the potential to improve sample efficiency in various machine learning tasks. However, image-level data augmentation is ins…

Cited by 20SourceScholar
2022

Sample Efficient Grasp Learning Using Equivariant Models

RSS 2022poster

In planar grasp detection, the goal is to learn a function from an image of a scene onto a set of feasible grasp poses in SE(2). In this paper, we recognize that the optimal grasp function is SE(2)-equivariant and can be modeled using an equivariant convolutional neural network. As a result, we are…