← Search

Vladimir Braverman

40 accepted papers

2026

DTS: Enhancing Large Reasoning Models via Decoding Tree Sketching

ICML 2026poster

Large Reasoning Models (LRMs) achieve remarkable inference-time improvements through parallel thinking. However, existing methods rely on redundant sampling of reasoning trajectories, failing to effectively explore the reasoning space to uncover high-quality solutions. To address these limitations, …

Cited by 0SourceScholar
2026

Memory-Statistics Tradeoff in Continual Learning with Structural Regularization

ICLR 2026poster

We study the statistical performance of a continual learning problem with two linear regression tasks in a well-specified random design setting. We consider a structural regularization algorithm that incorporates a generalized $\ell_2$-regularization tailored to the Hessian of the previous task for…

Cited by 0SourceScholar
2026

Online Learning with Recency: Algorithms for Sliding-window Streaming Multi-armed Bandits

ICML 2026poster

Motivated by the recency effect in online learning, we study algorithms for single-pass \emph{sliding-window streaming multi-armed bandits (MABs)} in this paper. In this setting, we are given $n$ arms with unknown sub-Gaussian reward distributions and a parameter $W$. The arms arrive in a single-pas…

Cited by 0SourceScholar
2025

Breaking the Frozen Subspace: Importance Sampling for Low-Rank Optimization in LLM Pretraining

NeurIPS 2025poster

Low-rank optimization has emerged as a promising approach to enabling memory-efficient training of large language models (LLMs). Existing low-rank optimization methods typically project gradients onto a low-rank subspace, reducing the memory cost of storing optimizer states. A key challenge in these…

Cited by 0SourceScholar
2025

CoVE: Compressed Vocabulary Expansion Makes Better LLM-based Recommender Systems

ACL 2025finding

Recommender systems play a pivotal role in providing relevant content to users. With the rapid development of large language models (LLMs), researchers have begun utilizing LLMs to build more powerful recommender systems. However, existing approaches that focus on aligning LLMs with recommendation t…

2025

Fully Dynamic Adversarially Robust Correlation Clustering in Polylogarithmic Update Time

AISTATS 2025poster

We study the dynamic correlation clustering problem with *adaptive* edge label flips. In correlation clustering, we are given a $n$-vertex complete graph whose edges are labeled either $(+)$ or $(-)$, and the goal is to minimize the total number of $(+)$ edges between clusters and the number of $(-)…

Cited by 0SourceScholar
2025

Relative Error Fair Clustering in the Weak-Strong Oracle Model

ICML 2025poster

We study fair clustering problems in a setting where distance information is obtained from two sources: a strong oracle providing exact distances, but at a high cost, and a weak oracle providing potentially inaccurate distance estimates at a low cost. The goal is to produce a near-optimal fair clust…

Cited by 0SourcePDFScholar
2025

Self-Ensemble: Mitigating Confidence Distortion for Large Language Models

EMNLP 2025

Although Large Language Models (LLMs) perform well in general fields, they exhibit a **confidence distortion problem** on multi-choice question-answering (MCQA), particularly as the number of answer choices increases. Specifically, on MCQA with many choices, LLMs suffer from under-confidence in corr

Cited by 0SourcePDFScholar
2024

How Many Pretraining Tasks Are Needed for In-Context Learning of Linear Regression?

ICLR 2024spotlight

Transformers pretrained on diverse tasks exhibit remarkable in-context learning (ICL) capabilities, enabling them to solve unseen tasks solely based on input contexts without adjusting model parameters. In this paper, we study ICL in one of its simplest setups: pretraining a single-layer linear atte…

Cited by 70SourcePDFScholar
2024

KIVI: A Tuning-Free Asymmetric 2bit Quantization for KV Cache

ICML 2024poster

Efficiently serving large language models (LLMs) requires batching many requests together to reduce the cost per request. Yet, the key-value (KV) cache, which stores attention keys and values to avoid re-computations, significantly increases memory demands and becomes the new bottleneck in speed and…

2023

AutoCoreset: An Automatic Practical Coreset Construction Framework

ICML 2023poster

A coreset is a small weighted subset of an input set that approximates its loss function, for a given set of queries. Coresets became prevalent in machine learning as they have shown to be advantageous for many applications. Unfortunately, coresets are constructed in a problem-dependent manner, wher…

2023

Finite-Sample Analysis of Learning High-Dimensional Single ReLU Neuron

ICML 2023poster

