← Search

Haichao Zhang

21 accepted papers

2025

Learning Multi-Stage Pick-and-Place With a Legged Mobile Manipulator

RA-L 2025

Quadruped-based mobile manipulation presents significant challenges in robotics due to the diversity of required skills, the extended task horizon, and partial observability. After presenting a multi-stage pick-and-place task as a succinct yet sufficiently rich setup that captures key desiderata for

Cited by 4SourcecodeScholar
2025

VQToken: Neural Discrete Token Representation Learning for Extreme Token Reduction in Video Large Language Models

NeurIPS 2025poster

Token-based video representation has emerged as a promising approach for enabling large language models (LLMs) to interpret video content. However, existing token reduction techniques, such as pruning and merging, often disrupt essential positional embeddings and rely on continuous visual tokens sam…

Cited by 0SourceScholar
2024

FuRL: Visual-Language Models as Fuzzy Rewards for Reinforcement Learning

ICML 2024poster

In this work, we investigate how to leverage pre-trained visual-language models (VLM) for online Reinforcement Learning (RL). In particular, we focus on sparse reward tasks with pre-defined textual task descriptions. We first identify the problem of reward misalignment when applying VLM as a reward…

2024

OOSTraj: Out-of-Sight Trajectory Prediction With Vision-Positioning Denoising

CVPR 2024poster

Trajectory prediction is fundamental in computer vision and autonomous driving particularly for understanding pedestrian behavior and enabling proactive decision-making. Existing approaches in this field often assume precise and complete observational data neglecting the challenges associated with o…

2024

Robot Policy Learning with Temporal Optimal Transport Reward

NeurIPS 2024poster

Reward specification is one of the most tricky problems in Reinforcement Learning, which usually requires tedious hand engineering in practice. One promising approach to tackle this challenge is to adopt existing expert video demonstrations for policy learning. Some recent work investigates how to l…

2024

Solving Motion Planning Tasks with a Scalable Generative Model

ECCV 2024poster

"As autonomous driving systems being deployed to millions of vehicles, there is a pressing need of improving the system’s scalability, safety and reducing the engineering cost. A realistic, scalable, and practical simulator of the driving world is highly desired. In this paper, we present an efficie…

2023

Efficient Multi-Task and Transfer Reinforcement Learning With Parameter-Compositional Framework

RA-L 2023

In this work, we investigate the potential of improving multi-task training and also leveraging it for transferring in the reinforcement learning setting. We identify several challenges towards this goal and propose a transferring approach with a parameter-compositional formulation. We investigate w

Cited by 13SourceScholar
2022

Generative Planning for Temporally Coordinated Exploration in Reinforcement Learning

ICLR 2022spotlight

Standard model-free reinforcement learning algorithms optimize a policy that generates the action to be taken in the current time step in order to maximize expected future return. While flexible, it faces difficulties arising from the inefficient exploration due to its single step nature. In this wo…

2022

PaCo: Parameter-Compositional Multi-task Reinforcement Learning

NeurIPS 2022accept

The purpose of multi-task reinforcement learning (MTRL) is to train a single policy that can be applied to a set of different tasks. Sharing parameters allows us to take advantage of the similarities among tasks. However, the gaps between contents and difficulties of different tasks bring us challen…

2019

Bilateral Adversarial Training: Towards Fast Training of More Robust Models Against Adversarial Attacks

ICCV 2019poster

In this paper, we study fast training of adversarially robust models. From the analyses of the state-of-the-art defense method, i.e., the multi-step adversarial training [??], we hypothesize that the gradient magnitude links to the model robustness. Motivated by this, we propose to perturb both the…

Cited by 162PDFScholar
2019

Defense Against Adversarial Attacks Using Feature Scattering-based Adversarial Training

NeurIPS 2019poster

We introduce a feature scattering-based adversarial training approach for improving model robustness against adversarial attacks. Conventional adversarial training approaches leverage a supervised scheme (either targeted or non-targeted) in generating attacks for training, which typically suffer fro…

2019

Improving Sequence-to-Sequence Learning via Optimal Transport

ICLR 2019poster

Sequence-to-sequence models are commonly trained via maximum likelihood estimation (MLE). However, standard MLE training considers a word-level objective, predicting the next word given the previous ground-truth partial sentence. This procedure focuses on modeling local syntactic patterns, and may f…

Cited by 110SourcePDFScholar
2018

Adversarial Text Generation via Feature-Mover's Distance

NeurIPS 2018poster

Generative adversarial networks (GANs) have achieved significant success in generating real-valued data. However, the discrete nature of text hinders the application of GAN to text-generation tasks. Instead of using the standard GAN objective, we propose to improve text-generation GAN via a novel ap…

2018

Guided Feature Transformation (GFT): A Neural Language Grounding Module for Embodied Agents

CoRL 2018

Recently there has been a rising interest in training agents, embodied in virtual environments, to perform language-directed tasks by deep reinforcement learning. In this paper, we propose a simple but effective neural language grounding module for embodied agents that can be trained end to end from

2018

Interactive Grounded Language Acquisition and Generalization in a 2D World

ICLR 2018poster

We build a virtual agent for learning language in a 2D maze-like world. The agent sees images of the surrounding environment, listens to a virtual teacher, and takes actions to receive rewards. It interactively learns the teacher’s language from scratch based on two language use cases: sentence-dire…