Table of Contents
Fetching ...

FBSDiff++: Improved Frequency Band Substitution of Diffusion Features for Efficient and Highly Controllable Text-Driven Image-to-Image Translation

Xiang Gao, Yunpeng Jia

TL;DR

FBSDiff++ tackles text-driven I2I translation by reframing the diffusion process in the frequency domain and performing dynamic frequency-band substitution on latent diffusion features. The core idea is to establish I2I correlation via substituting low-, mid-, or high-frequency components to control appearance, layout, or contour, all in a training-free, plug-and-play manner. FBSDiff++ further accelerates inference, supports arbitrary input resolutions and aspect ratios with AdaFBS, and adds functionalities for localized manipulation and style-specific content creation. Comprehensive experiments on LAION-Mini demonstrate superior visual quality, efficiency, and controllability compared with state-of-the-art inversion-based approaches, validating the practical impact of combining spectral processing with diffusion priors.

Abstract

With large-scale text-to-image (T2I) diffusion models achieving significant advancements in open-domain image creation, increasing attention has been focused on their natural extension to the realm of text-driven image-to-image (I2I) translation, where a source image acts as visual guidance to the generated image in addition to the textual guidance provided by the text prompt. We propose FBSDiff, a novel framework adapting off-the-shelf T2I diffusion model into the I2I paradigm from a fresh frequency-domain perspective. Through dynamic frequency band substitution of diffusion features, FBSDiff realizes versatile and highly controllable text-driven I2I in a plug-and-play manner (without need for model training, fine-tuning, or online optimization), allowing appearance-guided, layout-guided, and contour-guided I2I translation by progressively substituting low-frequency band, mid-frequency band, and high-frequency band of latent diffusion features, respectively. In addition, FBSDiff flexibly enables continuous control over I2I correlation intensity simply by tuning the bandwidth of the substituted frequency band. To further promote image translation efficiency, flexibility, and functionality, we propose FBSDiff++ which improves upon FBSDiff mainly in three aspects: (1) accelerate inference speed by a large margin (8.9$\times$ speedup in inference) with refined model architecture; (2) improve the Frequency Band Substitution module to allow for input source images of arbitrary resolution and aspect ratio; (3) extend model functionality to enable localized image manipulation and style-specific content creation with only subtle adjustments to the core method. Extensive qualitative and quantitative experiments verify superiority of FBSDiff++ in I2I translation visual quality, efficiency, versatility, and controllability compared to related advanced approaches.

FBSDiff++: Improved Frequency Band Substitution of Diffusion Features for Efficient and Highly Controllable Text-Driven Image-to-Image Translation

TL;DR

FBSDiff++ tackles text-driven I2I translation by reframing the diffusion process in the frequency domain and performing dynamic frequency-band substitution on latent diffusion features. The core idea is to establish I2I correlation via substituting low-, mid-, or high-frequency components to control appearance, layout, or contour, all in a training-free, plug-and-play manner. FBSDiff++ further accelerates inference, supports arbitrary input resolutions and aspect ratios with AdaFBS, and adds functionalities for localized manipulation and style-specific content creation. Comprehensive experiments on LAION-Mini demonstrate superior visual quality, efficiency, and controllability compared with state-of-the-art inversion-based approaches, validating the practical impact of combining spectral processing with diffusion priors.

Abstract

With large-scale text-to-image (T2I) diffusion models achieving significant advancements in open-domain image creation, increasing attention has been focused on their natural extension to the realm of text-driven image-to-image (I2I) translation, where a source image acts as visual guidance to the generated image in addition to the textual guidance provided by the text prompt. We propose FBSDiff, a novel framework adapting off-the-shelf T2I diffusion model into the I2I paradigm from a fresh frequency-domain perspective. Through dynamic frequency band substitution of diffusion features, FBSDiff realizes versatile and highly controllable text-driven I2I in a plug-and-play manner (without need for model training, fine-tuning, or online optimization), allowing appearance-guided, layout-guided, and contour-guided I2I translation by progressively substituting low-frequency band, mid-frequency band, and high-frequency band of latent diffusion features, respectively. In addition, FBSDiff flexibly enables continuous control over I2I correlation intensity simply by tuning the bandwidth of the substituted frequency band. To further promote image translation efficiency, flexibility, and functionality, we propose FBSDiff++ which improves upon FBSDiff mainly in three aspects: (1) accelerate inference speed by a large margin (8.9 speedup in inference) with refined model architecture; (2) improve the Frequency Band Substitution module to allow for input source images of arbitrary resolution and aspect ratio; (3) extend model functionality to enable localized image manipulation and style-specific content creation with only subtle adjustments to the core method. Extensive qualitative and quantitative experiments verify superiority of FBSDiff++ in I2I translation visual quality, efficiency, versatility, and controllability compared to related advanced approaches.
Paper Structure (18 sections, 34 equations, 28 figures, 6 tables, 5 algorithms)

This paper contains 18 sections, 34 equations, 28 figures, 6 tables, 5 algorithms.

Figures (28)

  • Figure 1: Method overview of FBSDiff (left) as well as illustration of its kernel ingredient: the FBS module (right).
  • Figure 2: Method overview of FBSDiff++ (left) as well as illustration of its kernel ingredient: the AdaFBS module (right).
  • Figure 3: Comparison between the DCT filtering masks used in FBSDiff (left) and FBSDiff++ (right).
  • Figure 4: FBS does not allow uniform-strength DCT filtering over the two spatial dimensions for non-square source images, AdaFBS ensures equal-proportion DCT filtering over the two dimensions for arbitrary image aspect ratio.
  • Figure 5: Minor adjustments of FBSDiff++ to cater to localized image manipulation and style-specific content creation.
  • ...and 23 more figures