← Search

Deepak Narayanan

6 accepted papers

2025

Auto-reconfiguration for Latency Minimization in CPU-based DNN Serving

ICML 2025poster

In this paper, we investigate how to push the performance limits of serving Deep Neural Network (DNN) models on CPU-based servers. Specifically, we observe that while intra-operator parallelism across multiple threads is an effective way to reduce inference latency, it provides diminishing returns.…

Cited by 0SourcePDFScholar
2024

MGit: A Model Versioning and Management System

ICML 2024poster

New ML models are often derived from existing ones (e.g., through fine-tuning, quantization or distillation), forming an ecosystem where models are *related* to each other and can share structure or even parameter values. Managing such a large and evolving ecosystem of model derivatives is challengi…

Cited by 2SourcePDFScholar
2023

Cheaply Estimating Inference Efficiency Metrics for Autoregressive Transformer Models

NeurIPS 2023poster

Large language models (LLMs) are highly capable but also computationally expensive. Characterizing the _fundamental tradeoff_ between inference efficiency and model capabilities is thus important, but requires an efficiency metric that is comparable across models from different providers. Unfortuna…

2023

Holistic Evaluation of Text-to-Image Models

NeurIPS 2023spotlight

The stunning qualitative improvement of text-to-image models has led to their widespread attention and adoption. However, we lack a comprehensive quantitative understanding of their capabilities and risks. To fill this gap, we introduce a new benchmark, Holistic Evaluation of Text-to-Image Models (H…

2021

Memory-Efficient Pipeline-Parallel DNN Training

ICML 2021spotlight

Many state-of-the-art ML results have been obtained by scaling up the number of parameters in existing models. However, parameters and activations for such large models often do not fit in the memory of a single accelerator device; this means that it is necessary to distribute training of large mode…

Cited by 274SourcePDFScholar