← Search

Pradeep Shenoy

17 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

Masked Generative Nested Transformers with Decode Time Scaling

ICML 2025poster

Recent advances in visual generation have made significant strides in producing content of exceptional quality. However, most methods suffer from a fundamental problem - a bottleneck of inference computational efficiency. Most of these algorithms involve multiple passes over a transformer model to g…

Cited by 0SourcePDFScholar
2024

Dynamic Data Selection for Efficient SSL via Coarse-to-Fine Refinement

ECCV 2024poster

"Self-supervised learning (SSL) is critical for learning high-quality representations from unlabeled images at scale. Earlier efforts at reducing the compute requirements of SSL have focused on identifying subsets of training data that are sufficient for training. In addition to using a static repre…

Cited by 0SourcePDFScholar
2024

Learning model uncertainty as variance-minimizing instance weights

ICLR 2024poster

Predictive uncertainty--a model’s self-awareness regarding its accuracy on an input--is key for both building robust models via training interventions and for test-time applications such as selective classification. We propose a novel instance-conditional reweighting approach that captures predictiv…

Cited by 4SourcePDFScholar
2024

OLAF: A Plug-and-Play Framework for Enhanced Multi-object Multi-part Scene Parsing

ECCV 2024poster

"Multi-object multi-part scene segmentation is a challenging task whose complexity scales exponentially with part granularity and number of scene objects. To address the task, we propose a plug-and-play approach termed OLAF. First, we augment the input (RGB) with channels containing object-based str…

2024

Sample-Efficient Personalization: Modeling User Parameters as Low Rank Plus Sparse Components

AISTATS 2024poster

Personalization of machine learning (ML) predictions for individual users/domains/enterprises is critical for practical recommendation systems. Standard personalization approaches involve learning a user/domain specific \emph{embedding} that is fed into a fixed global model which can be limiting. On…

Cited by 1SourcePDFScholar
2023

Adaptive Mixing of Auxiliary Losses in Supervised Learning

AAAI 2023technical

In many supervised learning scenarios, auxiliary losses are used in order to introduce additional information or constraints into the supervised learning objective. For instance, knowledge distillation aims to mimic outputs of a powerful teacher model; similarly, in rule-based approaches, weak label…

2023

Edges to Shapes to Concepts: Adversarial Augmentation for Robust Vision

CVPR 2023poster

Recent work has shown that deep vision models tend to be overly dependent on low-level or "texture" features, leading to poor generalization. Various data augmentation strategies have been proposed to overcome this so-called texture bias in DNNs. We propose a simple, lightweight adversarial augmenta…

Cited by 7SourcePDFScholar
2023

Interactive Concept Bottleneck Models

AAAI 2023technical

Concept bottleneck models (CBMs) are interpretable neural networks that first predict labels for human-interpretable concepts relevant to the prediction task, and then predict the final label based on the concept label predictions. We extend CBMs to interactive prediction settings where the model ca…

2023

Shaken, and Stirred: Long-Range Dependencies Enable Robust Outlier Detection with PixelCNN++

IJCAI 2023poster

Reliable outlier detection is critical for real-world deployment of deep learning models. Although extensively studied, likelihoods produced by deep generative models have been largely dismissed as being impractical for outlier detection. First, deep generative model likelihoods are readily biased b…

2022

FLOAT: Factorized Learning of Object Attributes for Improved Multi-Object Multi-Part Scene Parsing

CVPR 2022poster

Multi-object multi-part scene parsing is a challenging task which requires detecting multiple object classes in a scene and segmenting the semantic parts within each object. In this paper, we propose FLOAT, a factorized label space framework for scalable multi-object multi-part parsing. Our framewor…

Cited by 14PDFcodeScholar
2022

GCR: Gradient Coreset Based Replay Buffer Selection for Continual Learning

CVPR 2022poster

Continual learning (CL) aims to develop techniques by which a single model adapts to an increasing number of tasks encountered sequentially, thereby potentially leveraging learnings across tasks in a resource-efficient manner. A major challenge for CL systems is catastrophic forgetting, where earlie…

Cited by 157PDFScholar
2022

Robust Outlier Detection by De-Biasing VAE Likelihoods

CVPR 2022poster

Deep networks often make confident, yet, incorrect, predictions when tested with outlier data that is far removed from their training distributions. Likelihoods computed by deep generative models (DGMs) are a candidate metric for outlier detection with unlabeled data. Yet, previous studies have show…

Cited by 17PDFcodeScholar
2021

Model-Agnostic Fits for Understanding Information Seeking Patterns in Humans

AAAI 2021technical

In decision making tasks under uncertainty, humans display characteristic biases in seeking, integrating, and acting upon information relevant to the task. Here, we reexamine data from previous carefully designed experiments, collected at scale, that measured and catalogued these biases in aggregate…

Cited by 3SourcePDFScholar