← Search

Peilin Zhong

30 accepted papers

2026

ATLAS: Learning to Optimally Memorize the Context at Test Time

ICML 2026poster

Transformers have been established as the most popular backbones in sequence modeling, mainly due to their effectiveness in in-context retrieval tasks and the ability to learn at scale. Their quadratic memory and time complexity, however, bound their applicability in longer sequences and so has moti…

Cited by 0SourceScholar
2026

It's All Connected: A Journey Through Test-Time Memorization, Attentional Bias, Retention, and Online Optimization

ICLR 2026poster

Designing efficient and effective architectural backbones has been in the core of research efforts to enhance the capability of foundation models. Inspired by the human cognitive phenomenon of attentional bias—the natural tendency to prioritize certain events or stimuli—we reconceptualize neural arc…

Cited by 0SourceScholar
2026

Memory Caching: RNNs with Growing Memory

ICML 2026poster

Transformers have been established as the de-facto backbones for most recent advances in sequence modeling, mainly due to their growing memory capacity that scales with the context length. While plausible for retrieval tasks, it causes quadratic complexity and so has motivated recent studies to expl…

Cited by 0SourceScholar
2026

TNT: Improving Chunkwise Training for Test-Time Memorization

ICLR 2026poster

Recurrent neural networks (RNNs) with deep test-time memorization modules, such as Titans and TTT, represent a promising, linearly-scaling paradigm distinct from Transformers. While these expressive models do not yet match the peak performance of state-of-the-art Transformers, their potential has be…

Cited by 0SourceScholar
2025

Addax: Utilizing Zeroth-Order Gradients to Improve Memory Efficiency and Performance of SGD for Fine-Tuning Language Models

ICLR 2025poster

Fine-tuning language models (LMs) with the standard Adam optimizer often demands excessive memory, limiting accessibility. The ``in-place'' version of Stochastic Gradient Descent (IP-SGD) and Memory-Efficient Zeroth-order Optimizer (MeZO) have been proposed as solutions to improve memory efficiency.…

Cited by 1SourcePDFScholar
2025

Differentially Private Space-Efficient Algorithms for Counting Distinct Elements in the Turnstile Model

ICML 2025poster

The *turnstile* continual release model of differential privacy captures scenarios where a privacy-preserving real-time analysis is sought for a dataset evolving through additions and deletions. In typical applications of real-time data analysis, both the length of the stream $T$ and the size of t…

Cited by 0SourcePDFScholar
2025

Maximum Coverage in Turnstile Streams with Applications to Fingerprinting Measures

ICML 2025poster

In the maximum coverage problem we are given $d$ subsets from a universe $[n]$, and the goal is to output $k$ subsets such that their union covers the largest possible number of distinct items. We present the first algorithm for maximum coverage in the turnstile streaming model, where updates which…

Cited by 0SourcePDFScholar
2025

Nearly-Linear Time and Massively Parallel Algorithms for $k$-anonymity

NeurIPS 2025poster

