LGCVDec 11, 2025

Bidirectional Normalizing Flow: From Data to Noise and Back

arXiv:2512.10953v16 citationsh-index: 2
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in generative modeling for researchers and practitioners, offering incremental improvements in efficiency and performance.

The paper tackled the bottleneck of causal decoding in normalizing flows by introducing Bidirectional Normalizing Flow (BiFlow), which removes the need for an exact analytic inverse, resulting in improved generation quality and up to two orders of magnitude faster sampling on ImageNet.

Normalizing Flows (NFs) have been established as a principled framework for generative modeling. Standard NFs consist of a forward process and a reverse process: the forward process maps data to noise, while the reverse process generates samples by inverting it. Typical NF forward transformations are constrained by explicit invertibility, ensuring that the reverse process can serve as their exact analytic inverse. Recent developments in TARFlow and its variants have revitalized NF methods by combining Transformers and autoregressive flows, but have also exposed causal decoding as a major bottleneck. In this work, we introduce Bidirectional Normalizing Flow ($\textbf{BiFlow}$), a framework that removes the need for an exact analytic inverse. BiFlow learns a reverse model that approximates the underlying noise-to-data inverse mapping, enabling more flexible loss functions and architectures. Experiments on ImageNet demonstrate that BiFlow, compared to its causal decoding counterpart, improves generation quality while accelerating sampling by up to two orders of magnitude. BiFlow yields state-of-the-art results among NF-based methods and competitive performance among single-evaluation ("1-NFE") methods. Following recent encouraging progress on NFs, we hope our work will draw further attention to this classical paradigm.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes