← Search

Metod Jazbec

9 accepted papers

2026

Controlling the Risk of Corrupted Contexts for Language Models via Early-Exiting

ICML 2026poster

Large language models (LLMs) can be influenced by harmful or irrelevant context, which can significantly harm model performance on downstream tasks. This motivates principled designs in which LLM systems include built-in mechanisms to guard against such "garbage in, garbage out" scenarios. We propos…

Cited by 0SourceScholar
2026

Efficient and Uncertainty-Aware Diffusion Framework for Offline-to-Online Reinforcement Learning

ICML 2026poster

Offline-to-Online Reinforcement Learning (O2O-RL) leverages an offline, pre-trained policy to minimize costly online interactions. Although data-efficient, O2O-RL is susceptible to shifts between offline and online distributions. Existing work aims to mitigate the harm of this shift by finetuning th…

Cited by 0SourceScholar
2026

Learning Unmasking Policies for Diffusion Language Models

ICML 2026oral

Diffusion (Large) Language Models (dLLMs) now match the downstream performance of their autoregressive counterparts on many tasks, while holding the promise of being more efficient during inference. One critical design aspect of dLLMs is the \textit{sampling procedure} that selects which tokens to u…

Cited by 0SourceScholar
2025

Generative Uncertainty in Diffusion Models

UAI 2025

Diffusion models have recently driven significant breakthroughs in generative modeling. While state-of-the-art models produce high-quality samples on average, individual samples can still be low quality. Detecting such samples without human inspection remains a challenging task. To address this, we

2024

Early-Exit Neural Networks with Nested Prediction Sets

UAI 2024poster

Early-exit neural networks (EENNs) facilitate adaptive inference by producing predictions at multiple stages of the forward pass. In safety-critical applications, these predictions are only meaningful when complemented with reliable uncertainty estimates. Yet, due to their sequential structure, an…

Cited by 1SourcePDFScholar
2024

Fast yet Safe: Early-Exiting with Risk Control

NeurIPS 2024poster

Scaling machine learning models significantly improves their performance. However, such gains come at the cost of inference being slow and resource-intensive. Early-exit neural networks (EENNs) offer a promising solution: they accelerate inference by allowing intermediate layers to exit and produc…

2023

Towards Anytime Classification in Early-Exit Architectures by Enforcing Conditional Monotonicity

NeurIPS 2023poster

Modern predictive models are often deployed to environments in which computational budgets are dynamic. Anytime algorithms are well-suited to such environments as, at any point during computation, they can output a prediction whose quality is a function of computation time. Early-exit neural networ…

2021

Scalable Gaussian Process Variational Autoencoders

AISTATS 2021poster

Conventional variational autoencoders fail in modeling correlations between data points due to their use of factorized priors. Amortized Gaussian process inference through GP-VAEs has led to significant improvements in this regard, but is still inhibited by the intrinsic complexity of exact GP infer…