← Search

Wittawat Jitkrittum

28 accepted papers

2026

Universal Model Routing for Efficient LLM Inference

ICLR 2026poster

Model routing is a simple technique for reducing the inference cost of large language models (LLMs), wherein one maintains a pool of candidate LLMs, and learns to route each prompt to the smallest feasible LLM. Existing works focus on learning a router for a fixed pool of LLMs. In this paper, we con…

Cited by 0SourceScholar
2025

Bipartite Ranking From Multiple Labels: On Loss Versus Label Aggregation

ICML 2025poster

Bipartite ranking is a fundamental supervised learning problem, with the goal of learning a ranking over instances with maximal area under the ROC curve (AUC) against a single binary target label. However, one may often observe multiple binary target labels, e.g., from distinct human annotators. How…

Cited by 1SourcePDFScholar
2025

Faster Cascades via Speculative Decoding

ICLR 2025oral

Cascades and speculative decoding are two common approaches to improving language models' inference efficiency. Both approaches interleave two models, but via fundamentally distinct mechanisms: deferral rule that invokes the larger model only for “hard” inputs, while speculative decoding uses spec…

Cited by 4SourcePDFScholar
2025

Gatekeeper: Improving Model Cascades Through Confidence Tuning

NeurIPS 2025poster

Large-scale machine learning models deliver strong performance across a wide range of tasks but come with significant computational and resource constraints. To mitigate these challenges, local smaller models are often deployed alongside larger models, relying on routing and deferral mechanisms to o…

Cited by 0SourceScholar
2024

Language Model Cascades: Token-Level Uncertainty And Beyond

ICLR 2024poster

Recent advances in language models (LMs) have led to significant improvements in quality on complex NLP tasks, but at the expense of increased inference costs. A simple strategy to achieve more favorable cost-quality tradeoffs is cascading: here, a small model is invoked for most “easy” instances, w…

Cited by 36SourcePDFScholar
2024

Learning to Reject Meets Long-tail Learning

ICLR 2024spotlight

Learning to reject (L2R) is a classical problem where one seeks a classifier capable of abstaining on low-confidence samples. Most prior work on L2R has focused on minimizing the standard misclassification error. However, in many real-world applications, the label distribution is highly imbalanced,…

Cited by 3SourcePDFScholar
2024

On Bias-Variance Alignment in Deep Models

ICLR 2024spotlight

Classical wisdom in machine learning holds that the generalization error can be decomposed into bias and variance, and these two terms exhibit a \emph{trade-off}. However, in this paper, we show that for an ensemble of deep learning based classification models, bias and variance are \emph{aligned} a…

Cited by 3SourcePDFScholar
2024

Plugin estimators for selective classification with out-of-distribution detection

ICLR 2024poster

Real-world classifiers can benefit from the option of abstaining from predicting on samples where they have low confidence. Such abstention is particularly useful on samples which are close to the learned decision boundary, or which are outliers with respect to the training sample. These settings ha…

Cited by 8SourcePDFScholar
2024

USTAD: Unified Single-model Training Achieving Diverse Scores for Information Retrieval

ICML 2024poster

Modern information retrieval (IR) systems consists of multiple stages like retrieval and ranking, with Transformer-based models achieving state-of-the-art performance at each stage. In this paper, we challenge the tradition of using separate models for different stages and ask if a single Transforme…

Cited by 0SourcePDFScholar
2023

When Does Confidence-Based Cascade Deferral Suffice?

NeurIPS 2023poster

Cascades are a classical strategy to enable inference cost to vary adaptively across samples, wherein a sequence of classifiers are invoked in turn. A deferral rule determines whether to invoke the next classifier in the sequence, or to terminate prediction. One simple deferral rule employs the co…

Cited by 17SourcePDFScholar
2022

A Sketch Is Worth a Thousand Words: Image Retrieval with Text and Sketch

ECCV 2022poster

"We address the problem of retrieving in-the-wild images with both a sketch and a text query. We present TASK-former (Text And SKetch transformer), an end-to-end trainable model for image retrieval using a text description and a sketch as input. We argue that both input modalities complement each ot…

2022

A Witness Two-Sample Test

AISTATS 2022poster

The Maximum Mean Discrepancy (MMD) has been the state-of-the-art nonparametric test for tackling the two-sample problem. Its statistic is given by the difference in expectations of the witness function, a real-valued function defined as a weighted sum of kernel evaluations on a set of basis points.…

2022

Post-hoc estimators for learning to defer to an expert

NeurIPS 2022accept

Many practical settings allow a learner to defer predictions to one or more costly experts. For example, the learning to defer paradigm allows a learner to defer to a human expert, at some monetary cost. Similarly, the adaptive inference paradigm allows a base model to defer to one or more large mod…

Cited by 58SourcePDFScholar
2021

Disentangling Sampling and Labeling Bias for Learning in Large-output Spaces

ICML 2021spotlight

