← Search

Gregory Valiant

26 accepted papers

2025

Discovering Data Structures: Nearest Neighbor Search and Beyond

NeurIPS 2025poster

We explore if it is possible to learn data structures end-to-end with neural networks, with a focus on the problem of nearest-neighbor (NN) search. We introduce a framework for data structure discovery, which adapts to the underlying data distribution and provides fine-grained control over query and…

Cited by 0SourceScholar
2023

Efficient Convex Optimization Requires Superlinear Memory (Extended Abstract)

IJCAI 2023poster

Minimizing a convex function with access to a first order oracle---that returns the function evaluation and (sub)gradient at a query point---is a canonical optimization problem and a fundamental primitive in machine learning. Gradient-based methods are the most popular approaches used for solving t…

Cited by 0SourcePDFScholar
2023

Lexinvariant Language Models

NeurIPS 2023spotlight

Token embeddings, a mapping from discrete lexical symbols to continuous vectors, are at the heart of any language model (LM). However, lexical symbol meanings can also be determined and even redefined by their structural role in a long context. In this paper, we ask: is it possible for a language mo…

Cited by 3SourcePDFScholar
2022

What Can Transformers Learn In-Context? A Case Study of Simple Function Classes

NeurIPS 2022accept

In-context learning is the ability of a model to condition on a prompt sequence consisting of in-context examples (input-output pairs corresponding to some task) along with a new query input, and generate the corresponding output. Crucially, in-context learning happens only at inference time without…

2021

Beyond Laurel/Yanny: An Autoencoder-Enabled Search for Polyperceivable Audio

ACL 2021short

The famous “laurel/yanny” phenomenon references an audio clip that elicits dramatically different responses from different listeners. For the original clip, roughly half the population hears the word “laurel,” while the other half hears “yanny.” How common are such “polyperceivable” audio clips? In…

Cited by 7SourcePDFScholar
2021

Misspecification in Prediction Problems and Robustness via Improper Learning

AISTATS 2021poster

We study probabilistic prediction games when the underlying model is misspecified, investigating the consequences of predicting using an incorrect parametric model. We show that for a broad class of loss functions and parametric families of distributions, the regret of playing a “proper” predictor—o…

Cited by 2SourcePDFScholar
2021

Sinkhorn Label Allocation: Semi-Supervised Classification via Annealed Self-Training

ICML 2021spotlight

Self-training is a standard approach to semi-supervised learning where the learner’s own predictions on unlabeled data are used as supervision during training. In this paper, we reinterpret this label assignment process as an optimal transportation problem between examples and classes, wherein the c…

2020

On the Generalization Effects of Linear Transformations in Data Augmentation

ICML 2020poster

Data augmentation is a powerful technique to improve performance in applications such as image and text classification tasks. Yet, there is little rigorous understanding of why and how various augmentations work. In this work, we consider a family of linear transformations and study their effects on…

2020

Sample Amplification: Increasing Dataset Size even when Learning is Impossible

ICML 2020poster

Given data drawn from an unknown distribution, D, to what extent is it possible to “amplify” this dataset and faithfully output an even larger set of samples that appear to have been drawn from D? We formalize this question as follows: an (n,m) amplification procedure takes as input n independent dr…

Cited by 17SourcePDFScholar
2019

A Polynomial Time Algorithm for Log-Concave Maximum Likelihood via Locally Exponential Families

NeurIPS 2019poster

We consider the problem of computing the maximum likelihood multivariate log-concave distribution for a set of points. Specifically, we present an algorithm which, given $n$ points in $\mathbb{R}^d$ and an accuracy parameter $\eps>0$, runs in time $\poly(n,d,1/\eps),$ and returns a log-concave dist…

Cited by 12SourcePDFScholar
2019

Compressed Factorization: Fast and Accurate Low-Rank Factorization of Compressively-Sensed Data

ICML 2019oral

What learning algorithms can be run directly on compressively-sensed data? In this work, we consider the question of accurately and efficiently computing low-rank matrix or tensor factorizations given data compressed via random projections. We examine the approach of first performing factorization i…

Cited by 19SourcePDFScholar
2019

Making AI Forget You: Data Deletion in Machine Learning

NeurIPS 2019spotlight

Intense recent discussions have focused on how to provide individuals with control over when their data can and cannot be used --- the EU’s Right To Be Forgotten regulation is an example of this effort. In this paper we initiate a framework studying what to do when it is no longer permissible to dep…

2019

Maximum Likelihood Estimation for Learning Populations of Parameters

ICML 2019oral

Consider a setting with $N$ independent individuals, each with an unknown parameter, $p_i \in [0, 1]$ drawn from some unknown distribution $P^\star$. After observing the outcomes of $t$ independent Bernoulli trials, i.e., $X_i \sim \text{Binomial}(t, p_i)$ per individual, our objective is to accurat…

Cited by 51SourcePDFScholar
2017

Orthogonalized ALS: A Theoretically Principled Tensor Decomposition Algorithm for Practical Use

ICML 2017poster

The popular Alternating Least Squares (ALS) algorithm for tensor decomposition is efficient and easy to implement, but often converges to poor local optima—particularly when the weights of the factors are non-uniform. We propose a modification of the ALS approach that is as efficient as standard ALS…

Cited by 57SourcePDFScholar
2016

Avoiding Imposters and Delinquents: Adversarial Crowdsourcing and Peer Prediction

NeurIPS 2016poster

We consider a crowdsourcing model in which n workers are asked to rate the quality of n items previously generated by other workers. An unknown set of $\alpha n$ workers generate reliable ratings, while the remaining workers may behave arbitrarily and possibly adversarially. The manager of the exper…

Cited by 45SourcePDFScholar