paper-with-me

Papers

Orthrus: Memory-Efficient Parallel Token Generation via Dual-View Diffusion

2026-05-12 · Chien Van Nguyen, Chaitra Hegde, Van Cuong Pham, Ryan A. Rossi, Franck Dernoncourt, Thien Huu Nguyen arxiv

We introduce Orthrus, a simple and efficient dual-architecture framework that unifies the exact generation fidelity of autoregressive Large Language Models (LLMs) with the high-speed parallel token generation of diffusion models. The sequential nature of standard autoregressive decoding represents a fundamental bottleneck for high-throughput inference. While diffusion language models attempt to break this barrier via parallel generation, they suffer from significant performance degradation, high training costs, and a lack of rigorous convergence guarantees. Orthrus resolves this dichotomy natively. Designed to seamlessly integrate into existing Transformers, the framework augments a frozen LLM with a lightweight, trainable module to create a parallel diffusion view alongside the standard autoregressive view. In this unified system, both views attend to the exact same high-fidelity Key-Value (KV) cache; the autoregressive head executes context pre-filling to construct accurate KV representations, while the diffusion head executes parallel generation. By employing an exact consensus mechanism between the two views, Orthrus guarantees lossless inference, delivering up to a 7.8x speedup with only an O(1) memory cache overhead and minimal parameter additions.

📄 PDF Abstract BibTeX arXiv:2605.12825

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

How Lossless Is Lossless Speculative Decoding? The Role of Numerical Precision in Orthrus

2026-09-14 · Ilya Koziev, Leonid Sinev, Ivan Oseledets hf

Orthrus is a hybrid autoregressive-diffusion architecture that accelerates autoregressive language-model inference by generating multiple tokens in parallel while using a frozen autoregressive backbone. Its central claim…

Regularly varying representation for sentence embedding

2019-09-25 · Hamid Jalalzai, Pierre Colombo, Chloé Clavel, Eric Gaussier 외

The dominant approaches to sentence representation in natural language rely on learning embeddings on massive corpuses. The obtained embeddings have desirable properties such as compositionality and distance preservation…

AttributeSentenceSentence EmbeddingSentence-Embedding+1

PaSS: Parallel Speculative Sampling

2023-11-22 · Giovanni Monea, Armand Joulin, Edouard Grave

Scaling the size of language models to tens of billions of parameters has led to impressive performance on a wide range of tasks. At generation, these models are used auto-regressively, requiring a forward pass for each …

PHOTON: Hierarchical Autoregressive Modeling for Lightspeed and Memory-Efficient Language Generation

2025-12-22 · Yuma Ichikawa, Naoya Takagi, Takumi Nakagawa, Yuzi Kanazawa 외 arxiv

Transformers operate as horizontal token-by-token scanners; at each generation step, attending to an ever-growing sequence of token-level states. This access pattern increases prefill latency and makes long-context decod…

Locality-aware Parallel Decoding for Efficient Autoregressive Image Generation

2025-07-02 · Zhuoyang Zhang, Luke J. Huang, Chengyue Wu, Shang Yang 외

We present Locality-aware Parallel Decoding (LPD) to accelerate autoregressive image generation. Traditional autoregressive image generation relies on next-patch prediction, a memory-bound process that leads to high late…

Image GenerationPrediction