paper-with-me

Papers

Variable-Length Tokenization via Learnable Global Merging for Diffusion Transformers

2026-06-18 · Dong Hoon Lee, Seunghoon Hong arxiv

Latent Diffusion Models (LDMs) have become dominant in visual synthesis, but their quality-compute trade-off is largely constrained by the tokenizer's fixed compression ratio. Variable-length tokenizers (VLTs) promise adaptive compression by varying token counts, allowing diffusion models to flexibly balance quality and compute. However, conventional VLTs modulate length by truncating ordered token sequences, which makes token semantics depend on token position and breaks representational alignment across lengths. This leads to a cross-length shift in the latent distribution that hinders a single variable-length diffusion model from operating effectively. To address this, we propose a novel variable-length tokenizer that modulates length by merging tokens. We show that encouraging similar tokens to merge enables direct cross-length representation alignment when the diffusion transformer operates according to the merging pattern. Since conventional merging methods are data-dependent, making the merging pattern inaccessible during generation, we introduce learnable global merging, which is data-independent, to ensure compatibility with diffusion transformers. On ImageNet 256$\times$256 generation, our merging-based variable-length tokenizer integrated with a diffusion transformer achieves a superior gFID-compute trade-off compared to prior VLT methods. Code is available at this https URL

📄 PDF Abstract BibTeX arXiv:2606.20076

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

DNACHUNKER: Learnable Tokenization for DNA Language Models

2026-01-06 · Taewon Kim, Jihwan Shin, Hyomin Kim, Youngmok Jung 외 arxiv

DNA language models are increasingly used to represent genomic sequence, yet their effectiveness depends critically on how raw nucleotides are converted into model inputs. Unlike natural language, DNA offers no canonical…

One-D-Piece: Image Tokenizer Meets Quality-Controllable Compression

2025-01-17 · Keita Miwa, Kento Sasaki, Hidehisa Arai, Tsubasa Takahashi 외

Current image tokenization methods require a large number of tokens to capture the information contained within images. Although the amount of information varies across images, most image tokenizers only support fixed-le…

Depth Estimationimage-classificationImage Classificationobject-detection+2

FLEXITOKENS: Flexible Tokenization for Evolving Language Models

2025-07-17 · Abraham Toluase Owodunni, Orevaoghene Ahia, Sachin Kumar

Language models (LMs) are challenging to adapt to new data distributions by simple finetuning. This is due to the rigidity of their subword tokenizers, which typically remain unchanged during adaptation. This inflexibili…

Learning Variable-Length Tokenization for Generative Recommendation

2026-05-18 · Minhao Wang, Bowen Wu, Wei Zhang arxiv

Generative recommendation reformulates recommendation as next-token prediction over discrete semantic identifiers (IDs). A fundamental yet unexplored design choice is that existing methods employ fixed-length tokenizatio…

Retrofitting Large Language Models with Dynamic Tokenization

2024-11-27 · Darius Feher, Ivan Vulić, Benjamin Minixhofer

Current language models (LMs) use a fixed, static subword tokenizer. This default choice typically results in degraded efficiency and language capabilities, especially in languages other than English. To address this iss…

DecoderFairnessXLM-R