← Search

Qiuyi Zhang

16 accepted papers

2026

Randomization Boosts KV Caching, Learning Balances Query Load: A Joint Perspective

ICLR 2026poster

KV caching is a fundamental technique for accelerating Large Language Model (LLM) inference by reusing key-value (KV) pairs from previous queries, but its effectiveness under limited memory is highly sensitive to the eviction policy. The default Least Recently Used (LRU) eviction algorithm struggle…

Cited by 0SourcecodeScholar
2025

Quantifying Knowledge Distillation using Partial Information Decomposition

AISTATS 2025poster

Knowledge distillation deploys complex machine learning models in resource-constrained environments by training a smaller student model to emulate internal representations of a complex teacher model. However, the teacher's representations can also encode nuisance or additional information not releva…

Cited by 0SourceScholar
2024

Adaptive Regret for Bandits Made Possible: Two Queries Suffice

ICLR 2024poster

Fast changing states or volatile environments pose a significant challenge to online optimization, which needs to perform rapid adaptation under limited observation. In this paper, we give query and regret optimal bandit algorithms under the strict notion of strongly adaptive regret, which measures…

Cited by 0SourcePDFScholar
2024

Preference Learning Algorithms Do Not Learn Preference Rankings

NeurIPS 2024poster

Preference learning algorithms (e.g., RLHF and DPO) are frequently used to steer LLMs to produce generations that are more preferred by humans, but our understanding of their inner workings is still limited. In this work, we study the conventional wisdom that preference learning trains models to ass…

Cited by 18SourcePDFScholar
2024

Set Learning for Accurate and Calibrated Models

ICLR 2024poster

Model overconfidence and poor calibration are common in machine learning and difficult to account for when applying standard empirical risk minimization. In this work, we propose a novel method to alleviate these problems that we call odd-$k$-out learning (OKO), which minimizes the cross-entropy err…

2023

Hardness of Low Rank Approximation of Entrywise Transformed Matrix Products

NeurIPS 2023poster

Inspired by fast algorithms in natural language processing, we study low rank approximation in the entrywise transformed setting where we want to find a good rank $k$ approximation to $f(U \cdot V)$, where $U, V^\top \in \mathbb{R}^{n \times r}$ are given, $r = O(\log(n))$, and $f(x)$ is a general s…

Cited by 3SourcePDFScholar
2023

Robust Algorithms on Adaptive Inputs from Bounded Adversaries

ICLR 2023poster

We study dynamic algorithms robust to adaptive input generated from sources with bounded capabilities, such as sparsity or limited interaction. For example, we consider robust linear algebraic algorithms when the updates to the input are sparse but given by an adversary with access to a query oracle…

Cited by 12SourcePDFScholar
2022

Towards Learning Universal Hyperparameter Optimizers with Transformers

NeurIPS 2022accept

Meta-learning hyperparameter optimization (HPO) algorithms from prior experiments is a promising approach to improve optimization efficiency over objective functions from a similar distribution. However, existing methods are restricted to learning from experiments sharing the same set of hyperparame…

2021

One Network Fits All? Modular versus Monolithic Task Formulations in Neural Networks

ICLR 2021poster

Can deep learning solve multiple, very different tasks simultaneously? We investigate how the representations of the underlying tasks affect the ability of a single neural network to learn them jointly. We present theoretical and empirical findings that a single neural network is capable of simultan…

Cited by 18SourcePDFScholar
2020

Gradientless Descent: High-Dimensional Zeroth-Order Optimization

ICLR 2020spotlight

Zeroth-order optimization is the process of minimizing an objective $f(x)$, given oracle access to evaluations at adaptively chosen inputs $x$. In this paper, we present two simple yet powerful GradientLess Descent (GLD) algorithms that do not rely on an underlying gradient estimate and are numerica…

Cited by 81SourceScholar
2020

Span Recovery for Deep Neural Networks with Applications to Input Obfuscation

ICLR 2020poster

The tremendous success of deep neural networks has motivated the need to better understand the fundamental properties of these networks, but many of the theoretical results proposed have only been for shallow networks. In this paper, we study an important primitive for understanding the meaningful i…

Cited by 6SourceScholar