This paper considers the problem of learning single ReLU neuron with squared loss (a.k.a., ReLU regression) in the overparameterized regime, where the input dimension can exceed the number of samples. We analyze a Perceptron-type algorithm called GLM-tron [Kakade et al. 2011], and provide its dimens…

Cited by 7SourcePDFScholar
2023

Implicit Bias of Gradient Descent for Logistic Regression at the Edge of Stability

NeurIPS 2023spotlight

Recent research has observed that in machine learning optimization, gradient descent (GD) often operates at the edge of stability (EoS) [Cohen et al., 2021], where the stepsizes are set to be large, resulting in non-monotonic losses induced by the GD iterates. This paper studies the convergence and…

Cited by 25SourcePDFScholar
2023

Private Federated Frequency Estimation: Adapting to the Hardness of the Instance

NeurIPS 2023poster

In federated frequency estimation (FFE), multiple clients work together to estimate the frequency of their local data by communicating with a server, while maintaining the security constraint of $\mathtt{secsum}$ where the server can only access the sum of client-held vectors. For FFE with a single…

Cited by 0SourcePDFScholar
2023

Provable Data Subset Selection For Efficient Neural Networks Training

ICML 2023poster

Radial basis function neural networks (*RBFNN*) are well-known for their capability to approximate any continuous function on a closed bounded set with arbitrary precision given enough hidden neurons. In this paper, we introduce the first algorithm to construct coresets for *RBFNNs*, i.e., small wei…

Cited by 12SourcePDFScholar
2022

Gap-Dependent Unsupervised Exploration for Reinforcement Learning

AISTATS 2022poster

For the problem of task-agnostic reinforcement learning (RL), an agent first collects samples from an unknown environment without the supervision of reward signals, then is revealed with a reward and is asked to compute a corresponding near-optimal policy. Existing approaches mainly concern the wors…

2022

Last Iterate Risk Bounds of SGD with Decaying Stepsize for Overparameterized Linear Regression

ICML 2022oral

Stochastic gradient descent (SGD) has been shown to generalize well in many deep learning applications. In practice, one often runs SGD with a geometrically decaying stepsize, i.e., a constant initial stepsize followed by multiple geometric stepsize decay, and uses the last iterate as the output. Th…

Cited by 32SourcePDFScholar
2022

New Coresets for Projective Clustering and Applications

AISTATS 2022poster

$(j,k)$-projective clustering is the natural generalization of the family of $k$-clustering and $j$-subspace clustering problems. Given a set of points $P$ in $\mathbb{R}^d$, the goal is to find $k$ flats of dimension $j$, i.e., affine subspaces, that best fit $P$ under a given distance measure. In…

2022

Pretrained Models for Multilingual Federated Learning

NAACL 2022long

Since the advent of Federated Learning (FL), research has applied these methods to natural language processing (NLP) tasks. Despite a plethora of papers in FL for NLP, no previous works have studied how multilingual text impacts FL algorithms. Furthermore, multilingual text provides an interesting a…

2022

Risk Bounds of Multi-Pass SGD for Least Squares in the Interpolation Regime

NeurIPS 2022accept

Stochastic gradient descent (SGD) has achieved great success due to its superior performance in both optimization and generalization. Most of existing generalization analyses are made for single-pass SGD, which is a less practical variant compared to the commonly-used multi-pass SGD. Besides, theore…

Cited by 10SourcePDFScholar
2022

The Power and Limitation of Pretraining-Finetuning for Linear Regression under Covariate Shift

NeurIPS 2022accept

We study linear regression under covariate shift, where the marginal distribution over the input covariates differs in the source and the target domains, while the conditional distribution of the output given the input covariates is similar across the two domains. We investigate a transfer learning…

Cited by 24SourcePDFScholar
2021

Accommodating Picky Customers: Regret Bound and Exploration Complexity for Multi-Objective Reinforcement Learning

NeurIPS 2021poster

In this paper we consider multi-objective reinforcement learning where the objectives are balanced using preferences. In practice, the preferences are often given in an adversarial manner, e.g., customers can be picky in many applications. We formalize this problem as an episodic learning problem on…

2021

Adversarial Robustness of Streaming Algorithms through Importance Sampling

NeurIPS 2021poster

Robustness against adversarial attacks has recently been at the forefront of algorithmic design for machine learning tasks. In the adversarial streaming model, an adversary gives an algorithm a sequence of adaptively chosen updates $u_1,\ldots,u_n$ as a data stream. The goal of the algorithm is to c…

Cited by 46SourcePDFScholar
2021

Coresets for Clustering with Missing Values

NeurIPS 2021spotlight

