2025/06/10 by Marton Havasi, Havasi, Marton, Brian Karrer +5 · 1 voice · 21 citations
Computer Science · #Artificial Intelligence (cs.AI) #FOS: Computer and information sciences #Generative Adversarial Networks and Image Synthesis #Handwritten Text Recognition Techniques #Machine Learning (cs.LG) #Multimodal Machine Learning Applications #cs.AI #cs.LG
paper · pdf · doi:10.48550/arxiv.2506.09018
openalex publication_date 2025/06/10 · arxiv published 2025/06/10 · openalex created_date 2025/10/10 · arxiv updated 2025/11/12 · openalex updated_date 2026/07/28
Autoregressive generative models naturally generate variable-length sequences, while non-autoregressive models struggle, often imposing rigid, token-wise structures. We propose Edit Flows, a non-autoregressive model that overcomes these limitations by defining a discrete flow over sequences through edit operations\unicodex2013insertions, deletions, and substitutions. By modeling these operations within a Continuous-time Markov Chain over the sequence space, Edit Flows enable flexible, position-relative generation that aligns more closely with the structure of sequence data. Our training method leverages an expanded state space with auxiliary variables, making the learning process efficient and tractable. Empirical results show that Edit Flows outperforms both autoregressive and mask models on image captioning and significantly outperforms the mask construction in text and code generation.