paper-with-me

Papers

Dynamic Chunking for Diffusion Language Models

2026-05-15 · Yichen Zhu, Xiaoming Shi, Peng Zhao, Weiyu Chen, Debing Zhang, James Kwok arxiv

Block discrete diffusion language models factorize a sequence autoregressively over fixed-size positional blocks, decoupling within-block parallel denoising from across-block conditioning. We argue that this rigid partition wastes structure already present in the sequence: blocks defined by position rather than by content separate semantically coherent tokens and group unrelated ones together. We introduce the \textbf{D}ynamic \textbf{C}hunking \textbf{D}iffusion \textbf{M}odel (DCDM), which replaces positional blocks with content-defined semantic chunks. At its core is Chunking Attention, a differentiable layer that routes tokens into $K$ clusters parameterized by learnable subspaces and shaped end-to-end by the diffusion objective. The resulting cluster assignments induce a chunk-causal attention mask under which a discrete diffusion denoiser factorizes the sequence likelihood autoregressively over semantic chunks, strictly generalizing block discrete diffusion. On downstream benchmarks at parameter scales up to 1.5B, DCDM consistently improves over both unstructured and positional-block diffusion baselines, with the advantage stable across scales and visible early in training.

📄 PDF Abstract BibTeX arXiv:2605.15676

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Real-Time Execution of Action Chunking Flow Policies

2025-06-09 · Kevin Black, Manuel Y. Galliker, Sergey Levine

Modern AI systems, especially those interacting with the physical world, increasingly require real-time performance. However, the high latency of state-of-the-art generalist models, including recent vision-language actio…

ChunkingVision-Language-Action

FODMP: Fast One-Step Diffusion of Movement Primitives Generation for Time-Dependent Robot Actions

2026-03-25 · Xirui Shi, Arya Ebrahimi, Yi Hu, Jun Jin arxiv

Diffusion models are increasingly used for robot learning, but current designs face a clear trade-off. Action-chunking diffusion policies like ManiCM are fast to run, yet they only predict short segments of motion. This …

DC-DiT: Adaptive Compute and Elastic Inference for Visual Generation via Dynamic Chunking

2026-03-06 · Akash Haridas, Utkarsh Saxena, Parsa Ashrafi Fashi, Mehdi Rezagholizadeh 외 arxiv

Diffusion Transformers rely on static patchify tokenization, assigning the same token budget to smooth backgrounds, detailed object regions, noisy early timesteps, and late-stage refinements. We introduce the Dynamic Chu…

Meta-Chunking: Learning Text Segmentation and Semantic Completion via Logical Perception

2024-10-16 · Jihao Zhao, Zhiyuan Ji, Yuchen Feng, Pengnian Qi 외

While Retrieval-Augmented Generation (RAG) has emerged as a promising paradigm for boosting large language models (LLMs) in knowledge-intensive tasks, it often overlooks the crucial aspect of text chunking within its wor…

Binary ClassificationChunkingInstruction FollowingMulti-hop Question Answering+4

H-Net++: Hierarchical Dynamic Chunking for Tokenizer-Free Language Modelling in Morphologically-Rich Languages

2025-08-07 · Mehrdad Zakershahrak, Samira Ghodratnama arxiv

Byte-level language models eliminate fragile tokenizers but face computational challenges in morphologically-rich languages (MRLs), where words span many bytes. We propose H-NET++, a hierarchical dynamic-chunking model t…

Computational EfficiencyLanguage Modelling