← Search

Aditya Krishna Menon

25 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

Better autoregressive regression with LLMs via regression-aware fine-tuning

ICLR 2025spotlight

Decoder-based large language models (LLMs) have proven highly versatile, with remarkable successes even on problems ostensibly removed from traditional language generation. One such example is solving regression problems, where the targets are real numbers rather than textual tokens. A common appr…

Cited by 0SourcePDFScholar
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
2024

DistillSpec: Improving Speculative Decoding via Knowledge Distillation

ICLR 2024poster

Speculative decoding~(SD) accelerates large language model inference by employing a faster {\em draft} model for generating multiple tokens, which are then verified in parallel by the larger {\em target} model, resulting in the text generated according to the target model distribution. However, iden…

Cited by 86SourcePDFScholar
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

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

Regression Aware Inference with LLMs

EMNLP 2024finding

Large language models (LLMs) have shown strong results on a range of applications, including regression and scoring tasks.Typically, one obtains outputs from an LLM via autoregressive sampling from the model’s output distribution. We show that this inference strategy can be sub-optimal for common re…

Cited by 3SourcePDFScholar
2024

The importance of feature preprocessing for differentially private linear optimization

ICLR 2024poster

Training machine learning models with differential privacy (DP) has received increasing interest in recent years. One of the most popular algorithms for training differentially private models is differentially private stochastic gradient descent (DPSGD) and its variants, where at each step gradients…

Cited by 4SourcePDFScholar
2024

Think before you speak: Training Language Models With Pause Tokens

ICLR 2024poster

Language models generate responses by producing a series of tokens in immediate succession: the $(K+1)^{\rm th}$ token is an outcome of manipulating $K$ hidden vectors per layer, one vector per preceding token. What if instead we were to let the model manipulate say, $K+10$ hidden vectors, before it…

Cited by 76SourcePDFScholar
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

On student-teacher deviations in distillation: does it pay to disobey?

NeurIPS 2023poster

Knowledge distillation (KD) has been widely used to improve the test accuracy of a "student" network, by training it to mimic the soft probabilities of a trained "teacher" network. Yet, it has been shown in recent work that, despite being trained to fit the teacher's probabilities, the student may n…

Cited by 13SourcePDFScholar
2023

ResMem: Learn what you can and memorize the rest

NeurIPS 2023poster

The impressive generalization performance of modern neural networks is attributed in part to their ability to implicitly memorize complex training patterns. Inspired by this, we explore a novel mechanism to improve model generalization via explicit memorization. Specifically, we propose the residual…

Cited by 12SourcePDFScholar
2023

Robust distillation for worst-class performance: on the interplay between teacher and student objectives

UAI 2023poster

Knowledge distillation is a popular technique that has been shown to produce remarkable gains in average accuracy. However, recent work has shown that these gains are not uniform across subgroups in the data, and can often come at the cost of accuracy on rare subgroups and classes. Robust optimizati…

Cited by 10SourcePDFScholar
2023

Supervision Complexity and its Role in Knowledge Distillation

ICLR 2023poster

Despite the popularity and efficacy of knowledge distillation, there is limited understanding of why it helps. In order to study the generalization behavior of a distilled student, we propose a new theoretical framework that leverages supervision complexity: a measure of alignment between teacher-pr…

Cited by 14SourcePDFScholar
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

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

Coping with Label Shift via Distributionally Robust Optimisation

ICLR 2021poster

The label shift problem refers to the supervised learning setting where the train and test label distributions do not match. Existing work addressing label shift usually assumes access to an unlabelled test sample. This sample may be used to estimate the test label distribution, and to then train a…

Cited by 91SourcePDFScholar
2021

Long-tail learning via logit adjustment

ICLR 2021spotlight

Real-world classification problems typically exhibit an imbalanced or long-tailed label distribution, wherein many labels have only a few associated samples. This poses a challenge for generalisation on such labels, and also makes naive learning biased towards dominant labels. In this paper, we pr…

2021

Overparameterisation and worst-case generalisation: friend or foe?

ICLR 2021poster

Overparameterised neural networks have demonstrated the remarkable ability to perfectly fit training samples, while still generalising to unseen test samples. However, several recent works have revealed that such models' good average performance does not always translate to good worst-case performan…

Cited by 42SourcePDFScholar
2021

Training Over-parameterized Models with Non-decomposable Objectives

NeurIPS 2021poster

Many modern machine learning applications come with complex and nuanced design goals such as minimizing the worst-case error, satisfying a given precision or recall target, or enforcing group-fairness constraints. Popular techniques for optimizing such non-decomposable objectives reduce the problem…

Cited by 12SourcePDFScholar
2019

On the Minimal Supervision for Training Any Binary Classifier from Only Unlabeled Data

ICLR 2019poster

Empirical risk minimization (ERM), with proper loss function and regularization, is the common practice of supervised classification. In this paper, we study training arbitrary (from linear to deep) binary classifier from only unlabeled (U) data by ERM. We prove that it is impossible to estimate the…

2017

Making Deep Neural Networks Robust to Label Noise: A Loss Correction Approach

CVPR 2017oral

We present a theoretically grounded approach to train deep neural networks, including recurrent networks, subject to class-dependent label noise. We propose two procedures for loss correction that are agnostic to both application domain and network architecture. They simply amount to at most a matri…

Cited by 1853PDFcodeScholar