← Search

Edgar Dobriban

33 accepted papers

2026

Statistical Early Stopping for Reasoning Models

ICML 2026poster

While LLMs have seen substantial improvement in reasoning capabilities, they also sometimes overthink, generating unnecessary reasoning steps, particularly under uncertainty, given ill-posed or ambiguous queries. We introduce statistically principled early stopping methods that monitor uncertainty s…

Cited by 0SourceScholar
2025

Conformal Inference under High-Dimensional Covariate Shifts via Likelihood-Ratio Regularization

NeurIPS 2025poster

We consider the problem of conformal prediction under covariate shift. Given labeled data from a source domain and unlabeled data from a covariate shifted target domain, we seek to construct prediction sets with valid marginal coverage in the target domain. Most existing methods require estimating t…

Cited by 0SourceScholar
2025

Conformal Information Pursuit for Interactively Guiding Large Language Models

NeurIPS 2025poster

A significant use case of instruction-finetuned Large Language Models (LLMs) is to solve question-answering tasks interactively. In this setting, an LLM agent is tasked with making a prediction by sequentially querying relevant information from the user, as opposed to a single-turn conversation. Thi…

Cited by 0SourceScholar
2025

Foundations of Top-$k$ Decoding for Language Models

NeurIPS 2025poster

Top-$k$ decoding is a widely used method for sampling from LLMs: at each token, only the largest $k$ next-token-probabilities are kept, and the next token is sampled after re-normalizing them to sum to unity. Top-$k$ and other sampling methods are motivated by the intuition that true next-token dist…

Cited by 0SourceScholar
2025

Synthetic-powered predictive inference

NeurIPS 2025poster

Conformal prediction is a framework for predictive inference with a distribution-free, finite-sample guarantee. However, it tends to provide uninformative prediction sets when calibration data are scarce. This paper introduces Synthetic-powered predictive inference (SPI), a novel framework that inco…

Cited by 0SourcecodeScholar
2024

A Theory of Non-Linear Feature Learning with One Gradient Step in Two-Layer Neural Networks

ICML 2024poster

Feature learning is thought to be one of the fundamental reasons for the success of deep neural networks. It is rigorously known that in two-layer fully-connected neural networks under certain conditions, one step of gradient descent on the first layer can lead to feature learning; characterized by…

Cited by 31SourcePDFScholar
2024

JailbreakBench: An Open Robustness Benchmark for Jailbreaking Large Language Models

NeurIPS 2024poster

Jailbreak attacks cause large language models (LLMs) to generate harmful, unethical, or otherwise objectionable content. Evaluating these attacks presents a number of challenges, which the current collection of benchmarks and evaluation techniques do not adequately address. First, there is no clear…

2024

One-Shot Safety Alignment for Large Language Models via Optimal Dualization

NeurIPS 2024spotlight

The growing safety concerns surrounding large language models raise an urgent need to align them with diverse human preferences to simultaneously enhance their helpfulness and safety. A promising approach is to enforce safety constraints through Reinforcement Learning from Human Feedback (RLHF). For…

2024

PAC Prediction Sets Under Label Shift

ICLR 2024poster

Prediction sets capture uncertainty by predicting sets of labels rather than individual labels, enabling downstream decisions to conservatively account for all plausible outcomes. Conformal inference algorithms construct prediction sets guaranteed to contain the true label with high probability. The…

2024

Uncertainty in Language Models: Assessment through Rank-Calibration

EMNLP 2024main

Language Models (LMs) have shown promising performance in natural language generation. However, as LMs often generate incorrect or hallucinated responses, it is crucial to correctly quantify their uncertainty in responding to given inputs. In addition to verbalized confidence elicited via prompting,…

2023

$\mathrm{SE}(3)$-Equivariant Attention Networks for Shape Reconstruction in Function Space

ICLR 2023poster

We propose a method for 3D shape reconstruction from unoriented point clouds. Our method consists of a novel SE(3)-equivariant coordinate-based network (TF-ONet), that parametrizes the occupancy field of the shape and respects the inherent symmetries of the problem. In contrast to previous shape rec…

Cited by 33SourcePDFScholar
2023

Demystifying Disagreement-on-the-Line in High Dimensions

ICML 2023poster

Evaluating the performance of machine learning models under distribution shifts is challenging, especially when we only have unlabeled data from the shifted (target) domain, along with labeled data from the original (source) domain. Recent work suggests that the notion of *disagreement*, the degree…

2022

Collaborative Learning of Discrete Distributions under Heterogeneity and Communication Constraints

NeurIPS 2022accept

In modern machine learning, users often have to collaborate to learn distributions that generate the data. Communication can be a significant bottleneck. Prior work has studied homogeneous users---i.e., whose data follow the same discrete distribution---and has provided optimal communication-effici…

Cited by 6SourcePDFScholar
2022

Exploring with Sticky Mittens: Reinforcement Learning with Expert Interventions via Option Templates

CoRL 2022poster

Long horizon robot learning tasks with sparse rewards pose a significant challenge for current reinforcement learning algorithms. A key feature enabling humans to learn challenging control tasks is that they often receive expert intervention that enables them to understand the high-level structure o…

Cited by 4SourcecodeScholar
2022

Unified Fourier-based Kernel and Nonlinearity Design for Equivariant Networks on Homogeneous Spaces

ICML 2022spotlight

We introduce a unified framework for group equivariant networks on homogeneous spaces derived from a Fourier perspective. We consider tensor-valued feature fields, before and after a convolutional layer. We present a unified derivation of kernels via the Fourier domain by leveraging the sparsity of…

Cited by 21SourcePDFScholar
2022

iDECODe: In-Distribution Equivariance for Conformal Out-of-Distribution Detection

AAAI 2022technical

Machine learning methods such as deep neural networks (DNNs), despite their success across different domains, are known to often generate incorrect predictions with high confidence on inputs outside their training distribution. The deployment of DNNs in safety-critical domains requires detection of…

2020

Implicit Regularization and Convergence for Weight Normalization

NeurIPS 2020poster

Normalization methods such as batch, weight, instance, and layer normalization are commonly used in modern machine learning. Here, we study the weight normalization (WN) method \cite{salimans2016weight} and a variant called reparametrized projected gradient descent (rPGD) for overparametrized least…

Cited by 26SourcePDFScholar
2020

Optimal Iterative Sketching Methods with the Subsampled Randomized Hadamard Transform

NeurIPS 2020poster

Random projections or sketching are widely used in many algorithmic and learning contexts. Here we study the performance of iterative Hessian sketch for least-squares problems. By leveraging and extending recent results from random matrix theory on the limiting spectrum of matrices randomly projecte…

Cited by 20SourcePDFScholar
2020

The Implicit Regularization of Stochastic Gradient Flow for Least Squares

ICML 2020poster

We study the implicit regularization of mini-batch stochastic gradient descent, when applied to the fundamental problem of least squares regression. We leverage a continuous-time stochastic differential equation having the same moments as stochastic gradient descent, which we call stochastic gradien…

Cited by 111SourcePDFScholar