PerceptionDLM: Parallel Region Perception with Multimodal Diffusion Language Models
Summary
PerceptionDLM introduces a multimodal diffusion language model that enables parallel region perception via structured attention masking and efficient prompting, achieving faster inference without sacrificing caption quality. Experiments show competitive performance with substantial speed improvements for multi-region perception tasks.
View Cached Full Text
Cached at: 06/22/26, 05:29 AM
Paper page - PerceptionDLM: Parallel Region Perception with Multimodal Diffusion Language Models
Source: https://huggingface.co/papers/2606.19534
Abstract
PerceptionDLM enables efficient parallel region perception in multimodal diffusion language models through structured attention masking and efficient prompting, achieving faster inference without sacrificing caption quality.
Multimodal large language models(MLLMs) have achieved remarkable progress in visual understanding tasks. However, most existing MLLMs rely on autoregressive generation, which limits their efficiency for perception tasks that require captioning multiple regions. In this work, we proposePerceptionDLM, a multimodal diffusion language model optimized for efficient parallel region perception. Built uponPerceptionDLM-Base, a strong foundational baseline that achieves state-of-the-art performance among open-source diffusion MLLMs, our architecture fully leverages theparallel decodingnature of DLMs. Specifically, we introduce efficient prompting andstructured attention maskingto enable simultaneous perception of multiple masked regions, allowing the model to generate region descriptions in parallel at both the sequence and token levels. This design significantly improvesinference efficiencycompared with existing approaches that process regions sequentially. To systematically evaluate the parallelism property ofvisual perceptioncapability for DLMs, we construct a new Parallel Detailed Localized Captioning Benchmark (ParaDLC-Bench) by scaling the DLC-Bench to include multiple region masks per image, enabling joint evaluation of both caption quality andinference efficiency. Experiments demonstrate thatPerceptionDLMmaintains competitive performance inregion captioningwhile achieving substantial speed improvements for multi-region perception tasks. Our results highlight the potential of multimodaldiffusion language modelsfor efficient, parallelvisual perception. To the best of our knowledge, we are the first to achieve parallel region caption and perception by leveraging the advantages ofdiffusion language models. Code, models, and datasets are released.
View arXiv pageView PDFProject pageGitHub11Add to collection
Get this paper in your agent:
hf papers read 2606\.19534
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper3
#### MSALab/PerceptionDLM Image-Text-to-Text• 9B• Updated3 days ago • 14 • 6
#### MSALab/PerceptionDLM-Base Image-Text-to-Text• 9B• Updated3 days ago • 15 • 4
#### MSALab/LLaDA-8B-Instruct-HF Text Generation• 8B• Updated3 days ago • 13
Datasets citing this paper1
#### MSALab/ParaDLC-Bench Updated3 days ago • 253 • 1
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2606.19534 in a Space README.md to link it from this page.
Collections including this paper1
Similar Articles
Efficient Diffusion LLMs via Temporal-Spatial Parallel Decoding and Confidence Extrapolation
This paper introduces Temporal-Spatial Parallel Decoding (TSPD) and Confidence Extrapolation (CE) to accelerate inference in diffusion-based large language models by dynamically deciding when tokens have converged and forecasting logit trends, reducing unnecessary denoising steps while preserving output quality.
Semantic DLM+: Improving Diffusion Language Models through Bias-variance Trade-off in Transition Kernel Design
This paper theoretically analyzes diffusion language models through a bias-variance lens, identifying trade-offs between masking and uniform diffusion kernels. It proposes SemDLM+, which adds a global transition and semantic-frequency penalty to overcome the semantic basin problem, achieving competitive generation quality on LM1B and OpenWebText benchmarks.
DLLM-JEPA: Joint Embedding Predictive Architectures for Masked Diffusion Language Models
Introduces DLLM-JEPA, a JEPA formulation for masked diffusion language models that constructs two views from a single input via the diffusion noise schedule, reducing training FLOPs by 33% relative to LLM-JEPA and improving fine-tuning performance on tasks like GSM8K.
LEAP: Unlocking dLLM Parallelism via Lookahead Early-Convergence Token Detection
This paper introduces LEAP, a training-free method to accelerate inference in Diffusion Language Models (dLLMs) by detecting early-converging tokens, reducing denoising steps by 30% without losing accuracy.
Prefilling-dLLM: Predictive Prefilling for Long-Context Inference in Diffusion Language Models
This paper proposes Prefilling-dLLM, a training-free framework that partitions the prefix into chunks and caches KV representations, achieving state-of-the-art quality and up to 28x speedup for long-context inference in diffusion language models.