← Search

Ashish J Khisti

13 accepted papers

2026

Cross-Tokenizer Likelihood Scoring Algorithms for Language Model Distillation

ICLR 2026poster

Computing next-token likelihood ratios between two language models (LMs) is a standard task in training paradigms such as knowledge distillation. Since this requires both models to share the same probability space, it becomes challenging when the teacher and student LMs use different tokenizers, for…

Cited by 0SourcecodeScholar
2025

List-Level Distribution Coupling with Applications to Speculative Decoding and Lossy Compression

NeurIPS 2025poster

We study a relaxation of the problem of coupling probability distributions — a list of samples is generated from one distribution and an *accept* is declared if any one of these samples is identical to the sample generated from the other distribution. We propose a novel method for generating samples…

Cited by 0SourceScholar
2025

Multi-Draft Speculative Sampling: Canonical Decomposition and Theoretical Limits

ICLR 2025spotlight

We consider multi-draft speculative sampling, where the proposal sequences are sampled independently from different draft models. At each step, a token-level draft selection scheme takes a list of valid tokens as input and produces an output token whose distribution matches that of the target mode…

Cited by 0SourcePDFScholar
2025

Robust Federated Finetuning of LLMs via Alternating Optimization of LoRA

NeurIPS 2025poster

Parameter-Efficient Fine-Tuning (PEFT) methods like Low-Rank Adaptation (LoRA) optimize federated training by reducing computational and communication costs. We propose RoLoRA, a federated framework using alternating optimization to fine-tune LoRA adapters. Our approach emphasizes the importance of…

Cited by 0SourceScholar
2024

Random Cycle Coding: Lossless Compression of Cluster Assignments via Bits-Back Coding

NeurIPS 2024poster

We present an optimal method for encoding cluster assignments of arbitrary data sets. Our method, Random Cycle Coding (RCC), encodes data sequentially and sends assignment information as cycles of the permutation defined by the order of encoded elements. RCC does not require any training and its wor…

Cited by 1SourcePDFScholar
2023

On the choice of Perception Loss Function for Learned Video Compression

NeurIPS 2023poster

We study causal, low-latency, sequential video compression when the output is subjected to both a mean squared-error (MSE) distortion loss as well as a perception loss to target realism. Motivated by prior approaches, we consider two different perception loss functions (PLFs). The first, PLF-JD, co…

Cited by 15SourcePDFScholar
2023

One-Shot Compression of Large Edge-Exchangeable Graphs using Bits-Back Coding

ICML 2023poster

We present a one-shot method for compressing large labeled graphs called Random Edge Coding. When paired with a parameter-free model based on Pólya's Urn, the worst-case computational and memory complexities scale quasi-linearly and linearly with the number of observed edges, making it efficient on…

Cited by 3SourcePDFScholar
2023

Sequential Gradient Coding For Straggler Mitigation

ICLR 2023poster

In distributed computing, slower nodes (stragglers) usually become a bottleneck. Gradient Coding (GC), introduced by Tandon et al., is an efficient technique that uses principles of error-correcting codes to distribute gradient computation in the presence of stragglers. In this paper, we consider th…

Cited by 1SourcePDFScholar
2022

LOSSY COMPRESSION WITH DISTRIBUTION SHIFT AS ENTROPY CONSTRAINED OPTIMAL TRANSPORT

ICLR 2022poster

We study an extension of lossy compression where the reconstruction distribution is different from the source distribution in order to account for distributional shift due to processing. We formulate this as a generalization of optimal transport with an entropy bottleneck to account for the rate con…

Cited by 15SourcePDFScholar
2021

Universal Rate-Distortion-Perception Representations for Lossy Compression

NeurIPS 2021poster

In the context of lossy compression, Blau \& Michaeli (2019) adopt a mathematical notion of perceptual quality and define the information rate-distortion-perception function, generalizing the classical rate-distortion tradeoff. We consider the notion of universal representations in which one may fix…

Cited by 70SourcePDFScholar
2021

Variational Model Inversion Attacks

NeurIPS 2021poster

Given the ubiquity of deep neural networks, it is important that these models do not reveal information about sensitive data that they have been trained on. In model inversion attacks, a malicious user attempts to recover the private dataset used to train a supervised neural network. A successful mo…