$k$-anonymity is a widely-used privacy-preserving concept that ensures each record in a dataset is indistinguishable from at least $k-1$ other records. In this paper, we revisit $k$-anonymity by suppression and give an $O(k)$-approximation algorithm with a nearly-linear runtime of $\tilde{O}(nd + n^…

Cited by 0SourceScholar
2025

Nested Learning: The Illusion of Deep Learning Architectures

NeurIPS 2025poster

Over the last decades, developing more powerful neural architectures and simultaneously designing optimization algorithms to effectively train them have been the core of research efforts to enhance the capability of machine learning models. Despite the recent progresses, particularly in developing L…

Cited by 0SourceScholar
2025

PiKE: Adaptive Data Mixing for Large-Scale Multi-Task Learning Under Low Gradient Conflicts

NeurIPS 2025spotlight

Modern foundation models are trained on diverse datasets to enhance generalization across tasks and domains. A central challenge in this process is determining how to effectively mix and sample data from multiple sources. This naturally leads to a multi-task learning (MTL) perspective. While prior w…

Cited by 0SourceScholar
2025

Retraining with Predicted Hard Labels Provably Increases Model Accuracy

ICML 2025poster

The performance of a model trained with noisy labels is often improved by simply *retraining* the model with its *own predicted hard labels* (i.e., $1$/$0$ labels). Yet, a detailed theoretical characterization of this phenomenon is lacking. In this paper, we theoretically analyze retraining in a lin…

Cited by 2SourcePDFScholar
2024

High-Dimensional Geometric Streaming for Nearly Low Rank Data

ICML 2024poster

We study streaming algorithms for the $\ell_p$ subspace approximation problem. Given points $a_1, \ldots, a_n$ as an insertion-only stream and a rank parameter $k$, the $\ell_p$ subspace approximation problem is to find a $k$-dimensional subspace $V$ such that $(\sum_{i=1}^n d(a_i, V)^p)^{1/p}$ is m…

Cited by 0SourcePDFScholar
2024

Perturb-and-Project: Differentially Private Similarities and Marginals

ICML 2024spotlight

We revisit the objective perturbations framework for differential privacy where noise is added to the input $A\in \mathcal{S}$ and the result is then projected back to the space of admissible datasets $\mathcal{S}$. Through this framework, we first design novel efficient algorithms to privately rele…

Cited by 0SourcePDFScholar
2024

PolySketchFormer: Fast Transformers via Sketching Polynomial Kernels

ICML 2024poster

The quadratic time and memory complexity inherent to self-attention mechanisms, with respect to sequence length, presents a critical computational bottleneck in the training and deployment of large-scale Transformer-based language models. Recent theoretical results indicate the intractability of sub…

Cited by 7SourcePDFScholar
2023

$k$-Means Clustering with Distance-Based Privacy

NeurIPS 2023poster

In this paper, we initiate the study of Euclidean clustering with Distance-based privacy. Distance-based privacy is motivated by the fact that it is often only needed to protect the privacy of exact, rather than approximate, locations. We provide constant-approximate algorithms for $k$-means and $k$…

Cited by 1SourcePDFScholar
2022

Differentially Private Graph Learning via Sensitivity-Bounded Personalized PageRank

NeurIPS 2022accept

Personalized PageRank (PPR) is a fundamental tool in unsupervised learning of graph representations such as node ranking, labeling, and graph embedding. However, while data privacy is one of the most important recent concerns, existing PPR algorithms are not designed to protect user privacy. PPR is…

2022

Massively Parallel $k$-Means Clustering for Perturbation Resilient Instances

ICML 2022spotlight

We consider $k$-means clustering of $n$ data points in Euclidean space in the Massively Parallel Computation (MPC) model, a computational model which is an abstraction of modern massively parallel computing system such as MapReduce. Recent work provides evidence that getting $O(1)$-approximate $k$-m…

Cited by 7SourcePDFScholar
2022

Near-Optimal Private and Scalable $k$-Clustering

NeurIPS 2022accept

We study the differentially private (DP) $k$-means and $k$-median clustering problems of $n$ points in $d$-dimensional Euclidean space in the massively parallel computation (MPC) model. We provide two near-optimal algorithms where the near-optimality is in three aspects: they both achieve (1). $O(1)…

Cited by 10SourcePDFScholar
2022

Stars: Tera-Scale Graph Building for Clustering and Learning

NeurIPS 2022accept

A fundamental procedure in the analysis of massive datasets is the construction of similarity graphs. Such graphs play a key role for many downstream tasks, including clustering, classification, graph learning, and nearest neighbor search. For these tasks, it is critical to build graphs which are sp…

Cited by 6SourcePDFScholar
2021

Almost Linear Time Density Level Set Estimation via DBSCAN

AAAI 2021technical

In this work we focus on designing a fast algorithm for lambda-density level set estimation via DBSCAN clustering. Previous work (Jiang ICML’17, and Jang and Jiang ICML’19) shows that under some natural assumptions DBSCAN and its variant DBSCAN++ can be used to estimate the lambda-density level set…

2020

Planning with General Objective Functions: Going Beyond Total Rewards

NeurIPS 2020poster

Standard sequential decision-making paradigms aim to maximize the cumulative reward when interacting with the unknown environment., i.e., maximize $\sum_{h = 1}^H r_h$ where $H$ is the planning horizon. However, this paradigm fails to model important practical applications, e.g., safe control that a…

Cited by 24SourcePDFScholar
2019

Average Case Column Subset Selection for Entrywise $\ell_1$-Norm Loss

NeurIPS 2019poster

We study the column subset selection problem with respect to the entrywise $\ell_1$-norm loss. It is known that in the worst case, to obtain a good rank-$k$ approximation to a matrix, one needs an arbitrarily large $n^{\Omega(1)}$ number of columns to obtain a $(1+\epsilon)$-approximation to an $n \…

2019

Efficient Symmetric Norm Regression via Linear Sketching

NeurIPS 2019poster

We provide efficient algorithms for overconstrained linear regression problems with size $n \times d$ when the loss function is a symmetric norm (a norm invariant under sign-flips and coordinate-permutations). An important class of symmetric norms are Orlicz norms, where for a function $G$ and a ve…

Cited by 29SourcePDFScholar
2019

Rethinking Generative Mode Coverage: A Pointwise Guaranteed Approach

NeurIPS 2019poster

Many generative models have to combat missing modes. The conventional wisdom to this end is by reducing through training a statistical distance (such as f -divergence) between the generated distribution and provided data distribution. But this is more of a heuristic than a guarantee. The statistical…

Cited by 26SourcePDFScholar
2018

Subspace Embedding and Linear Regression with Orlicz Norm

ICML 2018oral

We consider a generalization of the classic linear regression problem to the case when the loss is an Orlicz norm. An Orlicz norm is parameterized by a non-negative convex function G: R_+ - > R_+ with G(0) = 0: the Orlicz norm of a n-dimensional vector x is defined as |x|_G = inf{ alpha > 0 | sum_{i…

Cited by 40SourcePDFScholar