paper-with-me

Papers

Bifocal Diffusion Language Models: Asymmetric Bidirectional Context for Parallel Generation

2026-06-26 · Yuhang Chen, Xianfeng Wu, Jinhao Duan, Mingfu Liang, Xiaohan Wei, Yunchen Pu, Fei Tian, Chonglin Sun, Parish Aggarwal, Frank Shyu, Luke Simon, Sandeep Pandey, Xi Liu, Tianlong Chen arxiv

Discrete diffusion language models (dLLMs) recover masked tokens in parallel, offering significant speedups over autoregressive (AR) generation. However, such promising frameworks face a fundamental architectural design dilemma: \ding{182} Adopting bidirectional attention achieves strong generation quality by allowing each position to access the full context, but is inherently incompatible with KV caching, limiting inference throughput in batch-serving scenarios; \ding{183} Conversely, causal attention enables efficient cached inference but loses all right-side context, substantially degrading generation quality. This paper introduces Bifocal dLLMs, a new paradigm that resolves this dilemma through \emph{asymmetric bidirectional context}. Analogous to bifocal lenses, we instantiate the paradigm as \textbf{R2LM} (Right-to-Left Mamba), which combines two complementary mechanisms: $a$) standard causal attention providing precise left-context with full KV cache compatibility, while $b$) a lightweight reverse Mamba SSM sidecar supplying compressed right-side context without breaking cacheability. Comprehensive experiments on continued pretraining of Qwen3-1.7B with 60B tokens demonstrate that R2LM achieves $2.4\times$ to $12.9\times$ higher throughput than bidirectional dLLMs and $1.9\times$ to $2.9\times$ speedup over AR baselines in batch serving through parallel decoding with KV caching, while exceeding the causal baseline on most benchmarks and surpassing the bidirectional dLLM on average.

📄 PDF Abstract BibTeX arXiv:2606.27732

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Bifocal Neural ASR: Exploiting Keyword Spotting for Inference Optimization

2021-08-03 · Jonathan Macoskey, Grant P. Strimel, Ariya Rastrow

We present Bifocal RNN-T, a new variant of the Recurrent Neural Network Transducer (RNN-T) architecture designed for improved inference time latency on speech recognition tasks. The architecture enables a dynamic pivot f…

Inference OptimizationKeyword SpottingQuantizationspeech-recognition+1

From Slow Bidirectional to Fast Autoregressive Video Diffusion Models

2024-12-10 · CVPR 2025 1 · Tianwei Yin, Qiang Zhang, Richard Zhang, William T. Freeman 외

Current video diffusion models achieve impressive generation quality but struggle in interactive applications due to bidirectional attention dependencies. The generation of a single frame requires the model to process th…

GPUVideo Generation

Diffusion In Diffusion: Reclaiming Global Coherence in Semi-Autoregressive Diffusion

2026-01-20 · Linrui Ma, Yufei Cui, Kai Han, Yunhe Wang arxiv

One of the most compelling features of global discrete diffusion language models is their global bidirectional contextual capability. However, existing block-based diffusion studies tend to introduce autoregressive prior…

Diffusion vs. Autoregressive Language Models: A Text Embedding Perspective

2025-05-21 · Siyue Zhang, Yilun Zhao, Liyuan Geng, Arman Cohan 외

Large language model (LLM)-based embedding models, benefiting from large scale pre-training and post-training, have begun to surpass BERT and T5-based models on general-purpose text embedding tasks such as document retri…

Instruction FollowingLanguage ModelingLanguage ModellingLarge Language Model+1

Averaging Essential and Fundamental Matrices in Collinear Camera Settings

2019-11-30 · CVPR 2020 6 · Amnon Geifman, Yoni Kasten, Meirav Galun, Ronen Basri

Global methods to Structure from Motion have gained popularity in recent years. A significant drawback of global methods is their sensitivity to collinear camera settings. In this paper, we introduce an analysis and algo…