← Search

Haotian Fu

15 accepted papers

2026

From Noise to Control: Parameterized Diffusion Policies

ICML 2026poster

We propose Parameterized Diffusion Policy (PDP), a framework that learns a diffusion policy parameterized in a smooth continuous space. By structuring a latent manifold such that distances between latents' values reflect the semantic similarity of physical trajectories, we transform diffusion from a…

Cited by 0SourceScholar
2026

Scalable Event Cloud Network for Event-based Classification

ICML 2026oral

Event cameras are biologically inspired sensors garnering significant attention from both industry and academia. Mainstream methods favor frame and voxel representations, which reach a satisfactory performance while introducing time-consuming transformations, bulky models, and sacrificing fine-grain…

Cited by 0SourceScholar
2025

ClearSight: Human Vision-Inspired Solutions for Event-Based Motion Deblurring

ICCV 2025poster

Motion deblurring addresses the challenge of image blur caused by camera or scene movement. Event cameras provide motion information that is encoded in the asynchronous event streams. To efficiently leverage the temporal information of event streams, we employ Spiking Neural Networks (SNNs) for moti…

Cited by 0SourcePDFScholar
2025

Knowledge Retention in Continual Model-Based Reinforcement Learning

ICML 2025poster

We propose DRAGO, a novel approach for continual model-based reinforcement learning aimed at improving the incremental development of world models across a sequence of tasks that differ in their reward functions but not the state space or dynamics. DRAGO comprises two key components: *Synthetic Expe…

Cited by 0SourcePDFScholar
2025

Learning Parameterized Skills from Demonstrations

NeurIPS 2025poster

We present DEPS, an end-to-end algorithm for discovering parameterized skills from expert demonstrations. Our method learns parameterized skill policies jointly with a meta-policy that selects the appropriate discrete skill and continuous parameters at each timestep. Using a combination of temporal…

Cited by 0SourcecodeScholar
2024

A Simple and Effective Point-based Network for Event Camera 6-DOFs Pose Relocalization

CVPR 2024poster

Event cameras exhibit remarkable attributes such as high dynamic range asynchronicity and low latency making them highly suitable for vision tasks that involve high-speed motion in challenging lighting conditions. These cameras implicitly capture movement and depth information in events making them…

Cited by 12SourcePDFScholar
2024

CLIF: Complementary Leaky Integrate-and-Fire Neuron for Spiking Neural Networks

ICML 2024spotlight

Spiking neural networks (SNNs) are promising brain-inspired energy-efficient models. Compared to conventional deep Artificial Neural Networks (ANNs), SNNs exhibit superior efficiency and capability to process temporal information. However, it remains a challenge to train SNNs due to their undifferen…

2024

EPO: Hierarchical LLM Agents with Environment Preference Optimization

EMNLP 2024main

Long-horizon decision-making tasks present significant challenges for LLM-based agents due to the need for extensive planning over multiple steps. In this paper, we propose a hierarchical framework that decomposes complex tasks into manageable subgoals, utilizing separate LLMs for subgoal prediction…

2024

Language-guided Skill Learning with Temporal Variational Inference

ICML 2024poster

We present an algorithm for skill discovery from expert demonstrations. The algorithm first utilizes Large Language Models (LLMs) to propose an initial segmentation of the trajectories. Following that, a hierarchical variational inference framework incorporates the LLM-generated segmentation informa…

Cited by 9SourcePDFScholar
2024

Model-based Reinforcement Learning for Parameterized Action Spaces

ICML 2024poster

We propose a novel model-based reinforcement learning algorithm---Dynamics Learning and predictive control with Parameterized Actions (DLPA)---for Parameterized Action Markov Decision Processes (PAMDPs). The agent learns a parameterized-action-conditioned dynamics model and plans with a modified Mod…

Cited by 5SourcePDFScholar
2024

SpikePoint: An Efficient Point-based Spiking Neural Network for Event Cameras Action Recognition

ICLR 2024spotlight

Event cameras are bio-inspired sensors that respond to local changes in light intensity and feature low latency, high energy efficiency, and high dynamic range. Meanwhile, Spiking Neural Networks (SNNs) have gained significant attention due to their remarkable efficiency and fault tolerance. By syne…

Cited by 25SourcePDFScholar
2023

Meta-learning Parameterized Skills

ICML 2023poster

We propose a novel parameterized skill-learning algorithm that aims to learn transferable parameterized skills and synthesize them into a new action space that supports efficient learning in long-horizon tasks. We propose to leverage off-policy Meta-RL combined with a trajectory-centric smoothness t…

2023

Performance Bounds for Model and Policy Transfer in Hidden-parameter MDPs

ICLR 2023poster

In the Hidden-Parameter MDP (HiP-MDP) framework, a family of reinforcement learning tasks is generated by varying hidden parameters specifying the dynamics and reward function for each individual task. HiP-MDP is a natural model for families of tasks in which meta- and lifelong-reinforcement learnin…

Cited by 3SourcePDFScholar
2022

Model-based Lifelong Reinforcement Learning with Bayesian Exploration

NeurIPS 2022accept

We propose a model-based lifelong reinforcement-learning approach that estimates a hierarchical Bayesian posterior distilling the common structure shared across different tasks. The learned posterior combined with a sample-based Bayesian exploration procedure increases the sample efficiency of learn…

2021

Towards Effective Context for Meta-Reinforcement Learning: an Approach based on Contrastive Learning

AAAI 2021technical

Context, the embedding of previous collected trajectories, is a powerful construct for Meta-Reinforcement Learning (Meta-RL) algorithms. By conditioning on an effective context, Meta-RL policies can easily generalize to new tasks within a few adaptation steps. We argue that improving the quality of…