← Search

Daniel Mingyi Israel

4 accepted papers

2026

Planned Diffusion

ICLR 2026poster

A central challenge in large language model inference is the trade-off between generation speed and output quality. Autoregressive models produce high-quality text but generate tokens sequentially. Diffusion models can generate tokens in parallel but often need many iterations to match the same qual…

Cited by 0SourcecodeScholar
2025

Accelerating Diffusion LLMs via Adaptive Parallel Decoding

NeurIPS 2025spotlight

The generation speed of LLMs are bottlenecked by autoregressive decoding, where tokens are predicted sequentially one by one. Alternatively, diffusion large language models (dLLMs) theoretically allow for parallel token generation, but in practice struggle to achieve the speed of autoregressive mode…

Cited by 0SourceScholar
2025

MedMax: Mixed-Modal Instruction Tuning for Training Biomedical Assistants

NeurIPS 2025poster

Recent advancements in mixed-modal generative have opened new avenues for developing unified biomedical assistants capable of analyzing biomedical images, answering complex questions about them, and generating multimodal patient reports. However, existing datasets face challenges such as small sizes…

Cited by 0SourcecodeScholar
2025

Prepacking: A Simple Method for Fast Prefilling and Increased Throughput in Large Language Models

AISTATS 2025poster

During inference for transformer-based large language models (LLM), prefilling is the computation of the key-value (KV) cache for input tokens in the prompt prior to autoregressive generation. For longer input prompt lengths, prefilling will incur a significant overhead on decoding time. In this wor…

Cited by 0SourcecodeScholar