← Search

Mukul Gagrani

5 accepted papers

2026

ConFu: Contemplate the Future for Better Speculative Sampling

ICML 2026poster

Speculative decoding has emerged as a powerful approach to accelerate large language model (LLM) inference by employing lightweight draft models to propose candidate tokens that are subsequently verified by the target model. The effectiveness of this paradigm critically depends on the quality of the…

Cited by 0SourceScholar
2026

Efficient Training-Free Multi-Token Prediction via Embedding-Space Probing

ICML 2026poster

Large Language Models (LLMs) possess latent multi-token prediction (MTP) capabilities despite being trained only for next-token generation. We introduce a simple and training-free MTP method that probes an LLM using on-the-fly mask tokens derived from its embedding space, enabling parallel future-to…

Cited by 0SourceScholar
2023

Neural DAG Scheduling via One-Shot Priority Sampling

ICLR 2023poster

We consider the problem of scheduling operations/nodes, the dependency among which is characterized by a Directed Acyclic Graph (DAG). Due to its NP-hard nature, heuristic algorithms were traditionally used to acquire reasonably good solutions, and more recent works have proposed Machine Learning (M…

Cited by 3SourcePDFScholar
2022

Neural Topological Ordering for Computation Graphs

NeurIPS 2022accept

Recent works on machine learning for combinatorial optimization have shown that learning based approaches can outperform heuristic methods in terms of speed and performance. In this paper, we consider the problem of finding an optimal topological order on a directed acyclic graph (DAG) with focus on…

Cited by 13SourcePDFScholar
2017

Learning Unknown Markov Decision Processes: A Thompson Sampling Approach

NeurIPS 2017poster

We consider the problem of learning an unknown Markov Decision Process (MDP) that is weakly communicating in the infinite horizon setting. We propose a Thompson Sampling-based reinforcement learning algorithm with dynamic episodes (TSDE). At the beginning of each episode, the algorithm generates a s…

Cited by 167SourcePDFScholar