We provide the first coreset for clustering points in $\mathbb{R}^d$ that have multiple missing values (coordinates). Previous coreset constructions only allow one missing coordinate. The challenge in this setting is that objective functions, like \kMeans, are evaluated only on the set of available…

Cited by 21SourcePDFScholar
2021

Direction Matters: On the Implicit Bias of Stochastic Gradient Descent with Moderate Learning Rate

ICLR 2021poster

Understanding the algorithmic bias of stochastic gradient descent (SGD) is one of the key challenges in modern machine learning and deep learning theory. Most of the existing works, however, focus on very small or even infinitesimal learning rate regime, and fail to cover practical scenarios where t…

Cited by 47SourcePDFScholar
2021

The Benefits of Implicit Regularization from SGD in Least Squares Problems

NeurIPS 2021poster

Stochastic gradient descent (SGD) exhibits strong algorithmic regularization effects in practice, which has been hypothesized to play an important role in the generalization of modern machine learning approaches. In this work, we seek to understand these issues in the simpler setting of linear regre…

Cited by 40SourcePDFScholar
2020

Coresets for Clustering in Graphs of Bounded Treewidth

ICML 2020poster

We initiate the study of coresets for clustering in graph metrics, i.e., the shortest-path metric of edge-weighted graphs. Such clustering problems are essential to data analysis and used for example in road networks and data visualization. A coreset is a compact summary of the data that approximate…

Cited by 43SourcePDFScholar
2020

Data-Independent Neural Pruning via Coresets

ICLR 2020poster

Previous work showed empirically that large neural networks can be significantly reduced in size while preserving their accuracy. Model compression became a central research topic, as it is crucial for deployment of neural networks on devices with limited computational and memory resources. The majo…

Cited by 72SourceScholar
2020

FetchSGD: Communication-Efficient Federated Learning with Sketching

ICML 2020poster

Existing approaches to federated learning suffer from a communication bottleneck as well as convergence issues due to sparse client participation. In this paper we introduce a novel algorithm,called FetchSGD, to overcome these challenges. FetchSGD compresses model updates using a Count Sketch, and t…

Cited by 464SourcePDFScholar
2020

Obtaining Adjustable Regularization for Free via Iterate Averaging

ICML 2020poster

Regularization for optimization is a crucial technique to avoid overfitting in machine learning. In order to obtain the best performance, we usually train a model by tuning the regularization parameters. It becomes costly, however, when a single round of training takes significant amount of time. Ve…

2020

On the Noisy Gradient Descent that Generalizes as SGD

ICML 2020poster

The gradient noise of SGD is considered to play a central role in the observed strong generalization abilities of deep learning. While past studies confirm that the magnitude and the covariance structure of gradient noise are critical for regularization, it remains unclear whether or not the class o…

2020

Schatten Norms in Matrix Streams: Hello Sparsity, Goodbye Dimension

ICML 2020poster

Spectral functions of large matrices contains important structural information about the underlying data, and is thus becoming increasingly important. Many times, large matrices representing real-world data are sparse or doubly sparse (i.e., sparse in both rows and columns), and are accessed as a st…

Cited by 18SourcePDFScholar
2019

Communication-efficient Distributed SGD with Sketching

NeurIPS 2019poster

Large-scale distributed training of neural networks is often limited by network bandwidth, wherein the communication time overwhelms the local computation time. Motivated by the success of sketching methods in sub-linear/streaming algorithms, we introduce Sketched-SGD, an algorithm for carrying out…

2019

Online Factorization and Partition of Complex Networks by Random Walk

UAI 2019poster

Finding the reduced-dimensional structure is critical to understanding complex networks. Existing approaches such as spectral clustering are applicable only when the full network is explicitly observed. In this paper, we focus on the online factorization and partition of implicit large lumpable netw…

Cited by 5SourcePDFScholar
2018

Matrix Norms in Data Streams: Faster, Multi-Pass and Row-Order

ICML 2018oral

A central problem in mining massive data streams is characterizing which functions of an underlying frequency vector can be approximated efficiently. Given the prevalence of large scale linear algebra problems in machine learning, recently there has been considerable effort in extending this data st…

Cited by 23SourcePDFScholar
2017

Clustering High Dimensional Dynamic Data Streams

ICML 2017poster

We present data streaming algorithms for the $k$-median problem in high-dimensional dynamic geometric data streams, i.e. streams allowing both insertions and deletions of points from a discrete Euclidean space $\{1, 2, \ldots \Delta\}^d$. Our algorithms use $k \epsilon^{-2} \mathrm{poly}(d \log \Del…

Cited by 64SourcePDFScholar