Improving Few-Step Language Flows with Untied Self-Conditioning

๐Ÿ“… 2026-08-23
๐Ÿ“ˆ Citations: 0
โœจ Influential: 0
๐Ÿ“„ PDF
๐Ÿค– AI Summary
็ ”็ฉถ่งฃๅ†ณไบ†ๅฐ‘ๆญฅ่ฏญ่จ€ๆต็”Ÿๆˆ่ดจ้‡ไธ‹้™็š„้—ฎ้ข˜๏ผŒ้€š่ฟ‡ๆๅ‡บไธ€็งๆ— ็ป‘ๅฎš่‡ชๆกไปถๆ–นๆณ•ๆฅ็บ ๆญฃ่ฎญ็ปƒ-ๆŽจ็†ไธๅŒน้…๏ผŒไปŽ่€Œๆ้ซ˜็”Ÿๆˆ่ดจ้‡ใ€‚
๐Ÿ“ Abstract
Flow-matching language models refine all token positions in parallel and can trade sampling steps for latency, yet generation quality still degrades sharply with few sampling steps. We trace a source of this degradation to a train--inference mismatch in previous-prediction self-conditioning: during training, the self-conditioning input is computed from the current noisy state with no intervening solver step; during sampling, the solver folds the previous prediction into the latent before that same prediction reappears as the explicit self-conditioning input. This coupling, absent during training, creates redundancy that grows with step width. We show that the mismatch degrades both the self-conditioning input and the solver update, and derive a correction for each from the model's own structure. From the frozen projection weights we identify directions along which the self-conditioning input is redundant with the latent and dampen them; from the solver's integration structure we derive that a step-average prediction is needed and approximate it from prediction history, with scale set by offline trajectory statistics. The resulting sampler, Untied Self-Conditioning, requires no retraining and uses one evaluation per step. At 8 sampling steps on LangFlow, it reduces OpenWebText generative perplexity from $531$ to~$62$ ($8.6\times$); under an adapted Arena-Hard-Auto~v2 protocol, its outputs are preferred in $96\%$ of pairwise comparisons. On ELF-B it reduces generative perplexity from $71$ to~$43$. Improvements hold from 8 to 256 sampling steps.
Problem

Research questions and friction points this paper is trying to address.

Few-Step
Language Flows
Self-Conditioning
Sampling Steps
Generation Quality
Innovation

Methods, ideas, or system contributions that make the work stand out.

Untied Self-Conditioning
train--inference mismatch
redundancy correction
step-average prediction
๐Ÿ”Ž Similar Papers
No similar papers found.
B
Bocheng Li
University of Science and Technology of China, State Key Laboratory of Cognitive Intelligence
Linli Xu
Linli Xu
University of Science and Technology of China