← Search

Zeyu Zheng

25 accepted papers

2026

OpenVision 2: A Family of Generative Pretrained Visual Encoders for Multimodal Learning

CVPR 2026

This paper provides a simplification on OpenVision's architecture and loss design for enhancing its training efficiency. Following the prior vision-language pretraining works CapPa and AIMv2, as well as modern multimodal designs like LLaVA, our changes are straightforward: we remove the text encoder

Cited by 0SourcecodeScholar
2026

Position: Academic Conferences are Potentially Facing Denominator Gaming Caused by Fully Automated Scientific Agents

ICML 2026poster

The implicit policy of maintaining relatively stable acceptance rates at top AI conferences, despite exponentially growing submissions, introduces a critical structural vulnerability. This position paper characterizes a new systemic threat we term ***Agentic Denominator Gaming***, in which a malicio…

Cited by 0SourceScholar
2026

Scaling up Multi-Turn Off-Policy RL and Multi-Agent Tree Search for LLM Step-Provers

ICML 2026poster

The integration of Large Language Models (LLMs) with automated theorem proving has shown immense promise, yet is constrained by challenges in scaling up both training-time reinforcement learning (RL) and inference-time compute. This paper introduces BFS-Prover-V2, a step-level theorem proving system…

Cited by 0SourceScholar
2026

SimpleMem: Efficient Lifelong Memory for LLM Agents

ICML 2026poster

To support long-term interaction in complex environments, LLM agents require memory systems that manage historical experiences. Existing approaches either retain full interaction histories via passive context extension, leading to substantial redundancy, or rely on iterative reasoning to filter nois…

Cited by 0SourceScholar
2026

Spiral RoPE: Rotate Your Rotary Positional Embeddings in the 2D Plane

ICML 2026poster

Rotary Position Embedding (RoPE) is the de facto positional encoding in large language models due to its ability to encode relative positions and support length extrapolation. When adapted to vision transformers, the standard axial formulation decomposes two-dimensional spatial positions into horizo…

Cited by 0SourceScholar
2026

Story-Iter: A Training-free Iterative Paradigm for Long Story Visualization

ICLR 2026poster

This paper introduces **Story-Iter**, a new training-free iterative paradigm to enhance long-story generation. Unlike existing methods that rely on fixed reference images to construct a complete story, our approach features a novel external **iterative paradigm**, extending beyond the internal itera…

Cited by 0SourcecodeScholar
2025

Efficient Fine-Grained Guidance for Diffusion Model Based Symbolic Music Generation

ICML 2025poster

Developing generative models to create or conditionally create symbolic music presents unique challenges due to the combination of limited data availability and the need for high precision in note pitch. To address these challenges, we introduce an efficient Fine-Grained Guidance (FGG) approach with…

Cited by 0SourcePDFScholar
2024

Generalized Preference Optimization: A Unified Approach to Offline Alignment

ICML 2024poster

Offline preference optimization allows fine-tuning large models directly from offline data, and has proved effective in recent alignment practices. We propose generalized preference optimization (GPO), a family of offline losses parameterized by a general class of convex functions. GPO enables a uni…

Cited by 83SourcePDFScholar
2024

Human Alignment of Large Language Models through Online Preference Optimisation

ICML 2024poster

Ensuring alignment of language model's outputs with human preferences is critical to guarantee a useful, safe, and pleasant user experience. Thus, human alignment has been extensively studied recently and several methods such as Reinforcement Learning from Human Feedback (RLHF), Direct Policy Optimi…

Cited by 40SourcePDFScholar
2024

Normalization and effective learning rates in reinforcement learning

NeurIPS 2024poster

Normalization layers have recently experienced a renaissance in the deep reinforcement learning and continual learning literature, with several works highlighting diverse benefits such as improving loss landscape conditioning and combatting overestimation bias. However, normalization brings with it…

Cited by 6SourcePDFScholar
2023

Contextual Gaussian Process Bandits with Neural Networks

NeurIPS 2023poster

Contextual decision-making problems have witnessed extensive applications in various fields such as online content recommendation, personalized healthcare, and autonomous vehicles, where a core practical challenge is to select a suitable surrogate model for capturing unknown complicated reward funct…

Cited by 3SourcePDFScholar
2023

Stochastic Multi-armed Bandits: Optimal Trade-off among Optimality, Consistency, and Tail Risk

NeurIPS 2023spotlight

We consider the stochastic multi-armed bandit problem and fully characterize the interplays among three desired properties for policy design: worst-case optimality, instance-dependent consistency, and light-tailed risk. We show how the order of expected regret exactly affects the decaying rate of th…

Cited by 3SourcePDFScholar
2023

Understanding Plasticity in Neural Networks

ICML 2023oral

Plasticity, the ability of a neural network to quickly change its predictions in response to new information, is essential for the adaptability and robustness of deep reinforcement learning systems. Deep neural networks are known to lose plasticity over the course of training even in relatively simp…

Cited by 114SourcePDFScholar
2022

A Simple and Optimal Policy Design for Online Learning with Safety against Heavy-tailed Risk

NeurIPS 2022accept

We consider the classical multi-armed bandit problem and design simple-to-implement new policies that simultaneously enjoy two properties: worst-case optimality for the expected regret, and safety against heavy-tailed risk for the regret distribution. Recently, Fan and Glynn (2021) showed that infor…

Cited by 3SourcePDFScholar
2022

Adaptive Pairwise Weights for Temporal Credit Assignment

AAAI 2022technical

How much credit (or blame) should an action taken in a state get for a future reward? This is the fundamental temporal credit assignment problem in Reinforcement Learning (RL). One of the earliest and still most widely used heuristics is to assign this credit based on a scalar coefficient, lambda (t…

Cited by 5SourcePDFScholar
2022

Gradient-Free Methods for Deterministic and Stochastic Nonsmooth Nonconvex Optimization

NeurIPS 2022accept

Nonsmooth nonconvex optimization problems broadly emerge in machine learning and business decision making, whereas two core challenges impede the development of efficient solution methods with finite-time convergence guarantee: the lack of computationally tractable optimality criterion and the lack…

Cited by 58SourcePDFScholar
2021

Learning State Representations from Random Deep Action-conditional Predictions

NeurIPS 2021poster

Our main contribution in this work is an empirical finding that random General Value Functions (GVFs), i.e., deep action-conditional predictions---random both in what feature of observations they predict as well as in the sequence of actions the predictions are conditioned upon---form good auxiliary…

2021

On Projection Robust Optimal Transport: Sample Complexity and Model Misspecification

AISTATS 2021poster

Optimal transport (OT) distances are increasingly used as loss functions for statistical inference, notably in the learning of generative models or supervised learning. Yet, the behavior of minimum Wasserstein estimators is poorly understood, notably in high-dimensional regimes or under model misspe…

2020

What Can Learned Intrinsic Rewards Capture?

ICML 2020poster

The objective of a reinforcement learning agent is to behave so as to maximise the sum of a suitable scalar function of state: the reward. These rewards are typically given and immutable. In this paper, we instead consider the proposition that the reward function itself can be a good locus of learne…

Cited by 104SourcePDFScholar