NeFut Logo NeFut
Admin Login

[CS.AI] Revolutionary IB-Flow: Information Bottleneck-Guided Few-Step Text-to-Image Generation

Published at: 2026-07-14 22:00 Last updated: 2026-07-15 02:00
#AI #Machine Learning #Open Source

Abstract

While large-scale text-to-image generative models have achieved unprecedented visual performance, their inherent reliance on multi-step iterative solvers incurs severe inference latency. Few-step distillation targeting the Classifier-Free Guidance (CFG) trajectory has emerged as the prevalent dual-dimensional compression paradigm. However, existing frameworks remain subjugated by a coarse-grained blind injection paradigm that perpetually enforces a globally static guidance strength while indiscriminately sampling the supervisor timestep. This state-agnostic design completely disregards the intrinsic nature of image generation as a dynamic evolutionary process characterized by progressive entropy reduction, which not only restricts the performance boundary of few-step compression but also precipitates severe CFG over-conditioning artifacts.

To transcend these limitations, we re-examine the distillation procedure through the theoretical lens of Information Theory, formally modeling it as a dynamic mutual information game constrained by the Information Bottleneck (IB) principle. Specifically, we dismantle traditional blind assumptions via a dual-track adaptive framework. To determine the injection target, we propose an instance-aware selection mechanism that transmutes the intractable KL divergence constraint into a zero-overhead closed-form solution predicated on the local vector field norm. To regulate the injection strength, we introduce an entropy-aware schedule that dynamically decays alongside the SNR, applying maximal thrust for initial structural anchoring before smoothly reverting to the natural manifold to refine micro-details. Extensive empirical evaluations corroborate that our framework fundamentally eradicates over-conditioning artifacts, shattering the performance ceiling to achieve SOTA generative fidelity under extremely stringent 2-step configurations.

Blogger's Review: The IB-Flow method proposed in this paper significantly enhances the efficiency and quality of few-step text-to-image generation by introducing the principles of information bottleneck theory. The innovative design of dynamically adjusting guidance strength and an instance-aware mechanism brings new insights into the field of image generation, pointing towards higher fidelity and lower inference latency, which is worth paying attention to.

Original Source: https://arxiv.org/abs/2607.09133

[h] Back to Home