Negative sampling schemes enable efficient training given a large number of classes, by offering a means to approximate a computationally expensive loss function that takes all labels into account. In this paper, we present a new connection between these schemes and loss modification techniques for…

Cited by 11SourcePDFScholar
2021

Kernel Distributionally Robust Optimization: Generalized Duality Theorem and Stochastic Approximation

AISTATS 2021poster

We propose kernel distributionally robust optimization (Kernel DRO) using insights from the robust optimization theory and functional analysis. Our method uses reproducing kernel Hilbert spaces (RKHS) to construct a wide range of convex ambiguity sets, which can be generalized to sets based on integ…

2020

Kernel Conditional Moment Test via Maximum Moment Restriction

UAI 2020poster

We propose a new family of specification tests called kernel conditional moment (KCM) tests. Our tests are built on a novel representation of conditional moment restrictions in a reproducing kernel Hilbert space (RKHS) called conditional moment embedding (CMME). After transforming the conditional mo…

2020

Learning Kernel Tests Without Data Splitting

NeurIPS 2020poster

Modern large-scale kernel-based tests such as maximum mean discrepancy (MMD) and kernelized Stein discrepancy (KSD) optimize kernel hyperparameters on a held-out sample via data splitting to obtain the most powerful test statistics. While data splitting results in a tractable null distribution, it s…

2020

More Powerful Selective Kernel Tests for Feature Selection

AISTATS 2020poster

Refining one’s hypotheses in light of data is a commonplace scientific practice, however,this approach introduces selection bias and can lead to specious statisticalanalysis.One approach of addressing this phenomena is via conditioning on the selection procedure, i.e., how we have used the data to…

2020

Testing Goodness of Fit of Conditional Density Models with Kernels

UAI 2020poster

We propose two nonparametric statistical tests of goodness of fit for conditional distributions: given a conditional probability density function p(y|x) and a joint sample, decide whether the sample is drawn from p(y|x)q(x) for some density q(x). Our tests, formulated with a Stein operator, can be a…

2019

Fisher Efficient Inference of Intractable Models

NeurIPS 2019poster

Maximum Likelihood Estimators (MLE) has many good properties. For example, the asymptotic variance of MLE solution attains equality of the asymptotic Cram{\'e}r-Rao lower bound (efficiency bound), which is the minimum possible variance for an unbiased estimator. However, obtaining such MLE solution…

2019

Kernel Mean Matching for Content Addressability of GANs

ICML 2019oral

We propose a novel procedure which adds "content-addressability" to any given unconditional implicit model e.g., a generative adversarial network (GAN). The procedure allows users to control the generative process by specifying a set (arbitrary size) of desired examples based on which similar sample…

2019

Kernel Stein Tests for Multiple Model Comparison

NeurIPS 2019poster

We address the problem of non-parametric multiple model comparison: given $l$ candidate models, decide whether each candidate is as good as the best one(s) or worse than it. We propose two statistical tests, each controlling a different notion of decision errors. The first test, building on the pos…

2018

Informative Features for Model Comparison

NeurIPS 2018poster

Given two candidate models, and a set of target observations, we address the problem of measuring the relative goodness of fit of the two models. We propose two new statistical tests which are nonparametric, computationally efficient (runtime complexity is linear in the sample size), and interpretab…

2017

A Linear-Time Kernel Goodness-of-Fit Test

NeurIPS 2017oral

We propose a novel adaptive test of goodness-of-fit, with computational cost linear in the number of samples. We learn the test features that best indicate the differences between observed samples and a reference model, by minimizing the false negative rate. These features are constructed via Stein'…

2017

An Adaptive Test of Independence with Analytic Kernel Embeddings

ICML 2017poster

A new computationally efficient dependence measure, and an adaptive statistical test of independence, are proposed. The dependence measure is the difference between analytic embeddings of the joint distribution and the product of the marginals, evaluated at a finite set of locations (features). Thes…

2016

Interpretable Distribution Features with Maximum Testing Power

NeurIPS 2016oral

Two semimetrics on probability distributions are proposed, given as the sum of differences of expectations of analytic functions evaluated at spatial or frequency locations (i.e, features). The features are chosen so as to maximize the distinguishability of the distributions, by optimizing a lower b…

2016

K2-ABC: Approximate Bayesian Computation with Kernel Embeddings

AISTATS 2016poster

Complicated generative models often result in a situation where computing the likelihood of observed data is intractable, while simulating from the conditional density given a parameter value is relatively easy. Approximate Bayesian Computation (ABC) is a paradigm that enables simulation-based poste…

Cited by 117SourcePDFScholar
2015

Bayesian Manifold Learning: The Locally Linear Latent Variable Model (LL-LVM)

NeurIPS 2015poster

We introduce the Locally Linear Latent Variable Model (LL-LVM), a probabilistic model for non-linear manifold discovery that describes a joint distribution over observations, their manifold coordinates and locally linear maps conditioned on a set of neighbourhood relationships. The model allows stra…

Cited by 31SourcePDFScholar