← Search

ChengYang Ying

15 accepted papers

2026

A$^2$Search: Ambiguity-Aware Question Answering with Reinforcement Learning

ICLR 2026poster

Recent advances in Large Language Models (LLMs) and Reinforcement Learning (RL) have led to strong performance in open-domain question answering (QA). However, existing models still struggle with questions that admit multiple valid answers. Standard QA benchmarks, which typically assume a single gol…

Cited by 0SourcecodeScholar
2026

Exploratory Diffusion Model for Unsupervised Reinforcement Learning

ICLR 2026oral

Unsupervised reinforcement learning (URL) pre-trains agents by exploring diverse states in reward-free environments, aiming to enable efficient adaptation to various downstream tasks. Without extrinsic rewards, prior methods rely on intrinsic objectives, but heterogeneous exploration data demand str…

Cited by 0SourcecodeScholar
2026

PACT: Self-Evolving Physical Safety Alignment for Diffusion Policies in Embodied Manipulation

ICML 2026spotlight

Diffusion policies have achieved remarkable success in robotic manipulation, yet they often fail to satisfy strict physical constraints required for safe deployment. Existing approaches impose safety either prematurely during training or reactively via external guardrails at test time, limiting poli…

Cited by 0SourceScholar
2025

Self-Consistent Model-based Adaptation for Visual Reinforcement Learning

IJCAI 2025

Visual reinforcement learning agents typically face serious performance declines in real-world applications caused by visual distractions. Existing methods rely on fine-tuning the policy's representations with hand-crafted augmentations. In this work, we propose Self-Consistent Model-based Adaptatio

Cited by 0SourcePDFScholar
2024

DPOT: Auto-Regressive Denoising Operator Transformer for Large-Scale PDE Pre-Training

ICML 2024poster

Pre-training has been investigated to improve the efficiency and performance of training neural operators in data-scarce settings. However, it is largely in its infancy due to the inherent complexity and diversity, such as long trajectories, multiple scales and varying dimensions of partial differen…

2024

Fourier Controller Networks for Real-Time Decision-Making in Embodied Learning

ICML 2024poster

Transformer has shown promise in reinforcement learning to model time-varying features for obtaining generalized low-level robot policies on diverse robotics datasets in embodied learning. However, it still suffers from the issues of low data efficiency and high inference latency. In this paper, we…

2024

PEAC: Unsupervised Pre-training for Cross-Embodiment Reinforcement Learning

NeurIPS 2024poster

Designing generalizable agents capable of adapting to diverse embodiments has achieved significant attention in Reinforcement Learning (RL), which is critical for deploying RL agents in various real-world applications. Previous Cross-Embodiment RL approaches have focused on transferring knowledge ac…

2023

Bi-level Physics-Informed Neural Networks for PDE Constrained Optimization using Broyden's Hypergradients

ICLR 2023poster

Deep learning based approaches like Physics-informed neural networks (PINNs) and DeepONets have shown promise on solving PDE constrained optimization (PDECO) problems. However, existing methods are insufficient to handle those PDE constraints that have a complicated or nonlinear dependency on optim…

Cited by 19SourcePDFScholar
2023

GNOT: A General Neural Operator Transformer for Operator Learning

ICML 2023poster

Learning partial differential equations' (PDEs) solution operators is an essential problem in machine learning. However, there are several challenges for learning operators in practical applications like the irregular mesh, multiple input functions, and complexity of the PDEs' solution. To address t…

2023

NUNO: A General Framework for Learning Parametric PDEs with Non-Uniform Data

ICML 2023poster

The neural operator has emerged as a powerful tool in learning mappings between function spaces in PDEs. However, when faced with real-world physical data, which are often highly non-uniformly distributed, it is challenging to use mesh-based techniques such as the FFT. To address this, we introduce…

2023

Offline Reinforcement Learning via High-Fidelity Generative Behavior Modeling

ICLR 2023poster

In offline reinforcement learning, weighted regression is a common method to ensure the learned policy stays close to the behavior policy and to prevent selecting out-of-sample actions. In this work, we show that due to the limited distributional expressivity of policy models, previous methods might…

2023

On the Reuse Bias in Off-Policy Reinforcement Learning

IJCAI 2023poster

Importance sampling (IS) is a popular technique in off-policy evaluation, which re-weights the return of trajectories in the replay buffer to boost sample efficiency. However, training with IS can be unstable and previous attempts to address this issue mainly focus on analyzing the variance of IS. I…

2022

A Unified Hard-Constraint Framework for Solving Geometrically Complex PDEs

NeurIPS 2022accept

We present a unified hard-constraint framework for solving geometrically complex PDEs with neural networks, where the most commonly used Dirichlet, Neumann, and Robin boundary conditions (BCs) are considered. Specifically, we first introduce the "extra fields'' from the mixed finite element method t…

2022

GSmooth: Certified Robustness against Semantic Transformations via Generalized Randomized Smoothing

ICML 2022spotlight

Certified defenses such as randomized smoothing have shown promise towards building reliable machine learning systems against $\ell_p$ norm bounded attacks. However, existing methods are insufficient or unable to provably defend against semantic transformations, especially those without closed-form…

Cited by 31SourcePDFScholar
2022

Towards Safe Reinforcement Learning via Constraining Conditional Value-at-Risk

IJCAI 2022poster

Though deep reinforcement learning (DRL) has obtained substantial success, it may encounter catastrophic failures due to the intrinsic uncertainty of both transition and observation. Most of the existing methods for safe reinforcement learning can only handle transition disturbance or observation di…