Gradient-free Decoder Inversion in Latent Diffusion Models
Seongmin Hong, Suh Yoon Jeon, Kyeonghyun Lee, Ernest K. Ryu, Se Young Chun
TL;DR
The paper tackles decoder inversion in latent diffusion models by proposing a gradient-free approach that replaces gradient backpropagation with a forward-step update guided by the encoder and decoder. It provides theoretical convergence guarantees under $\beta$-cocoercivity for the vanilla forward step and for inertial Krasnoselskii-Mann momentum, and validates these assumptions empirically across multiple LDMs including SD 2.1, LaVie, and InstaFlow. Practical enhancements using the Adam optimizer and learning-rate scheduling yield substantial reductions in runtime and peak memory, making 16-bit inference feasible and enabling efficient inversion for video-scale latent spaces. The gradient-free method is applied to tree-rings watermarking to achieve accurate classification with lower resource demands, illustrating concrete benefits for invertibility tasks and potential broader impacts in content protection and editing workflows.
Abstract
In latent diffusion models (LDMs), denoising diffusion process efficiently takes place on latent space whose dimension is lower than that of pixel space. Decoder is typically used to transform the representation in latent space to that in pixel space. While a decoder is assumed to have an encoder as an accurate inverse, exact encoder-decoder pair rarely exists in practice even though applications often require precise inversion of decoder. Prior works for decoder inversion in LDMs employed gradient descent inspired by inversions of generative adversarial networks. However, gradient-based methods require larger GPU memory and longer computation time for larger latent space. For example, recent video LDMs can generate more than 16 frames, but GPUs with 24 GB memory can only perform gradient-based decoder inversion for 4 frames. Here, we propose an efficient gradient-free decoder inversion for LDMs, which can be applied to diverse latent models. Theoretical convergence property of our proposed inversion has been investigated not only for the forward step method, but also for the inertial Krasnoselskii-Mann (KM) iterations under mild assumption on cocoercivity that is satisfied by recent LDMs. Our proposed gradient-free method with Adam optimizer and learning rate scheduling significantly reduced computation time and memory usage over prior gradient-based methods and enabled efficient computation in applications such as noise-space watermarking while achieving comparable error levels.
