Context-weighted Discrete Flow Matching
The paper proposes a context-weighted sampler and scaled cross-entropy loss function for discrete generative modeling to improve generation quality and reduce generative perplexity.
The paper introduces a context-weighted sampler and scaled cross-entropy loss function for discrete generative modeling.
Keywords
Before reading this…
Applications
- →Natural language processing
- →Text generation
To understand this paper, make sure you know these concepts first:
- Understanding of machine learning conceptsfind papers →
- Familiarity with generative modelingfind papers →
Abstract
More Like ThisDiscrete flow matching provides a flexible framework for generative modeling on discrete structures. However, the standard factorized training objective exposes the model to targets of varying difficulty, mixing well-conditioned, predictable tokens with ambiguous, high-entropy ones. We empirically demonstrate that the uncertainty over the value of each token is closely related to the density of available context in its neighborhood. Motivated by this observation, we propose a simple modification to the underlying continuous-time Markov chain (CTMC) that incorporates local context information. Our context-weighted sampler improves generation quality with negligible computational overhead, while our scaled cross-entropy loss function reweights the training signal from different tokens and reduces generative perplexity by up to 63% on OpenWebText. Moreover, our approach matches a strong semi-autoregressive block diffusion baseline in quality while retaining the ability to perform generation in any order. These results highlight the role of local context as an important factor in discrete generative modeling and show that simple context-aware modifications can significantly improve both sampling and training efficiency.