← Search

Shao-Hua Sun

27 accepted papers

2026

CooT: Learning to Coordinate In-Context with Coordination Transformers

ICML 2026poster

Effective coordination among unfamiliar partners remains a major challenge in multi-agent systems. Existing approaches, such as population-based methods, improve robustness through diversity but often lack mechanisms for efficient adaptation beyond the training distribution. Fine-tuning is also impr…

Cited by 0SourceScholar
2026

GAME-TIME: EVALUATING TEMPORAL DYNAMICS IN SPOKEN LANGUAGE MODELS

ICASSP 2026oral

Conversational Spoken Language Models (SLMs) are emerging as a promising paradigm for real-time speech interaction. However, their capacity of temporal dynamics, including the ability to manage timing, tempo and simultaneous speaking, remains a critical and unevaluated challenge for conversational f…

Cited by 0SourcePDFScholar
2026

SAD-Flower: Flow Matching for Safe, Admissible, and Dynamically Consistent Planning

ICML 2026poster

Flow matching (FM) has shown promising results in data-driven planning. However, it inherently lacks formal guarantees for ensuring state and action constraints, whose satisfaction is a fundamental and crucial requirement for the safety and admissibility of planned trajectories on various systems. M…

Cited by 0SourcecodeScholar
2025

Action-Constrained Imitation Learning

ICML 2025poster

Policy learning under action constraints plays a central role in ensuring safe behaviors in various robot control and resource allocation applications. In this paper, we study a new problem setting termed Action-Constrained Imitation Learning (ACIL), where an action-constrained imitator aims to lear…

Cited by 0SourcePDFScholar
2025

Efficient Action-Constrained Reinforcement Learning via Acceptance-Rejection Method and Augmented MDPs

ICLR 2025poster

Action-constrained reinforcement learning (ACRL) is a generic framework for learning control policies with zero action constraint violation, which is required by various safety-critical and resource-constrained applications. The existing ACRL methods can typically achieve favorable constraint satisf…

Cited by 0SourcePDFScholar
2025

HERO: Human-Feedback Efficient Reinforcement Learning for Online Diffusion Model Finetuning

ICLR 2025poster

Controllable generation through Stable Diffusion (SD) fine-tuning aims to improve fidelity, safety, and alignment with human guidance. Existing reinforcement learning from human feedback methods usually rely on predefined heuristic reward functions or pretrained reward models built on large-scale da…

2025

Mitigating Forgetting in LLM Fine-Tuning via Low-Perplexity Token Learning

NeurIPS 2025poster

Maintaining consistent model performance across domains is a fundamental challenge in machine learning. While recent work has explored using LLM-generated data for fine-tuning, its impact on cross-domain generalization remains poorly understood. This paper presents a systematic analysis revealing th…

Cited by 0SourceScholar
2025

QMP: Q-switch Mixture of Policies for Multi-Task Behavior Sharing

ICLR 2025poster

Multi-task reinforcement learning (MTRL) aims to learn several tasks simultaneously for better sample efficiency than learning them separately. Traditional methods achieve this by sharing parameters or relabeling data between tasks. In this work, we introduce a new framework for sharing behavioral…

2025

Synthesizing Programmatic Reinforcement Learning Policies with Large Language Model Guided Search

ICLR 2025poster

Programmatic reinforcement learning (PRL) has been explored for representing policies through programs as a means to achieve interpretability and generalization. Despite promising outcomes, current state-of-the-art PRL methods are hindered by sample inefficiency, necessitating tens of millions of pr…

Cited by 6SourcePDFScholar
2024

Diffusion Model-Augmented Behavioral Cloning

ICML 2024poster

Imitation learning addresses the challenge of learning by observing an expert’s demonstrations without access to reward signals from environments. Most existing imitation learning methods that do not require interacting with environments either model the expert distribution as the conditional probab…

Cited by 25SourcePDFScholar
2024

Diffusion-Reward Adversarial Imitation Learning

NeurIPS 2024poster

Imitation learning aims to learn a policy from observing expert demonstrations without access to reward signals from environments. Generative adversarial imitation learning (GAIL) formulates imitation learning as adversarial learning, employing a generator policy learning to imitate expert behaviors…

2024

Hierarchical Programmatic Option Framework

NeurIPS 2024poster

