← Search

Chenyang Wu

11 accepted papers

2026

VTinker: Guided Flow Upsampling and Texture Mapping for High-Resolution Video Frame Interpolation

AAAI 2026technical

Due to large pixel movement and high computational cost, estimating the motion of high-resolution frames is challenging. Thus, most flow-based Video Frame Interpolation (VFI) methods first predict bidirectional flows at low resolution and then use high-magnification upsampling (e.g., bilinear) to ob

Cited by 0SourcePDFScholar
2026

YOSE: You Only Select Essential Tokens for Efficient DiT-based Video Object Removal

CVPR 2026

Recent advances in Diffusion Transformer (DiT)-based video generation technologies have shown impressive results for video object removal. However, these methods still suffer from substantial inference latency. For instance, although MiniMax Remover achieves state-of-the-art visual quality, it opera

Cited by 0SourcecodeScholar
2025

Behavior-Regularized Diffusion Policy Optimization for Offline Reinforcement Learning

ICML 2025poster

Behavior regularization, which constrains the policy to stay close to some behavior policy, is widely used in offline reinforcement learning (RL) to manage the risk of hazardous exploitation of unseen actions. Nevertheless, existing literature on behavior-regularized RL primarily focuses on explicit…

Cited by 1SourcePDFScholar
2025

Reinforced In-Context Black-Box Optimization

IJCAI 2025

Black-Box Optimization (BBO) has found successful applications in many fields of science and engineering. Recently, there has been a growing interest in meta-learning particular components of BBO algorithms to speed up optimization and get rid of tedious hand-crafted heuristics. As an extension, lea

2024

ACT: Empowering Decision Transformer with Dynamic Programming via Advantage Conditioning

AAAI 2024technical

Decision Transformer (DT), which employs expressive sequence modeling techniques to perform action generation, has emerged as a promising approach to offline policy optimization. However, DT generates actions conditioned on a desired future return, which is known to bear some weaknesses such as the…

2024

Efficient and Stable Offline-to-online Reinforcement Learning via Continual Policy Revitalization

IJCAI 2024poster

In offline Reinforcement Learning (RL), the pre-trained policies are utilized for initialization and subsequent online fine-tuning. However, existing methods suffer from instability and low sample efficiency compared to pure online learning. This paper identifies these limitations stemming from dire…

2024

Generalizable Policy Improvement via Reinforcement Sampling (Student Abstract)

AAAI 2024technical

Current policy gradient techniques excel in refining policies over sampled states but falter when generalizing to unseen states. To address this, we introduce Reinforcement Sampling (RS), a novel method leveraging a generalizable action value function to sample improved decisions. RS is able to impr…

Cited by 0SourcePDFScholar
2024

MM-Gaussian: 3D Gaussian-based Multi-modal Fusion for Localization and Reconstruction in Unbounded Scenes

IROS 2024poster

Localization and mapping are critical tasks for various applications such as autonomous vehicles and robotics. The challenges posed by outdoor environments present particular complexities due to their unbounded characteristics. In this work, we present MM-Gaussian, a LiDAR-camera multimodal fusion s…

Cited by 12SourceScholar
2022

Bayesian Optimistic Optimization: Optimistic Exploration for Model-based Reinforcement Learning

NeurIPS 2022accept

Reinforcement learning (RL) is a general framework for modeling sequential decision making problems, at the core of which lies the dilemma of exploitation and exploration. An agent failing to explore systematically will inevitably fail to learn efficiently. Optimism in the face of uncertainty (OFU)…

Cited by 11SourcePDFScholar
2021

Adaptive Online Packing-guided Search for POMDPs

NeurIPS 2021poster

The partially observable Markov decision process (POMDP) provides a general framework for modeling an agent's decision process with state uncertainty, and online planning plays a pivotal role in solving it. A belief is a distribution of states representing state uncertainty. Methods for large-scale…