Deep reinforcement learning aims to learn deep neural network policies to solve large-scale decision-making problems. However, approximating policies using deep neural networks makes it difficult to interpret the learned decision-making process. To address this issue, prior works (Trivedi et al., 20…

Cited by 1SourcePDFScholar
2024

Integrating Planning and Deep Reinforcement Learning via Automatic Induction of Task Substructures

ICLR 2024poster

Despite recent advancements, deep reinforcement learning (DRL) still struggles at learning sparse-reward goal-directed tasks. Classical planning excels at addressing hierarchical tasks by employing symbolic knowledge, yet most of the methods rely on assumptions about pre-defined subtasks. To bridge…

Cited by 4SourcePDFScholar
2024

Learning to Act from Actionless Videos through Dense Correspondences

ICLR 2024spotlight

In this work, we present an approach to construct a video-based robot policy capable of reliably executing diverse tasks across different robots and environments from few video demonstrations without using any action annotations. Our method leverages images as a task-agnostic representation, encodin…

Cited by 56SourcePDFScholar
2024

REBORN: Reinforcement-Learned Boundary Segmentation with Iterative Training for Unsupervised ASR

NeurIPS 2024poster

Unsupervised automatic speech recognition (ASR) aims to learn the mapping between the speech signal and its corresponding textual transcription without the supervision of paired speech-text data. A word/phoneme in the speech signal is represented by a segment of speech signal with variable length an…

2023

Bootstrap Your Own Skills: Learning to Solve New Tasks with Large Language Model Guidance

CoRL 2023oral

We propose BOSS, an approach that automatically learns to solve new long-horizon, complex, and meaningful tasks by growing a learned skill library with minimal supervision. Prior work in reinforcement learning require expert supervision, in the form of demonstrations or rich reward functions, to lea…

Cited by 80SourceScholar
2023

Hierarchical Programmatic Reinforcement Learning via Learning to Compose Programs

ICML 2023poster

Aiming to produce reinforcement learning (RL) policies that are human-interpretable and can generalize better to novel scenarios, Trivedi et al. (2021) present a method (LEAPS) that first learns a program embedding space to continuously parameterize diverse programs from a pre-generated program data…

Cited by 18SourcePDFScholar
2023

Location-Aware Visual Question Generation with Lightweight Models

EMNLP 2023long main

This work introduces a novel task, location-aware visual question generation (LocaVQG), which aims to generate engaging questions from data relevant to a particular geographical location. Specifically, we represent such location-aware information with surrounding images and a GPS coordinate. To tack…

Cited by 0SourcecodeScholar
2021

Generalizable Imitation Learning from Observation via Inferring Goal Proximity

NeurIPS 2021poster

Task progress is intuitive and readily available task information that can guide an agent closer to the desired goal. Furthermore, a task progress estimator can generalize to new situations. From this intuition, we propose a simple yet effective imitation learning from observation method for a goal-…

Cited by 47SourcePDFScholar
2021

Learning to Synthesize Programs as Interpretable and Generalizable Policies

NeurIPS 2021poster

Recently, deep reinforcement learning (DRL) methods have achieved impressive performance on tasks in a variety of domains. However, neural network policies produced with DRL methods are not human-interpretable and often have difficulty generalizing to novel scenarios. To address these issues, prior…

Cited by 85SourcePDFScholar
2020

Program Guided Agent

ICLR 2020spotlight

Developing agents that can learn to follow natural language instructions has been an emerging research direction. While being accessible and flexible, natural language instructions can sometimes be ambiguous even to humans. To address this, we propose to utilize programs, structured in a formal lang…

Cited by 81SourceScholar
2019

Feedback Adversarial Learning: Spatial Feedback for Improving Generative Adversarial Networks

CVPR 2019poster

We propose feedback adversarial learning (FAL) framework that can improve existing generative adversarial networks by leveraging spatial feedback from the discriminator. We formulate the generation task as a recurrent framework, in which the discriminator's feedback is integrated into the feedforwar…

Cited by 33PDFScholar
2019

Multimodal Model-Agnostic Meta-Learning via Task-Aware Modulation

NeurIPS 2019spotlight

Model-agnostic meta-learners aim to acquire meta-learned parameters from similar tasks to adapt to novel tasks from the same distribution with few gradient updates. With the flexibility in the choice of models, those frameworks demonstrate appealing performance on a variety of domains such as few-sh…

2018

Multi-view to Novel view: Synthesizing novel views with Self-Learned Confidence

ECCV 2018poster

In this paper, we address the task of multi-view novel view synthesis, where we are interested in synthesizing a target image with an arbitrary camera pose from given source images. We propose an end-to-end trainable framework that learns to exploit multiple viewpoints to synthesize a novel view wit…

Cited by 166SourcePDFScholar
2018

Neural Program Synthesis from Diverse Demonstration Videos

ICML 2018oral

Interpreting decision making logic in demonstration videos is key to collaborating with and mimicking humans. To empower machines with this ability, we propose a neural program synthesizer that is able to explicitly synthesize underlying programs from behaviorally diverse and visually complicated de…